.quadrant-container{align-items:center;display:grid;gap:1.5rem;grid-template-columns:250px 250px;grid-template-rows:250px 250px;justify-content:center;position:relative;scale:.9}.quadrant{background-color:var(--color-primary-alpha);cursor:pointer;height:250px;overflow:hidden;position:relative;scale:1;transition:all .3s ease-in-out;width:250px;z-index:2}.quadrant:first-child{border-top-left-radius:100%}.quadrant:nth-child(2){border-top-right-radius:100%}.quadrant:nth-child(3){border-bottom-left-radius:100%}.quadrant:nth-child(4){border-bottom-right-radius:100%}.quadrant:hover{animation:pulse-animation 2s ease-in-out infinite;scale:1.1}.quadrant img{min-height:100%;min-width:100%;object-fit:cover;scale:1;transition:all .3s ease-in-out}.quadrant:first-child img{object-position:center center}.quadrant:nth-child(2) img{object-position:top left}.quadrant:nth-child(3) img{object-position:bottom right}.quadrant:nth-child(4) img{object-position:bottom left}.quadrant:first-child:hover img,.quadrant:nth-child(2):hover img,.quadrant:nth-child(3):hover img,.quadrant:nth-child(4):hover img{scale:1.1}.quadrant-content{flex-direction:column;height:100%;width:100%}.quadrant-container .center-circle,.quadrant-content{align-items:center;display:flex;justify-content:center}.quadrant-container .center-circle{background-color:var(--color-bg-primary);border:2px solid var(--color-bg-primary);border-radius:50%;box-shadow:0 0 4px 0 var(--color-primary);grid-area:1/1/3/3;height:250px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:250px;z-index:2}.quadrant-container .center-circle:before{background-image:url(https://26574917.fs1.hubspotusercontent-eu1.net/hubfs/26574917/iPepper-theme/2.png);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:50%;content:"";height:100%;left:0;opacity:.75;position:absolute;top:0;transition:all .3s ease-in-out;width:100%;z-index:-1}.quadrant:hover~.center-circle:before{opacity:.2}.quadrant-container .center-circle a{position:relative}.quadrant:first-child~.center-circle a:first-of-type,.quadrant:nth-child(2)~.center-circle a:nth-of-type(2),.quadrant:nth-child(3)~.center-circle a:nth-of-type(3),.quadrant:nth-child(4)~.center-circle a:nth-of-type(4){display:none;height:0;width:0}.quadrant:first-child:hover~.center-circle a:first-of-type,.quadrant:nth-child(2):hover~.center-circle a:nth-of-type(2),.quadrant:nth-child(3):hover~.center-circle a:nth-of-type(3),.quadrant:nth-child(4):hover~.center-circle a:nth-of-type(4){display:block;height:100%;width:100%}.quadrant:first-child~.center-circle a:first-of-type:hover,.quadrant:nth-child(2)~.center-circle a:nth-of-type(2):hover,.quadrant:nth-child(3)~.center-circle a:nth-of-type(3):hover,.quadrant:nth-child(4)~.center-circle a:nth-of-type(4):hover{display:block}.quadrant-container .center-circle a .quadrant-text{left:50%;padding:2rem;position:absolute;text-align:center;top:50%;transform:translate(-50%);transition:all .3s ease-in-out;width:100%}.quadrant:first-child~.center-circle a:first-of-type .quadrant-text,.quadrant:nth-child(2)~.center-circle a:nth-of-type(2) .quadrant-text,.quadrant:nth-child(3)~.center-circle a:nth-of-type(3) .quadrant-text,.quadrant:nth-child(4)~.center-circle a:nth-of-type(4) .quadrant-text{opacity:0;visibility:hidden}.quadrant:first-child:hover~.center-circle a:first-of-type .quadrant-text,.quadrant:nth-child(2):hover~.center-circle a:nth-of-type(2) .quadrant-text,.quadrant:nth-child(3):hover~.center-circle a:nth-of-type(3) .quadrant-text,.quadrant:nth-child(4):hover~.center-circle a:nth-of-type(4) .quadrant-text{opacity:1;transform:translate(-50%,-50%);visibility:visible}.quadrant-container .center-circle a .quadrant-text h2{-webkit-animation-name:none!important;font-size:1.4em;line-height:1!important}.quadrant-container .center-circle a .quadrant-text p{-webkit-animation-name:none!important;font-size:1em;line-height:1.15!important}@media (max-width:1024px){.quadrant-link-overlay{cursor:default;pointer-events:none}.quadrant-container .center-circle a{transition:all .1s linear 1s}}@media (max-width:540px){.quadrant-container{scale:.6}#hs_cos_wrapper_quadrant_display{width:100%}}