.insiderone-generic-event-cta-last-fold-container {
  background-image: var(--mobile-bg);
  background-color: #EFEBE4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15vw 0;
}
.insiderone-generic-event-cta-last-fold-container h1 {
  color: #051235;
  text-align: center;
  font-family: Figtree;
  font-size: 8vw;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.125vw;
}
.insiderone-generic-event-cta-last-fold-container a {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%);
  box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.1) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.2) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.1);
  max-width: 180px;
  margin: 0 auto;
  color: #EFEBE4;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
  transition: all 0.3s ease-in-out;
}
.insiderone-generic-event-cta-last-fold-container a:hover {
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
}

@media (min-width: 769px) {
  .insiderone-generic-event-cta-last-fold-container {
    padding: 160px 0;
    background-image: var(--desktop-bg);
    background-color: #EFEBE4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .insiderone-generic-event-cta-last-fold-container h1 {
    color: #051235;
    text-align: center;
    font-family: Figtree;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.5px;
  }
}