/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.contact{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:2rem;padding:3rem;position:relative}@media (max-width:1023px){.contact{grid-template-columns:1fr;padding:2rem}}.contact::before{position:absolute;content:"";bottom:0;left:0;width:100%;height:calc(100% - 9rem);background:#f2f2f2;z-index:-1}@media (max-width:1023px){.contact::before{height:100%}}.contact__column--address{grid-area:1/1/3/2;padding-top:9rem}@media (max-width:1023px){.contact__column--address{grid-area:auto;padding-top:0}}.contact__address,.contact__intro{margin-bottom:2rem}.contact__options{font-weight:700}.contact__option{margin-bottom:.5rem}.contact__option img{vertical-align:middle;margin-right:1rem}.contact__map{grid-area:1/2/2/3;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);margin-bottom:2rem}@media (max-width:1023px){.contact__map{grid-area:auto;order:-1}}.contact__form{grid-area:2/2/3/3}@media (max-width:1023px){.contact__form{grid-area:auto}}.contact .form__label{font-size:.8rem;font-weight:700}.contact .form__label--checkbox{text-transform:uppercase;letter-spacing:2.4px;margin-bottom:2rem}.contact .form__label--checkbox a{color:#1ebada}.contact .form__input,.contact .form__textarea{background:#fff}
