.cst_contacts .contacts-grid{display:flex;flex-direction:column;gap:20px}@media(min-width:992px){.cst_contacts .contacts-grid{display:grid;grid-template-columns:2fr 1fr}.cst_contacts .contacts-grid .country-contact.highlight{align-content:center;grid-row:span 2}}.cst_contacts .contacts-grid .country-contact{background-color:#f0f1f2;color:#6b7280;padding:20px}.cst_contacts .contacts-grid .country-contact .country{color:var(--primary);font-size:30px}.cst_contacts .contacts-grid .country-contact .label{font-size:13px;margin-bottom:5px}.cst_contacts .contacts-grid .country-contact .contacts{display:flex;flex-direction:column}.cst_contacts .contacts-grid .country-contact .contacts .contact{padding:15px 0}.cst_contacts .contacts-grid .country-contact .contacts .contact .contact-title{align-items:center;display:flex;font-size:12px;gap:10px;text-transform:uppercase}.cst_contacts .contacts-grid .country-contact .contacts .contact .contact-title .icon svg path{stroke:var(--primary)}.cst_contacts .contacts-grid .country-contact .contacts .contact a{color:inherit;font-size:16px}.cst_contacts .contacts-grid .country-contact .contacts .contact a:hover{opacity:.8}.cst_contacts .contacts-grid .country-contact .contacts .contact .phone-legal-info{font-size:12px}.cst_contacts .contacts-grid .country-contact .contacts .contact .address{font-size:16px}.cst_contacts .contacts-grid .country-contact .contacts .contact:not(:first-child){border-top:1px solid #6b7280}.cst_contacts .contacts-grid .country-contact.highlight{background-color:var(--primary);color:#fff}.cst_contacts .contacts-grid .country-contact.highlight .country{color:#fff}.cst_contacts .contacts-grid .country-contact.highlight .contacts .contact .contact-title .icon svg path{stroke:#fff}.cst_contacts .contacts-grid .country-contact.highlight .contacts .contact:not(:first-child){border-color:#fff}