section.new-side-by-side {
  overflow: hidden;
  background: #e6f7fd;
  padding: 6rem 2rem;
}

.new-side-by-side .container .inner {
  margin: 0;
}

.new-side-by-side .content-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.new-side-by-side .context {
  padding: 1rem 0;
  width: calc(50% - 3rem);
}

.new-side-by-side .v2-eyebrow.new-side-by-side-eyebrow-transparent {
  background: transparent;
  color: #00aeef;
  padding: 0;
}

.new-side-by-side .cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.new-side-by-side .cta-wrap .cta {
  border-radius: 12px;
  font-family: var(--v2-font-label) !important;
  font-size: var(--v2-size-body);
  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;
}

.new-side-by-side .cta-wrap .cta.cta-primary {
  background: #00aeef !important;
  border: 2px solid #00aeef !important;
  color: #ffffff !important;
}

.new-side-by-side .cta-wrap .cta.cta-primary:hover {
  background: #112c56 !important;
  border-color: #112c56 !important;
  color: #ffffff !important;
}

.new-side-by-side .cta-wrap .cta.cta-secondary {
  background: #fff !important;
  border: 2px solid #000000 !important;
  color: #000000 !important;
}

.new-side-by-side .cta-wrap .cta.cta-secondary:hover {
  background: #fff !important;
  border-color: #00aeef !important;
  color: #00aeef !important;
}

.new-side-by-side--title-64 .context .v2-title {
  font-size: 64px;
  line-height: 74px;
}

.new-side-by-side--title-55 .context .v2-title {
  font-size: 55px;
  line-height: 65px;
}

.new-side-by-side--title-48 .context .v2-title {
  font-size: 48px;
  line-height: 52px;
}

.new-side-by-side .sub-title {
  margin: 0.75rem 0 1rem;
  color: #00aeef;
}

.new-side-by-side .graphic.has-media-bg {
  background-color: var(--media-bg, transparent);
}

.new-side-by-side .graphic {
  background: #b0e6fa;
  align-items: center;
  display: flex;
  height: 100%;
  border-radius: 24px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.new-side-by-side.dt-right .graphic {
  left: 50%;
  width: 50%;
}

.new-side-by-side.dt-left .content-wrap {
  flex-direction: row-reverse;
}

.new-side-by-side.dt-left .graphic {
  left: 0;
  width: 50%;
}

.new-side-by-side .graphic img,
.new-side-by-side .graphic video,
.new-side-by-side .graphic lottie-player {
  height: auto;
  left: auto;
  margin: 0 auto;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  right: auto;
  top: auto;
  width: auto;
}

.new-side-by-side .graphic.contain img,
.new-side-by-side .graphic.contain video,
.new-side-by-side .graphic.contain lottie-player {
  height: 100%;
  width: 100%;
}

.new-side-by-side .graphic.full img,
.new-side-by-side .graphic.full video,
.new-side-by-side .graphic.full lottie-player {
  max-width: none;
  width: auto;
}

section.new-side-by-side.new-side-by-side--bg-cyan_navy .context .v2-title,
section.new-side-by-side.new-side-by-side--bg-black_blue .context .v2-title {
  color: #00aeef;
}

section.new-side-by-side.new-side-by-side--bg-cyan_navy .context .v2-subtitle,
section.new-side-by-side.new-side-by-side--bg-cyan_navy .context .v2-body,
section.new-side-by-side.new-side-by-side--bg-black_blue .context .v2-subtitle,
section.new-side-by-side.new-side-by-side--bg-black_blue .context .v2-body {
  color: #fff;
}

@media (max-width: 1280px) {
  .new-side-by-side--title-64 .context .v2-title {
    font-size: 55px;
    line-height: 65px;
  }

  .new-side-by-side--title-55 .context .v2-title {
    font-size: 48px;
    line-height: 58px;
  }

  .new-side-by-side--title-48 .context .v2-title {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 900px) {
  .new-side-by-side .context {
    padding: 4rem 0;
    width: 100%;
  }

  .new-side-by-side.dt-right .graphic,
  .new-side-by-side.dt-left .graphic {
    width: 100%;
  }

  .new-side-by-side .graphic {
    height: auto;
    position: static;
  }

  .new-side-by-side .graphic img,
  .new-side-by-side .graphic video,
  .new-side-by-side .graphic lottie-player {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 15px;
  }

  .new-side-by-side.m-bottom .content-wrap {
    flex-direction: column;
  }

  .new-side-by-side.m-top .content-wrap {
    flex-direction: column-reverse;
  }

  .new-side-by-side--title-64 .context .v2-title {
    font-size: 40px;
    line-height: 44px;
  }

  .new-side-by-side--title-55 .context .v2-title {
    font-size: 36px;
    line-height: 40px;
  }

  .new-side-by-side--title-48 .context .v2-title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 640px) {
  .new-side-by-side .context {
    padding: 2.5rem 0;
  }

  .new-side-by-side .cta-wrap .cta {
    font-size: 15px;
    font-weight: 500;
  }

  .new-side-by-side--title-64 .context .v2-title {
    font-size: 34px;
    line-height: 40px;
  }

  .new-side-by-side--title-55 .context .v2-title {
    font-size: 30px;
    line-height: 36px;
  }

  .new-side-by-side--title-48 .context .v2-title {
    font-size: 28px;
    line-height: 34px;
  }
}
