@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;800&display=swap");.bp-wrap{background-color:#fff;box-sizing:border-box;font-family:Raleway,sans-serif;gap:40px;justify-content:space-between;margin:0 auto;max-width:1240px;padding:48px 40px}.bp-left,.bp-wrap{align-items:center;display:flex}.bp-left{flex:0 0 44%;justify-content:center;max-width:44%}.bp-hero-img{display:block;height:auto;width:100%}.bp-right{display:flex;flex:0 0 52%;flex-direction:column;gap:16px;max-width:52%}.bp-bubble{opacity:0;transform:scale(.7);transition:opacity .4s cubic-bezier(.34,1.56,.64,1),transform .4s cubic-bezier(.34,1.56,.64,1)}.bp-bubble.visible{opacity:1;transform:scale(1)}.bp-bubble img{display:block;height:auto;width:100%}@media (max-width:900px){.bp-wrap{flex-direction:column;padding:32px 24px}.bp-left,.bp-right{flex:unset;max-width:100%;width:100%}}