.header_img{--img-sm:'';--img-md:'';--img-lg:'';--img-xl:'';--img-tv:'';background-color:#ccc;background-image:var(--img-sm);background-position:center;background-size:cover;background-repeat:no-repeat}@media only screen and (min-width:768px){.header_img{background-image:var(--img-md)}}@media only screen and (min-width:992px){.header_img{background-image:var(--img-lg)}}@media only screen and (min-width:screen_xl){.header_img{background-image:var(--img-xl)}}@media only screen and (min-width:1599px){.header_img{background-image:var(--img-tv)}}.header_overlay{height:400px;background:radial-gradient(ellipse at center,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 70%,rgba(0,0,0,0.6) 100%)}.about,.vision,.mission,.values{text-align:center}.contact_wrapper{--gap:30px;--columns:1;display:grid;width:100%;max-width:100%;grid-template-columns:repeat(var(--columns),1fr);grid-gap:var(--gap)}@media (min-width:768px){.contact_wrapper{--columns:2}}.contact_map{min-height:200px;height:100%;width:100%}.contact_form,.contact_info{padding-top:20px;padding-bottom:20px}.form_group{padding-bottom:20px}.form_send{text-align:center}