
#webvizio-try-form .wtf-fields-wrapper  {
    display: flex;
    align-items: stretch;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
  #webvizio-try-form .wtf-fields-wrapper {
    justify-content: center;
  }
}

@media (max-width: 768px) {
   #webvizio-try-form .wtf-fields-wrapper {
      flex-direction: column;
   }
}

#webvizio-try-form #wtf-url {
    border-radius: 44px;
    border: 2px solid #3e7bfa;
    padding: 10px 24px;
    min-height: 64px;
    min-width: 490px;
}
@media (max-width: 1366px) {
  #webvizio-try-form #wtf-url {
      min-height: 44px;
  }
}

@media (max-width: 768px) {
  #webvizio-try-form #wtf-url {
    margin-bottom: 16px;
    min-height: auto;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}

#webvizio-try-form #wtf-button {
  max-width: 190px;
  width: 100%;
  text-align: center;
  margin-left: -50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #28293d;
  padding: 10.5px 24px;
  border-radius: 49px;
  border: none;
  color: #fff;
  background-color: #5b8def;
  background: linear-gradient(147.14deg,#5b8def 6.95%,#0063f7 93.05%);
  border-radius: 56px;
  position: relative;
  transition: .3s;
}

#webvizio-try-form #wtf-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3568d4;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 56px;
    color: #fff;
}

#webvizio-try-form #wtf-button:hover:before {
    opacity: 1;
}

@media (max-width: 1366px) {
  #webvizio-try-form #wtf-button {
      max-width: 140px;
  }
}

@media (max-width: 768px) {
  #webvizio-try-form #wtf-button {
    margin-left: 0;
    max-width: 100%;
    padding: 12px 24px;
  }
}

#webvizio-try-form #wtf-button .wtf-button-text {
    position: relative;
    z-index: 1;
    color: #fff;
}


#webvizio-try-form .wtf-errors .wtf-error {
  margin-bottom: 16px;
  color: red;
  font-size: 20px;
}

@media (max-width: 768px) {
  #webvizio-try-form .wtf-errors .wtf-error {
    font-size: 16px;
  }
}

#webvizio-try-form.loading .wtf-button-text {
  display: none;
}

#webvizio-try-form.loading .lds-ellipsis {
  display: inline-block;
}


.lds-ellipsis {
  display: none;
  position: relative;
  width: 80px;
  height: 13px;
}
.lds-ellipsis div {
  position: absolute;
  top: calc(50% - 6px);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.grecaptcha-badge {
  visibility: hidden; 
}
