.hero{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.hero h1{font-weight:400;margin-bottom:25px}.hero-text{flex:1;min-width:300px}.btn-group{display:flex;flex-wrap:wrap;gap:20px;margin:20px 0}.button{gap:10px}.button.button--secondary.outline{background-color:transparent;border-color:var(--button-secondary-border);color:var(--button-secondary-bg)}.hero-image{flex:1;min-width:300px;text-align:center}.hero-image img{height:auto;max-width:100%}.modal{align-items:center;background:rgba(0,0,0,.7);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.modal-content{background:#000;border-radius:8px;margin:5% auto;max-width:800px;overflow:hidden;padding:0;position:relative;width:80%}.close{align-items:center;background:#2971db;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:30px;font-weight:700;height:35px;justify-content:center;line-height:1;position:absolute;right:15px;top:10px;transition:background .3s ease;width:35px;z-index:10}.video-wrapper iframe{height:450px;width:100%}