@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;0,800;1,400&display=swap);
@charset "UTF-8";
/*! CSS IS COMPILED WITH SCSS AND COULD BE OVERWRITEN. DO NOT MAKE CHANGES TO THIS FILE */
/*! VARIABLES */
@font-face {
  font-family: "Gibson";
  src: url("https://pages.ozk.com/rs/569-IJG-952/images/gibson-light.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Gibson";
  src: url("https://pages.ozk.com/rs/569-IJG-952/images/gibson-regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Gibson";
  src: url("https://pages.ozk.com/rs/569-IJG-952/images/gibson-semibold.otf") format("opentype");
  font-weight: 700;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*! MIXINS */
/*! TYPOGRAPHY */
html {
  font-size: 16px;
}

body {
  font-size: 16px;
  font-weight: 400;
  color: #2c2a25;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}
body::-moz-selection {
  background-color: #e40046;
}
body::selection {
  background-color: #e40046;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gibson", "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
}

h1 {
  font-size: 1.775rem;
  line-height: 110%;
}

h2 {
  font-size: 1.775rem;
}

h3 {
  font-size: 1.65rem;
  line-height: 130%;
}

h4 {
  font-size: 1.35rem;
}

h5 {
  font-size: 0.85rem;
}

h6 {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  h1 {
    font-size: 2.21875rem;
  }

  h2 {
    font-size: 2.21875rem;
  }

  h3 {
    font-size: 2.0625rem;
  }

  h4 {
    font-size: 1.6875rem;
  }

  h5 {
    font-size: 1.0625rem;
  }

  h6 {
    font-size: 1.5rem;
  }
}
p.large {
  font-size: 1.5rem;
  font-weight: 300;
}

p.small {
  font-size: 0.875rem;
}

p + p {
  padding-top: 1em;
}

blockquote {
  font-size: 1.0625rem;
}

label {
  font-weight: 700;
  letter-spacing: 0.1em;
}

button, .btn {
  font-size: 1.3125rem;
  letter-spacing: 0.2em;
}

a {
  font-weight: 700;
  text-decoration: underline;
  color: #2c2a25;
  font-weight: 700;
  transition: all 0.2s ease;
}
a:hover {
  color: #e40046;
}

::-moz-selection {
  text-shadow: none;
  background: #e40046;
  color: #FFFFFF;
}

::selection {
  text-shadow: none;
  background: #e40046;
  color: #FFFFFF;
}

sub, sup {
  padding-left: 3px;
}

/*! HELPERS */
.is-hidden-mobile {
  display: none;
}

@media screen and (min-width: 992px) {
  .is-hidden-desktop-up {
    display: none !important;
  }

  .is-hidden-mobile {
    display: block;
  }
}
/*! LAYOUT */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

section {
  padding: 64px 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}

/*! GRID */
@media screen and (min-width: 769px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  [class*=col-] {
    float: none;
  }
}

/*! BUTTONS */
.btn {
  letter-spacing: normal;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 10px 20px;
  color: #FFFFFF;
  background: #D6003C;
  background-size: 200%;
  background-position: 0 0;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .btn {
    font-size: 1.125rem;
  }
}
.btn:hover, .btn:focus, .btn:active {
  color: #FFFFFF;
  outline: none !important;
  box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  background-position: 100%;
}
.btn:active {
  box-shadow: inset 0px 1px 4px rgba(44, 42, 37, 0.4);
  transform: translateY(1px);
  background-position: 0px;
}

.btn-primary,
.btn-primary:focus {
  background-image: linear-gradient(45deg, #e40046 0%, #b10036 50%, #e40046 100%);
}

.btn-primary-red,
.btn-primary-red:focus {
  background-color: #D6003C;
}

.btn-primary-red:hover {
  background-color: #b10036;
}

.btn-secondary,
.btn-secondary:focus {
  background-image: linear-gradient(45deg, #3ea49c 0%, #307f79 50%, #3ea49c 100%);
}

.btn.btn-link {
  background: none;
  text-transform: none;
  padding: 0px;
  text-decoration: none;
  position: relative;
  padding-right: 18px;
  transition: all 0.2 ease;
  color: #D6003C;
}
.btn.btn-link:after {
  content: "ᐳ";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 13px;
  transition: right 0.1s ease;
}

.btn.btn-link.btn-black {
  color: #000000;
}

@media screen and (min-width: 769px) {
  .btn.btn-link:after {
    top: 4px;
  }
}
.btn.btn-link:hover {
  text-decoration: none;
  color: #b10036;
}
.btn.btn-link:hover:after {
  right: -2px;
}
.btn.btn-link.btn-white {
  color: #FFFFFF;
}
.btn.btn-link.btn-white:hover {
  color: #FFFFFF;
  opacity: 0.7;
}

/*! FORMS */
/* FORMS */
/*! ANIMATIONS */
@-webkit-keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@-webkit-keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@-webkit-keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
/*! GRADIENT BAR */
.main-footer:before, .main-nav:after, #navbar:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #e40046;
  background: linear-gradient(90deg, #e40046 0%, #3ea49c 100%);
  display: block;
}

/*! NAVBAR */
body {
  padding-top: 77px;
}

#navbar {
  position: fixed;
  width: 100%;
  height: 77px;
  background: #FFFFFF;
  top: 0;
  left: 0;
  z-index: 1000;
}
#navbar:after {
  bottom: 0;
  left: 0;
}
#navbar .container {
  height: 100%;
  padding-bottom: 8px;
  position: initial;
}
#navbar .container .navbar-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navbar .nav-toggle {
  border: none;
  outline: none;
  background: none;
  overflow: hidden;
  position: relative;
  width: 38px;
  height: 30px;
  padding: 0;
  cursor: pointer;
}
#navbar .nav-toggle span {
  display: block;
  height: 3px;
  width: 32px;
  border-radius: 4px;
  background: #e40046;
  position: absolute;
  top: 14px;
  left: 3px;
  transition: all 0.2s ease;
}
#navbar .nav-toggle span:first-child {
  top: 6px;
}
#navbar .nav-toggle span:last-child {
  top: 22px;
}
#navbar .nav-toggle:hover span {
  background-color: #2c2a25;
}
#navbar .nav-toggle.active span:first-child {
  top: 14px;
  transform: rotate(-45deg);
}
#navbar .nav-toggle.active span:nth-child(2) {
  transform: scale(0);
}
#navbar .nav-toggle.active span:last-child {
  top: 14px;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  #navbar .nav-toggle {
    display: none;
  }
}

#main-logo {
  display: block;
  height: 32px;
  transition: hover 0.2s ease;
}
#main-logo img {
  max-height: 100%;
}

.main-nav {
  top: 69px;
  padding-bottom: 8px;
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  max-height: 0px;
  transition: all 0.2s ease;
  overflow: hidden;
}
.main-nav.active {
  max-height: 77px;
}
.main-nav:after {
  bottom: 0;
  left: 0;
}
.main-nav .nav-item {
  display: block;
  padding: 10px;
  height: 100%;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}
.main-nav .nav-item:hover {
  color: #b10036;
}
@media screen and (min-width: 769px) {
  .main-nav {
    position: initial;
    width: auto;
    margin-right: -10px;
    justify-content: unset;
    padding-bottom: 0;
    max-height: 77px;
    transition: none;
  }
  .main-nav:after {
    display: none;
  }
}

/*! Info Boxes */
.info-boxes {
  display: flex;
  margin: -8px;
  flex-direction: column;
}
@media screen and (min-width: 577px), print {
  .info-boxes {
    flex-direction: row;
    align-items: stretch;
  }
}
.info-boxes .info-box {
  background: #f6f6f7;
  padding: 20px;
  margin: 8px;
  text-align: center;
  border-radius: 0px 30px 0px 30px;
  font-size: 0.875rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-boxes span {
  font-size: 0.875rem;
  font-weight: 700;
  align-self: center;
  line-height: 1em;
}

/*! HEADER */
header {
  padding: 32px 0;
  background: #DBD9E0;
  height: 500px;
  background-size: cover;
  background-position: -50px center;
  background-repeat: no-repeat;
  position: relative;
}
header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, white 75%);
}
header .header-mobile-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: left top;
  background-size: cover;
}
@media screen and (min-width: 577px), print {
  header .header-mobile-background {
    display: none;
  }
}
header .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
header .header-content {
  position: relative;
  margin-bottom: -8px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 100%;
}
header .header-content h1,
header .header-content h3 {
  max-width: 95%;
  width: 14ch;
}
header .header-content h1 {
  margin-bottom: 2px;
  font-size: 2.21875rem;
}
header .header-content h3 {
  font-size: 1.6875rem;
}
header .header-content span,
header .header-content strong,
header .header-content b {
  position: relative;
  background: url("https://pages.ozk.com/rs/569-IJG-952/images/icon-hero-underline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 100;
}
@media screen and (min-width: 769px) {
  header {
    text-alight: left;
    padding: 64px 0;
    height: 513px;
    background-position: center;
  }
  header .container {
    align-items: center;
  }
  header .header-content {
    align-items: flex-start;
    text-align: left;
  }
  header .header-content h1 {
    font-size: 2.7734375rem;
  }
  header .header-content h3 {
    font-size: 1.85625rem;
  }
}

/*! OZK Details */
.ozk-details h1 {
  margin-bottom: 0.5em;
}

.ozk-details h2 {
  margin-bottom: 0.5em;
}

.ozk-details h2 span,
.ozk-details h2 strong,
.ozk-details h2 b {
  color: #3ea49c;
  font-weight: 100;
}
.ozk-details p {
  font-size: 16px;
  max-width: 460px;
}
.ozk-details ul {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 48px 0;
  position: relative;
  font-family: "Gibson", "Open Sans", "Helvetica", "Arial", sans-serif;
}
.ozk-details ul li {
  padding: 0.25em 0;
}
.ozk-details h6 {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 16px;
}
.ozk-details h6 strong {
  font-weight: 400;
}
.ozk-details .info-boxes {
  margin-bottom: 32px;
}
.ozk-details p.info-box-disclaimer {
  max-width: none;
  margin-bottom: 32px;
}
.ozk-details img.details-phone {
  display: block;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media screen and (min-width: 577px), print {
  .ozk-details img.details-phone {
    width: 400px;
    max-width: 55%;
  }
}
@media screen and (min-width: 769px) {
  .ozk-details img.details-phone {
    max-width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .ozk-details img.details-phone {
    margin: 0;
    max-width: 100%;
    padding-top: 32px;
  }
}
.ozk-details .btn-container {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .ozk-details .btn-container {
    text-align: left;
  }
}
.ozk-details .btn {
  margin: auto;
}
@media screen and (min-width: 992px) {
  .ozk-details .btn {
    margin: 0;
  }
}

/*! Banker CTA */
.banker-cta {
  text-align: center;
  overflow: hidden;
  padding-bottom: 96px;
}
.banker-cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banker-cta h2 {
  margin-bottom: 0.25em;
}
.banker-cta h2 span,
.banker-cta h2 strong {
  color: #3ea49c;
  font-weight: 100;
}
.banker-cta p {
  margin-bottom: 0.5em;
}

.banker-cta .btn-primary {
  margin-top: 32px;
}

/*! Disclaimer */
.disclosure {
  background: #f6f6f7;
  font-size: 0.7875rem;
}
.disclosure div {
  padding-top: 10px;
}
.disclosure ol {
  margin-left: 16px;
}
.disclosure .btn {
  display: block;
  margin: 0 auto;
  margin-top: 32px;
}
.disclosure a {
  color: #000000;
}
.disclosure a:hover {
  color: #b10036;
}
@media screen and (min-width: 769px) {
  .disclosure {
    font-size: 0.875rem;
  }
}

/*! CTA Banner */
.cta-banner {
  background-position: center;
  background-size: cover;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 577px), print {
  .cta-banner {
    background-attachment: fixed;
  }
}
.cta-banner h2 {
  font-size: 2.0625rem;
}
.cta-banner h3 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .cta-banner {
    background-size: 250%;
  }
  .cta-banner h2 {
    font-size: 2.5515625rem;
  }
}

/*! BENEFITS */
.benefits {
  text-align: center;
}
.benefits h2 {
  margin-bottom: 1.5em;
}
.benefits .image-container {
  width: 200px;
  height: 150px;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.benefits .image-container img {
  width: 100%;
  max-height: 180px;
}
.benefits h4 {
  line-height: 2.0625rem;
  margin: 0 auto;
  margin-bottom: 15px;
}
.benefits p {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}
.benefits p.small {
  font-size: 0.875rem;
  width: 100%;
  margin: 15px auto 0 auto;
}
.benefits .btn-link {
  margin-top: 1em;
}
.benefits button {
  display: block;
  margin: 0 auto;
  margin-top: 64px;
}
.benefits [class^=col-] {
  margin-bottom: 32px;
}

/*! FOOTER */
.main-footer {
  position: relative;
  padding: 64px 0;
  padding-top: 32px;
  text-align: center;
}
.main-footer:before {
  top: 0;
  left: 0;
}
.main-footer .footer-logo {
  width: 175px;
  max-width: 100%;
  margin-bottom: 32px;
}
.main-footer p {
  font-size: 0.875rem;
}
.main-footer .row > div:last-child {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 32px;
}
.main-footer .footer-social {
  display: flex;
  margin-bottom: 32px;
}
.main-footer .footer-social a {
  display: block;
  margin-left: 8px;
  width: 30px;
}
.main-footer .footer-social a svg path {
  transition: all 0.2s ease;
}
.main-footer .footer-social a:hover svg path {
  fill: #e40046;
}
.main-footer .footer-images {
  display: flex;
  align-items: center;
  margin-top: 32px;
  justify-content: center;
}
.main-footer .footer-images img {
  height: 50px;
  margin-left: 15px;
}
@media screen and (min-width: 769px) {
  .main-footer {
    text-align: left;
  }
  .main-footer .row > div:last-child {
    text-align: right;
    align-items: flex-end;
    margin-top: 0;
  }
  .main-footer .footer-images {
    justify-content: flex-end;
  }
}

#faq {
  display: table;
  margin: 0 auto;
  margin-bottom: 32px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2c2a25;
}
#faq:hover {
  color: #e40046;
}

/*! Checking */
#checking-page #header .header-content b,
#checking-page #header .header-content strong,
#checking-page #header .header-content span {
  background-image: url("https://pages.ozk.com/rs/569-IJG-952/images/icon-hero-underline-v2.svg");
}
#checking-page .main-footer {
  padding-top: 64px;
}

/*! Savings */
/*! Confetti */
.confetti {
  position: absolute;
  z-index: -10;
  top: -10px;
  border-radius: 0%;
}

.confetti--animation-slow {
  -webkit-animation: confetti-slow 4.25s linear 1 forwards;
          animation: confetti-slow 4.25s linear 1 forwards;
}

.confetti--animation-medium {
  -webkit-animation: confetti-medium 3.75s linear 1 forwards;
          animation: confetti-medium 3.75s linear 1 forwards;
}

.confetti--animation-fast {
  -webkit-animation: confetti-fast 3.25s linear 1 forwards;
          animation: confetti-fast 3.25s linear 1 forwards;
}

/*! Slider */
.splide {
  padding: 64px 0;
  text-align: left;
  width: 200vw;
  position: relative;
  left: -50vw;
}
@media screen and (min-width: 577px), print {
  .splide {
    width: 140vw;
    left: -20vw;
  }
}
@media screen and (min-width: 769px) {
  .splide {
    padding: 64px;
    margin: 0 auto;
    width: 125vw;
    left: -12.5vw;
  }
}
@media screen and (min-width: 992px) {
  .splide {
    padding: 64px;
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
    left: 0;
  }
}

.splide__track {
  padding: 64px 0;
}

.splide__arrow {
  background: none;
  width: 3em;
  height: 3em;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.splide__arrow svg {
  width: 2.2em;
  height: 2.2em;
}
.splide__arrow:hover {
  opacity: 0.5;
}

.splide__arrow--next {
  right: 0;
}

.splide__arrow--prev {
  left: 0;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 6px;
  background: #adadad;
}
.splide__pagination__page.is-active {
  background: #e40046;
}

.splide__slide {
  padding: 0 16px;
}
.splide__slide.is-active {
  z-index: 10;
}

/*! Winners */
.winners {
  text-align: center;
}
.winners h2 {
  margin-bottom: 0.5em;
}
.winners h2 span,
.winners h2 strong {
  color: #3ea49c;
  font-weight: 100;
}
.winners p {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.winners .splide__slide.is-active .winner {
  transform: scale(1.2);
}

.winner {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(44, 42, 37, 0.2);
  padding: 20px;
  transition: all 0.2s ease;
  border-radius: 8px;
}
.winner .winner-image {
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .winner .winner-image {
    height: 350px;
  }
}
.winner h5 {
  font-weight: 700;
  margin-bottom: 0.2em;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .winner h5 {
    font-size: 1.0625rem;
  }
}
.winner h6 {
  margin-bottom: 0.3em;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .winner h6 {
    font-size: 1.3125rem;
  }
}

/*! Savings Movement */
.savings-movement {
  text-align: center;
  padding-top: 128px;
  padding-bottom: 32px;
}
.savings-movement h2 {
  margin-bottom: 16px;
}
.savings-movement h4 {
  font-size: 1.3125rem;
  margin-bottom: 21.3333333333px;
}

.stat {
  color: #3ea49c;
  font-size: 2.0625rem;
  margin-bottom: 32px;
}
.stat span {
  display: inline-block;
  background: #f1f1f1;
  padding: 5px 6px;
  margin: 0 2px;
  border-radius: 3px;
}

/*! RAINY DAY FUND */
.rainy-day-fund {
  text-align: center;
  overflow: hidden;
  padding-bottom: 96px;
}
.rainy-day-fund .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rainy-day-fund img {
  width: 400px;
  max-width: 90%;
  margin-bottom: 64px;
}
.rainy-day-fund h2 {
  margin-bottom: 0.25em;
}
.rainy-day-fund h2 span,
.rainy-day-fund h2 strong {
  color: #3ea49c;
  font-weight: 100;
}
.rainy-day-fund p {
  margin-bottom: 0.5em;
}

.rainy-day-fund .btn-primary {
  margin-top: 32px;
}

#savings-page #header {
  background-position: -120px center;
}
@media screen and (min-width: 577px), print {
  #savings-page #header {
    background-position: -50px center;
  }
}
#savings-page #header .header-content h1 {
  margin-bottom: 2px;
}

.savings-phone {
  position: relative;
  text-align: right;
}
.savings-phone img.details-phone {
  padding-left: 140px;
}
@media screen and (min-width: 577px), print {
  .savings-phone img.details-phone {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .savings-phone img.details-phone {
    padding: 0;
    margin-bottom: -96px;
    margin-left: 0;
  }
}
.savings-phone h5 {
  position: absolute;
  text-align: left;
  top: 62%;
  left: 0%;
  transform: translate(0, -50%);
}
.savings-phone h5:before {
  content: "";
  display: block;
  background-image: url("../images/icon-red-arrow.svg");
  height: 100px;
  width: 29vw;
  background-repeat: no-repeat;
  position: absolute;
  left: 80%;
  top: -52px;
  transform: rotate(24deg) scale(0.5);
}
@media screen and (min-width: 769px) {
  .savings-phone h5:before {
    height: 60px;
    width: 75px;
    left: 120%;
    top: -23px;
    transform: rotate(24deg);
  }
}
@media screen and (min-width: 769px) {
  .savings-phone h5 {
    left: 50%;
    top: 62%;
    transform: translate(-265%, -50%);
  }
}
@media screen and (min-width: 992px) {
  .savings-phone h5 {
    left: -180px;
    top: 50%;
    transform: none;
  }
}