.page-hero.hero{align-items:center;display:flex;flex-direction:column;justify-content:stretch;margin-bottom:4rem;padding-bottom:0;padding-top:24rem;position:relative}@media screen and (min-width:1921px){.page-hero.hero{height:auto}}.hero__content-wrapper{max-width:1140px;padding:0 1rem;width:100%}.hero__content{background:var(--background-color);border-radius:var(--border-radius-global);display:grid;gap:2rem;grid-template-columns:1fr 180px;margin:0 auto;min-height:100%;padding:2.5rem;position:relative;width:100%;z-index:1}.hero__background{display:flex;flex-direction:column;height:calc(100% - 12rem);justify-content:center;left:50%;position:relative;position:absolute;top:0;transform:translateX(-50%);width:100%;z-index:-1}.hero__image{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow:hidden;width:100%;z-index:0;img{height:100%!important;object-fit:cover}&:after,img{clip-path:polygon(0 0,100% 0,100% 70%,0 100%);width:100%}&:after{background-color:var(--secondary-color);content:"";height:100%;left:0;opacity:1;position:absolute;top:2rem;z-index:-2}}.hero__text-over-image{align-items:center;aspect-ratio:1/1;background-color:var(--secondary-color);border-radius:50%;color:var(--white-color);display:flex;flex-direction:column;font-size:15px;justify-content:center;line-height:1.25;overflow:hidden;padding:1.25rem;text-align:center;transform:rotate(10deg);width:100%;.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--white-color);margin-bottom:0}}.hero__text{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:0;text-wrap:balance;width:100%;ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:.25rem 2rem;>li:before{background-color:currentColor;color:inherit;height:1.25rem!important;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%233d3d3d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 11.086v.92a10 10 0 1 1-5.93-9.14M22 4 12 14.01l-3-3'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-size:contain;top:3px!important;width:1.25rem!important}}}.hero__buttons{display:flex;gap:1rem;margin-top:1.5rem}@media screen and (min-width:1600px){.hero__text{padding:0}}@media screen and (max-width:1200px){.page-hero.hero{height:auto;margin-bottom:2rem;max-height:unset}.hero__content{align-items:center;flex-direction:column;grid-template-columns:1fr;grid-template-rows:1fr;justify-content:flex-start;padding:1.5rem}.hero__text-over-image{bottom:calc(100% - 1.5rem);margin-left:auto;max-width:160px;order:0;position:absolute;right:-.5rem;width:100%}.hero__text{order:1}.hero__buttons{flex-direction:column}}