@keyframes spin{100%{transform:rotate(360deg)}}.hero__content{display:grid;grid-template-columns:1fr 60%;align-items:center;gap:var(--gap) calc(var(--gap)*2)}.hero__left{z-index:5;padding-top:clamp(1em, 8vh, 3em)}.hero__right{z-index:2}.hero__right::before{content:"";position:absolute;width:16cqw;left:-18cqw;bottom:-4cqw;aspect-ratio:1/1;background:url(../../../../../../../../../themes/mbu/img/svg/dots.svg) center / contain no-repeat;opacity:.2}.hero__image img{box-shadow:var(--shadow);border-radius:var(--border-radius-bigger)}.hero__title{font-size:var(--font-size-60);font-family:"ABC Camera",sans-serif;font-weight:var(--medium);font-optical-sizing:auto;color:var(--color-secondary);text-shadow:0 .1em .5em rgba(var(--color-white-rgb),1)}.hero__text{font-size:var(--font-size-20);color:var(--color-main);max-width:24em;margin:2em 0}.hero__text p{line-height:var(--line-height)}@media screen and (max-width:1600px){.hero__right{margin-right:0}}@media screen and (max-width:1200px){.hero__content{grid-template-columns:1fr 50%}}@media screen and (max-width:960px){.hero{margin-bottom:0;padding-bottom:var(--gap)}.hero__content{grid-template-columns:1fr}.hero__left{order:3;padding-top:0}.hero__text{max-width:none}}@media screen and (max-width:480px){.hero__text{margin:1em 0 1.6em}}