.pgf-cta-60949806 {
  box-sizing: border-box;
}

.pgf-container-60949806 {
  width: 100%;
  margin: 0 auto;
}

.pgf-cta-box-60949806 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .68fr);
  gap: 72px;
  overflow: hidden;
  align-items: start;
}

.pgf-cta-box-60949806.has-ring::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.pgf-main-60949806,
.pgf-guide-card-60949806 {
  position: relative;
  z-index: 1;
}

.pgf-eyebrow-60949806 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
}

.pgf-eyebrow-60949806 i {
  height: 1px;
}

.pgf-main-60949806 h2 {
  max-width: 650px;
}

.pgf-main-desc-60949806 {
  max-width: 590px;
}

.pgf-main-desc-60949806 p {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.pgf-actions-60949806 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 31px;
}

.pgf-whatsapp-button-60949806 {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
  cursor: pointer;
  text-decoration: none;
}

.pgf-whatsapp-button-60949806:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0,0,0,.30);
}

.pgf-whatsapp-button-60949806 .pgf-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pgf-whatsapp-button-60949806 svg,
.pgf-whatsapp-button-60949806 i {
  flex: 0 0 auto;
}

.pgf-phone-link-60949806 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: color .2s ease;
  text-decoration: none;
}

.pgf-phone-link-60949806 span {
  transition: color .2s ease;
}

.pgf-phone-link-60949806 strong {
  transition: color .2s ease;
}

.pgf-guide-card-60949806 {
  align-self: center;
  border-style: solid;
  border-width: 1px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pgf-guide-kicker-60949806 {
  display: block;
}

.pgf-guide-card-60949806 h3 {
  margin: 11px 0 18px;
}

.pgf-guide-list-60949806 {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top-style: solid;
  border-top-width: 1px;
}

.pgf-guide-list-60949806 li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 11px;
  padding: 15px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.pgf-guide-footer-60949806 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
}

.pgf-guide-footer-60949806 .pgf-footer-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pgf-guide-footer-60949806 svg,
.pgf-guide-footer-60949806 i {
  width: 18px;
  height: 18px;
}

@media (max-width: 1024px) {
  .pgf-cta-box-60949806 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pgf-guide-card-60949806 {
    max-width: 680px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pgf-cta-box-60949806 {
    gap: 31px;
  }
  .pgf-actions-60949806 {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
  }
  .pgf-whatsapp-button-60949806 {
    width: 100%;
    min-height: 49px;
  }
  .pgf-phone-link-60949806 {
    align-items: center;
    text-align: center;
  }
  .pgf-guide-card-60949806 {
    max-width: 100%;
  }
  .pgf-guide-list-60949806 li {
    grid-template-columns: 28px 1fr;
    gap: 9px;
    padding: 13px 0;
  }
}
