html .wf-container-main {
  display: block !important;
}
h1,
h2,
h3,
p {
  margin-bottom: 0;
}
.white-paper-page h1 {
  color: var(--ASTUDIO-Black, #322625);
  font-family: "Neutra Display";
  font-size: 60px;
  font-weight: 400;
  line-height: 113.5%; /* 68.1px */
  letter-spacing: 11.501px;
  text-transform: uppercase;
}
.white-paper-page h2 {
  color: var(--ASTUDIO-Black, #322625);
  font-family: "Neutra Display";
  font-size: 32px;
  font-weight: 400;
  line-height: 138%; /* 44.16px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.white-paper-page h3 {
  color: var(--ASTUDIO-Black, #322625);
  font-family: "Neutra Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 33.12px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.max-400 {
  max-width: 400px;
}
.wp25-yellow {
  color: var(--ASTUDIO-Yellow, #fdc936);
  font-family: "Neutra Display";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px;
}
.wp25-yellow span {
  font-size: 54px;
}
.wp25-numbers-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp25-numbers-section > div {
  display: flex;
  gap: 48px;
}
.wp25-numbers-section > div > div {
  max-width: 288px;
}
.wp25-numbers-section p {
  color: var(--ASTUDIO-Black, #322625);
  font-family: "Neutra Text";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
#wp25-why-astudio .why-astudio-title {
  font-family: "Neutra Display";
  font-size: 16px;
  font-weight: 400;
  line-height: 1; /* 24.4px */
  letter-spacing: 3.92px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#wp25-why-astudio p,
#wp25-why-astudio li {
  color: var(--ASTUDIO-Black, #322625);
  font-family: "Neutra Text";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
#wp25-why-astudio li {
  line-height: 2; /* 27px */
}
#wp25-why-astudio ul {
  list-style: disc;
  padding-left: 32px;
}
.bg-yellow {
  background: var(--ASTUDIO-Yellow, #fdc936);
}
.relative {
  position: relative;
}
.white-paper-page .ast-contact-form {
  padding: 0;
  margin: 0;
}
.wp25-vimeo-wrapper {
  width: 624px;
  height: 352px;
  position: relative;
}
.wp25-roundimg {
  max-width: 624px;
  /* border: 1px solid #ffffff; */
  border-radius: 20px;
}
label.req:after {
  bottom: 7px;
  top: unset;
}
select:focus {
  box-shadow: 0 0 0 0;
}
.flex-between-grow {
  display: flex;
  flex-grow: 1;
}
.wp25-empty-color {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ASTUDIO-Black, #322625);
  color: white;
  font-family: "Neutra Display";
  font-size: 60px;
  line-height: 113.5%; /* 68.1px */
  letter-spacing: 11.501px;
  text-transform: uppercase;
  max-width: 736px;
}
.wp25-response-text {
  color: var(--ASTUDIO-Black, #322625);
  font-family: "Neutra Display";
  font-size: 60px;
  line-height: 113.5%; /* 68.1px */
  letter-spacing: 11.501px;
  text-transform: uppercase;
  max-width: 736px;
}
html [data-class="wpcf7cf_group"]{
  margin-top:0;
}
@media (min-width: 1024px) {
  .gap-48 {
    gap: 48px;
  }
  .gap-160 {
    gap: 160px;
  }
  .ml-336 {
    margin-left: 336px;
  }
  .max-w-496 {
    max-width: 496px;
  }
  .padding-36-64 {
    padding: 36px 64px;
  }
  .w-half {
    width: 50%;
  }
  .icon-message {
    position: relative;
  }
  .icon-message::before {
    content: "";
    background-image: url("/wp-content/uploads/2024/04/white-email-icon.png");
    background-size: 74px 80px;
    position: absolute;
    width: 74px;
    height: 80px;
    right: 50px;
    bottom: 100%;
  }
  .wp25-floatingimg {
    position: absolute;
    right: 0;
    top: 340px;
  }
  .wp25-floatingimg img {
    width: 400px;
  }
  .footer-heading {
    font-size: 62px;
  }
  .w-half-desktop {
    width: 50%;
  }
  .wp25-flex-end {
    display: flex;
    justify-content: flex-end;
  }
  .flex-top-right{
  display: flex;
  justify-content: end;
}
}
@media (max-width: 767px) {
  .flex-between {
    flex-direction: column;
  }
  .white-paper-page h1 {
    font-size: 36px;
  }
  .white-paper-page h3 {
    font-size: 16px;
  }
  .white-paper-page h2 {
    font-size: 28px;
  }
  .my-24-mob {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  p {
    font-size: 16px;
  }
  .wp25-vimeo-wrapper {
    height: 304px;
    width: 100%;
  }
  body #main > .wf-wrap {
    padding: 0 32px !important;
  }
  .ast-btn {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .w-full-mob {
    width: 100%;
  }
  .wp25-yellow {
    font-size: 54px;
  }
  .wp25-yellow span {
    font-size: 32px;
  }
  .wp25-numbers-section p {
    font-size: 14px;
  }
  .wp25-numbers-section > div > div {
    width: 50%;
    margin-top: 30px;
  }
  #wp25-why-astudio .why-astudio-title {
    line-height: 150%;
    letter-spacing: 2.5px;
  }
  .flex-reverse-mobile {
    flex-direction: column-reverse;
  }
  .bg-yellow {
    margin: 0 -32px;
    padding: 24px 32px;
  }
  .wp25-roundimg {
    max-width: 100%;
  }
  .mb-40-desktop {
    margin-bottom: 0;
  }
  .wp25-empty-color {
    font-size: 46px;
    letter-spacing: 5px;
  }
  .wp25-response-text {
    font-size: 46px;
    letter-spacing: 5px;
  }
}
