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