@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
#contact .s1 {
  background: url(/i/contact-hero.jpg) no-repeat center/cover;
}

#contact .s7 {
  background: linear-gradient(326deg, #92BCD8 -13.09%, #012231 102.4%);
}

#contact .s7 h4 {
  margin-bottom: 1.5rem;
}

#contact .s7 .container {
  padding: 3rem 0;
}

#contact .s7 .left {
  padding: 0 1rem;
}

#contact .s7 .left > div {
  padding-top: 3.5rem;
}

#contact .s7 .right > div {
  max-width: 501px;
  margin: 0 auto;
  padding: 0 1rem;
}

#contact .s7 .right .hline {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 3rem 0;
}

#contact .s7 .right a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.3em;
  color: #CFDDE4;
  transition: color .3s ease;
}

#contact .s7 .right a span {
  font-weight: 500;
  color: #fff;
}

#contact .s7 .right a:hover {
  color: #fff;
}

#contact .s7 .right .tel {
  background: url(/i/svg/phone.svg) 0% 50%/44px 44px no-repeat;
  padding: 1rem 0 1rem 3.5rem;
}

#contact .s7 .right .email {
  background: url(/i/svg/email.svg) 0% 50%/44px 44px no-repeat;
  padding: 1rem 0 1rem 3.5rem;
}

#contact .s7 .right .ad a br:nth-child(3) {
  display: none;
}

#contact .s7 .line-h {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
}

#contact .s7 .line-top {
  top: 0;
}

#contact .s7 .line-bottom {
  bottom: 0;
}

#contact .s7 .line-v {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 90%;
  background: rgba(255, 255, 255, 0.5);
  transform: scaleY(0);
  transform-origin: top center;
}

#contact .s2 h2 {
  margin-bottom: 4rem;
  text-align: center;
}

#contact .s2 .logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

#contact .s2 .logos img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #contact .s2 .logos {
    grid-template-columns: repeat(6, 1fr);
  }
  #contact .s2 .logos img {
    grid-column: span 2;
  }
  #contact .s2 .logos img:nth-last-child(2):nth-child(3n + 1) {
    grid-column: 2 / span 2;
  }
  #contact .s7 .left h2 br {
    display: none;
  }
  #contact .s7 .line-v {
    display: none;
  }
  #contact .s7 .right > div {
    margin-right: auto;
    margin-left: 0;
    display: flex;
    max-width: none;
    gap: 1rem;
  }
  #contact .s7 .right > div > div {
    width: 50%;
  }
  #contact .s7 .right > div a {
    font-size: 1.1rem;
  }
  #contact .s7 .right > div .ad {
    max-width: 300px;
  }
  #contact .s7 .right > div .ad a br:nth-child(3) {
    display: block;
  }
  #contact .s7 .right > div .hline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #contact .s2 .logos {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 320px;
    margin: 0 auto;
  }
  #contact .s2 .logos img,
  #contact .s2 .logos img:nth-last-child(2):nth-child(3n + 1),
  #contact .s2 .logos img:last-child:nth-child(3n + 1) {
    grid-column: auto;
  }
  #contact .s7 .right a {
    font-size: 1.2rem;
  }
  #contact .s7 .right > div {
    flex-direction: column;
  }
  #contact .s7 .right > div > div {
    width: auto;
  }
}
