/* #3d9aff */
body {
  font-family: "Source Sans 3", sans-serif;
  min-height: 100vh;
}
.question-2, .question-3, .sorry-article, #price-2, #price-3, #articles, .thank-you {
  display: none;
}
.c-container {
  max-width: 960px;
  margin: 0 auto;
}
.header {
  max-width: 650px;
  margin: 15px auto 0px auto;
  padding: 5px;
}
.heading {
  font-size: calc(13px + 1vw);
  color: #222222;
  font-weight: 900;
  line-height: calc(16px + 1vw);
  margin: 0px;
}
.sub-headline {
  font-size: calc(13px + 1vw);
}
.under-headline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.heading-bar {
  background: #1459A3;
  background: linear-gradient(180deg, rgba(20, 89, 163, 1) 0%, rgba(31, 107, 189, 1) 45%, rgba(31, 107, 189, 1) 60%, rgba(20, 89, 163, 1) 100%);
  border-radius: 4px;
  display: inline-block;
  padding: 10px 15px 10px 40px;
  width: 100%;
}
.quotes {
	font-size: 18px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
}
.gray-banner {
  max-width: 650px;
  margin: 0 auto;
  padding: 18px;
}
.gray-start {
	background-color: #333;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 10px;
}
.gray-end {
	background-color: #222;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 0px;
}
.orange-text {
  color: #f0a433;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: bold;
}
.white-text {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}
#price-1, #price-2, #price-3 {
  height: 100%;
}
.price-container {
  display: flex;
  color: #fff;
  gap: 3px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  font-family: 'Oswald', sans-serif;
  background-color: #222;
  height: 100%;
  align-content: center;
  flex-wrap: wrap;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dollar-sign {
  font-size: 30px;
}
.price-number {
  font-size: 40px;
  font-weight: bold;
	transform-style: preserve-3d;
  transition: transform 0.6s;
  transform: rotateX(0deg);

}
.month-99 {
  display: flex;
  font-size: 15px;
  line-height: 20px;
  flex-direction: column;
  justify-content: space-around;
}
.bar-text {
  color: #fff;
}
.header-car {
  width: 100%;
  max-width: 250px;
}
.save-now {
  position: relative;
  display: inline-block;
  margin-left: -70px;
  margin-top: 0px;
  margin-right: -30px;
}
.save-words {
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  line-height: 18px;
  font-weight: bold;
  font-size: 20px;
  top: 25px;
  left: 21px;
}
.main-content {
  max-width: 650px;
  margin: 0 auto;
}
.questions-wrapper {
  margin: 5px;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
}
.questions h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 5px;
}
.question-count {
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.answer {
  display: block;
  background: #0070e9;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  max-width: 550px;
  margin: 0px auto 15px auto;
  cursor: pointer;
}
.answer:hover {
  filter: brightness(1.1);
  transition: all 0.5;
}
.star-icon {
  font-size: 90px;
  text-shadow: 0px 0px 6px #00000040;
}
.articles-container {
  max-width: 750px;
  margin: 0 auto;
}
.articles-content {
  margin: 15px;
  background-color: #fff;
  border-radius: 4px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.articles-heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.articles-img {
  max-width: 220px;
}
.article-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.article-cta {
  display: block;
  text-align: center;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #3d9aff;
  border-radius: 4px;
  margin: 20px auto 10px auto;
  width: 100%;
  max-width: 200px;
}
.thank-you {
  max-width: 650px;
  margin: 0 auto;
}
.thank-you-container {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
	margin: 0px 17px;
}
.congrats {
    font-size: 24px;
    color: #338cec;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.thank-you-cta {
  display: block;
  text-align: center;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #0070e9;
  border-radius: 4px;
  margin: 20px auto 10px auto;
  width: 100%;
  max-width: 300px;
}
.red-color {
	color: red;
}
.green-color {
	color: green;
}
.thank-you-img {
	display: block;
	margin: 0 auto;
	max-width: 450px;
	width: 100%;
}
.spacer {
	height: 150px;
}
.footer {
	background-color: #222;
	padding: 40px 20px;
}
.footer p {
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}
.footer-links a {
	color: #fff;
}
.odometer {
  display: flex;
  gap: 10px;
}

.digit {
  position: relative;
  width: 60px;
  height: 80px;
  overflow: hidden;
  background: #000;
  color: #0f0;
  font-size: 4em;
  text-align: center;
  border-radius: 8px;
}

.digit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
}

.digit span {
  position: absolute;
  width: 100%;
  height: 80px;
  line-height: 80px;
  transition: transform 0.6s ease;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width:500px) {
  .header-car {
    width: 100%;
    max-width: 250px;
    min-width: 140px;
    margin-left: -20px;
  }
  .star-icon {
    font-size: 60px;
    text-shadow: 0px 0px 6px #00000040;
  }
  .save-words {
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: 16px;
    font-weight: bold;
    font-size: 15px;
    top: 15px;
    left: 13px;
  }
  .bar-text {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 14px;
  }
  .orange-text {
    color: #f0a433;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 14px;
  }
  .articles-img {
    max-width: 150px;
    width: 100%;
  }
}
