.z-index-up {
  z-index: 1;
}

body a.em-item-read-more.button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background-color: #003A70 !important;
  color: #fff !important;
  border-radius: 3px;
  border: 1px solid #C1C8D9 !important;
  padding: 12px 20px;
}
body a.em-item-read-more.button .icon {
  margin-left: 12px;
}
body a.em-item-read-more.button .icon svg {
  display: block;
  transform: translate(0, 0);
  transition: ease all 300ms;
}
body a.em-item-read-more.button:hover {
  opacity: 1;
  background-color: rgb(0, 31.5892857143, 61) !important;
}
body a.em-item-read-more.button:hover .icon svg {
  transform: translate(2px, -2px);
}

* {
  box-sizing: border-box;
}

.block--cta-blue-bg .cta-blue-bg__bg-svg {
  bottom: -9.4375rem;
  left: 45%;
  transform: translateX(-10%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .block--cta-blue-bg .cta-blue-bg__bg-svg {
    display: none;
  }
}
.block--cta-blue-bg .cta-blue-bg__intro h2, .block--cta-blue-bg .cta-blue-bg__intro h3, .block--cta-blue-bg .cta-blue-bg__intro h4, .block--cta-blue-bg .cta-blue-bg__intro h5, .block--cta-blue-bg .cta-blue-bg__intro h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  letter-spacing: -0.0625rem;
  color: #003A70;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .block--cta-blue-bg .cta-blue-bg__intro h2, .block--cta-blue-bg .cta-blue-bg__intro h3, .block--cta-blue-bg .cta-blue-bg__intro h4, .block--cta-blue-bg .cta-blue-bg__intro h5, .block--cta-blue-bg .cta-blue-bg__intro h6 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
.block--cta-blue-bg .cta-blue-bg__intro p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #111;
  margin: 0;
}
.block--cta-blue-bg .cta-blue-bg__buttons {
  gap: 1.6875rem;
}
.block--cta-blue-bg .cta-blue-bg__buttons .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem 1.125rem;
  height: 3rem;
  border: 1px solid #c1c8d9;
}
.block--cta-blue-bg .cta-blue-bg__buttons .btn-secondary > span:first-child {
  font-family: "Rubik", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.block--cta-blue-bg .cta-blue-bg__buttons .btn-secondary .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5625rem;
  height: 0.5625rem;
}
.block--cta-blue-bg .cta-blue-bg__buttons .btn-secondary .icon svg {
  transform: rotate(90deg);
  width: 0.5625rem;
  height: 0.5625rem;
}
.block--cta-blue-bg .cta-blue-bg__buttons .btn-text-link {
  height: 2.625rem;
  display: inline-flex;
  align-items: center;
}
.block--cta-blue-bg .cta-blue-bg__image-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-items: start;
}
.block--cta-blue-bg .cta-blue-bg__image-wrapper > * {
  grid-area: 1/1;
}
.block--cta-blue-bg .cta-blue-bg__image-shadow {
  width: 31.375rem;
  height: 20.5rem;
  background: #323232;
  filter: blur(20px);
  opacity: 0.5;
  mix-blend-mode: multiply;
  margin-left: 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .block--cta-blue-bg .cta-blue-bg__image-shadow {
    width: 90%;
    height: 15.625rem;
    margin-left: 1.25rem;
    margin-top: 1.25rem;
  }
}
.block--cta-blue-bg .cta-blue-bg__image {
  width: 36.375rem;
  height: 23.5rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .block--cta-blue-bg .cta-blue-bg__image {
    width: 100%;
    height: auto;
    aspect-ratio: 582/376;
  }
}
.block--cta-blue-bg .cta-blue-bg__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
