@media screen and (min-width: 769px) {
  .p_top .slider__main .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }
  .p_top .slider__main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .p_top .slider__main ul li {
    line-height: 0;
    width: 260px;
    height: 180px;
  }
  .p_top .slider__main ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .mv__intro {
    text-align: center;
    background: -webkit-linear-gradient(359.29deg, #0143BA 0%, #0267D7 67.31%, #0143BA 100%);
    background: -moz- oldlinear-gradient(359.29deg, #0143BA 0%, #0267D7 67.31%, #0143BA 100%);
    background: linear-gradient(90.71deg, #0143BA 0%, #0267D7 67.31%, #0143BA 100%);
    padding: 1px 0 5px;
    line-height: 0;
  }
  .p_top .mv__intro img {
    max-width: 336px;
    width: 100%;
    height: auto;
  }
  .p_top .mv {
    padding: 0;
    text-align: center;
  }
  .p_top .mv img {
   /* width: 800px;*/
  }
  .p_top .mv__list {
    background: -webkit-linear-gradient(355.3deg, #0143BA 0.4%, #0255C9 50.2%, #0143BA 100%);
    background: -moz- oldlinear-gradient(355.3deg, #0143BA 0.4%, #0255C9 50.2%, #0143BA 100%);
    background: linear-gradient(94.7deg, #0143BA 0.4%, #0255C9 50.2%, #0143BA 100%);
    padding: 10px 0;
    text-align: center;
    line-height: 0;
  }
  .p_top .mv__list img {
    width: 100%;
    max-width: 750px;
    height: auto;
  }
}

/* Inquiry form selects and the form embedded in the first CTA */
.p_top .contact .form dl dd select {
  width: 100%;
  height: 56px;
  padding: 0 30px;
  outline: none;
  color: #000;
  background-color: #f0f0f0;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  font-size: 16px;
}

.p_top .cta .cta_contact {
  width: 100%;
  padding: 0px 0 0;
  background: transparent;
}

.p_top .cta .cta_contact .cta_form_title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.p_top .cta .cta_contact .form {
  border-radius: 6px;
}

.p_top .cta .cta_contact .quick-estimate-card {
/*  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  scroll-margin-top: 90px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #ffd21c;
  border-radius: 2px;*/
}

.p_top .cta .cta_contact .quick-estimate-card__header {
  padding: 18px 20px 20px;
  background: #ffd21c;
  color: #111;
  text-align: center;
}

.p_top .cta .cta_contact .quick-estimate-card__eyebrow {
  font-size: 18px;
  line-height: 1.4;
}

.p_top .cta .cta_contact .quick-estimate-card__header h3 {
  margin-top: 2px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.p_top .cta .cta_contact .quick-estimate-card__lead {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.p_top .cta .cta_contact .quick-estimate-card__sub {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}

.p_top .cta .cta_contact .form--quick {
  padding: 36px 28px 24px;
  border-radius: 0;
}

.p_top .cta .cta_contact .quick-estimate__field + .quick-estimate__field {
  margin-top: 12px;
}

.p_top .cta .cta_contact .quick-estimate__field select,
.p_top .cta .cta_contact .quick-estimate__field input {
  width: 100%;
  height: 56px;
  padding: 0 14px;
  outline: none;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  color: #333;
  font-size: 16px;
}

.p_top .cta .cta_contact .quick-estimate__field select:focus,
.p_top .cta .cta_contact .quick-estimate__field input:focus {
  border-color: #f59c00;
  box-shadow: 0 0 0 2px rgba(245, 156, 0, 0.18);
}

.p_top .cta .cta_contact .quick-estimate__field input::placeholder {
  color: #bcbcbc;
  opacity: 1;
}

.p_top .cta .cta_contact .quick-estimate__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 74%;
  max-width: 350px;
  height: 60px;
  margin: 20px auto 0;
  padding: 0 22px;
  background: #ff7a00;
  border: 1px solid #df6008;
  border-radius: 999px;
  box-shadow: 0 3px 0 #d45505;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.p_top .cta .cta_contact .quick-estimate__submit:hover {
  background: #f06f00;
}

.p_top .cta .cta_contact .quick-estimate__submit:focus-visible {
  outline: 3px solid rgba(245, 156, 0, 0.35);
  outline-offset: 3px;
}

.p_top .cta .cta_contact .quick-estimate__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.p_top .cta .cta_contact .quick-estimate__submit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.p_top .cta .cta_contact .quick-estimate__submit-icon img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

.p_top .cta .cta_contact .quick-estimate__consent,
.p_top .cta .cta_contact .quick-estimate__note {
  color: #555;
  font-size: 11px;
  line-height: 1.55;
  text-align: left;
}

.p_top .cta .cta_contact .quick-estimate__consent {
  margin-top: 22px;
}

.p_top .cta .cta_contact .quick-estimate__consent a {
  color: inherit;
  text-decoration: underline;
}

.p_top .cta .cta_contact .quick-estimate__field .error {
  margin-top: 6px;
}

@media screen and (max-width: 769px) {
  .p_top .contact .form dl dd select {
    height: 11.5942vw;
    padding: 0 7.24638vw;
    border-radius: 1.20773vw;
    font-size: max(3.86473vw, 16px);
  }

  .p_top .cta .cta_contact {
    padding-top: 5.7971vw;
  }

  .p_top .cta .cta_contact .cta_form_title {
    margin-bottom: 4.34783vw;
    font-size: 5.31401vw;
  }

  .p_top .cta .cta_contact .quick-estimate-card {
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .p_top .cta .cta_contact .quick-estimate-card__header {
    padding: 3.86473vw 3.62319vw 4.34783vw;
  }

  .p_top .cta .cta_contact .quick-estimate-card__eyebrow {
    font-size: 4.10628vw;
  }

  .p_top .cta .cta_contact .quick-estimate-card__header h3 {
    margin-top: 0.48309vw;
    font-size: 7.00483vw;
  }

  .p_top .cta .cta_contact .quick-estimate-card__lead {
    margin-top: 0.96618vw;
    font-size: 4.10628vw;
  }

  .p_top .cta .cta_contact .quick-estimate-card__sub {
    margin-top: 1.20773vw;
    font-size: 3.1401vw;
  }

  .p_top .cta .cta_contact .form--quick {
    padding: 8.69565vw 4.34783vw 5.31401vw;
  }
@media screen and (max-width: 480px), print {
    .p_top .cta .cta_contact .form--quick {
    padding: 0vw 0.34783vw 5.31401vw;
  }
}
  .p_top .cta .cta_contact .quick-estimate__field + .quick-estimate__field {
    margin-top: 2.89855vw;
  }

  .p_top .cta .cta_contact .quick-estimate__field select,
  .p_top .cta .cta_contact .quick-estimate__field input {
    height: 12.56039vw;
    padding: 0 3.38164vw;
    font-size: max(3.86473vw, 16px);
  }

  .p_top .cta .cta_contact .quick-estimate__submit {
    gap: 2.89855vw;
    width: 76%;
    height: 13.52657vw;
    margin-top: 4.83092vw;
    padding: 0 5.31401vw;
    font-size: 4.58937vw;
  }

  .p_top .cta .cta_contact .quick-estimate__submit-icon {
    width: 5.7971vw;
    height: 5.7971vw;
  }

  .p_top .cta .cta_contact .quick-estimate__submit-icon img {
    width: 3.38164vw;
    height: 3.38164vw;
  }

  .p_top .cta .cta_contact .quick-estimate__consent,
  .p_top .cta .cta_contact .quick-estimate__note {
    font-size: 2.657vw;
  }

  .p_top .cta .cta_contact .quick-estimate__consent {
    margin-top: 5.31401vw;
  }
}

/* Detailed contact form: keep the existing LP form styling for grouped fields. */
.p_top .contact .form--detailed .split-fields {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p_top .contact .form--detailed .split-fields > input {
  min-width: 0;
  padding-right: 14px;
  padding-left: 14px;
  text-align: center;
}

.p_top .contact .form--detailed .phone-fields > input {
  flex: 1 1 0;
}

.p_top .contact .form--detailed .zip-fields > input:first-child {
  flex: 0 1 150px;
}

.p_top .contact .form--detailed .zip-fields > input:last-child {
  flex: 0 1 180px;
}

.p_top .contact .form--detailed dl dt {
  line-height: 1.35;
}

.p_top .contact .form--detailed dl dt .field-name {
  display: block;
  min-width: 0;
  min-height: 0;
  padding-right: 12px;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.p_top .contact .form--detailed dl dt .field-name small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.p_top .contact .form .error {
  margin-top: 8px;
  color: #d30004;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p_top .contact .form--detailed .split-fields {
    gap: 1.44928vw;
  }

  .p_top .contact .form--detailed .split-fields > input {
    padding-right: 2.41546vw;
    padding-left: 2.41546vw;
  }

  .p_top .contact .form--detailed .zip-fields > input:first-child,
  .p_top .contact .form--detailed .zip-fields > input:last-child {
    flex: 1 1 0;
  }

  .p_top .contact .form .error {
    margin-top: 1.93237vw;
    font-size: 3.38164vw;
  }

  .p_top .contact .form--detailed dl dt .field-name {
    padding-right: 2.89855vw;
  }

  .p_top .contact .form--detailed dl dt .field-name small {
    margin-top: 0.96618vw;
    font-size: 2.89855vw;
  }
}

@media screen and (max-width: 769px) {
  .p_top .mv__intro {
    text-align: center;
    background: -webkit-linear-gradient(359.29deg, #0143BA 0%, #0267D7 67.31%, #0143BA 100%);
    background: -moz- oldlinear-gradient(359.29deg, #0143BA 0%, #0267D7 67.31%, #0143BA 100%);
    background: linear-gradient(90.71deg, #0143BA 0%, #0267D7 67.31%, #0143BA 100%);
    line-height: 0;
  }
  .p_top .mv__intro img {
    max-width: 81.15942vw;
    width: 100%;
    height: auto;
  }
  .p_top .mv {
    padding: 0;
    text-align: center;
  }
  .p_top .mv img {
    width: 100%;
  }
  .p_top .mv__list {
    text-align: center;
    line-height: 0;/*
    margin-top: -5.69565vw;*/
  }
  .p_top .mv__list img {
    width: 100%;
    height: auto;
  }
  .p_top .slider__main .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }
  .p_top .slider__main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .p_top .slider__main ul li {
    line-height: 0;
    width: 41.0628vw;
    height: 27.77778vw;
  }
  .p_top .slider__main ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
h2{
          font-size: 30px;
        font-weight: bold;
}