.home{overflow:hidden;position:relative;min-height:100dvh;background:#1c1c1f}.home,.home__main{display:flex;flex-direction:column}.home__main{isolation:isolate}.home__main>.heading{display:flex;gap:2rem;padding:2rem;align-items:center;justify-content:center;flex-direction:column;min-height:90dvh;position:relative;overflow:hidden;background-image:linear-gradient(0deg,#1c1c1f 5%,rgba(28,28,31,.2))}@media(max-width:768px){.home__main>.heading{align-items:start}}.home__main>.heading a>.button{font-size:1.25rem;color:#fff}.home__main>.heading>*{text-align:center}@media(max-width:768px){.home__main>.heading>*{text-align:left}}.home__main>.heading h1{text-wrap:pretty;font-size:clamp(2rem,4vw,4rem)}.home__main>.heading p{text-wrap:pretty;font-weight:300;font-size:clamp(1.25rem,2vw,1.75rem)}.home__main>.heading .images{position:absolute;z-index:-1;width:100%;height:100%;top:0;left:0}.home__main>.heading .images>*{object-fit:cover;position:inherit;width:100%;height:100%;left:0}.home__main>.grid{position:relative;margin:0 auto;padding-block:1rem;overflow:hidden;max-width:1450px}.home__main>.grid:before{height:102%;left:-1px;background-image:linear-gradient(90deg,#1c1c1f,transparent)}.home__main>.grid:after,.home__main>.grid:before{content:"";position:absolute;width:50px;top:0;z-index:99}.home__main>.grid:after{height:101%;right:-10px;background-image:linear-gradient(-90deg,#1c1c1f 50%,transparent)}.home__main>.grid .grid-item{padding:1rem;background-image:linear-gradient(45deg,rgba(44,44,44,.1),rgba(44,44,44,0));background-size:200%;position:relative;transition:background .5s ease}.home__main>.grid .grid-item:hover{background-size:100%;background-image:linear-gradient(45deg,#2c2c2c,rgba(44,44,44,0))}.home__main>.grid .grid-item.empty{padding:0}.home__main>.grid .grid-item a>.button{color:#fff;font-weight:500;font-size:1.25rem}.home__main>.grid .grid-item p{max-width:20ch;text-wrap:wrap;font-weight:800;font-size:1.25rem;line-height:1.1}.home__main>.grid .grid-item span{line-height:1.1;font-size:1.15rem;font-weight:300}.home__main>.grid .grid-item>img.phones{object-fit:cover;position:absolute;width:100%;height:100%;left:0;bottom:0}.home__main>.grid.mobile{display:none}.home__main>.grid.web{display:grid;grid-template-columns:100px repeat(3,1fr) 100px;grid-template-rows:repeat(3,200px);position:relative;width:100%}.home__main>.grid.web>.grid-item{display:flex;align-items:start;justify-content:center;flex-direction:column;opacity:.8;gap:.5rem;padding:2rem;min-height:50px;box-shadow:1px 1px 0 rgba(68,68,68,.45),inset 1px 1px 0 rgba(68,68,68,.45);width:100%;font-size:1.5rem;font-weight:800;position:relative;overflow:hidden}.home__main>.grid.web>.grid-item.cta{grid-column:2/5;display:flex;align-items:center;justify-content:center}.home__main>.grid.web>.grid-item:nth-of-type(2){grid-column:2/4}.home__main>.grid.web>.grid-item:nth-of-type(3){grid-column:4/5;grid-row:1/3}.home__main>.grid.web>.grid-item img{scale:1.5;left:10%;bottom:-20%}@media(max-width:768px){.home__main .grid.web{display:none}.home__main .grid.mobile{position:relative;padding:.5rem;display:grid;grid-template-columns:30px 1fr 30px}.home__main .grid.mobile .grid-item{display:flex;justify-content:center;flex-direction:column;overflow:hidden;height:150px;box-shadow:1px 1px 0 rgba(68,68,68,.45),inset -1px 1px 1px rgba(68,68,68,.45)}}