.hero-contact {
  position: relative;
  z-index: 0;
  margin-top: -160px;
  background-color: var(--darkColor);
}
@media (max-width: 1280px) {
  .hero-contact {
    margin-top: -140px;
  }
}
.hero-contact .bg-picture-wrapper {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1280px) {
  .hero-contact .bg-picture-wrapper {
    display: none;
  }
}
.hero-contact .bg-picture-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
  z-index: 0;
}
.hero-contact .hero-columns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row nowrap;
  position: relative;
  padding: 210px 25px 0px;
  color: #fff;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .hero-contact .hero-columns {
    padding: 170px 25px 0px;
  }
}
@media (max-width: 768px) {
  .hero-contact .hero-columns {
    display: block;
  }
}
.hero-contact .hero-columns .left {
  flex: 0 0 49%;
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .hero-contact .hero-columns .left {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .hero-contact .hero-columns .left {
    width: 100%;
    text-align: center;
  }
}
.hero-contact .hero-columns .left .hero-title {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 68px;
  line-height: 4.25rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .hero-contact .hero-columns .left .hero-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    line-height: 2.375rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hero-contact .hero-columns .left .hero-text {
    margin-bottom: 20px;
  }
}
.hero-contact .hero-columns .left .hero-logos {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .hero-contact .hero-columns .left .hero-logos {
    margin-bottom: 20px;
  }
}
.hero-contact .hero-columns .left .hero-logos .logo {
  height: 110px;
}
.hero-contact .hero-columns .left .hero-logos .logo img {
  height: 100%;
  width: 80%;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .hero-contact .hero-columns .left .hero-logos .logo img {
    width: 60%;
  }
}
.hero-contact .hero-columns .left .foreground-picture {
  display: block;
  margin-top: auto;
}
@media (max-width: 768px) {
  .hero-contact .hero-columns .left .foreground-picture {
    margin-bottom: 0;
  }
}
.hero-contact .hero-columns .left .foreground-picture img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-contact .hero-columns .right {
  flex: 0 0 45%;
  margin-top: 0;
  background-color: #fff;
  color: var(--darkColor);
  padding: 30px 50px 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .hero-contact .hero-columns .right {
    flex: 0 0 45%;
    padding: 30px 25px;
  }
}
.hero-contact .hero-columns .right .gform_wrapper .gform-body {
  margin-bottom: 30px;
}

.office-locations {
  background-color: var(--bgColor);
}
.office-locations .items {
  padding: 60px;
}
@media (max-width: 768px) {
  .office-locations .items {
    padding: 20px;
  }
}
.office-locations .item {
  border-bottom: solid 1px var(--darkColor);
  margin-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 768px) {
  .office-locations .item {
    display: block;
  }
}
.office-locations .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.office-locations .item .left {
  flex: 0 0 47%;
}
.office-locations .item .left a {
  font-weight: 700;
}
.office-locations .item .left .label {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.office-locations .item .left .address a {
  color: var(--darkColor);
  text-decoration: none;
  font-weight: 400;
}
.office-locations .item .right {
  flex: 0 0 50%;
  margin: 0;
  height: auto;
  position: relative;
  height: auto;
  margin-top: 0;
}
@media (max-width: 768px) {
  .office-locations .item .right {
    height: 210px;
    margin-top: 20px;
  }
}
.office-locations .item .right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-networks {
  padding: 50px 0;
}
.social-networks .title {
  text-align: center;
}
.social-networks ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.social-networks ul li {
  margin: 0 20px;
}
.social-networks ul li a {
  display: block;
}
.social-networks ul li a:hover svg path {
  fill: var(--highlightColorAlt);
}
.social-networks ul li a svg {
  display: block;
}
.social-networks ul li a svg path {
  fill: var(--highlightColor);
  transition: fill 0.1s ease;
}

.bottom-content {
  margin: 50px 60px;
}
@media (max-width: 1280px) {
  .bottom-content {
    margin: 0;
  }
}
.bottom-content .content {
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 768px) {
  .bottom-content .content {
    column-count: auto;
    column-gap: normal;
  }
}
