.contact-wrapper{margin:30px 0}@media screen and (min-width:768px){.contact-wrapper{grid-gap:var(--width-margin);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media screen and (min-width:1024px){.contact-wrapper{grid-gap:50px;grid-template-columns:repeat(3,minmax(0,1fr))}}.contact-wrapper .contact-item{border-radius:var(--width-margin);background-color:rgb(var(--color-shade));text-align:center;margin-bottom:var(--width-margin);overflow:hidden;padding:30px 40px!important}@media screen and (min-width:768px){.contact-wrapper .contact-item{margin-bottom:0;padding:50px}}@media screen and (min-width:1500px){.contact-wrapper .contact-item{padding:30px 75px!important}}.contact-wrapper .contact-item--image{padding:0 25px;overflow:hidden}.contact-wrapper .contact-item--image img{border-radius:50%;margin:auto;display:block}.contact-wrapper .contact-item--title{margin:20px 0 10px;font-weight:700}.contact-wrapper .contact-item--firstName,.contact-wrapper .contact-item--lastName{font-weight:700;font-size:var(--fontsize-m);text-transform:uppercase;line-height:1.3}.contact-wrapper .contact-item--position{color:rgb(var(--color-highlight));margin:10px 0;font-weight:700}.contact-wrapper .contact-item--phone>a{font-size:var(--fontsize-m);color:rgb(var(--color-darkest))}.contact-wrapper .contact-item--phone>a:hover{color:rgb(var(--color-highlight))}.contact-wrapper .contact-item--phone>a:focus-visible{color:rgb(var(--color-highlight));outline:1px dotted rgb(var(--color-highlight))}.contact-wrapper .contact-item--email>a{font-size:var(--fontsize-m);color:rgb(var(--color-darkest))}.contact-wrapper .contact-item--email>a:hover{color:rgb(var(--color-highlight))}.contact-wrapper .contact-item--email>a:focus-visible{color:rgb(var(--color-highlight));outline:1px dotted rgb(var(--color-highlight))}:is(.content--darkest,.content--shade-1,.content--shade-2,.content--shade-soft-1,.content--shade-soft-2) .contact-wrapper .contact-item{background-color:rgb(var(--color-lightest))}.content--darkest .contact-wrapper{color:rgb(var(--color-darkest))}
