.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.interest-rates {
  display: flex;
  align-items: flex-start;
  gap: 20px 36px;
  font-weight: 700;
  text-align: center;
  justify-content: flex-start;
  /* flex-wrap: wrap; */
  margin: 20px 0;
}
@media screen and (max-width: 599px) {
  .interest-rates {
    flex-direction: column;
    align-items: center;
  }
}
.rate-box {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 168px;
}
.rate-content {
  border-radius: 10px;
  background-color: #f4dcde;
  display: flex;
  align-items: center;
  gap: 40px 48px;
  overflow: hidden;
  justify-content: center;
  padding: 11px;
}
.rate-info {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: auto 0;
}
.rate-duration {
  color: #ed1c24;
  font-size: 16px;
  margin: 0 !important;
}
.rate-percentage {
  color: #2e2e2e;
  font-size: 24px;
  line-height: 20px;
  margin-top: 12px;
}
.rate-unit {
  font-size: 16px;
}
@media (max-width: 991px) {
  .rate-content {
    padding: 11px 20px;
  }
}

/* calculator */
.savings-calculator {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.calculator-form {
  border-radius: 12px 0 0 12px;
  background-color: #f4dcde;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: flex-start;
  width: 62%;
  margin: auto 0;
  padding: 24px 20px 24px 16px;
}
.calculator-title {
  color: #2e2e2e;
  font: 400 16px "Open Sans", sans-serif;
  margin: 0 !important;
}
.calculator-inputs {
  display: flex;
  margin-top: 24px;
  width: 100%;
  /* width: 345px; */
  flex-direction: column;
  justify-content: flex-start;
}
.input-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.input-group + .input-group {
  margin-top: 28px;
}
.input-label-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #2e2e2e;
  font: 400 13px "Open Sans", sans-serif;
}
.input-label {
  align-self: stretch;
  margin: auto 0;
}
.savings-calculator input[type="text"] {
  align-self: stretch;
  border: none !important;
  border-radius: 3px !important;
  background-color: #fff;
  overflow: hidden !important;
  white-space: nowrap;
  text-align: right;
  max-width: 110px;
  height: auto !important;
  margin: auto 0;
  padding: 3px 12px !important;
  font-size: 13px !important;
  line-height: 18px !important;
}
.input-value {
  text-align: right;
}
.adjustment-bar {
  position: relative;
  border-radius: 0;
  display: flex;
  margin-top: 16px;
  width: 100%;
  padding-bottom: 8px;
  flex-direction: column;
}
.adjustment-bar .markings {
  position: absolute;
  top: -5px;
  left: 11px;
  width: calc(100% - 22px);
}
.adjustment-bar .markings > div {
  position: absolute;
}
.adjustment-bar .markings > div:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 13px;
  background-color: #a7a9ac;
}
.adjustment-bar .markings > div span {
  display: block;
  margin-top: 18px;
  font-size: 10px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.adjustment-handle {
  position: absolute;
  top: -10px;
  left: -11px;
  background-color: #fff;
  border-radius: 50%;
  align-self: center;
  z-index: 10;
  display: flex;
  width: 22px;
  height: 22px;
  border: 2px solid #e8483f;
}
.adjustment-track {
  border-radius: 3px;
  background-color: #a7a9ac;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.adjustment-progress {
  border-radius: 3px;
  background-color: #e8483f;
  display: flex;
  width: 0;
  height: 3px;
}
.cta-button {
  margin-top: 24px !important;
  align-self: center;
}
.savings-results {
  position: relative;
  border-radius: 12px;
  background-color: #e8483f;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-start;
  width: 38%;
  min-width: 220px;
  margin: auto 0;
  padding: 36px 22px;
}
.savings-rate {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  font: 700 16px "Open Sans", sans-serif;
}
.savings-rate-label {
  color: #fff;
  align-self: stretch;
  margin: auto 0;
}
.savings-rate-value {
  align-self: stretch;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  color: #2e2e2e;
  white-space: nowrap;
  margin: auto 0;
  padding: 3px 12px;
  border: 1px solid #890f0c;
}
.result-box {
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  margin-top: 28px;
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  padding: 7px 18px;
  border: 1px solid #890f0c;
}
.result-content {
  display: flex;
  width: 100%;
  /* max-width: 148px; */
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.result-title {
  color: #2e2e2e;
  text-align: center;
  font: 700 16px/18px "Open Sans", sans-serif;
  margin: 0 !important;
}
.result-value-wrapper {
  display: flex;
  margin-top: 6px;
  align-items: flex-start;
  gap: 8px;
  justify-content: flex-start;
}
.result-icon {
  display: flex;
  min-height: 30px;
  align-items: center;
  gap: 40px 50px;
  justify-content: center;
  width: 30px;
}
.result-icon-image {
  width: 30px;
  height: auto;
  margin: auto 0;
}
.result-value {
  color: #e8483f;
  min-width: 100px;
  white-space: nowrap;
  font: 700 16px "Open Sans", sans-serif;
}
@media (max-width: 550px) {
  .savings-calculator {
    display: block;
  }
  .calculator-form {
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
  }
  .savings-results {
    width: 90%;
    margin: 0 auto;
    border-radius: 0 0 12px 12px;
  }
}

/* pro tips */
.savings-goals-content {
  display: flex;
  gap: 19px;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .savings-goals-content {
    flex-direction: column;
  }
}
.savings-goals-content > div:first-child {
  width: 62%;
}
.savings-goals-content > div:last-child {
  width: 38%;
}
.goals-achieved,
.goals-not-achieved {
  display: flex;
  /* min-width: 240px; */
  flex-direction: column;
  justify-content: start;
  justify-self: stretch;
}
.goals-achieved {
  /* width: 367px; */
  flex-grow: 1.8;
}
.goals-not-achieved {
  /* width: 226px; */
  flex-grow: 1;
}
.protips-header, .section-header {
  height: 60px;
  align-self: stretch;
  border-radius: 12px 12px 0 0;
  color: #fff;
  text-align: center;
  padding: 19px;
  margin: 0 !important;
  font: 700 16px Open Sans, sans-serif;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.achieved-header {
  background-color: #f33;
}
.not-achieved-header {
  background-color: #828282;
}
.protips-section-content {
  justify-content: center;
  align-items: center;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  align-self: center;
  display: flex;
  gap: 12px;
  flex: 1;
  width: 100%;
  padding: 20px 4px;
}
.achieved-content {
  border: 1px solid #f33;
}
.not-achieved-content {
  border: 1px solid #828282;
  gap: 20px;
}
.time-period {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin: 0;
}
.time-period:first-child {
  width: calc(33% - 2px);
}
.time-period:last-child {
  width: 67%;
}
.not-achieved-content .time-period {
  width: 100% !important;
}
.time-period-title {
  color: #2e2e2e;
  text-align: center;
  font: 700 16px Open Sans, sans-serif;
  margin: 0 !important;
  white-space: nowrap;
}
.person-group {
  display: flex;
  margin-top: 8px;
  max-width: 100%;
  /* width: 107px; */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.person-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: start;
  font: 16px Open Sans, sans-serif;
  max-width: 105px;
}
.person-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-width: 86px;
  min-width: 64px;
}
.person-name {
  color: #2e2e2e;
  font-weight: 700;
  margin-top: 8px;
}
.savings-type {
  color: #ed1c24;
  font-weight: 400;
  line-height: 16px;
  margin: 0 !important;
  min-height: 32px;
}
.person-cta {
  display: flex;
  margin-top: 12px;
  width: 32px;
  flex-direction: column;
}
.person-cta button {
  border: none;
  background: none;
  font-size: 32px;
  line-height: 32px;
  padding: 0;
}

.vertical-divider {
  background-color: #f33;
  align-self: stretch;
  width: 0;
  height: 232px;
  border-right: 1px solid #f33;
}
.person-group-container {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* modal */
.protips-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 12px;
  border-bottom: none;
}
.protips-modal .modal-header h3 {
  color: #de443e;
  font-size: 18px;
  font-weight: bold;
  margin: 0 !important;
}
.protips-modal .modal-header .close {
  opacity: 1;
}
.protips-modal .modal-body {
  padding: 12px 30px 30px;
}
.protips-modal .modal-content {
  border-radius: 24px;
}

.information-box {
  position: relative;
  border-radius: 18px;
  background-color: #f5f5f5;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  max-width: 680px;
  align-items: flex-start;
  gap: 16px 32px;
  color: #2e2e2e;
  justify-content: flex-start;
  /* flex-wrap: wrap; */
  padding: 16px;
  font: 600 16px Open Sans, sans-serif;
}

.profile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  text-align: center;
  justify-content: flex-start;
  width: 88px;
}

.profile-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 88px;
}

.profile-name {
  margin: 4px 0 0 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.profile-info {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: flex-start;
  width: 331px;
}

.profile-info p {
  margin: 0 !important;
  font-weight: 600;
}
.profile-info p span {
  font-weight: 400;
}

.goal-container {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  justify-content: flex-start;
}

.protips-modal .goal-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 62px;
}

.goal-summary {
  display: flex;
  margin-top: 24px;
  align-items: flex-start;
  gap: 20px;
  color: #fff;
  justify-content: flex-start;
  font: 700 16px/1 "Open Sans", sans-serif;
}

.goal-amount {
  align-self: stretch;
  border-radius: 9px;
  background-color: #e8483f;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  min-height: 60px;
  overflow: hidden;
  text-align: center;
  padding: 9px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.goal-amount-value {
  font-size: 25px;
  line-height: 22px;
  color: #fff9f9;
}

.eligible-rate {
  align-self: stretch;
  border-radius: 9px;
  background-color: #eec77c;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  min-height: 60px;
  overflow: hidden;
  text-align: center;
  padding: 9px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eligible-rate-value {
  font-size: 25px;
  line-height: 25px;
}

.goal-status {
  align-self: stretch;
  max-width: 285px;
  border-radius: 9px;
  background-color: #828282;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  min-width: 240px;
  min-height: 60px;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding: 6px 20px;
  justify-self: flex-end;
}

@media (max-width: 599px) {
  .goal-summary {
    flex-wrap: wrap;
    gap: 12px;
  }
  .goal-amount {
    max-width: calc(50% - 10px);
  }
  .eligible-rate {
    max-width: calc(50% - 10px);
  }
  .information-box {
    flex-wrap: wrap;
  }
  .goal-container {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .goal-status {
    min-height: 0;
  }
  .profile-header {
    width: 64px;
    min-width: 36px;
  }
  .profile-image {
    width: 64px;
    min-width: 36px;
  }
  .protips-modal .goal-icon {
    width: 54px;
  }
}

@media (max-width: 767px) {
  .protips-modal .modal-header {
    padding: 20px 20px 10px;
  }
  .protips-modal .modal-body {
    padding: 10px 20px 20px;
  }
}

@media (min-width: 768px) {
  .protips-modal .modal-dialog {
    width: 740px;
  }
}

.deposit-section {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
  position: relative;
}
.deposit-title {
  color: #2e2e2e !important;
  font: 700 18px Open Sans, sans-serif !important;
  margin: 0 !important;
}

.milestone {
  border-radius: 50px;
  background-color: #fff;
  align-self: stretch;
  position: relative;
  display: flex;
  min-width: 56px;
  min-height: 56px;
  align-items: flex-start;
  gap: 40px 48px;
  color: #2e2e2e;
  text-align: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: auto 0;
  padding: 0 6px;
  font: 700 16px Open Sans, sans-serif;
  border: 3px solid #e8483f;
}
.milestone-amount {
  position: absolute;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  left: 50%;
  top: -68px;
  transform: translateX(-50%);
}
.amount-box {
  align-self: stretch;
  border-radius: 27px;
  background-color: #fff;
  overflow: hidden;
  padding: 2px 16px;
  border: 2px solid #828282;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 24px;
  margin: 0 !important;
}
.amount-box.red-border {
  border-color: #e8483f;
}
.amount-num {
  font-size: 24px;
  line-height: 28px;
}
.milestone-label {
  color: #e8483f;
  align-self: stretch;
  z-index: 0;
  margin: auto 0;
}
.month-label {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: calc(100% + 15px);
  transform: translate(-50%, 0);
  width: max-content;
  max-width: 130px;
}

.goal-box {
  align-self: stretch;
  border-radius: 27px;
  background-color: #fff;
  gap: 40px 48px;
  overflow: hidden;
  padding: 2px 22px;
  border: 2px solid #828282;
}
.goal-icon {
  aspect-ratio: 0.69;
  object-fit: contain;
  object-position: center;
  width: 61px;
  z-index: 0;
}
.goal-label {
  text-align: center;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 22px;
}

.deposit-goal-tracker {
  display: flex;
  margin-top: 24px;
  width: 460px;
  max-width: 100%;
  flex-direction: column;
}

.deposit-amount-label {
  color: #2e2e2e;
  font: 700 18px Open Sans, sans-serif;
}

@media (max-width: 991px) {
  .deposit-amount-label {
    max-width: 100%;
  }
}

.goal-path {
  display: flex;
  margin-top: 12px;
  width: 100%;
  align-items: center;
  padding: 68px 20px 40px 53px;
  overflow: hidden;
  overflow-x: auto;
}
.goal-path.hasScrollBar {
  position: relative;
}
.goal-path.hasScrollBar + .scroll-hint:before {
  content: " ";
  display: block;
  position: absolute;
  width: 30px;
  height: 200px;
  top: -200px;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  transition: opacity 0.6s;
}
.goal-path.hasScrollBar.scrollEnd + .scroll-hint:before {
  opacity: 0;
}

.reddotline,
.greydotline {
  position: relative;
  width: 2px;
  background-color: #e8483f;
  height: 32px;
}

.reddotline span,
.greydotline span {
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  top: -6px;
  left: -5px;
  background-color: #e8483f;
  border-radius: 11px;
}

.greydotline {
  position: absolute;
  background-color: #828282;
  height: 68px;
  top: -30px;
  left: 60%;
}
.greydotline span {
  background-color: #828282;
  top: auto;
  bottom: -6px;
}

.start-node {
  border-radius: 50px;
  background-color: #fff;
  align-self: stretch;
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: start;
  gap: 40px 48px;
  color: #2e2e2e;
  text-align: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: auto 0;
  padding: 0 6px;
  font: 700 16px Open Sans, sans-serif;
  border: 3px solid #e8483f;
}

.start-amount {
  position: absolute;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  left: 50%;
  top: -68px;
  transform: translate(-50%, 0%);
  align-items: center;
}

.start-amount-value {
  align-self: center;
  border-radius: 27px;
  background-color: #fff;
  gap: 40px 48px;
  overflow: hidden;
  padding: 2px 16px;
  border: 2px solid #828282;
}

.start-arrow {
  object-fit: contain;
  object-position: center;
  width: 0;
  position: absolute;
  z-index: 0;
  left: 46px;
  bottom: -31px;
  height: 31px;
}

.start-label {
  color: #e8483f;
  align-self: stretch;
  z-index: 0;
  margin: auto 0;
}

.first-month-label {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 77px;
  height: 22px;
}

.path-segment {
  align-self: stretch;
  display: flex;
  min-height: 56px;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  flex-basis: 12px;
  margin: auto -2px;
  min-width: 134px;
}

.path-line {
  height: 3px;
  min-height: 3px;
  width: 100%;
  border-top: 5px solid #e8483f;
}

.mid-node {
  border-radius: 50px;
  background-color: #fff;
  align-self: stretch;
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: flex-start;
  color: #2e2e2e;
  text-align: center;
  justify-content: center;
  width: 29px;
  height: 56px;
  margin: auto 0;
  font: 700 16px Open Sans, sans-serif;
  border: 3px solid rgba(0, 0, 0, 0);
}

.mid-node-circle {
  background-color: #fff;
  border-radius: 50%;
  align-self: stretch;
  z-index: 0;
  display: flex;
  width: 33px;
  height: 33px;
  margin: auto -5px;
  border: 3px solid #e8483f;
}

.goal-node {
  align-self: stretch;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 0;
  margin: auto 0;
  font: 700 16px Open Sans, sans-serif;
  height: 56px;
  min-height: 56px;
  border: 3px solid rgba(0, 0, 0, 0);
}

.goal-achieved {
  align-self: stretch;
  border-radius: 0 63px 63px 0;
  background-color: #f7d3d2;
  position: absolute;
  /* min-width: 255px; */
  white-space: nowrap;
  min-height: 52px;
  gap: 10px;
  color: #e8483f;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 4px 30px;
}
.goal-achieved.grey {
  display: flex;
  align-items: center;
  background-color: #d1d3d4;
  color: #2e2e2e;
}

.icon-achieve {
  position: absolute;
  width: 58px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-achieve img {
  object-fit: contain;
  object-position: center;
}

.scroll-hint {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.scroll-hint button {
  padding: 5px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  border-radius: 6px;
  background: rgba(46, 46, 46, 0.5);
  color: #fff;
  font-size: 12px;
  border: none;
}
.scroll-hint button:after {
  content: " ";
  width: 24px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='8' viewBox='0 0 24 8' fill='none'%3E%3Cpath d='M23.3536 4.35355C23.5488 4.15829 23.5488 3.84171 23.3536 3.64644L20.1716 0.464464C19.9763 0.269202 19.6597 0.269202 19.4645 0.464464C19.2692 0.659727 19.2692 0.976309 19.4645 1.17157L22.2929 4L19.4645 6.82843C19.2692 7.02369 19.2692 7.34027 19.4645 7.53553C19.6597 7.73079 19.9763 7.73079 20.1716 7.53553L23.3536 4.35355ZM4.37114e-08 4.5L23 4.5L23 3.5L-4.37114e-08 3.5L4.37114e-08 4.5Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: 100% center;
  background-size: 24px 8px;
  animation: arrowAnim 0.6s ease-out infinite;
}
@keyframes arrowAnim {
  0% {
    background-position: -12px center;
  }
  100% {
    background-position: 0px center;
  }
}

@media (max-width: 599px) {
  .greydotline {
    display: none;
  }
}

/* be a pro */
.beAPro .nav-tabs {
  border: none;
}
.beAPro .nav-tabs > li {
  width: 50%;
  text-align: center;
  margin-bottom: 0 !important;
}
.beAPro .nav-tabs > li > a {
  padding: 14px 28px;
  border: none!important;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 600;
}
.beAPro .nav-tabs > li > a:hover,
.beAPro .nav-tabs > li > a:focus {
  border: none;
  background-color: #fff;
  color: #de443e;
}
.beAPro .nav-tabs > li.active > a:hover,
.beAPro .nav-tabs > li.active > a:active,
.beAPro .nav-tabs > li.active > a {
  color: #de443e;
  border-bottom: 2px solid #de443e !important;
}

.tab-content {
  padding: 40px 10px;
}
.step-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.step-number {
  border-radius: 50%;
  background-color: #e0e6ea;
  width: 30px;
  height: 30px;
  color: #2e2e2e;
  text-align: center;
  padding: 4px;
  font: 700 16px "Open Sans", sans-serif;
}
.content-wrapper {
  display: flex;
  min-width: 240px;
  max-width: calc(100% - 50px);
  flex-direction: column;
  justify-content: flex-start;
}
.text-content {
  display: flex;
  flex-direction: column;
  color: #2e2e2e;
  justify-content: flex-start;
  font: 16px "Open Sans", sans-serif;
}
.section-title {
  font-weight: 600;
  align-self: flex-start;
  margin: 0 !important;
  font-size: 16px;
}
.section-description {
  font-weight: 400;
  margin: 0 !important;
}
.app-info {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: center;
  gap: 13px;
  justify-content: flex-start;
}
.app-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 80px;
  align-self: stretch;
  margin: auto 0;
}
.app-details {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: flex-start;
  width: 252px;
  margin: auto 0;
}
.search-bar {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.search-icon-wrapper {
  justify-content: center;
  align-items: center;
  border: 2px solid #f3f3f3;
  background: #f33;
  display: flex;
  min-height: 36px;
  flex-direction: column;
  overflow: hidden;
  width: 57px;
  padding: 8px 18px;
}
.search-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
}
.app-name {
  align-self: stretch;
  background-color: #fff;
  min-height: 35px;
  color: #2e2e2e;
  flex: 1;
  flex-basis: 15px;
  padding: 6px 11px;
  font: 700 17px "Open Sans", sans-serif;
  border: 2px solid #f3f3f3 !important;
}
.app-store-links {
  display: flex;
  margin-top: 8px;
  max-width: 100%;
  width: 253px;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}
.store-badge {
  aspect-ratio: 3.3;
  object-fit: contain;
  object-position: center;
  width: 122px;
  align-self: stretch;
  margin: auto 0;
}
.action-steps-group {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 17px;
  justify-content: flex-start;
}

.action-step-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 50px;
  align-self: stretch;
  margin: auto 0;
}

.action-step-icon-small {
  width: 23px;
}
@media (max-width: 991px) {
  .step-wrapper {
    max-width: 100%;
  }
  .step-number {
    white-space: initial;
  }
}
@media (max-width: 500px) {
  .content-wrapper {
    max-width: initial;
    width: 100%;
  }
  .action-steps-group {
    gap: 8px;
  }
  .action-step-icon-small {
    width: 18px;
  }
}

/* carousel */
.smash-carousel {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 25px;
}
.smash-carousel-right {
  position: relative;
  width: 50%;
}
.smash-carousel-left {
  position: relative;
  width: 50%;
  align-self: flex-start;
}
.smash-carousel-left .carousel-control {
  background: #a7a9ac;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: calc(50% - 15px);
}
.smash-carousel-left .carousel-control:after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.5' d='m11 24.727 9-9-9-9'/%3E%3C/svg%3E");
}
.smash-carousel-left .carousel-control.left:after {
  transform: scaleX(-1);
}
.smash-carousel-left .carousel-inner {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.savings-steps {
  display: flex !important;
  flex-direction: column;
  position: relative !important;
  bottom: initial !important;
  left: initial !important;
  z-index: initial !important;
  width: initial !important;
  margin-left: initial !important;
  margin-bottom: initial !important;
  padding-left: initial !important;
  list-style: initial !important;
  text-align: initial !important;
}
.savings-steps li {
  background-color: initial !important;
  width: fit-content !important;
  height: initial !important;
  margin-top: initial !important;
  margin: initial !important;
  border: initial !important;
  display: flex !important;
  max-width: 290px !important;
  gap: 10px;
  justify-content: flex-start;
  text-indent: initial !important;
}
.savings-steps .active {
  background-color: initial;
  width: initial;
  height: initial;
  margin: initial;
}
.savings-steps .active .step-indicator {
  background-color: #fff;
}

.step-container {
  display: flex;
  width: fit-content !important;
  max-width: 290px;
  gap: 10px;
  justify-content: flex-start;
}

.step-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}

.step-indicator {
  background-color: #f33;
  border-radius: 50%;
  align-self: center;
  width: 23px;
  height: 23px;
  border: 2px solid #f33;
}

.step-indicator.active {
  background-color: #fff;
}

.step-line {
  display: flex;
  width: 100%;
  /* padding-right: 2px; */
  gap: 10px;
  justify-content: center;
  flex: 1;
  height: 100%;
}

.step-line-inner {
  width: 0;
  flex: 0;
  border: 1px solid #f33;
}

.step-description {
  align-self: stretch;
  width: 258px;
  min-width: 240px;
  padding-bottom: 18px;
  margin-bottom: 0 !important;
  color: #2e2e2e;
  font: 600 16px "Open Sans", sans-serif;
  text-indent: initial !important;
}

.bold-text {
  font-weight: 700;
}

@media (max-width: 599px) {
  .step-indicator {
    width: 18px;
    height: 18px;
  }
  .savings-steps {
    position: relative !important;
    z-index: 1 !important;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px !important;
  }
  .savings-steps:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e8483f;
  }
  .savings-steps li {
    justify-content: initial;
  }

  .step-content {
    flex-direction: row;
  }
  .step-line {
    align-items: center;
  }
  .step-line-inner {
    width: 100%;
    height: 0;
    flex: 0;
  }
  .step-description {
    display: none !important;
    position: absolute !important;
    left: 50% !important;
    top: 30px !important;
    text-align: center !important;
    transform: translateX(-50%);
    width: 100% !important;
  }
  .savings-steps li.active .step-description {
    display: block !important;
  }
}
@media (max-width: 599px) {
  .smash-carousel {
    /* gap: 10px; */
    flex-direction: column;
  }
  .smash-carousel-left,
  .smash-carousel-right {
    width: 100%;
  }

  .smash-carousel-left .carousel-inner {
    width: 90%;
  }
}

/* act now */
.act-now-container {
  border-radius: 17px;
  background-color: #f4dcde;
  display: flex;
  max-width: 612px;
  flex-direction: column;
  color: #2e2e2e;
  text-align: center;
  justify-content: center;
  padding: 20px;
  font: 400 16px Open Sans, sans-serif;
  border: 2px solid #e8483f;
}

.act-now-title {
  align-self: center;
}

.act-now-steps {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: center;
  gap: 5px;
  justify-content: start;
  /* flex-wrap: wrap; */
}

.act-now-step {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: calc(25% - 10px);
  max-width: 115px;
  /* margin: auto 0; */
}

.act-now-step-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 60px;
  align-self: center;
}

.act-now-step-text {
  margin-top: 8px;
}

.act-now-step-nowrap {
  white-space: nowrap;
}

.act-now-highlight {
  font-weight: 700;
  color: #e8483f;
}

@media (max-width: 991px) {
  .act-now-title,
  .act-now-steps {
    max-width: 100%;
  }

  .act-now-step-nowrap {
    white-space: initial;
  }
}
@media (max-width: 599px) {
  .act-now-container {
    padding: 20px 10px;
  }
  .act-now-step-image {
    width: 50px;
  }
  .act-now-step-text {
    font-size: 12px;
  }
}

/* download app */
.download-app {
  display: flex;
  max-width: 606px;
  flex-direction: column;
}

.dl-section-title {
  color: #2e2e2e;
  width: 100%;
  font: 600 24px "Open Sans", sans-serif;
}

.dl-section-description {
  color: #2e2e2e;
  margin-top: 20px;
  font: 400 16px "Open Sans", sans-serif;
}

.qr-platform-container {
  display: flex;
  margin-top: 20px;
  width: 443px;
  max-width: 100%;
  flex-direction: column;
}

.qr-code {
  aspect-ratio: 0.98;
  object-fit: contain;
  width: 190px;
  max-width: 100%;
}

.platform-icons {
  display: flex;
  margin-top: 16px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.platform-icon {
  aspect-ratio: 3.34;
  object-fit: contain;
  width: 137px;
  align-self: stretch;
  margin: auto 0;
}

.account-section {
  align-self: start;
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.account-section h2 {
  margin: 0 !important;
}

.account-title {
  color: #2e2e2e;
  font-size: 24px;
}

.cta-group {
  display: flex;
  margin-top: 20px;
  align-items: start;
  gap: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.cta-button {
  /* display: flex;
  flex-direction: column; */
  width: 160px;
}

.cta-text {
  align-self: stretch;
  border-radius: 3px;
  background-color: #ff3333;
  padding: 10px;
}

@media (max-width: 991px) {
  .section-title,
  .section-description {
    max-width: 100%;
  }

  .cta-text {
    padding: 10px 20px;
  }
}

.module-spacer-small {
  margin-bottom: 32px !important;
}

body .modal-backdrop.fade {
  opacity: 0.5 !important;
}

body .modal-dialog {
  pointer-events: auto !important;
}