/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.uavt.content-wrapper {
  display: flex;
  justify-content: center;
}
.uavt .form {
  margin-top: 20px;
  width: 100%;
}
.uavt .sidecontent {
  margin-top: 20px;
  padding: 0;
}
.uavt-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  height: 100%;
  min-height: 197px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(82, 71, 71, 0.11);
}
.uavt-result__text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 20px 0;
  width: 100%;
  color: #2e2828;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.38px;
}
.uavt-result__text span {
  display: block;
}
.uavt-result__text span:last-child {
  max-width: 80%;
  text-align: end;
}
.uavt-result__button {
  font-size: 12px;
}

.grecaptcha-badge {
  visibility: hidden;
}
/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.offer-button {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 820px;
  margin: auto;
  padding: 0 48px;
}
.offer-button .button {
  width: 100%;
  text-transform: none;
  font-size: 12px;
  cursor: pointer;
}
@media only screen and (min-width: 560px) {
  .offer-button .button {
    width: 220px;
  }
}
@media only screen and (min-width: 920px) {
  .offer-button {
    padding: 0;
  }
}