.bab-intro {
  overflow: hidden;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .bab-intro {
    padding-bottom: 50px;
  }
}
.bab-intro__inner {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .bab-intro__inner {
    flex-direction: row;
  }
}
.bab-intro__content {
  width: 100%;
  position: relative;
}
.bab-intro__content__standard-offer .content p a,
.bab-intro__content .bab-intro__standard-offer .content p a {
  color: #ffffff;
}
.bab-intro__content .no-show-bab-offer__standard-offer .content p a {
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .bab-intro__content .content {
    width: 45%;
    display: inline-block;
  }
}
.bab-intro__content .content h1 {
  font-size: 28px;
  line-height: 35px;
}
.bab-intro__content .content p {
  font-size: 14px;
  line-height: 21px;
}
.bab-intro__offer {
  position: relative;
  padding: 25px;
  margin: 0 -1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: 120% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
}
@media only screen and (min-width: 576px) {
  .bab-intro__offer {
    padding: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .bab-intro__offer {
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 992px) {
  .bab-intro__offer {
    margin: 0;
    width: 45%;
    float: right;
    margin-left: 30px;
  }
}
.bab-intro__offer h2 {
  position: relative;
  color: #ffffff;
  font-size: 24px;
}
.bab-intro__offer-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.bab-intro__offer-steps {
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
  padding-top: 10px;
  gap: 5px;
}
.bab-intro__offer-steps .step {
  margin-bottom: 10px;
}
.bab-intro__offer-steps .step img {
  width: 40px;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .bab-intro__offer-steps .step img {
    width: 90px;
  }
}
.bab-intro__offer-steps .step h3 {
  font-size: 15px;
}
@media only screen and (min-width: 769px) {
  .bab-intro__offer-steps .step h3 {
    font-size: 20px;
  }
}
.bab-intro__offer-steps .step p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 11px;
}
@media only screen and (min-width: 769px) {
  .bab-intro__offer-steps .step p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.bab-intro__offer-steps .step-arrow {
  width: 26px;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .bab-intro__offer-steps .step-arrow {
    width: 32px;
  }
}
.bab-intro__offer-steps .step-arrow:last-of-type {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.bab-intro__standard-offer {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .bab-intro__standard-offer {
    padding: 0 0 30px 20px;
  }
}
.bab-intro__standard-offer h2 {
  margin-bottom: 20px;
}
.bab-intro__standard-offer p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}
.bab-intro__standard-offer p em {
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (min-width: 769px) {
  .bab-intro__standard-offer .content {
    width: 55%;
  }
}
.bab-intro__standard-offer .image {
  display: none;
}
@media only screen and (min-width: 769px) {
  .bab-intro__standard-offer .image {
    display: block;
    width: 45%;
  }
  .bab-intro__standard-offer .image img {
    width: 100%;
    height: auto;
  }
}
.bab-intro .create-passport {
  background: #F6EEF3;
  border-radius: 20px;
  margin-top: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.bab-intro .create-passport .passport-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768.98px) {
  .bab-intro .create-passport .passport-inner {
    flex-direction: column;
  }
}
.bab-intro .create-passport p {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.bab-intro .create-passport .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.bab-intro .create-passport .get-started {
  padding-left: 20px;
}
@media only screen and (max-width: 768.98px) {
  .bab-intro .create-passport .get-started {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
  }
}
.bab-intro .create-passport .get-started .passport-select {
  position: relative;
}
.bab-intro .create-passport .get-started .passport-select:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 12px;
  display: block;
  width: 22px;
  height: 15px;
  pointer-events: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.846 10.681'%3E%3Cpath data-name='Path 3344' d='M11.217 3.502c.076.013.146.031.114.136-.452.41-1.442.59-.683.574.08.465-.514.131-.777.186-.092.214.088.752-.192.744-.057-.632-.487.44-.421.47-.16-.021-.16-.177-.367-.159-.456.42-.691 1.22-1.643 1.376.028-.198.33-.072.285-.355C6.726 5.568 4.59 3.988 3.42 2.82c-.166-.166-.168-.552-.323-.661A1.98 1.98 0 0 0 .95 2.098c-.531.682-.7 2.041.442 2.192.023.886 1.645 1.405 1.94 2.45a21.695 21.695 0 0 1 3.772 3.243l1.006.088c2.659-2.34 5.067-4.977 7.619-7.444-.5-3.625-3.832.893-4.511.875Z' fill='%2340372d' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.bab-intro .create-passport .get-started select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: white;
  color: #000;
  padding: 6px 50px 6px 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  border-radius: 21px;
  min-width: 170px;
  width: 100%;
  height: 30px;
}
.bab-intro .create-passport .passport-btn {
  min-width: 175px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background: #8A4E76;
  border-color: #8A4E76;
}
.bab-intro .create-passport .passport-btn:hover {
  background-color: #9a5583;
  border-color: #9a5583;
}
.bab-intro #dogInfo {
  width: 100%;
  text-align: center;
  border-radius: 20px;
}
.bab-intro #dogInfo .fmf-summary {
  width: 100%;
  text-align: center;
  padding: 20px;
  background: #995582;
  border-radius: 20px;
  color: white;
  box-sizing: border-box;
  margin-top: 10px;
}
.bab-intro #dogInfo .fmf-summary h2 {
  margin: 0 0 20px;
}
.bab-intro #dogInfo .fmf-summary .summary-title {
  font-size: 14px;
}
.bab-intro #dogInfo .fmf-summary .italic {
  font-style: italic;
}

[data-modal=bab-do-not-qualify] .modal {
  width: calc(100% - 40px);
  max-width: 640px;
}
[data-modal=bab-do-not-qualify] .modal h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768.98px) {
  [data-modal=bab-do-not-qualify] .modal h2 {
    margin-bottom: 20px;
  }
}
[data-modal=bab-do-not-qualify] .modal .bab-modal-inner {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
}
[data-modal=bab-do-not-qualify] .modal .bab-modal-inner .bab-modal-image {
  width: 100%;
  max-width: 184px;
}
@media only screen and (max-width: 768.98px) {
  [data-modal=bab-do-not-qualify] .modal .bab-modal-inner .bab-modal-image {
    display: none;
  }
}
[data-modal=bab-do-not-qualify] .modal .bab-modal-inner .bab-modal-content {
  text-align: left;
}
@media only screen and (max-width: 768.98px) {
  [data-modal=bab-do-not-qualify] .modal .bab-modal-inner .bab-modal-content {
    text-align: center;
  }
}
[data-modal=bab-do-not-qualify] .modal .bab-modal-inner .bab-modal-content button {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768.98px) {
  [data-modal=bab-do-not-qualify] .modal .bab-modal-inner .bab-modal-content button {
    margin: 20px auto 30px;
  }
}
[data-modal=bab-do-not-qualify] .modal .bab-modal-inner .bab-modal-content p {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}
[data-modal=bab-do-not-qualify] .modal .bab-modal-inner .bab-modal-content a {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: inherit;
  text-decoration: underline;
}
