.apps-page {
  overflow-x: hidden;
}

.apps-section {
  padding: 88px 0;
}
@media (min-width: 744px) {
  .apps-section {
    overflow: hidden;
    padding: 380px 56px;
  }
}
.apps-section .apps-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 744px) {
  .apps-section .apps-inner {
    flex-direction: row;
  }
}
@media (min-width: 744px) {
  .apps-section .apps-inner.firetv {
    flex-direction: row-reverse;
  }
}
.apps-section.roku {
  background-color: #F3F3F2;
}
.apps-section.companion, .apps-section.drivetime {
  background-color: #F3F3F2;
  padding: 88px 16px 0;
  overflow: hidden;
}
@media (min-width: 744px) {
  .apps-section.companion, .apps-section.drivetime {
    overflow: hidden;
    padding: 88px 56px 0;
  }
}
@media (min-width: 744px) {
  .apps-section.companion .apps-inner, .apps-section.drivetime .apps-inner {
    flex-direction: column;
  }
}
.apps-section.journey-with-jesus {
  padding: 88px 0;
  overflow: hidden;
}
.apps-section.journey-with-jesus .apps-inner {
  overflow: hidden;
}
@media (min-width: 744px) {
  .apps-section.journey-with-jesus .apps-inner {
    flex-direction: column;
  }
}
.apps-section.journey-with-jesus .apps-text-inner {
  padding: 0 16px;
}
@media (min-width: 744px) {
  .apps-section.journey-with-jesus .apps-text-inner {
    padding: 0 56px;
  }
}
@media (min-width: 1024px) {
  .apps-section.journey-with-jesus .apps-text-inner {
    padding: 0;
  }
}

@media (min-width: 744px) {
  .apps-text {
    width: 50%;
    padding-right: 40px;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 744px) {
  .apps-text.reverse {
    padding-right: 0;
    padding-left: 40px;
    justify-content: flex-start;
  }
}
.apps-text h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.apps-text h2 .icon {
  margin-bottom: 16px;
  width: 40px;
  height: 40px;
}
@media (min-width: 744px) {
  .apps-text h2 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .apps-text h2 .icon {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.apps-text p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.28px;
  margin: 0 auto 32px;
}
@media (min-width: 744px) {
  .apps-text p {
    text-align: left;
  }
}
.apps-text.vertical {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 0;
}
.apps-text.vertical h2 {
  text-align: center;
}
.apps-text.vertical h2 .icon {
  width: 40px;
}
.apps-text.vertical p {
  color: #5B5B5B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.28px;
  margin: 0 auto 48px;
}
.apps-text.vertical .keyword {
  color: #929292;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.2px;
  margin: 0;
}
.apps-text.vertical .apps-text-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.apps-text .app-store-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px;
}
.apps-text .app-store-btns a:first-of-type {
  margin: 0 40px 0 0;
}
.apps-text .app-store-btns img {
  width: 133px;
}
.apps-text .btn {
  margin: 0 auto 24px;
}
@media (min-width: 744px) {
  .apps-text .btn {
    margin: 0;
  }
}
.apps-text .apps-text-inner {
  max-width: 377px;
}

.apps-images.vertical {
  order: 0;
  max-width: 681px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 744px) {
  .apps-images.vertical {
    justify-content: center;
    padding-left: 0;
  }
}
.apps-images .mobile-images {
  display: block;
  width: 307px;
}
.apps-images .mobile-images img {
  width: 100%;
}
.apps-images .desktop-images {
  display: none;
}
@media (min-width: 744px) {
  .apps-images {
    width: 50%;
    padding-left: 40px;
    display: flex;
    justify-content: flex-start;
  }
  .apps-images .mobile-images {
    display: none;
  }
  .apps-images .desktop-images {
    display: block;
  }
}
@media (min-width: 744px) {
  .apps-images.reverse {
    padding-left: 0;
    padding-right: 40px;
    justify-content: flex-end;
  }
}

.desktop-images {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.desktop-images .anim-app-img {
  position: absolute;
  transition: all 1s ease-in-out;
}
.desktop-images .desktop-top {
  transform: rotate(-15deg);
  left: -20px;
  top: -52px;
}
.desktop-images .desktop-middle {
  z-index: 1;
  position: relative;
}
.desktop-images .desktop-bottom {
  transform: rotate(15deg);
  left: -25px;
  top: -48px;
}
.desktop-images.animating .desktop-top {
  transform: rotate(0deg);
  top: -272px;
  left: 60px;
}
.desktop-images.animating .desktop-middle {
  transform: rotate(0deg);
}
.desktop-images.animating .desktop-bottom {
  transform: rotate(0deg);
  top: 170px;
  left: 60px;
}
.desktop-images.reverse .anim-app-img {
  left: unset;
}
.desktop-images.reverse .desktop-top {
  transform: rotate(15deg);
  top: -52px;
  right: -20px;
}
.desktop-images.reverse .desktop-bottom {
  transform: rotate(-15deg);
  top: -52px;
  right: -25px;
}
.desktop-images.reverse.animating .desktop-top {
  transform: rotate(0deg);
  top: -272px;
  right: 60px;
}
.desktop-images.reverse.animating .desktop-bottom {
  transform: rotate(0deg);
  top: 170px;
  right: 60px;
}

.burst-background {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  max-width: 700px;
  z-index: -1;
  pointer-events: none;
}

.vertical-images {
  position: relative;
  transition: all 0.5s ease-in-out;
  padding-top: 40px;
  z-index: 1;
}
.vertical-images .anim-app-img {
  position: absolute;
  transition: all 1s ease-in-out;
  max-width: 341px;
}
.vertical-images .vertical-left {
  transform: rotate(0deg);
  left: 0;
  bottom: -118px;
}
.vertical-images .vertical-middle {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 343px;
  bottom: 0px;
}
.vertical-images .vertical-right {
  transform: rotate(0deg);
  left: 0;
  bottom: -118px;
}
.vertical-images.animating .vertical-left {
  transform: rotate(-15deg);
  left: -265px;
  bottom: -150px;
}
.vertical-images.animating .vertical-right {
  transform: rotate(15deg);
  left: 265px;
  bottom: -150px;
}
.vertical-images#desktopDrivetimeApp .vertical-left, .vertical-images#desktopJourneyWithJesusApp .vertical-left {
  bottom: -36px;
}
.vertical-images#desktopDrivetimeApp .vertical-middle, .vertical-images#desktopJourneyWithJesusApp .vertical-middle {
  bottom: 0;
}
.vertical-images#desktopDrivetimeApp .vertical-right, .vertical-images#desktopJourneyWithJesusApp .vertical-right {
  bottom: -36px;
}
.vertical-images#desktopDrivetimeApp.animating .vertical-left, .vertical-images#desktopJourneyWithJesusApp.animating .vertical-left {
  bottom: -126px;
}
.vertical-images#desktopDrivetimeApp.animating .vertical-right, .vertical-images#desktopJourneyWithJesusApp.animating .vertical-right {
  bottom: -126px;
}