.home-hero{position:relative;width:100%;overflow:hidden;padding:72px 0}.home-hero__content{display:flex;align-items:center;justify-content:space-between;gap:clamp(32px,4vw,72px);min-height:620px}.home-hero__left{flex:1 1 52%;max-width:620px}.home-hero h1{margin:0 0 24px}.home-hero p{margin:0 0 32px;max-width:560px}@media (max-width:768px){.home-hero h1{font-size:40px;line-height:50px}.home-hero p{margin-bottom:24px}}.home-hero__buttons{display:flex;flex-wrap:nowrap;gap:16px}.home-hero__right{flex:0 0 auto;display:flex;justify-content:flex-end;margin-top:clamp(-240px,-10vw,-72px)}.home-hero__media-circle{width:clamp(360px,40vw,560px);aspect-ratio:1/1;border-radius:50%;overflow:hidden;position:relative}.home-hero__image{width:100%;height:100%;object-fit:cover;object-position:center top;transform:scale(1.1);display:block}@media (min-width:1024px) and (max-width:1480px){.home-hero__right{margin-right:clamp(-280px,-18vw,-72px)}.home-hero__media-circle{width:clamp(420px,60vw,1200px)}.home-hero__image{transform:scale(1.14)}}@media (min-width:1481px){.home-hero__right{margin-right:0}.home-hero__media-circle{width:clamp(380px,35vw,780px)}.home-hero__image{transform:scale(1.08)}}@media (max-width:1023px){.home-hero{padding:60px 0}.home-hero__content{flex-direction:column-reverse;align-items:center;gap:36px;min-height:unset}.home-hero__left{max-width:100%;text-align:center}.home-hero__right{width:100%;margin-right:0;justify-content:center;margin-top:0}.home-hero p{margin:0 auto 32px;max-width:min(560px,90vw)}.home-hero__buttons{display:flex;flex-wrap:nowrap;gap:16px;justify-content:center}}@media (max-width:768px){.home-hero{padding:56px 0}.home-hero__content{gap:28px}.home-hero__buttons{justify-content:center;width:100%}.home-hero .btn{min-width:150px}}@media (max-width:320px){.home-hero{padding:48px 0}.home-hero__media-circle{width:min(86vw,420px)}.home-hero__buttons{flex-direction:column}.home-hero .btn{width:100%}}.home-hero--bg-dark{background:#b3dbdc}.home-hero--bg-light{background:#f5f0e9}