/*** START Promise Page Styles ***/
/** Promise Hero **/
.promise-hero-refresh {
  background-color: black;
  color: #fff;
  height: 440px;
}
.promise-hero-refresh__graphic {
  height: 100%;
  background-image: url("/promise/images/promise-25-wordmark-angle-small.png");
  background-repeat: no-repeat;
  background-position: -20px top;
  background-size: contain;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.promise-hero-refresh__content {
  height: 100%;
  display: flex;
  align-items: end;
}
.promise-hero-refresh__title {
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #ababab;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem;
  position: absolute;
  right: 0;
}
.promise-hero-refresh__title > span {
  display: block;
}
.promise-hero-refresh__title > span:nth-child(2) {
  color: #e5e5e5;
}
.promise-hero-refresh__title > span:nth-child(3) {
  font-size: 1.75rem;
  margin-top: 0.25em;
}
.promise-hero-refresh__title > span:nth-child(3) > strong {
  color: #6dc5e8;
}

@media screen and (min-width: 660px) {
  .promise-hero-refresh__content {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .promise-hero-refresh__title {
    font-size: 72px;
  }
  .promise-hero-refresh__title > span:nth-child(3) {
    font-size: 36px;
  }
}
@media screen and (min-width: 1180px) {
  .promise-hero-refresh__graphic {
    background-image: url("/promise/images/promise-25-wordmark-angle-480.png");
    background-position: left center;
  }
  .promise-hero-refresh__title {
    font-size: 96px;
    position: absolute;
    right: 0;
  }
  .promise-hero-refresh__title > span:nth-child(3) {
    font-size: 56px;
  }
}
/** Promise Lists **/
.promise-list {
  padding-inline-start: 1.5em;
}
.promise-list > li:not(:last-child) {
  margin-bottom: 0.75em;
}
.promise-list.--flush {
  padding-inline-start: 0;
}

/** Video Overflow **/
@media (min-width: 860px) {
  .fw-video.--overflow-bottom-large {
    padding-bottom: 1px;
    margin-bottom: 10rem;
  }
}
/** Promise Apply Cards **/
.promise-apply-cardset {
  display: flex;
  gap: 2rem;
  flex-flow: row wrap;
  justify-content: center;
}
.promise-apply-cardset > * {
  flex: 1 1 320px;
}

.promise-apply-card {
  color: #4b4f55;
  background-color: #fff;
  padding: 2rem;
  width: 100%;
  border: 1px solid #b2e0e3;
}
.promise-apply-card__title {
  font-size: 1.3125rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
  color: #a8a8aa;
}
.promise-apply-card__title strong {
  color: #4b4f55;
}
.promise-apply-card > p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 560px) {
  .promise-apply-card__title {
    font-size: 1.5rem;
  }
}
/** Promise Advisor **/
.promise-advisor {
  position: relative;
  background-image: linear-gradient(-176deg, #06a7e0 70%, black calc(70% + 2px));
  width: 100%;
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.promise-advisor__layout {
  display: flex;
  align-items: center;
}
.promise-advisor__layout > * {
  width: 100%;
}
.promise-advisor__content {
  color: white;
  order: 1;
}
.promise-advisor__text {
  font-weight: bold;
  font-size: 68px;
  font-size: clamp(1.25rem, 5vw, 68px);
  line-height: 1.1;
}

/** Promise Request Info **/
.promise-contact__title {
  color: #2a3b7c;
}
.promise-contact__form {
  padding-top: 2rem;
}
.promise-contact__quick {
  padding-top: 2rem;
  margin-top: 2rem;
  position: relative;
}
.promise-contact__quick p {
  margin-bottom: 0.5rem;
}
.promise-contact__quick::before {
  left: 0;
  top: 0;
  content: "";
  width: 36px;
  height: 4px;
  position: absolute;
  background: #2a3b7c;
}

.promise-quick-contact {
  margin-top: 2.25rem;
  padding: 1.5rem 0 1.5rem 1rem;
  margin-left: 3rem;
  border-left: 4px solid #06a7e0;
}
.promise-quick-contact__title {
  color: #2a3b7c;
}

@media (min-width: 860px) {
  .promise-contact__layout {
    display: flex;
  }
  .promise-contact__layout > * {
    width: 100%;
  }
  .promise-contact__form {
    margin-left: 4rem;
  }
}
/*** END Promise Page Styles ***/