.banner-wrapper{background:#fff;justify-content:center;padding:40px 5vw}.banner-container,.banner-wrapper{box-sizing:border-box;display:flex;width:100%}.banner-container{align-items:stretch;background:#000;border-radius:25px;color:#fff;flex-direction:row;max-width:1400px;overflow:hidden;position:relative}.banner-left{box-sizing:border-box;display:flex;flex:1;flex-direction:column;justify-content:center;margin-right:-100px;padding:60px 20px 60px 40px;position:relative;z-index:2}.banner-left h1{font-size:2.25rem;font-weight:800;line-height:1.3}.banner-left h1 span{display:inline}.highlight{color:#2979ff}.banner-left p{font-size:1.125rem;font-weight:200;line-height:1.5;margin:20px 0}.banner-button{align-items:center;background-color:#0c61ff;border-radius:30px;color:#fff;display:inline-flex;font-weight:500;overflow:hidden;padding:15px 25px;position:relative;text-decoration:none;transition:background-color .3s;width:190px}.banner-button:hover{background-color:#125dc3}.rotated-icon{align-items:center;display:inline-flex;margin-left:10px}.rotated-icon svg{transform:rotate(90deg)}.banner-button:hover .rotated-icon svg{animation:slideOnce .3s ease-in-out}@keyframes slideOnce{0%{opacity:0;transform:translateX(-20px) rotate(90deg)}40%{opacity:1}to{opacity:1;transform:translateX(0) rotate(90deg)}}.banner-right{align-items:center;display:flex;flex:1;justify-content:center;min-height:300px;overflow:hidden}.banner-image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:1200px){.banner-container{flex-direction:column}.banner-left{margin-right:0;padding:40px 20px}.banner-left h1{font-size:1.75rem;text-align:center}.banner-left p{font-size:1rem;text-align:center}.banner-button{margin:auto}.banner-right{display:none}}@media (max-width:600px){.banner-left{padding:30px 15px}.banner-button{justify-content:center;width:60%}.banner-left h1{font-size:1.5rem;text-align:center}.banner-left p{font-size:.95rem;text-align:center}.banner-right{display:none}}