.hero-contact {
  padding: 140px 0 170px 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .hero-contact {
    padding: 100px 0;
  }
}
.hero-contact__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-contact__background img {
  cover-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-contact__container {
  display: flex;
  margin: 0 5%;
  gap: 135px;
}
@media (max-width: 991.98px) {
  .hero-contact__container {
    flex-direction: column;
    gap: 50px;
  }
}
.hero-contact__info, .hero-contact__form {
  flex: 1;
  min-width: 1px;
}
.hero-contact__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .hero-contact__info {
    gap: 30px;
  }
}
.hero-contact__title {
  font-size: 60px;
  line-height: 1.35;
  font-family: "Norwester-Regular";
  color: #fff;
  margin-bottom: 10px;
  max-width: 460px;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .hero-contact__title {
    max-width: initial;
    order: 1;
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .hero-contact__title {
    font-size: 45px;
  }
}
.hero-contact__text {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  max-width: 490px;
  letter-spacing: 0;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .hero-contact__text {
    max-width: 500px;
    order: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .hero-contact__text {
    font-size: 18px;
    line-height: 35px;
  }
}
.hero-contact__logos {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  order: 2;
}
.hero-contact__logos img {
  max-height: 70px;
  object-fit: contain;
}
.hero-contact__logos .slick-list {
  width: 100%;
}
.hero-contact__logos .slick-track {
  display: flex !important;
  justify-content: space-between;
}
.hero-contact__logos .slick-slide {
  height: auto;
}
.hero-contact__form p {
  margin: 0;
}
.hero-contact__form form div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.hero-contact__form form div .form-group {
  width: 100%;
}
.hero-contact__form form div .form-group.one-third {
  width: calc(33.3333333333% - 10px);
}
@media (max-width: 575.98px) {
  .hero-contact__form form div .form-group.one-third {
    width: 100%;
  }
}
.hero-contact__form input, .hero-contact__form textarea {
  width: 100%;
  font-size: 18px;
  padding: 17px;
  border: 3px solid transparent;
  line-height: 1;
  margin-bottom: 13px;
}
.hero-contact__form input:focus, .hero-contact__form textarea:focus {
  border-color: #cd2653;
}
@media (max-width: 575.98px) {
  .hero-contact__form input, .hero-contact__form textarea {
    margin: 0;
  }
}
.hero-contact__form input[type=submit] {
  width: auto;
  text-transform: uppercase;
  color: #fff;
  font-family: "Norwester-Regular";
  font-size: 25px;
  margin: 10px 0 0 auto;
  background: #8c012a;
  padding: 18px 75px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .hero-contact__form input[type=submit] {
    margin: 0 auto;
  }
}
.hero-contact__form .wpcf7-form-control-wrap {
  width: 100%;
}
.hero-contact__form .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-contact__form textarea {
  height: 150px;
}
.hero-contact__form .form-group {
  margin: 0;
}

.contact__container {
  display: flex;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .contact__container {
    flex-direction: column;
  }
}
.contact__content {
  flex: 2;
  padding: 5%;
}
.contact__content ul {
  margin: 50px 0 50px 25px;
}
.contact__content ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.contact__content .block-text {
  margin-bottom: 90px;
}
.contact__content .block-text__title {
  font-size: 60px;
  line-height: 1.5;
  color: #8c012a;
  margin-bottom: 60px;
  font-family: "Norwester-Regular";
}
@media (max-width: 991.98px) {
  .contact__content .block-text__title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .contact__content .block-text__title {
    font-size: 35px;
  }
}
.contact__content .block-text:last-child {
  margin: 0;
}
.contact__content .block-attorney {
  background-color: #8c012a;
  display: flex;
  padding: 70px;
  color: #fff;
  gap: 60px;
  margin-bottom: 90px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .contact__content .block-attorney {
    flex-direction: column;
  }
}
.contact__content .block-attorney:last-child {
  margin: 0;
}
.contact__content .block-attorney__item {
  flex: 0 0 calc(50% - 30px);
}
.contact__content .block-attorney__image {
  width: 100%;
  aspect-ratio: 1/1;
}
.contact__content .block-attorney__title {
  font-size: 34px;
  margin-top: 25px;
}
.contact__content .block-attorney__link {
  color: #fff;
  text-decoration: underline;
}
.contact__content .block-attorney__link:hover {
  color: #cd2653;
}
.contact__sidebar {
  flex: 1;
  background-color: #F4F4F4;
  padding: 5%;
}
.contact__sidebar strong {
  color: #8c012a;
}
.contact__sidebar iframe {
  margin-top: 25px;
  max-width: 100%;
  width: 100%;
}
