.content-with-media {
  padding: 12.4rem 42.4rem;
  background-color: #E9ECF9;
  display: flex;
  align-items: center;
  gap: 15.1rem;
}
.content-with-media .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.content-with-media .list-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.content-with-media .list-wrapper .title-wrapper h3 {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #0D1633;
}
.content-with-media .list-wrapper .title-wrapper > p {
  font-family: 'Gill Sans Nova', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #0D1633;
}
.content-with-media .list-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0;
}
.content-with-media .list-wrapper ul li {
  display: flex;
  align-items: center;
}
.content-with-media .list-wrapper ul li img {
  width: 4.8rem;
  margin-right: 1.6rem;
}
.content-with-media .list-wrapper ul li p {
  font-family: 'Gill Sans Nova', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #0D1633;
}
.content-with-media .list-wrapper ul li p .fw500 {
  font-weight: 600;
}
.content-with-media .list-wrapper .link {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0D1633;
  transition: all 300ms ease-in-out;
}
.content-with-media .list-wrapper .link:hover {
  color: #2C7DD1;
}
.content-with-media .list-wrapper .link:hover img {
  filter: invert(44%) sepia(48%) saturate(3168%) hue-rotate(193deg) brightness(88%) contrast(84%);
}
.content-with-media .list-wrapper .link .arrow {
  width: 2.4rem;
  margin-left: 2.4rem;
}
.content-with-media .video-wrapper {
  min-width: 92.9rem;
  height: 62.7rem;
  background: linear-gradient(to right, #0D1633, #202122);
  filter: drop-shadow(-93px 63px 45px rgba(37, 40, 49, 0.04)) drop-shadow(-52px 36px 38px rgba(37, 40, 49, 0.13)) drop-shadow(-23px 16px 28px rgba(37, 40, 49, 0.21)) drop-shadow(-6px 4px 15px rgba(37, 40, 49, 0.25));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.content-with-media .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.content-with-media .images-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 86.7rem;
  height: 74.7rem;
  overflow: hidden;
}
.content-with-media .images-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}
.content-with-media .images-wrapper:has(.top-image, .bottom-image) img {
  height: 50%;
}
.content-with-media:has(.images-wrapper) {
  padding: 12.4rem 42.4rem;
  gap: 15.1rem;
}
.content-with-media:has(.images-wrapper) .list-wrapper {
  max-width: 69.4rem;
}
.content-with-media:has(.images-wrapper) .list-wrapper .title-wrapper {
  gap: 4rem;
}
.content-with-media h1,
.content-with-media h2,
.content-with-media h3,
.content-with-media h4,
.content-with-media h5,
.content-with-media h6,
.content-with-media p {
  margin: 0;
}
@media (max-width: 2559px) {
  .content-with-media {
    padding: 9.6rem 16rem;
    gap: 4.8rem;
  }
  .content-with-media .list-wrapper {
    gap: 2.4rem;
  }
  .content-with-media .list-wrapper .title-wrapper {
    gap: 2.4rem;
  }
  .content-with-media .list-wrapper .title-wrapper h3 {
    font-size: 4rem;
  }
  .content-with-media .list-wrapper .title-wrapper > p {
    font-size: 1.6rem;
  }
  .content-with-media .list-wrapper ul {
    gap: 1.6rem;
    max-width: 35.2rem;
  }
  .content-with-media .list-wrapper ul li {
    display: flex;
  }
  .content-with-media .list-wrapper ul li img {
    width: 4rem;
  }
  .content-with-media .list-wrapper ul li p {
    font-size: 1.6rem;
  }
  .content-with-media .list-wrapper .link {
    font-size: 1.8rem;
  }
  .content-with-media .list-wrapper .link .arrow {
    width: 1.6rem;
    margin-left: 1.6rem;
  }
  .content-with-media .video-wrapper {
    min-width: 55.5rem;
    height: 37.5rem;
  }
  .content-with-media .images-wrapper {
    width: 55.5rem;
    height: 45.4rem;
  }
  .content-with-media:has(.images-wrapper) {
    padding: 9.6rem 11.8rem 9.6rem 13.7rem;
    gap: 4.8rem;
  }
  .content-with-media:has(.images-wrapper) .list-wrapper {
    max-width: 51.7rem;
  }
  .content-with-media:has(.images-wrapper) .list-wrapper .title-wrapper {
    gap: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .content-with-media {
    padding: 5.6rem 4.8rem;
    gap: 4rem;
    flex-direction: column;
  }
  .content-with-media .list-wrapper h3 {
    font-size: 3.2rem;
  }
  .content-with-media .list-wrapper .link {
    font-size: 1.8rem;
  }
  .content-with-media .list-wrapper .link .arrow {
    width: 1.6rem;
    margin-left: 1.6rem;
  }
  .content-with-media .video-wrapper {
    min-width: 100%;
    height: 37.5rem;
  }
  .content-with-media .images-wrapper {
    width: 100%;
    height: 50.1rem;
  }
  .content-with-media:has(.images-wrapper) {
    padding: 5.6rem 2.4rem;
    gap: 4rem;
    flex-direction: column;
  }
  .content-with-media:has(.images-wrapper) .list-wrapper {
    max-width: 100%;
  }
  .content-with-media:has(.images-wrapper) .list-wrapper .title-wrapper {
    gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .content-with-media {
    padding: 5.6rem 2.4rem;
  }
  .content-with-media .video-wrapper {
    height: 28.4rem;
  }
  .content-with-media:has(.images-wrapper) {
    padding: 4.8rem 1.6rem;
  }
}
/*# sourceMappingURL=index.css.map */