.partner-banner {
  min-height: 800px;
  display: flex;
  align-items: center;
}
.partner-banner .content-left {
  width: 54%;
}
.partner-banner .content-right {
  width: 46%;
}
.partner-banner h1 {
  font-weight: 300;
}
.partner-banner h1 strong {
  font-family: Manrope !important;
  color: #006ee1;
}
.partner-banner .btn-link a:first-child {
  width: initial;
  min-width: 180px;
  padding: 0 25px;
  background-color: #006ee1;
  margin: 0 20px 20px 1px;
}
.partner-banner .btn-link a.no-bg {
  background: none;
  border: none;
  margin: 0 20px 20px 22px;
  font-size: 18px;
  width: 200px;
}
.partner-banner .btn-link a.no-bg:after,
.get-control .link:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/wp-content/uploads/svg/arrow-right-blue.svg) right no-repeat;
  background-size: 14px;
  padding-right: 20px;
  transform: rotate(-45deg);
  position: relative;
  top: 4px;
  /*content: "";
  display: inline-block;
  background: url(/wp-content/uploads/2021/08/arrow-img.png) center no-repeat;
  background-size: cover;
  width: 17px;
  height: 11px;
  margin-left: 7px;
  transition: all 0.3s;
  transform: rotate(-45deg);*/
}
.get-control .link:hover {
  color: #006ee1;
  font-family: Manrope !important;
  font-weight: 500;
  line-height: 1.5;
}
.get-control .link{
  font-family: Manrope !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
/*
#primary .partner-banner .btn-link a:last-child {
  background-color: transparent !important;
  border: 1px solid #006ee1 !important;
  color: #006ee1 !important;
  margin: 0;
  line-height: 50px !important;
  padding: 0 !important;
}
#primary .partner-banner .btn-link a:last-child:hover {
  background-color: #006ee1 !important;
  color: #fff !important;
}*/
.partner-banner .banner-info {
  margin: 40px 0 52px;
}
.number {
  display: flex;
  align-items: center;

  margin-top: 32px;
}
.number .customers {
  margin-bottom: 0;
  padding-right: 38px;
  margin-right: 38px;
  border-right: 1px solid rgb(48 60 66 / 50%);
}
.number .num {
  font-size: 30px;
  font-family: Manrope !important;
  font-weight: bold;
}
.number .symbols {
  font-weight: bold;
  color: #006ee1;
}
.number .t {
  font-size: 18px;
  display: block;
  font-family: Manrope !important;
  color: #c5c8c9;
  line-height: 36px;
}
/*  */
.get-go {
  margin-top: 120px;
}
.get-go h2 + .t {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px;
}
.get-go .content-left {
  width: 50%;
  margin-top: 45px;
}
.get-go .content-right {
  width: 46%;
}
.get-go .item {
  background-color: #f5fcff;
  border-radius: 33px;
  padding: 30px 5%;
}
.get-go .svg {
  width: 40px;
  height: 40px;
  background-color: #006ee1;
  border-radius: 13px;
}
.get-go .item div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.get-go .item .t {
  width: 85%;
}
.get-go .item h3 {
  margin-top: 0;
}
.get-go .item a {
  padding-right: 22px;
  transition: all 0.3s;
}
.get-go .item a:hover {
  padding-right: 25px;
}
.get-go .line {
  padding-top: 25px;
  margin-bottom: 30px;
  font-size: 0;
  border-bottom: 1px solid rgb(48 60 66 / 30%);
  line-height: 0;
}
.get-go .item:last-child {
  margin-top: 45px;
}
.get-go .awards .icon {
  margin: 20px 0;
}
.get-go .awards .icon img {
  height: 65px;
}
.modal-btn {
  width: initial;
  min-width: 180px;
  padding: 0 15px;
  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-color: #00b7ff;
  margin-right: 20px;
  margin-top: 20px;
  color: #fff;
}
.modal-btn:hover {
  text-decoration: none;
}
.modal-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;
}
/* form */
.field {
  margin-bottom: 0;
}
.hs-form-booleancheckbox {
  height: 24px;
}
.hs-input[type="checkbox"] {
  width: 13px !important;
  margin: 0 !important;
}
.hs_message .input {
  margin-top: 0;
}
.hbspt-form p,
.hbspt-form label,
.hbspt-form span {
  color: #fff;
  text-align: left;
}
.hs-submit input[type="submit"] {
  width: 210px;
  background: rgba(245, 180, 10);
  border-radius: 8px;
  padding: 0;
  font-size: 18px;
}
.hs-submit input[type="submit"]:hover {
  background: rgba(245, 165, 10);
}
.hbspt-form fieldset.form-columns-2 {
  line-height: 36px;
}
#primary .form-columns-1 .hs-input {
  width: 98%;
}
#primary .form-columns-1 .inputs-list input {
  top: -12px;
}
.hbspt-form a {
  color: #fff;
}
.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;
  height: 48px;
}
.field select {
  margin-top: 0;
}
.field textarea {
  height: 100px;
}
.field .hs-error-msg {
  color: red;
  margin-bottom: 0px;
}
.hs-richtext {
  margin-top: 4px;
}
#primary .form-columns-1 textarea.hs-input {
  width: 98% !important;
}
.circle-solid .solid:before,
.circle-line .line:before {
  content: "";
  width: 36.97vw;
  height: 36.97vw;
  border-radius: 50%;
  border: 1px solid #006ee1;
  display: inline-block;
}
.circle-solid .solid:after,
.circle-line .line:after {
  content: "";
  width: 23vw;
  height: 23vw;
  border-radius: 50%;
  border: 1px solid #006ee1;
  display: inline-block;
  position: absolute;
  left: 7vw;
  top: 7.5vw;
}
.circle-line .line::before {
  background: linear-gradient(255deg, #0082e9, transparent);
  border-color: #f5fcff;
}
.hbspt-form label.hs-main-font-element {
  color: red;
}
.cant-click input[type="submit"] {
  pointer-events: none;
  background-color: #ccc;
}
.exit-error {
  display: none;
  margin: 5px 0;
  font-size: 14px;
}
.limit-error {
  display: none;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 14px;
}
.hs-submit .hs-button.cant-click {
  pointer-events: none;
  background-color: #ccc;
}
div .hs-dependent-field div input {
  top: 0;
}
.hs_leadin_skype_handle_0e9ed14f77acd63b088f23aab11cf54f .input input {
  margin-bottom: 0;
}
.hs_leadin_country_59716c97497eb9694541f7c3d37b1a4d .input select {
  margin-bottom: -7px;
}
/*  */
.collect-info {
  padding: 70px 0;
}
.collect-info .display-flex {
  justify-content: center;
}
.collect-info h2 {
  color: #fff;
  margin: 0;
}
.hs_submit .actions {
  text-align: center;
  margin-top: 20px;
}
div.wating-tip {
  width: max-content;
  font-size: 22px;
  left: -8em;
  font-weight: initial;
}
@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);
  }
}
.mask {
  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: 0px 0px 16px 4px rgb(60 60 60 / 45%);
  border-radius: 4px;
  position: fixed;
  margin: auto;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: max-content;
  font-size: 16px;
  display: none;
}
.modal .modal-title {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #006ee1;
  height: 58px;
  line-height: 58px;
  margin-bottom: 0;
}
.modal .modal-content {
  padding: 32px;
  text-align: center;
}
.modal .modal-content > p {
  max-width: 850px;
  margin-bottom: 10px;
  text-align: left;
}
.modal .modal-content .modal-btn {
  text-align: center;
}
.legal-consent-container p,
.legal-consent-container span {
  font-size: 14px;
  line-height: 23px;
}
div.legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
  min-height: initial;
}
div[data-reactid=".hbspt-forms-0.2.0.1:1"] {
  margin-top: -8px;
}
/*  */
.more-profit {
  margin-top: 120px;
}
.more-profit h2 + .t {
  text-align: center;
}
.more-profit .display-flex {
  background-color: #f7f9fa;
  border-radius: 20px;
  padding: 48px 4.3% 30px;
  align-items: flex-start;
  margin-top: 50px;
}
.more-profit .item {
  width: 47%;
  margin-bottom: 40px;
}
.more-profit .title {
  display: flex;
  align-items: center;
}
.more-profit .title img {
  width: 50px;
  height: 50px;
  background-color: #006ee1;
  border-radius: 13px;
  margin-right: 25px;
}
.more-profit .item:nth-child(2) img {
  background-color: #00b7ff;
}
.more-profit .item:nth-child(3) img {
  background-color: #40c776;
}
.more-profit .item:nth-child(4) img {
  background-color: #ffa300;
}
/*  */
.partner-portal-img {
  position: relative;
  /* margin-bottom: 20px !important; */
}
.partner-portal-img img:first-child {
  width: 96%;
}
.partner-portal-img .play-btn {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
}
.get-control {
  margin-top: 120px;
  background-color: #f6f7f9;
  padding: 90px 0 110px 0;
}
.get-control .display-flex {
  align-items: stretch;
}
.get-control h2 + .t {
  text-align: center;
  width: 800px;
  max-width: 90%;
  margin: 0 auto 20px;
}
.get-control .content-left {
  width: 32%;
}
.get-control .content-right {
  width: 66%;
}
.get-control .content-right .display-flex {
  width: 100% !important;
  margin： 0;
}
.get-control .content-left {
  width: 32% !important;
}
.get-control .item,
.get-control .content-left {
  width: 48.5%;
  background: #ffffff;
  border: 1px solid #f2f4f6;
  border-radius: 27px;
  padding: 30px 24px;
  margin-top: 30px;
  position: relative;
}
.get-control .item .svg,
.get-control .content-left .svg {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #edf1f5;
  margin-bottom: 20px;
  position: relative;
}
.get-control .item .svg img, .get-control .content-left .svg img {
  width: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
}
.get-control .content-left .item {
  width: 100% !important;
}
/*
.get-control .content-left .item .svg {
  margin-bottom: 0;
  width: 80px;
  height: 80px;
}*/
.get-control h3 {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
.digital-value.display-flex {
  border-radius: 20px;
  background-color: #f6f7f9;
  margin-top: 110px;
}
.digital-value .content-left {
  padding-left: 80px;
}
.digital-value h3 {
  font-size: 30px;
  margin: 0 !important;
}
.digital-value p.t {
  font-size: 20px;
  font-family: Manrope;
  font-weight: 500;
}
.digital-value .content-right {
  position: relative;
}
.digital-value .content-right .play-btn {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
}
.play-video {
  display: inline-flex;
  font-size: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #006ee1;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 16px;
  transition: all 0.3s;
}
.play-video:hover {
  transform: scale(1.1);
}
/*
.get-control a {
  padding-right: 30px;
  transition: all 0.3s;
  font-family: Manrope !important;
  color: #101f3a;
  font-weight: 500;
}
.get-control a:hover {
  padding-right: 33px;
}*/
.get-control h3 {
  font-size: 22px;
}
.get-control .itme:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
/*  */
div .comments-wrap {
  margin-top: 120px;
  padding-bottom: 120px;
}
.comments-wrap .img {
  font-size: 0;
  margin-bottom: 40px;
}
.comments-wrap .content-left {
  width: 33%;
  min-height: 377px;
  position: relative;
}
.comments-wrap .content-right {
  /* min-height: 377px; */
  width: 57%;
}
.comments-wrap .comment {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Manrope" !important;
}
.comments-wrap .title {
  font-size: 14px;
}
.comments-wrap .content-left .play-btn {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
}
.people {
  margin-top: 40px;
}
.people .title,
.people .name {
  margin: 10px 0;
  line-height: 16px;
}
.people .swiper-container {
  width: 100%;
}
.swiper-pagination.swiper-pagination-clickable {
  display: flex;
  justify-content: right;
  bottom: 0;
}
img.play-btn:hover {
  opacity: 0.7;
}
.collect-info .hbspt-form {
  width: 100%;
}
@media (max-width: 1500px) and (min-width: 768px) {
  div .display-flex {
    width: 1100px;
    max-width: 90%;
  }
  .get-control .display-flex {
    max-width: 100%;
  }
  .get-control h3 {
    font-size: 20px;
  }
  div article h1 {
    font-size: 53px;
  }
  .partner-banner {
    min-height: 650px;
  }
  .partner-banner .banner-info {
    margin: 30px 0 42px;
    font-size: 20px;
  }
  .number .t {
    font-size: 18px;
  }
  .partner-banner .content-right {
    width: 45%;
  }
  #primary .form-columns-1 textarea.hs-input {
    font-size: 15px;
  }
  /*  */
  .get-go .conntent-right {
    width: 49%;
  }
  .get-go .conntent-left {
    width: 48%;
  }
  .get-go h2 + .t {
    margin-bottom: 50px;
  }
  .get-go .awards .icon {
    margin-top: 50px;
  }
  /*  */
  .get-go .content-left {
    width: 48%;
    margin-top: 30px;
  }
  .get-go .content-right {
    width: 49%;
  }
  .more-profit h2 {
    margin-bottom: 30px;
  }
  .more-profit .display-flex {
    padding: 30px 3% 20px;
  }
  /* .get-control .content-left {
    width: 50%;
  }
  .get-control .content-right {
    width: 47%;
  } */
}
@media (max-width: 767px) {
  .partner-banner .banner-info {
    margin: 20px 0 32px;
  }
  .number .customers {
    padding-right: 10px;
    margin-right: 18px;
  }
  .partner-banner .content-right {
    margin-top: 30px;
  }
  .get-control .item, .get-control .content-left {
    width: 100% !important;
  }
  .get-go .awards .icon {
    display: inline-block;
    width: 32%;
  }
  .more-profit .item {
    width: 100%;
  }
  .collect-info h2 {
    padding-top: 30px;
    margin-bottom: 0;
  }
}
