:root{--cta-background-color:#ffffd4;--cta-color:#5e0016;--cta-highlight-color:#5e0016}.cta{background-color:var(--cta-background-color);border-radius:20px;padding:3rem 20px;position:relative;text-align:center}.cta,.cta__title{color:var(--cta-color)}.cta__title{font-size:var(--heading-2-font-size);margin-bottom:2rem}.cta__title--small{font-size:var(--heading-3-font-size)}.cta__title--large{font-size:var(--heading-1-font-size)}.cta__title span{color:var(--cta-highlight-color);font-weight:700}.cta__container{margin-left:auto;margin-right:auto;max-width:900px;width:100%}.cta__content{--text-font-size:var(--text-font-size-large);line-height:1.5}.cta__buttons{align-items:center;display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:center;margin-top:2rem}.cta--left{text-align:left}.cta--left .cta__buttons{justify-content:start}.cta--yellow{--cta-background-color:#ffffd4}.cta--red{--cta-background-color:#5e0016;--cta-color:#ffffd4;--cta-highlight-color:#ffffd4;--link-color:#ffffd4;--link-icon-color:#ffffd4;--link-hover-color:#ffffd4}.cta--green{--cta-background-color:#e4f190}.cta--blue{--cta-background-color:#c7e0ff}.cta--grey{--cta-background-color:#35404f;--cta-color:#ffffd4;--cta-highlight-color:#ffffd4;--link-color:#ffffd4;--link-icon-color:#ffffd4;--link-hover-color:#ffffd4}.cta--white{--cta-background-color:#fff}@media only screen and (min-width:768px){.cta{padding:4rem 5rem}}@media only screen and (min-width:1280px){.cta{padding:4rem 6rem}}