.hero-section{background-image:linear-gradient(#020a23,#020a23);position:relative;z-index:50}.hero-section:before{background:radial-gradient(ellipse 55% 50% at 80% 25%,rgba(32,19,255,.2) 0,transparent 60%),radial-gradient(ellipse 35% 55% at 8% 80%,rgba(255,52,73,.12) 0,transparent 55%);content:"";inset:0;pointer-events:none;position:absolute}.hero-section .container{position:relative;z-index:20}.hero-section__inner{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:50px}.hero-section .column.left{width:50%}.hero-section .column.right{width:45%}.hero-section .column .hero-eyebrow{align-items:center;color:var(--accent);display:inline-flex;font-size:10px;font-weight:700;gap:8px;letter-spacing:2.5px;margin-bottom:20px;position:relative;text-transform:uppercase}.hero-section .column .hero-eyebrow:before{background:var(--accent);content:"";display:block;height:2px;width:20px}.hero-section .column h1,.hero-section .column h1 *{color:#fff;font-weight:700;margin:0}.hero-section .column h1 em{display:inline;font-size:inherit;font-style:italic;opacity:.6;text-transform:inherit}.hero-section .column .text *{color:#fff}.hero-section .hero-section__ctas{display:flex;flex-wrap:wrap;gap:15px;margin-top:2.5em}.hero-section .column .boxContent{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:18px;display:flex;flex-direction:column;margin-left:auto;max-width:340px;padding:32px 28px;row-gap:49px}.hero-section .column .boxContent .boxHeader{display:flex;flex-direction:column;margin-bottom:-20px;row-gap:5px}.hero-section .column .boxContent .boxHeader p{font-style:italic;font-weight:600}.hero-section .column .boxContent *{color:#fff;margin:0}.hero-section .column .boxContent .contentItem{display:flex;flex-direction:column;position:relative;row-gap:5px}.hero-section .column .boxContent .contentItem h2 span{color:var(--accent)}.hero-section .column .boxContent .contentItem p{font-size:14px;opacity:.7}.hero-section .column .boxContent .contentItem:not(:last-child):after{background-color:hsla(0,0%,100%,.07);bottom:-25px;content:"";height:1px;left:0;position:absolute;width:100%}@media(max-width:767px){.hero-section .column.left,.hero-section .column.right{width:100%}.hero-section .column .boxContent{margin:0;max-width:480px}}