.hyk-cta {
    padding: 100px 0 64px;
    background: url(/resources/23f99d91/snippet/snippet-460/images/cta-bg.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
  background-size: cover;
  position: relative;
}
section.hyk-cta:before {
    content: "";
    background: url(/resources/23f99d91/snippet/snippet-460/images/cta-top-right-img.svg);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
}

/* White card: 1200px centered, 350px tall */
.hyk-cta__card-wrapper {
  	display: flex;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto 45px;
    border-radius: 16px;
    padding: 65px 0;
    background: rgba(255, 255, 255, 0.87);
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
}

/* Vertical divider */
.hyk-cta__divider {
    flex-shrink: 0;
    width: 1px;
    background: #e5e7eb;
    align-self: stretch;
    margin: 0;
}

/* Individual CTA block */
.hyk-cta__block {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 94px;
}

.hyk-cta__block:last-of-type {
    padding: 0 94px 0 80px;
}

.hyk-cta__eyebrow {
        font-size: 14px;
    font-weight: 450;
    color: #808080;
    line-height: 18px;
}

.hyk-cta__heading {
    font-size: 27px;
    font-weight: 600;
    color: #000000;
    line-height: 34px;
    margin: 9px 0 6px;
}

.hyk-cta__subtext {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 21px;
    margin: 0 0 27px;
}

/* "Not Sure" banner below the CTA card */
.hyk-cta__not-sure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 21px;
}
a.hyk-cta__selector-link svg {
  margin-top: 3px;
}
a.hyk-cta__selector-link {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #3040CF;
    text-decoration: none;
  transition: opacity 0.3s ease;
      display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid transparent;
}
.hyk-cta__selector-link:hover {
   border-bottom: 1px solid #3040CF;
}


.widget-snippet .hyk-cta__card-wrapper {
      backdrop-filter: none;
}

@media (max-width: 1024px) {
    .hyk-cta {
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
  .hyk-cta {
    padding: 60px 0;
  }
    .hyk-cta__card-wrapper {
        margin: 0 auto 32px;
        padding: 32px 0;
    }
}
