section.page-footer-v2 {
  background-color: #00aeef;
  background-image: linear-gradient(
    to bottom,
    #ffffff 0%,
    #eef5f8 0%,
    #d6eef8 60%,
    #00aeef 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 15rem 2rem 0;
}

section.page-footer-v2[class*="spacing-bottom"] {
  padding-bottom: 0;
}

section.page-footer-v2.page-footer-v2--bg-white-cyan {
  background-image: linear-gradient(
    to bottom,
    #ffffff 0%,
    #eef5f8 0%,
    #d6eef8 60%,
    #00aeef 100%
  );
}

section.page-footer-v2.page-footer-v2--bg-cyan-navy {
  background-image: linear-gradient(
    to bottom,
    #0a1a32 0%,
    #0a1a32 25%,
    #063b63 50%,
    #027fb0 75%,
    #00aeef 100%
  );
}

section.page-footer-v2.page-footer-v2--bg-navy-cyan {
  background-color: #112c56;
  background-image: linear-gradient(
    180deg,
    #112c56 0%,
    #112c56 35%,
    #00aeef 35%,
    #00aeef 100%
  );
}

.page-footer-v2 .container .inner {
  margin: 0;
  position: relative;
}

.page-footer-v2 .page-footer-v2_layout {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  min-height: 360px;
  padding-bottom: 0;
  position: relative;
}

.page-footer-v2 .page-footer-v2_content {
  max-width: 740px;
  padding: 1rem 0 8rem;
  position: relative;
  z-index: 2;
}

h2.page-footer-v2_title {
  color: #1d4990;
  margin: 0 0 1rem;
  font-family: Inter !important;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.page-footer-v2 .page-footer-v2_blurb {
  color: #0a1a32;
  margin: 0 0 2rem;
  font-family: Inter;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}

section.page-footer-v2.page-footer-v2--bg-white_cyan h2.page-footer-v2_title {
  color: #1d4990;
}

section.page-footer-v2.page-footer-v2--bg-white_cyan .page-footer-v2_blurb {
  color: #0a1a32;
}

section.page-footer-v2.page-footer-v2--bg-cyan_navy h2.page-footer-v2_title {
  color: #00aeef;
}

section.page-footer-v2.page-footer-v2--bg-cyan_navy .page-footer-v2_blurb {
  color: #ffffff;
}

section.page-footer-v2.page-footer-v2--bg-navy-cyan h2.page-footer-v2_title,
section.page-footer-v2.page-footer-v2--bg-navy-cyan .page-footer-v2_blurb {
  color: #ffffff;
}

.page-footer-v2 .page-footer-v2_cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-footer-v2 .page-footer-v2_cta-wrap .cta {
  border-radius: 12px;
  font-family: var(--v2-font-label), Inter, sans-serif;
  font-size: var(--v2-size-body, 1rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 0.8rem 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.page-footer-v2 .page-footer-v2_cta-wrap .cta.cta-primary {
  background: #00aeef !important;
  border: 2px solid #00aeef !important;
  color: #ffffff !important;
}

.page-footer-v2 .page-footer-v2_cta-wrap .cta.cta-primary:hover {
  background: #112c56 !important;
  border-color: #112c56 !important;
  color: #ffffff !important;
}

.page-footer-v2 .page-footer-v2_cta-wrap .cta.cta-secondary {
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  color: #000000 !important;
}

.page-footer-v2 .page-footer-v2_cta-wrap .cta.cta-secondary:hover {
  background: #ffffff !important;
  border-color: #00aeef !important;
  color: #00aeef !important;
}

.page-footer-v2 .page-footer-v2_media {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  line-height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.page-footer-v2 .page-footer-v2_media img,
.page-footer-v2 .page-footer-v2_media .page-footer-v2_image {
  display: block;
  height: auto;
  margin: 0;
  max-height: 600px;
  object-fit: contain;
  object-position: bottom right;
  padding: 0;
  width: auto;
}

@media (max-width: 1270px) and (min-width: 1079px) {
  .page-footer-v2 .page-footer-v2_content {
    max-width: 550px;
  }
}

@media (max-width: 1080px) {
  section.page-footer-v2 {
    padding: 4rem 2rem 0;
  }
  .page-footer-v2 .page-footer-v2_layout {
    flex-direction: column;
    min-height: 0;
    padding-bottom: 0;
  }

  .page-footer-v2 .page-footer-v2_content {
    flex: 1 1 auto;
    max-width: 100%;
    padding-bottom: 1.5rem;
    width: 100%;
  }

  .page-footer-v2 .page-footer-v2_media {
    margin-top: 0;
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }

  .page-footer-v2 .page-footer-v2_media img,
  .page-footer-v2 .page-footer-v2_media .page-footer-v2_image {
    margin: 0 auto;
    max-height: 380px;
    max-width: 100%;
    object-position: bottom center;
  }
}

@media (max-width: 640px) {
  section.page-footer-v2 {
    padding: 4rem 2rem 0;
  }

  h2.page-footer-v2_title {
    font-size: 34px;
    line-height: 44px;
  }

  .page-footer-v2 .page-footer-v2_blurb {
    font-size: 34px;
    line-height: 44px;
  }

  .page-footer-v2 .page-footer-v2_cta-wrap .cta {
    pointer-events: auto;
    text-align: center;
    width: 100%;
  }
}
