/* == Begin contact us SASS == */
.lp__contacts_wrapper {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}
.lp__contacts_wrapper .lp__name {
  font-family: "Andes", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  font-weight: bold;
}
.lp__contacts_wrapper .lp__location,
.lp__contacts_wrapper .lp__category {
  font-weight: bold;
  margin-bottom: 16px;
}
.lp__contacts_wrapper address {
  display: block;
}
.lp__contacts_wrapper .lp__contactus_tel span {
  display: block;
}

.lp__contact_listcomponents .lp__contacts_wrapper {
  margin-bottom: 32px;
}
.lp__contact_listcomponents .two__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lp__contact_listcomponents .two__column > li {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .lp__contact_listcomponents .two__column > li {
    float: left;
    width: 45%;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .lp__contact_listcomponents .two__column > li {
    width: 45%;
  }
}
.lp__contact_listcomponents .three__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lp__contact_listcomponents .three__column li {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .lp__contact_listcomponents .three__column li {
    float: left;
    width: 45%;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .lp__contact_listcomponents .three__column li {
    width: 30%;
  }
}
.lp__contact_listcomponents .four__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lp__contact_listcomponents .four__column li {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .lp__contact_listcomponents .four__column li {
    float: left;
    width: 45%;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .lp__contact_listcomponents .four__column li {
    width: 31%;
  }
}
@media (min-width: 1200px) {
  .lp__contact_listcomponents .four__column li {
    width: 23%;
  }
}
            .wrap__contact .h3 {
    font-family: "AndesBold", sans-serif;
    font-size: 1.125rem;
    line-height: 1.8125rem;
}
.c14v1_contacts .lp__contacts_wrapper .lp__location{
font-weight: normal;
margin-bottom: 8px;
}


.c14v1_contacts .lp__contacts_wrapper .lp__category{
font-weight: bold;
margin-bottom: 8px;
}
.c14v1_contacts .lp__contacts_wrapper .lp__name {
  font-family: "Andes", sans-serif;
  font-size: 1rem;
  line-height: 1.4375rem;
}
/* == End contact us SASS == */