:root {
  --medium-turquoise: #59d9d1;
  --dark-slate-blue: #3b4150;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.full-width {
  width: 100%;
  max-width: none;
}

.full-width.theme-show-off-img {
  margin-top: 10px;
  margin-bottom: 28px;
}

.full-width.theme-show-off-img.mobile {
  display: none;
}

.full-width.phone-with-shadow {
  max-width: 230px;
}

.full-width.phone-with-shadow.add-countdown {
  max-width: 350px;
}

.full-width.phone-with-shadow.add-countdown.middle-step {
  max-width: 250px;
  margin-bottom: 32px;
}

.full-width.phone-with-shadow.add-countdown.middle-step.watch-step {
  max-width: 194px;
  padding-top: 81px;
  padding-bottom: 90px;
}

.full-width.phone-with-shadow.add-countdown.middle-step.watch-step.no-margin {
  padding-top: 10px;
  padding-bottom: 10px;
}

.full-width.phone-with-shadow.app-icons {
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}

.full-width.hero-mobile {
  display: none;
}

.full-width.ipad-with-shadow-fancy.step-1 {
  max-width: 420px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.full-width.ipad-with-shadow-fancy.middle-step {
  max-width: 310px;
  margin-bottom: 40px;
}

.full-width.ipad-with-shadow-fancy.step-3 {
  max-width: 347px;
}

.full-width.hide-sm {
  display: block;
}

.full-width.visible-sm {
  display: none;
}

.content-container {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  display: block;
}

.content-container.footer-top-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1100px;
  min-height: 0;
  margin-bottom: 120px;
  display: flex;
}

.content-container.footer-bottom-container {
  justify-content: space-between;
  max-width: 1100px;
  min-height: 0;
  display: flex;
}

.content-container.legal {
  max-width: 1128px;
  padding-left: 24px;
  padding-right: 24px;
}

.content-container.content-hero-inspiration-list {
  grid-column-gap: 15px;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  min-height: 100%;
  display: flex;
}

.content-container.container-hero-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-container.container-hero-tools {
  grid-column-gap: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1144px;
  display: flex;
}

.content-container.year-percentage {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 90px;
  display: flex;
}

.content-container.countdown-examples {
  grid-row-gap: 90px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -90px;
  display: flex;
}

.content-container.content-hero-add-countdown {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100%;
  display: flex;
}

.main-container {
  padding-left: 24px;
  padding-right: 24px;
}

.main-container.faqs {
  padding-left: 16px;
  padding-right: 16px;
}

.main-container.tools-list-container {
  margin-top: 80px;
}

.main-container.countdown-examples-container {
  margin-top: 10px;
}

.hero-section.main-container.hero-add-countdown.lock-screen {
  background-image: linear-gradient(#00000012, #00000012), url('../images/iPhone-show-off-lock_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.main-container.hero-add-countdown.home-screen {
  background-image: url('../images/bg-stripes-2000w.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section.main-container.hero-add-countdown.home-screen.mac-how-to {
  background-image: linear-gradient(#ffffff82, #ffffff61), url('../images/mac-how-to-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.main-container.hero-add-countdown.home-screen.inpiration-list {
  background-image: url('../images/inspiration-list-hero-bg.webp');
  min-height: 510px;
  max-height: 510px;
  padding-top: 80px;
}

.hero-section.main-container.hero-add-countdown.home-screen.android-lock-screen {
  background-image: url('../images/iPhone-show-off_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-section.main-container.hero-add-countdown.watch {
  background-image: linear-gradient(#00000012, #00000012), url('../images/watch-show-off.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.main-container.hero-add-countdown.home-screen.lock-screen {
  background-image: linear-gradient(#011d1e, #124e4c);
}

.hero-section.main-container {
  background-image: url('../images/hero-img.webp'), linear-gradient(#fff, #f5f5f5);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1132px, auto;
  background-attachment: scroll, scroll;
  min-height: 800px;
  max-height: 800px;
  margin-top: 80px;
}

.hero-section.main-container.hero-add-countdown {
  background-image: url('../images/iPhone-show-off-lock.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 680px;
  max-height: 680px;
  margin-top: 0;
  padding-top: 120px;
  display: flex;
  overflow: hidden;
}

.hero-section.main-container.hero-add-countdown.home-screen {
  background-image: url('../images/bg-stripes-2000w.webp');
  background-position: 0 0;
  background-size: auto;
}

.hero-section.main-container.hero-add-countdown.home-screen.mac-desktop {
  background-image: linear-gradient(#4da7af, #4da7af);
}

.text-section {
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-section.in-cta {
  max-width: 700px;
  padding-top: 120px;
  padding-bottom: 110px;
}

.text-section.in-cta.center {
  max-width: 840px;
}

.text-section.center {
  text-align: center;
}

.text-section.center.inspiration {
  max-width: 680px;
  padding-top: 0;
}

.text-section.center.inspiration-countdown {
  max-width: 750px;
  padding-top: 24px;
}

.text-section.center.countdown-example {
  padding-top: 20px;
}

.text-section.in-newsletter {
  max-width: 820px;
  padding-top: 120px;
  padding-bottom: 130px;
}

.title-xl {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.title-xl.in-cta {
  color: #300041;
  margin-top: 12px;
  margin-bottom: 32px;
}

.title-xl.in-newsletter {
  color: #56efe6;
  margin-top: 12px;
  margin-bottom: 32px;
}

.title-xl.love-users {
  margin-top: 12px;
}

.body-xl {
  letter-spacing: .02em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.body-xl.small {
  opacity: .5;
  font-size: 16px;
  line-height: 24px;
}

.body-xl.tools {
  font-size: 20px;
}

.body {
  color: #000;
  letter-spacing: .01em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.body.medium {
  font-weight: 500;
}

.body.medium.in-cta {
  color: #300041d9;
}

.body.medium.in-newsletter {
  color: #56efe6;
}

.body.add-widget-step {
  margin-bottom: 0;
}

.body.footer-primary-link {
  color: #3b4150;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.body.footer-primary-link:hover {
  opacity: .4;
}

.body.footer-primary-link.body-sm {
  color: #989aa2;
  font-weight: 400;
}

.body.footer-primary-link.body-sm.footer-secondary-link {
  font-size: 14px;
}

.body.text-long {
  max-width: 800px;
  margin-bottom: 16px;
  line-height: 26px;
}

.body.text-long.faq {
  margin-top: 16px;
  margin-bottom: 0;
}

.body.name-review {
  margin-bottom: 0;
  font-style: italic;
  line-height: 26px;
}

.body.content-review {
  margin-bottom: 8px;
  line-height: 26px;
}

.body.title-review {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 26px;
}

.body.step-list {
  letter-spacing: .04em;
  flex: 1;
  align-self: center;
  margin-bottom: 0;
  line-height: 24px;
}

.body.faq-title {
  font-weight: 600;
}

.body.footer-primary-ltitle {
  color: #3b4150;
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
}

.body.footer-primary-ltitle.body-sm {
  color: #989aa2;
  font-weight: 400;
}

.body.footer-primary-ltitle.hidden {
  opacity: 0;
}

.body.footer-primary-ltitle.secondary {
  font-size: 14px;
}

.body.footer-primary-ltitle.secondary.withtopmargin {
  margin-top: 20px;
}

.body.inlist {
  margin-top: -15px;
  margin-bottom: 16px;
  margin-left: 54px;
}

.cta-section {
  background-color: var(--medium-turquoise);
  border-radius: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.body-2 {
  color: #000;
}

.app-store-badge.in-cta {
  width: 140px;
}

.app-store-badge.in-cta.click {
  display: none;
}

.app-store-badge.in-cta.android {
  width: 156px;
}

.app-store-badge.in-hero {
  max-width: 105px;
}

.app-store-link.download-app-button-google-tag-cta {
  margin-top: 8px;
}

.app-store-link.download-app-button-google-tag-cta.android {
  display: block;
}

.show-device-section {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 32px;
  margin-bottom: 40px;
  padding: 28px;
  overflow: hidden;
}

.show-device-section.iphone-home-screen-show-off {
  background-image: url('../images/iPhone-home-screen-show-off.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 510px;
  margin-bottom: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.show-device-section.ipad-show-off {
  background-image: url('../images/iPad-show-off.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 535px;
  margin-bottom: 30px;
}

.show-device-section.mac-show-off {
  background-image: url('../images/Mac-show-off.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-bottom: 30px;
}

.show-device-section.watch-show-off {
  background-image: url('../images/watch-show-off_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 500px;
  margin-bottom: 30px;
}

.show-device-section.home-screen-show-off {
  grid-row-gap: 12px;
  text-align: center;
  background-image: url('../images/home-screen-bg-15.53.36.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 40%;
  min-height: 400px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.show-device-section.lock-screen-show-off {
  grid-row-gap: 12px;
  background-image: url('../images/lock-screen-bg-15.53.36.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 40%;
  min-height: 400px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.show-device-section.templates {
  grid-row-gap: 12px;
  background-image: linear-gradient(150deg, #1a4474, #051338);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 90%;
  margin-bottom: 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.show-device-section.iphone-lock-screen-show-off {
  background-image: url('../images/iPhone-lock-screen-show-off.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 510px;
  margin-bottom: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.title-l {
  font-size: 30px;
  line-height: 36px;
}

.title-l.in-show-off {
  margin-top: 0;
  margin-bottom: 18px;
}

.title-l.in-show-off.with-pro {
  margin-bottom: 0;
}

.title-l.in-show-off.countdown {
  text-align: center;
}

.title-l.in-show-off.countdown.lock-screen, .title-l.in-show-off.countdown.templates, .title-l.in-show-off.white {
  color: #fff;
}

.notify-me-button {
  letter-spacing: .005em;
  background-color: #557a8e4d;
  border-radius: 20px;
  height: 36px;
  margin-left: -4px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 17px;
}

.notify-me-button.mac-alt {
  background-color: #c883e84d;
}

.notify-me-button.wath-alt {
  color: #000;
  background-color: #59d9d14d;
}

.show-theme-section {
  background-color: #f5f5f5;
  border-radius: 32px;
  margin-bottom: 40px;
  padding: 28px;
  overflow: hidden;
}

.body-sm {
  letter-spacing: .02em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.body-sm.medium {
  font-weight: 500;
}

.body-sm.medium.in-theme-show-off {
  color: #7a7a7a;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
}

.body-sm.in-theme-show-off {
  color: #7a7a7a;
  margin-bottom: 0;
}

.body-sm.inline-link {
  color: #007afe;
  margin-top: 1px;
  text-decoration: none;
  display: inline-block;
}

.body-sm.inline-link:hover {
  opacity: .65;
}

.body-sm.footer-secondary-text {
  color: #989aa2;
  margin-bottom: 0;
  line-height: 26px;
}

.body-sm.footer-secondary-text._w-66, .body-sm.footer-secondary-text._w-33 {
  flex: 1;
}

.body-sm.soon-label-text {
  opacity: .5;
  color: #000;
  margin-bottom: 0;
  margin-left: 6px;
  line-height: 22px;
}

.body-sm.soon-label-text._w-66, .body-sm.soon-label-text._w-33 {
  flex: 1;
}

.customise-options-container {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.customize-list-container {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.customize-option {
  background-color: #3b41500d;
  border-radius: 20px;
  margin-right: 12px;
  padding: 2px 12px;
}

.show-themes-container {
  margin-bottom: -40px;
  padding-top: 40px;
  padding-bottom: 0;
}

.show-devices-section.countdown-list {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  display: flex;
}

.add-widget-section {
  padding-top: 60px;
}

.add-widget-section.inspirationpage {
  padding-bottom: 140px;
}

.add-widget-section.countdown-examples-page {
  padding-top: 0;
  padding-bottom: 0;
}

.coming-soon-section {
  padding-top: 60px;
}

.how-to-add-widget-section {
  background-color: #f5f5f5;
  border-radius: 32px;
  padding: 44px 28px 40px;
  overflow: hidden;
}

.theme-with-pro-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.pro-label {
  color: #212633;
  letter-spacing: .03em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.pro-label-container {
  background-image: linear-gradient(#7cfff7, #7cfff7);
  border-radius: 6px;
  padding: 4px 12px;
}

.add-widget-step-container {
  text-align: center;
}

.add-widget-explanation {
  margin-top: 36px;
}

.step-number-container {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 25px #0000001a;
}

.step-number {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.coming-soon-img-section {
  background-color: #f5f5f5;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px 0 0;
  display: flex;
  overflow: hidden;
}

.coming-soon-img-section.multiple-progress {
  background-color: #b1c5c433;
}

.coming-soon-img-section.apple-watch {
  background-color: #59d9d126;
}

.coming-soon-img-section.track-everything {
  background-color: #f0ca7526;
}

.coming-soon-img-section.themes {
  background-color: #f5f5f5;
}

.coming-soon-img-section.android {
  background-color: #a4c6391f;
}

.coming-soon-img-container {
  flex-direction: row;
  display: block;
}

.coming-soon-row {
  margin-bottom: 24px;
  display: flex;
}

.coming-soon-row.display-only-on-mobile-landscape, .coming-soon-row.only-multiple-widgets {
  display: none;
}

.title-m {
  font-family: Inter, sans-serif;
}

.title-m.no-margin-top {
  margin-top: 0;
}

.title-m.no-margin-top.soon-title {
  margin-bottom: 28px;
  margin-left: 28px;
  margin-right: 28px;
}

.title-m.add-widget {
  margin-top: 4px;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 36px;
}

.title-m.add-widget.middle-section {
  text-align: center;
  max-width: 496px;
  margin-bottom: 48px;
  display: block;
}

.title-m.add-widget.middle-section.watch-a {
  max-width: 560px;
}

.title-m.add-widget.middle-section.watch-b {
  max-width: 550px;
}

.title-m.add-widget.top-section {
  text-align: center;
  max-width: 600px;
  margin-bottom: 0;
  display: block;
}

.title-m.add-widget.top-section.watch-a {
  max-width: 560px;
}

.title-m.add-widget.top-section.watch-b {
  max-width: 550px;
}

.title-m.add-widget.check-in-video {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.title-m.add-widget.check-in-video.watch-a {
  max-width: 560px;
}

.title-m.add-widget.check-in-video.watch-b {
  max-width: 550px;
}

.soon-watch-img {
  width: 100%;
  max-width: 272px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.soon-multiple-progress {
  width: 100%;
  max-width: 321px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.soon-track-everything-img {
  width: 100%;
  max-width: 286px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.soon-android-img {
  width: 100%;
  max-width: 261px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.soon-more-themes-img {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.newsletter-section {
  background-color: #2f384f;
  border-radius: 32px;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-section.main-container {
  background-color: #f5f5f5;
  margin-top: 140px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-secondary-link {
  color: #3b415080;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-secondary-link:hover {
  opacity: .4;
}

.footer-column._w-33 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-column._w-33.logo-column {
  flex: 1;
  max-width: 300px;
}

.footer-column._w-33.menu-column.how-to {
  max-width: 250px;
}

.footer-column._w-33.help-column {
  grid-row-gap: 8px;
  align-items: flex-start;
}

.footer-column._w-33.madeby {
  align-items: flex-end;
}

.footer-column._w-33.tools-column {
  grid-row-gap: 12px;
  flex: 0 auto;
  align-items: flex-start;
  max-width: 270px;
}

.footer-column._w-33.tools-column.secondary {
  grid-row-gap: 4px;
}

.footer-column._w-50 {
  flex: 1;
}

.footer-column._w-50.c-right-links {
  grid-column-gap: 8px;
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.footer-column.in-column {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.social-media-footer-list {
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.social-media-list-item {
  max-width: 28px;
  margin-right: 20px;
  list-style-type: none;
  transition: opacity .2s;
}

.social-media-list-item:hover {
  opacity: .4;
}

.footer-menu {
  margin-bottom: -20px;
}

.footer-menu-item {
  margin-bottom: 20px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar {
  background-color: #ffffffb3;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.menu-items-container {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.download-navbar-button {
  color: #56efe6;
  background-color: #2f384f;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-height: 37px;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.download-navbar-button.download-app-button-google-tag-navbar {
  background-image: url('../images/download.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 42px;
}

.download-navbar-button.download-app-button-google-tag-navbar.download-navbar-ios, .download-navbar-button.download-app-button-google-tag-navbar.download-navbar-android {
  display: none;
}

.download-navbar-button.download-app-button-google-tag-navbar.download-navbar-generic {
  background-image: url('../images/appleAndroid.svg');
  background-position: 15px;
  background-size: auto;
  padding-left: 64px;
  padding-right: 24px;
}

.bubble {
  background-color: var(--medium-turquoise);
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.soon-chip {
  background-color: #f0f0f0;
  border-radius: 8px;
  flex-flow: row;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 28px;
  padding: 2px 10px;
  display: flex;
}

.hero-text-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 660px;
  margin-top: 24px;
  margin-bottom: 80px;
  display: flex;
}

.hero-text-container.add-widget {
  max-width: 590px;
  margin-right: 70px;
}

.hero-text-container.add-widget.lock-screen {
  color: #fff;
}

.hero-text-container.add-widget.mac {
  margin-left: 70px;
  margin-right: 0;
}

.hero-text-container.faq {
  margin-bottom: 60px;
}

.title-hero {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 60px;
}

.title-hero.small-hero-title {
  max-width: 400px;
}

.title-hero.tools {
  font-size: 38px;
  line-height: 44px;
}

.title-hero.hero-countdown-example {
  font-size: 46px;
  line-height: 54px;
}

.hero-text {
  margin-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-text.inspo {
  margin-top: 50px;
}

.legal-title {
  margin-top: 44px;
  margin-bottom: 16px;
}

.legal-title.small {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 26px;
}

.ph-badge-container-navbar {
  margin-right: 20px;
  display: block;
}

.ph-badge-hero {
  display: none;
}

.review-section {
  padding-top: 60px;
  padding-bottom: 160px;
}

.review-container {
  background-color: #f8f8f8;
  border: 1px solid #f3f3f3;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 24px;
}

.stars-container {
  margin-bottom: 16px;
  display: flex;
}

.star-image {
  margin-right: 4px;
}

.twitter-embed {
  margin-bottom: 20px;
}

.question-title {
  letter-spacing: -.03em;
  margin-right: 10px;
}

.faq-paragraph {
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

.title-wrap {
  color: #7b88a8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-question-bar {
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.plus-icon {
  width: 20px;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  display: flex;
}

.faq-grid {
  grid-template-columns: 1fr 3fr;
  width: 100%;
}

.faq-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 160px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-h1 {
  z-index: 2;
  color: #1a1e27;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.faq-content {
  overflow: hidden;
}

.faq-list {
  margin-bottom: 4px;
}

.inline-link {
  color: #007afe;
  font-size: 18px;
  text-decoration: none;
}

.inline-link:hover {
  opacity: .65;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-countdown-add.ipad-how-to, .image-countdown-add.mac-how-to {
  max-width: none;
}

.image-countdown-add.apple-watch {
  max-width: 303px;
}

.hero-image-add-countdown {
  flex: none;
  align-items: flex-end;
  max-width: 424px;
  padding-left: 20px;
  display: flex;
}

.hero-image-add-countdown.mac-how-to {
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 420px;
  padding-left: 0;
  padding-right: 30px;
}

.hero-image-add-countdown.watch {
  align-items: center;
}

.add-countdown-double-section {
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
}

.add-countdown-double-section.adjusted-new {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.add-countdown-double-section.adjusted-new.inverted {
  flex-flow: row-reverse;
}

.add-countdown-phone-column {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.add-countdown-phone-column.alt {
  justify-content: flex-start;
}

.add-countdown-phone-column.inverted {
  flex-flow: row-reverse;
}

.eyebrow {
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.eyebrow.middle-step {
  text-align: center;
}

.eyebrow.check-in-video {
  text-align: left;
}

.step-list-container {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.step-list-number {
  background-color: #f5f5f5;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.step-list-number-container {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0;
  margin-right: 8px;
  padding: 6px;
  display: flex;
}

.blank-image {
  width: 120px;
  margin-top: 16px;
  margin-right: 32px;
}

.add-countdown-phone-image {
  width: 100%;
  max-width: 347px;
}

.add-countdown-3-column-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.add-countdown-middle {
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
}

.add-countdown-middle-step-column {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.gutter-20 {
  width: 20px;
  max-width: 20px;
  height: 1px;
}

.appoftheday-xs {
  display: none;
}

.appoftheday-large {
  width: 185px;
  margin-top: 40px;
}

.aux-div-hero {
  flex: 1;
  height: 1px;
}

.appoftheday-sm {
  width: 185px;
  margin-top: 40px;
  display: none;
}

.content-container-hero {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  display: flex;
}

.content-container-hero.footer-top-container {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  min-height: 0;
  margin-bottom: 120px;
  display: flex;
}

.content-container-hero.footer-bottom-container {
  justify-content: space-between;
  max-width: 1100px;
  min-height: 0;
  display: flex;
}

.content-container-hero.legal {
  max-width: 1112px;
  padding-left: 24px;
  padding-right: 24px;
}

.content-container-hero.content-hero-add-countdown {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100%;
  display: flex;
}

.feature-footer {
  width: 110px;
  height: auto;
  margin-top: 40px;
}

.faq-section-title {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-section-title.first-titl {
  margin-top: 20px;
}

.inspiration-section {
  margin-bottom: 130px;
}

.inspiration-list-container {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  place-content: flex-start;
  display: flex;
}

.inspiration-link-container {
  background-color: #4a9de9;
  border-radius: 14px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 20%;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .2s;
  display: flex;
}

.inspiration-link-container:hover {
  background-color: #71b1eb;
}

.inspiration-container {
  margin-left: -10px;
  margin-right: -10px;
}

.insipiration-list-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.inspiration-link-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.iphone-show-off-countdown {
  width: 317px;
}

.iphone-show-off-countdown.templates-xl {
  width: 100%;
}

.iphone-show-off-countdown.templates-sm {
  display: none;
}

.img-phone-hero-inspo.image-countdown-add {
  width: 300px;
  height: auto;
}

.double-show-off-container {
  grid-column-gap: 32px;
  display: flex;
}

.devices-container {
  grid-column-gap: 8px;
  justify-content: space-around;
  width: 386px;
  padding-top: 4px;
  padding-bottom: 24px;
  display: flex;
}

.single-device-container {
  background-color: #f3f3f3;
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.device-label {
  margin-bottom: 0;
}

.separator-home {
  display: none;
}

.heart-emoji {
  max-width: 50px;
}

.hero-text-container-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 80px;
  display: flex;
}

.hero-text-container-center.year-percentage-hero {
  max-width: 580px;
  margin-top: 0;
  margin-bottom: 32px;
}

.hero-text-container-center.year-percentage-hero.life-expectancy {
  margin-bottom: 0;
}

.title-hero-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 60px;
}

.body-xl-2 {
  letter-spacing: .02em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.year-past-text {
  color: #2f384f80;
  text-align: center;
  font-size: 16px;
}

.year-left-percentage-text {
  color: #2f384f;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.year-text {
  color: #2f384f80;
  -webkit-text-stroke-color: #2f384f80;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.percentage-calculator-container {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.year-past-result-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 200px;
  padding: 24px 32px 32px;
  display: flex;
}

.download-button-cta-year-percentage-calculator {
  max-width: 120px;
  max-height: 46px;
}

.download-button-cta-year-percentage-calculator.android {
  width: 236px;
  max-width: 139px;
  height: 44px;
  max-height: 44px;
}

.download-button-cta-year-percentage-calculator.ios {
  width: 160px;
  max-width: 126px;
  height: 44px;
  max-height: 44px;
}

.iphone-show-off-container {
  background-color: #bce6f599;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 350px;
  display: flex;
  overflow: hidden;
}

.iphone-show-off-container.sticky {
  max-height: 750px;
  position: sticky;
  top: 80px;
}

.iphone-show-off-container.small {
  display: none;
}

.line {
  border-right: 1px solid #0000001a;
  border-radius: 0;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: flex-end;
  height: 100%;
  max-height: 133px;
  transition: opacity .2s;
  display: flex;
  position: static;
}

.date-time-text {
  color: #2f384f59;
  text-align: center;
  line-height: 17px;
}

.year-input-container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.iphone-bottom-image {
  display: block;
}

.line-container {
  max-width: none;
}

.down-to-year-percentage-to-date-input-button {
  color: #9398a7;
  text-align: center;
  letter-spacing: .03em;
  background-color: #0000;
  line-height: 18px;
  text-decoration: underline;
  transition: opacity .2s;
}

.down-to-year-percentage-to-date-input-button:hover {
  opacity: .5;
}

.text-container-cta {
  grid-row-gap: 32px;
  background-color: #bce6f5;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 36px 24px 24px;
  display: flex;
}

.percentage-table-text {
  letter-spacing: .03em;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.html-embed {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.html-embed.hours-between {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: -8px;
  margin-bottom: -8px;
  display: flex;
}

.html-embed.calc-method {
  text-align: center;
}

.table-container-percentage-date {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.feature-text-cta {
  color: #84acba;
  text-align: center;
  letter-spacing: 0;
  font-size: 14px;
}

.show-off-image-container-tools {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-top: 36px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  display: flex;
}

.show-off-image-container-tools.column-left {
  flex: 1;
  align-items: center;
  display: flex;
}

.show-off-image-container-tools.column-right {
  align-items: flex-end;
  display: flex;
}

.year-left-text {
  color: #2f384f80;
  font-size: 16px;
  line-height: 20px;
}

.input-container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 470px;
  display: flex;
}

.input-container.bigger, .input-container.whatwasdate {
  max-width: 500px;
}

.year-input {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.iphone-image-cta {
  width: 100%;
  height: auto;
}

.date-time-percentage-text {
  letter-spacing: .03em;
  font-size: 18px;
  line-height: 26px;
}

.percentage-to-date-text {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.65px;
}

.title-text-box-cta {
  color: #184252;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.percentage-result-container {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 470px;
  height: 100%;
  max-height: 135px;
  display: flex;
}

.table-line {
  border: 1px #0000001a;
  border-top-style: solid;
  width: 100%;
  max-width: 761px;
}

.calculate-container {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.percentage-date-time-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.download-button-cta-year-percentage-calculator-container {
  width: 120px;
}

.hero-tools {
  margin-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-tools.inspo {
  margin-top: 50px;
}

.container-tool {
  background-color: #f5f5f5;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.show-off-button-and-title-container {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-iphone-divide {
  position: relative;
}

.looking-for-other-calculators-container {
  text-align: center;
  padding-top: 60px;
}

.footer-row {
  justify-content: space-between;
  display: flex;
}

.footer-row.no-logo {
  margin-top: 20px;
  margin-left: 300px;
}

.footer-row.no-logo.botto {
  margin-top: 30px;
}

.footer-row.in-column {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
}

.separator {
  background-color: #0000001a;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 60px;
  margin-left: 310px;
  padding-top: 0;
  padding-bottom: 0;
}

.label-input-tools {
  color: #2f384f59;
  text-align: center;
  line-height: 17px;
}

.result-container-column {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 24px 32px 32px;
  display: flex;
}

.result-container-column.pregnancy-result {
  max-width: none;
}

.result-container-column.add-subtract-result {
  max-width: none;
  margin-top: -24px;
  padding-left: 0;
  padding-right: 0;
}

.result-container-column.what-date-result {
  max-width: none;
}

.result-container-column.epoch-result-column-container.result-epoch {
  text-align: center;
}

.result-container-column.unix-date-result {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.result-container {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 470px;
  height: 100%;
  max-height: 135px;
  display: flex;
}

.result-container.addsubtract {
  max-width: 500px;
}

.result-container.result-date.unix-container {
  max-width: 600px;
}

.result-result {
  color: #2f384f;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.result-result.add-subtract-result-result {
  text-align: center;
  font-size: 28px;
  line-height: 35px;
}

.result-result.what-result {
  text-align: center;
}

.result-result.unix-result-text {
  font-size: 18px;
  line-height: 22px;
}

.result-title {
  color: #2f384f80;
  text-align: center;
  font-size: 16px;
}

.calculator-hours-result {
  color: #2f384f;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.countdown-examples-hero-v2-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.countdown-examples-hero-text-column {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 530px;
  padding-bottom: 20px;
  display: flex;
}

.countdown-examples-hero-image-column {
  background-color: #d7f0f9;
  flex-direction: column;
  width: 438px;
  display: flex;
}

.iphone-show-off-container-countdown-examples {
  background-color: #bce6f599;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 440px;
  display: flex;
  overflow: visible;
}

.show-off-image-container-countdown-examples {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  display: flex;
}

.show-off-image-container-countdown-examples.column-left {
  flex: 1;
  align-items: center;
  display: flex;
}

.show-off-image-container-countdown-examples.column-right {
  align-items: flex-end;
  display: flex;
}

.iphone-image-cta-countdown-examples {
  width: 100%;
  max-width: 375px;
  height: auto;
}

.show-off-help-text-container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.show-off-help-text {
  color: #84acba;
  text-align: center;
  width: 50%;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 18px;
}

.countdown-examples-icons-container {
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  opacity: .9;
  flex-wrap: wrap;
  flex: 0 auto;
  place-content: flex-start;
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
}

.icon-bullet-point-container {
  grid-column-gap: 2px;
  flex: 0 auto;
  align-items: center;
  min-width: 30%;
  display: flex;
}

.icon-bullet-point-container._2-columns {
  min-width: 47%;
}

.bullet-point-icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
}

.bullet-point-text {
  letter-spacing: .01em;
  margin-bottom: 0;
  font-size: 16px;
}

.benefits-section {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.benefits-section.countdown-list {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  display: flex;
}

.text-section-countdown-examples {
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.text-section-countdown-examples.in-cta {
  max-width: 700px;
  padding-top: 120px;
  padding-bottom: 110px;
}

.text-section-countdown-examples.in-cta.center {
  max-width: 840px;
}

.text-section-countdown-examples.center {
  text-align: center;
}

.text-section-countdown-examples.center.inspiration {
  max-width: 680px;
  padding-top: 0;
}

.text-section-countdown-examples.center.inspiration-countdown {
  max-width: 750px;
  padding-top: 24px;
}

.text-section-countdown-examples.in-newsletter {
  max-width: 820px;
  padding-top: 120px;
  padding-bottom: 130px;
}

.text-section-countdown-examples.hungry-greatness {
  max-width: 580px;
}

.text-section-countdown-examples.features {
  flex: 0 auto;
  max-width: 660px;
}

.text-section-countdown-examples.features.santa {
  max-width: 750px;
  margin-top: -30px;
}

.text-section-countdown-examples.achieve-more {
  max-width: 520px;
}

.text-section-countdown-examples.make-priority {
  max-width: none;
}

.text-section-countdown-examples.chrostmas {
  max-width: 610px;
}

.benefits-container {
  grid-row-gap: 28px;
  flex-wrap: wrap;
  place-content: flex-start space-between;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefit-container {
  grid-column-gap: 8px;
  flex: 0 auto;
  align-items: flex-start;
  max-width: 440px;
  display: flex;
}

.benefit-img-contaienr {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-top: 2px;
}

.benefit-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.benefit-description {
  color: #00000080;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.features-section {
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 30px;
  display: flex;
}

.features-section.countdown-list {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  display: flex;
}

.featured-features-container {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  display: flex;
}

.featured-feature-container {
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-direction: column;
  flex: 0 48.925%;
  display: flex;
  overflow: hidden;
}

.featured-feature-text-container {
  padding: 20px 24px 28px;
}

.featured-feature-title {
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.featured-feature-title.small {
  font-size: 18px;
  line-height: 25px;
}

.featured-feature-title.small-features-title {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.featured-feature-description {
  color: #00000080;
  letter-spacing: .02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.featured-feature-description.small {
  font-size: 18px;
  line-height: 25px;
}

.small-features-container {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.small-features-container._5-elements {
  justify-content: center;
}

.small-feature-container {
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-direction: column;
  flex: 0 31.9%;
  padding: 16px 24px;
  display: flex;
  overflow: hidden;
}

.eyebrow-in-title {
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  display: block;
}

.level-up-heading-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
}

.level-up-container {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.fasting-types-container {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.extended-featured-container {
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-direction: column;
  flex: 0 48.925%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.extended-featured-row-text {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.extended-featured-text-container {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 20px 24px 28px;
  display: flex;
}

.extended-featured-description {
  color: #000000d9;
  letter-spacing: .02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.extended-featured-description.small {
  font-size: 18px;
  line-height: 25px;
}

.extended-featured-bullet-point {
  grid-column-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.extended-featured-bullet-icon {
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
  margin-top: 4px;
}

.extended-featured-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  inset: 24px auto auto 24px;
}

.extended-feature-image {
  background-color: #d6ebf2;
  width: 100%;
  padding: 88px 28px 32px;
}

.level-up-set-up-container {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.level-up-set-up-steps--container {
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-direction: row;
  flex: 0 48.925%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.level-up-set-up-bg-image {
  text-align: center;
  background-color: #d6ebf2;
  width: 50%;
}

.level-up-set-up-image {
  background-color: #d6ebf2;
  width: 100%;
  max-width: 428px;
}

.set-up-steps-text-container {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 20px 32px 24px 48px;
  display: flex;
}

.bullet-number-container {
  background-color: #3b4150;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-top: 2px;
  display: flex;
}

.bullet-number-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.set-up-steps-description {
  color: #000000d9;
  letter-spacing: .02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.set-up-steps-description.small {
  font-size: 18px;
  line-height: 25px;
}

.claims-container {
  grid-row-gap: 28px;
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.claim-container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  display: flex;
}

.claim-text {
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.achieve-more-image-section {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.achieve-more-image-container {
  text-align: center;
  background-color: #d6ebf2;
  border-radius: 32px;
  width: 50%;
  padding-top: 80px;
}

.achieve-more-img {
  width: 100%;
  max-width: 375px;
}

.achieve-more-text-container-column {
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bullet-point-achieve-more {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  display: flex;
}

.achieve-more-text {
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.body-xl-3 {
  letter-spacing: .02em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.add-countdown-vertical-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.body-3 {
  color: #000;
  letter-spacing: .01em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.body-3.step-list {
  letter-spacing: .04em;
  flex: 1;
  align-self: center;
  margin-bottom: 0;
  line-height: 24px;
}

.eyebrow-centered-with-title-container {
  flex-flow: column;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.eyebrow-centered-with-title-container.middle-section {
  max-width: 500px;
  margin-top: 0;
}

.youtube-video {
  width: 406px;
  height: 520px;
  max-height: 520px;
}

.container-3 {
  height: 500px;
}

.check-video-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f5f5f5;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 490px;
  height: 120px;
  margin: 100px auto -20px;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.check-video-container.hero {
  background-color: #f5f5f5b8;
  min-width: 140px;
  height: 100px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-video-group {
  justify-content: center;
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  height: 100%;
  display: flex;
}

.play-icon {
  color: #000;
  width: 24px;
  height: 24px;
  margin-left: .2em;
  font-size: 1.7em;
}

.video-thumbnail {
  border-radius: 0;
}

.popup-wrapper {
  z-index: 1010;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.popup-toggle {
  cursor: pointer;
  display: block;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-teaser-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-content.has-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.play-wrapper {
  z-index: 3;
  color: #f8f1e2;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em #00000073;
}

.play-wrapper:hover {
  transform: scale(1.15);
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-content-wrapper.video {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 85vw;
  max-width: 1140px;
  height: 85vh;
  max-height: 641.25px;
  display: flex;
  overflow: visible;
}

.is-magnetic.is-absolut {
  position: absolute;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.check-video-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.check-in-video-text-conteiner {
  width: 100%;
}

.triangle-video {
  margin-left: 6px;
}

.app-badge-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.download-navbar-dropdown.download-navbar-button.download-app-button-google-tag-navbar.download-navbar-generic {
  padding-right: 16px;
}

.dropdown-download-link {
  border-radius: 6px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
}

.dropdown-download-link:hover {
  background-color: #ececec;
  border-radius: 6px;
}

.dropdown-download-link.ios {
  background-image: url('../images/apple-download-icon-1.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.dropdown-download-link.android {
  background-image: url('../images/android-download-icon-1.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.dropdown-list {
  background-color: #d5c0c0;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 11px;
  margin-top: 8px;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 2px 7px #0003;
}

.link-contaienr {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-contaienr.countdowns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

@media screen and (min-width: 1280px) {
  .content-container {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1080px;
    display: block;
  }

  .content-container.footer-top-container {
    flex-wrap: nowrap;
  }

  .content-container.faqs {
    margin-left: auto;
    margin-right: auto;
  }

  .content-container.container-hero-tools {
    flex-wrap: nowrap;
  }

  .title-m.add-widget.check-in-video {
    margin-bottom: 5px;
  }

  .hero-text-container {
    flex: 0 auto;
    align-items: flex-start;
  }

  .hero-text-container.add-widget {
    max-width: 580px;
    margin-right: 75px;
  }

  .hero-image-add-countdown.mac-how-to {
    max-width: 420px;
  }

  .appoftheday-xs {
    display: none;
  }

  .appoftheday-large {
    flex: 0 auto;
    width: 185px;
    margin-top: 40px;
  }

  .aux-div-hero {
    background-color: #ffffff08;
    flex: 1;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .appoftheday-sm {
    flex: 0 auto;
    width: 185px;
    margin-top: 40px;
  }

  .content-container-hero {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1080px;
    display: flex;
  }

  .content-container-hero.faqs {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text-container-center {
    flex: 0 auto;
    align-items: flex-start;
  }

  .hero-text-container-center.year-percentage-hero {
    align-items: center;
  }

  .percentage-calculator-container {
    grid-row-gap: 48px;
    flex-direction: column;
    display: flex;
  }

  .download-button-cta-year-percentage-calculator {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .year-input-container {
    width: 100%;
    max-width: 345px;
    height: 10%;
    max-height: 70px;
  }

  .input-container.big {
    max-width: 540px;
  }

  .calculate-container {
    margin-top: 0;
  }

  .result-container-column.what-date-result {
    padding-left: 0;
    padding-right: 0;
  }

  .result-container.result-date.unix-container {
    text-align: center;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .full-width.phone-with-shadow.add-countdown {
    max-width: 320px;
  }

  .content-container.footer-top-container {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .content-container.footer-bottom-container {
    grid-row-gap: 8px;
    flex-direction: column;
    margin-top: 90px;
  }

  .content-container.content-hero-inspiration-list {
    flex-wrap: nowrap;
  }

  .content-container.container-hero-tools {
    grid-column-gap: 24px;
  }

  .main-container.faqs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section.main-container.hero-add-countdown.home-screen.inpiration-list {
    min-height: 53vw;
    max-height: 53vw;
  }

  .hero-section.main-container.hero-add-countdown.home-screen.android-lock-screen {
    background-position: 50%;
  }

  .hero-section.main-container {
    background-size: contain, auto;
    min-height: 740px;
    max-height: 740px;
  }

  .hero-section.main-container.hero-add-countdown {
    min-height: 600px;
    max-height: 600px;
  }

  .title-xl {
    font-size: 46px;
    line-height: 54px;
  }

  .body-xl.tools {
    font-size: 18px;
    line-height: 24px;
  }

  .body.footer-primary-ltitle.hidden.secondary {
    display: none;
  }

  .cta-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .app-store-badge.in-cta.click {
    display: block;
  }

  .app-store-badge.in-hero.qr {
    display: none;
  }

  .show-device-section.iphone-home-screen-show-off {
    background-image: url('../images/iphone-homeScreen-mobile-phone_1.webp');
    background-position: 50% 25%;
    height: 520px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .show-device-section.ipad-show-off {
    background-position: 0%;
    background-size: cover;
  }

  .show-device-section.templates {
    grid-row-gap: 0px;
    padding-bottom: 10px;
  }

  .show-device-section.iphone-lock-screen-show-off {
    background-image: url('../images/iPhone-LockScreen-mobile.webp');
    background-position: 50% 25%;
    height: 520px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .title-l.in-show-off.countdown.lock-screen {
    margin-bottom: 18px;
  }

  .title-l.in-show-off.countdown.templates {
    margin-bottom: 0;
  }

  .how-to-add-widget-section {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .pro-label-container {
    padding: 2px 8px;
  }

  .add-widget-step-container {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .add-widget-explanation {
    max-width: 260px;
  }

  .coming-soon-img-section.multiple-progress, .coming-soon-img-section.apple-watch, .coming-soon-img-section.track-everything, .coming-soon-img-section.themes, .coming-soon-img-section.android {
    padding-top: 20px;
  }

  .coming-soon-img-container.hide-landscape {
    display: none;
  }

  .title-m.no-margin-top.soon-title {
    margin-left: 24px;
    margin-right: 24px;
  }

  .soon-watch-img {
    width: 90%;
  }

  .soon-track-everything-img {
    padding-left: 10px;
  }

  .soon-android-img {
    width: 82%;
  }

  .soon-more-themes-img {
    width: 110%;
    max-width: 110%;
  }

  .newsletter-section {
    padding-left: 70px;
    padding-right: 70px;
  }

  .footer-column._w-33.logo-column {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }

  .footer-column._w-33.menu-column.how-to {
    max-width: none;
  }

  .footer-column._w-33.help-column {
    align-items: flex-start;
    min-width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-column._w-33.tools-column {
    align-items: flex-start;
    min-width: auto;
    margin-top: 40px;
  }

  .footer-column._w-33.tools-column.secondary {
    margin-bottom: -36px;
  }

  .footer-column._w-50.c-right-links {
    order: -1;
  }

  .footer-column.in-column {
    width: 100%;
  }

  .footer-menu {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .bubble {
    flex: none;
  }

  .hero-text-container.add-widget {
    margin-right: 0;
  }

  .hero-text-container.add-widget.mac {
    margin-left: 0;
  }

  .title-hero {
    font-size: 48px;
    line-height: 54px;
  }

  .title-hero.hero-add-countdown {
    font-size: 44px;
    line-height: 50px;
  }

  .title-hero.tools {
    font-size: 32px;
    line-height: 38px;
  }

  .title-hero.hero-countdown-example {
    font-size: 36px;
    line-height: 44px;
  }

  .columns {
    flex-wrap: wrap;
    display: flex;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-grid {
    grid-template-columns: 1fr 4fr;
  }

  .image-countdown-add.apple-watch {
    max-width: 260px;
  }

  .hero-image-add-countdown {
    max-width: 340px;
    padding-left: 20px;
  }

  .hero-image-add-countdown.mac-how-to {
    max-width: 350px;
    padding-right: 20px;
  }

  .hero-image-add-countdown.ipad-how-to {
    max-width: 400px;
  }

  .add-countdown-double-section, .add-countdown-middle {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .appoftheday-large {
    width: 140px;
  }

  .aux-div-hero {
    min-width: 50px;
  }

  .appoftheday-sm {
    width: 140px;
  }

  .feature-footer {
    margin-top: 0;
  }

  .faq-section-title {
    padding-left: 0;
    padding-right: 0;
  }

  .iphone-show-off-countdown.templates-xl {
    display: none;
  }

  .iphone-show-off-countdown.templates-sm {
    width: 100%;
    max-width: 343px;
    display: block;
  }

  .img-phone-hero-inspo.image-countdown-add {
    flex: 0 auto;
    width: 100%;
    max-width: 33%;
  }

  .hero-text-container-center.year-percentage-hero {
    max-width: 660px;
  }

  .title-hero-2 {
    width: 100%;
    max-width: 760px;
    font-size: 48px;
    line-height: 54px;
  }

  .body-xl-2 {
    width: 100%;
    max-width: 750px;
  }

  .year-left-percentage-text {
    font-size: 30px;
    line-height: 36px;
  }

  .percentage-calculator-container {
    grid-row-gap: 32px;
  }

  .year-past-result-container {
    grid-row-gap: 2px;
  }

  .iphone-show-off-container {
    max-width: 300px;
  }

  .line {
    border-top-style: none;
    max-height: 129px;
  }

  .text-container-cta {
    padding: 32px 16px 16px;
  }

  .show-off-image-container-tools {
    padding-top: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .input-container {
    margin-top: 0;
  }

  .calculate-container {
    grid-row-gap: 28px;
    max-width: 470px;
    margin-top: 0;
  }

  .hero-tools {
    padding-left: 0;
    padding-right: 0;
  }

  .container-tool {
    padding: 32px 24px 24px;
  }

  .footer-row {
    flex-direction: column;
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-row.no-logo {
    margin-top: 20px;
    margin-left: -10px;
  }

  .footer-row.in-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .separator {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .result-container-column {
    grid-row-gap: 2px;
  }

  .result-container-column.what-date-result {
    max-width: none;
  }

  .result-container.result-date.unix-container {
    flex-direction: row;
  }

  .result-result {
    font-size: 30px;
    line-height: 36px;
  }

  .result-result.what-result {
    text-align: center;
    width: 100%;
  }

  .calculator-hours-result {
    font-size: 30px;
    line-height: 36px;
  }

  .countdown-examples-hero-v2-container {
    grid-column-gap: 30px;
  }

  .countdown-examples-hero-text-column {
    width: 50%;
  }

  .iphone-show-off-container-countdown-examples {
    border-radius: 24px;
    width: 50%;
  }

  .show-off-image-container-countdown-examples {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-bullet-point-container {
    flex: 1;
    min-width: 45%;
  }

  .benefits-container {
    grid-column-gap: 30px;
    max-width: 780px;
  }

  .benefit-container {
    width: 46%;
  }

  .featured-feature-container, .small-feature-container, .extended-featured-container {
    flex-basis: 48.55%;
  }

  .extended-featured-title {
    font-size: 22px;
    line-height: 26px;
  }

  .extended-feature-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .level-up-set-up-steps--container {
    flex-basis: 48.55%;
  }

  .set-up-steps-text-container {
    grid-row-gap: 16px;
    padding-left: 32px;
  }

  .bullet-number-container {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    margin-top: 1px;
  }

  .bullet-number-text {
    font-size: 15px;
  }

  .set-up-steps-description {
    font-size: 18px;
    line-height: 25px;
  }

  .claims-container {
    grid-column-gap: 30px;
    max-width: 780px;
  }

  .achieve-more-image-container {
    min-width: 400px;
    padding-top: 40px;
    overflow: hidden;
  }

  .achieve-more-img {
    width: 90%;
  }

  .play-wrapper:active {
    transform: scale(.9);
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .link-contaienr {
    flex-flow: column;
  }

  .link-contaienr.countdowns {
    flex-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .full-width.theme-show-off-img.desktop {
    display: none;
  }

  .full-width.theme-show-off-img.mobile {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .full-width.phone-with-shadow.add-countdown {
    margin-bottom: 32px;
  }

  .full-width.phone-with-shadow.add-countdown.middle-step {
    max-width: 320px;
  }

  .full-width.phone-with-shadow.add-countdown.middle-step.watch-step {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .full-width.phone-with-shadow.app-icons {
    border-radius: 30px;
    max-width: 150px;
    margin-bottom: 40px;
  }

  .full-width.ipad-with-shadow-fancy.step-1, .full-width.ipad-with-shadow-fancy.step-3 {
    margin-bottom: 60px;
  }

  .content-container {
    flex-direction: column;
  }

  .content-container.footer-top-container {
    flex-direction: column;
    align-content: flex-start;
    margin-bottom: 60px;
  }

  .content-container.footer-bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-container.content-hero-add-countdown.mac {
    flex-direction: column-reverse;
  }

  .content-container.content-hero-inspiration-list {
    grid-column-gap: 9px;
    flex-direction: row;
    align-items: flex-end;
  }

  .content-container.content-hero-inspiration-list.mac {
    flex-direction: column-reverse;
  }

  .content-container.container-hero-tools {
    flex-direction: column;
  }

  .content-container.content-hero-add-countdown {
    flex-direction: column;
    align-items: center;
  }

  .hero-section.main-container.hero-add-countdown.home-screen.inpiration-list {
    min-height: 57vw;
    max-height: 57vw;
  }

  .hero-section.main-container {
    background-image: url('../images/hero-img-sm.webp'), linear-gradient(#fff, #f5f5f5);
    min-height: 780px;
    max-height: 780px;
  }

  .hero-section.main-container.hero-add-countdown {
    max-height: none;
    padding-top: 100px;
  }

  .text-section.center.inspiration-countdown {
    padding-top: 10px;
  }

  .title-xl {
    font-size: 40px;
    line-height: 44px;
  }

  .body-xl.countdown-example {
    text-align: center;
  }

  .app-store-badge.in-hero {
    display: none;
  }

  .show-device-section.iphone-home-screen-show-off {
    background-image: url('../images/iPhone-home-screen-show-off.webp');
    background-position: 50% 0;
    flex: 0 auto;
    height: 560px;
  }

  .show-device-section.ipad-show-off {
    background-image: url('../images/iPad-show-off-landscape.webp');
    background-position: 0 100%;
  }

  .show-device-section.templates {
    margin-bottom: 100px;
  }

  .show-device-section.iphone-lock-screen-show-off {
    background-image: url('../images/iPhone-lock-screen-show-off.webp');
    background-position: 50% 0;
    flex: 0 auto;
    height: 560px;
  }

  .title-l.in-show-off.countdown.lock-screen {
    margin-bottom: 18px;
  }

  .title-l.in-show-off.countdown.templates {
    margin-left: 20px;
    margin-right: 20px;
  }

  .show-theme-section {
    padding: 24px;
  }

  .body-sm.medium.in-theme-show-off {
    margin-bottom: 10px;
  }

  .customise-options-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .customize-list-container {
    flex-wrap: wrap;
    margin-left: -4px;
  }

  .customize-option {
    margin-bottom: 10px;
  }

  .show-devices-section.countdown-list {
    flex-direction: column;
  }

  .add-widget-section.inspirationpage, .add-widget-section.countdown-examples-page {
    padding-top: 20px;
  }

  .theme-with-pro-container {
    margin-bottom: 28px;
  }

  .coming-soon-img-section.multiple-progress, .coming-soon-img-section.apple-watch, .coming-soon-img-section.track-everything, .coming-soon-img-section.themes, .coming-soon-img-section.android {
    padding-top: 20px;
  }

  .coming-soon-img-container.hide-mobile-big, .coming-soon-img-container.hide-landscape {
    display: none;
  }

  .coming-soon-row.display-only-on-mobile-landscape {
    display: flex;
  }

  .coming-soon-row.display-only-tablet-and-above {
    display: none;
  }

  .coming-soon-row.only-multiple-widgets {
    display: block;
  }

  .title-m.no-margin-top.soon-title {
    margin-left: 20px;
    margin-right: 20px;
  }

  .title-m.no-margin-top.soon-title.hide-phone, .soon-track-everything-img.hide-phone, .soon-android-img.hide-phone {
    display: none;
  }

  .newsletter-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-column._w-33.logo-column {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-column._w-33.help-column {
    margin-top: 20px;
  }

  .footer-column._w-33.hide {
    padding-top: 20px;
  }

  .footer-column._w-33.tools-column {
    margin-top: 20px;
  }

  .footer-column._w-33.tools-column.secondary {
    margin-bottom: -16px;
  }

  .footer-menu {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-text-container {
    max-width: 630px;
    margin-bottom: 40px;
  }

  .title-hero {
    font-size: 44px;
    line-height: 48px;
  }

  .title-hero.hero-countdown-example {
    text-align: center;
  }

  .hero-text {
    padding-left: 24px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .ph-badge-container-navbar {
    display: none;
  }

  .ph-badge-hero {
    max-width: 190px;
    margin-top: -10px;
    margin-bottom: 20px;
    display: none;
  }

  .testimonials-section-container {
    margin-left: -10px;
    padding-left: 0;
  }

  .review-container {
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px;
  }

  .twitter-embed {
    margin-left: -10px;
    margin-right: -10px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .content-h1 {
    font-size: 55px;
  }

  .image-countdown-add.apple-watch {
    max-width: 303px;
  }

  .hero-image-add-countdown {
    max-width: 424px;
    min-height: 86vw;
    padding-left: 0;
  }

  .hero-image-add-countdown.mac-how-to {
    min-height: 84vw;
    margin-left: 106px;
  }

  .hero-image-add-countdown.ipad-how-to {
    min-height: 60vw;
    margin-left: -57px;
  }

  .hero-image-add-countdown.ipad-how-to.lock-screen {
    min-height: 60vw;
  }

  .add-countdown-double-section {
    flex-direction: column;
    align-items: center;
  }

  .add-countdown-double-section.last {
    margin-top: 60px;
  }

  .add-countdown-double-section.adjusted-new.inverted {
    flex-flow: column;
  }

  .add-countdown-phone-column {
    order: -1;
    justify-content: center;
  }

  .add-countdown-phone-column.alt {
    justify-content: center;
  }

  .add-countdown-3-column-container {
    flex-direction: column;
  }

  .add-countdown-middle {
    margin-bottom: 60px;
  }

  .add-countdown-middle-step-column {
    margin-bottom: 40px;
  }

  .appoftheday-xs {
    max-width: 190px;
    margin-top: -10px;
    margin-bottom: 20px;
    display: block;
  }

  .appoftheday-large {
    width: 130px;
    margin-top: 0;
    display: none;
  }

  .aux-div-hero {
    display: none;
  }

  .appoftheday-sm {
    width: 125px;
    margin-top: 0;
    display: block;
  }

  .badges-container {
    display: flex;
  }

  .badges-container.countdown-rxamples {
    display: none;
  }

  .content-container-hero {
    flex-direction: column;
  }

  .content-container-hero.footer-top-container {
    flex-direction: column;
    align-content: flex-start;
    margin-bottom: 80px;
  }

  .content-container-hero.footer-bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-container-hero.content-hero-add-countdown {
    flex-direction: column;
    align-items: center;
  }

  .feature-footer {
    margin-top: 0;
  }

  .inspiration-link-container {
    min-width: 30%;
  }

  .double-show-off-container {
    flex-direction: column;
  }

  .hero-text-container-center {
    max-width: 630px;
    margin-bottom: 40px;
  }

  .hero-text-container-center.year-percentage-hero {
    max-width: 610px;
    margin-bottom: 24px;
  }

  .title-hero-2 {
    font-size: 44px;
    line-height: 48px;
  }

  .iphone-show-off-container {
    max-width: none;
    height: auto;
  }

  .iphone-bottom-image {
    max-width: 317px;
    display: block;
  }

  .line-container {
    display: none;
  }

  .table-container-percentage-date {
    flex-direction: column;
  }

  .feature-text-cta {
    text-align: center;
  }

  .show-off-image-container-tools {
    overflow: visible;
  }

  .show-off-image-container-tools.column-left {
    padding-right: 0;
  }

  .iphone-image-cta {
    max-width: 300px;
  }

  .title-text-box-cta {
    text-align: center;
    font-size: 26px;
    line-height: 31px;
  }

  .hero-tools {
    margin-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-tool {
    margin-bottom: 24px;
  }

  .show-off-button-and-title-container {
    max-width: 470px;
  }

  .separator {
    margin-bottom: 20px;
  }

  .result-container.result-date.unix-container {
    flex-direction: column;
  }

  .result-result.unix-result-text.epoch {
    font-size: 22px;
    line-height: 26px;
  }

  .countdown-examples-hero-v2-container {
    flex-direction: column;
    align-items: center;
  }

  .countdown-examples-hero-text-column {
    width: 100%;
    max-width: 660px;
  }

  .iphone-show-off-container-countdown-examples {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .show-off-image-container-countdown-examples {
    overflow: visible;
  }

  .show-off-image-container-countdown-examples.column-left {
    padding-right: 0;
  }

  .show-off-help-text-container {
    max-width: 375px;
  }

  .icon-bullet-point-container {
    justify-content: center;
    min-width: 40%;
  }

  .benefits-section.countdown-list {
    flex-direction: column;
  }

  .text-section-countdown-examples.center.inspiration-countdown {
    padding-top: 10px;
  }

  .text-section-countdown-examples.features {
    max-width: 610px;
  }

  .benefits-container {
    grid-column-gap: 20px;
  }

  .benefit-container {
    width: 46%;
  }

  .features-section.countdown-list {
    flex-direction: column;
  }

  .featured-features-container, .small-features-container, .fasting-types-container {
    flex-flow: column;
  }

  .level-up-set-up-steps--container {
    flex-direction: column;
  }

  .level-up-set-up-bg-image {
    width: 100%;
  }

  .set-up-steps-text-container {
    grid-row-gap: 20px;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .claims-container {
    grid-column-gap: 20px;
  }

  .achieve-more-image-section {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .achieve-more-image-container {
    width: 100%;
    padding-top: 60px;
  }

  .achieve-more-text-container-column {
    align-items: center;
  }

  .bullet-point-achieve-more {
    flex-direction: column;
  }

  .achieve-more-text {
    text-align: center;
  }

  .add-countdown-vertical-container {
    flex-direction: column;
  }

  .popup-video {
    margin-top: -12em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .link-contaienr {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: row;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .full-width.theme-show-off-img.mobile {
    margin-bottom: 20px;
  }

  .full-width.phone-with-shadow {
    max-width: 280px;
  }

  .full-width.hero-mobile {
    display: block;
  }

  .full-width.hide-sm {
    display: none;
  }

  .full-width.visible-sm {
    display: block;
  }

  .content-container.legal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-container.content-hero-inspiration-list {
    grid-column-gap: 6px;
  }

  .content-container.content-hero-add-countdown {
    max-width: 100%;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section.main-container.hero-add-countdown.home-screen.inpiration-list {
    min-height: 93vw;
    max-height: 93vw;
  }

  .hero-section.main-container {
    background-image: none;
    background-size: auto;
    min-height: auto;
    max-height: none;
  }

  .hero-section.main-container.hero-add-countdown {
    min-height: auto;
  }

  .text-section.in-cta.center {
    padding-bottom: 120px;
  }

  .text-section.center {
    padding-bottom: 60px;
  }

  .text-section.center.inspiration-countdown {
    padding-top: 8px;
    padding-bottom: 40px;
  }

  .text-section.in-newsletter.center {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .title-xl {
    font-size: 32px;
    line-height: 38px;
  }

  .title-xl.inspiration {
    margin-top: 0;
    font-size: 28px;
    line-height: 31px;
  }

  .body-xl {
    text-align: center;
    font-size: 19px;
    line-height: 27px;
  }

  .body-xl.countdown-inspiration {
    letter-spacing: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .body-xl.countdown-example {
    font-size: 18px;
    line-height: 24px;
  }

  .body.medium.in-newsletter {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .app-store-badge.in-hero {
    width: 120px;
  }

  .show-device-section.iphone-home-screen-show-off {
    text-align: center;
    background-image: url('../images/iphone-homeScreen-mobile-phone.webp');
    background-position: 50% 65%;
    background-size: cover;
    height: 510px;
    padding: 25px 20px 20px;
  }

  .show-device-section.ipad-show-off {
    text-align: center;
    background-image: url('../images/ipad-mobile-phone.webp');
    background-position: 36% 100%;
    height: 460px;
    padding: 25px 20px 20px;
  }

  .show-device-section.mac-show-off {
    text-align: center;
    background-image: url('../images/mac-mobile-phone.webp');
    background-position: 70% 100%;
    height: 460px;
    padding: 25px 20px 20px;
  }

  .show-device-section.watch-show-off {
    text-align: center;
    background-image: url('../images/watch-show-off-xs.webp');
    background-position: 50% 100%;
    height: 500px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .show-device-section.home-screen-show-off, .show-device-section.lock-screen-show-off {
    text-align: center;
    height: 460px;
    padding: 25px 20px 0;
  }

  .show-device-section.templates {
    text-align: center;
    height: 460px;
    padding: 25px 0 20px;
  }

  .show-device-section.iphone-lock-screen-show-off {
    text-align: center;
    background-image: url('../images/iPhone-LockScreen-mobile-xs.webp');
    background-position: 50% 65%;
    background-size: cover;
    height: 510px;
    padding: 25px 20px 20px;
  }

  .title-l.in-show-off {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 32px;
  }

  .title-l.in-show-off.swiss {
    margin-bottom: 24px;
  }

  .title-l.in-show-off.countdown.lock-screen {
    margin-bottom: 12px;
  }

  .title-l.in-show-off.countdown.templates {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .show-theme-section {
    padding: 20px 20px 16px;
  }

  .body-sm.footer-secondary-text.dot {
    display: none;
  }

  .show-themes-container {
    padding-top: 0;
  }

  .how-to-add-widget-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .theme-with-pro-container {
    margin-bottom: 24px;
  }

  .pro-label-container {
    padding: 1px 6px;
    font-size: 12px;
  }

  .add-widget-step-container {
    margin-top: 40px;
  }

  .add-widget-explanation {
    margin-top: 30px;
  }

  .coming-soon-img-section.multiple-progress, .coming-soon-img-section.apple-watch, .coming-soon-img-section.track-everything, .coming-soon-img-section.themes, .coming-soon-img-section.android {
    border-radius: 16px;
  }

  .coming-soon-img-container.left {
    padding-left: 0;
  }

  .coming-soon-img-container.right {
    padding-right: 0;
  }

  .title-m.no-margin-top.soon-title {
    text-align: center;
    margin-bottom: 16px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .title-m.no-margin-top.soon-title.hide-phone {
    display: none;
  }

  .title-m.add-widget.check-in-video {
    text-align: center;
    margin-bottom: 10px;
  }

  .soon-multiple-progress {
    width: 95%;
  }

  .soon-track-everything-img {
    margin-top: 8px;
    display: block;
  }

  .soon-track-everything-img.hide-phone {
    display: none;
  }

  .soon-android-img {
    width: 87%;
  }

  .soon-android-img.hide-phone {
    display: none;
  }

  .soon-more-themes-img {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }

  .newsletter-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column._w-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column._w-33.logo-column {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column._w-33.menu-column, .footer-column._w-33.help-column, .footer-column._w-33.tools-column {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column._w-50.c-right-links {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-menu {
    max-width: none;
  }

  .navbar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .download-navbar-button {
    max-height: 36px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 19px;
  }

  .bubble {
    flex: none;
  }

  .hero-text-container {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .title-hero {
    text-align: center;
    letter-spacing: -.01em;
    font-size: 38px;
    line-height: 42px;
  }

  .title-hero.small-hero-title {
    font-size: 30px;
    line-height: 36px;
  }

  .title-hero.hero-add-countdown {
    font-size: 34px;
    line-height: 40px;
  }

  .title-hero.hero-countdown-example {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-text.inspo {
    margin-top: 50px;
  }

  .ph-badge-hero {
    margin-top: -10px;
    display: none;
  }

  .question-title {
    flex: 1;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .image-countdown-add {
    margin-top: 40px;
    display: block;
  }

  .image-countdown-add.mac-how-to {
    height: 360px;
  }

  .image-countdown-add.apple-watch {
    width: 110%;
    max-width: 303px;
    margin-top: 0;
  }

  .hero-image-add-countdown {
    min-height: 112vw;
  }

  .hero-image-add-countdown.mac-how-to {
    max-width: 280px;
    min-height: 85vw;
    margin-left: 0;
    padding-right: 0;
  }

  .hero-image-add-countdown.watch {
    justify-content: center;
    min-height: 100vw;
  }

  .hero-image-add-countdown.ipad-how-to {
    width: 100%;
    margin-left: 0;
  }

  .eyebrow.check-in-video {
    text-align: center;
  }

  .faq-image-container {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
  }

  .blank-image {
    margin-right: 0;
  }

  .appoftheday-xs {
    margin-top: -10px;
    display: none;
  }

  .appoftheday-sm {
    flex: none;
    width: 146px;
    min-width: 146px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .badges-container {
    grid-column-gap: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .badges-container.countdown-rxamples {
    display: none;
  }

  .content-container-hero.legal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-footer {
    margin-top: 40px;
  }

  .faq-section-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .inspiration-link-container {
    min-width: 90%;
    height: 100px;
  }

  .img-phone-hero-inspo.image-countdown-add {
    max-width: 52%;
  }

  .img-phone-hero-inspo.image-countdown-add.last {
    display: none;
  }

  .devices-container {
    width: 100%;
  }

  .separator-home {
    opacity: .08;
    background-color: #000;
    flex: 0 auto;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .hero-text-container-center {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .hero-text-container-center.year-percentage-hero.life-expectancy {
    margin-bottom: 40px;
  }

  .title-hero-2 {
    text-align: center;
    letter-spacing: -.01em;
    font-size: 38px;
    line-height: 42px;
  }

  .body-xl-2 {
    text-align: center;
    font-size: 19px;
    line-height: 27px;
  }

  .year-past-text {
    line-height: 19px;
  }

  .year-left-percentage-text {
    font-size: 24px;
    line-height: 29px;
  }

  .percentage-calculator-container {
    grid-row-gap: 20px;
  }

  .year-past-result-container {
    padding-left: 0;
    padding-right: 0;
  }

  .iphone-show-off-container.small {
    min-height: 300px;
    margin-bottom: 40px;
    display: block;
  }

  .line {
    max-height: 122px;
  }

  .year-input-container {
    text-align: left;
    margin-bottom: 20px;
  }

  .iphone-bottom-image {
    width: 100%;
  }

  .down-to-year-percentage-to-date-input-button {
    max-width: 300px;
  }

  .text-container-cta {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-container-cta.small {
    padding-top: 12px;
  }

  .table-container-percentage-date {
    justify-content: center;
    align-items: center;
  }

  .show-off-image-container-tools {
    padding-top: 24px;
  }

  .show-off-image-container-tools.small {
    min-height: 150px;
    padding-top: 0;
  }

  .year-left-text {
    line-height: 19px;
  }

  .iphone-image-cta {
    max-width: 350px;
  }

  .percentage-to-date-text {
    text-align: center;
    object-fit: fill;
  }

  .title-text-box-cta.small {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
  }

  .hero-tools {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-tools.inspo {
    margin-top: 50px;
  }

  .container-tool {
    background-color: #fff;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .show-off-button-and-title-container.small {
    grid-row-gap: 12px;
  }

  .container-iphone-divide.small {
    overflow: hidden;
  }

  .footer-row {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-row.no-logo {
    margin-left: 0;
  }

  .result-container-column {
    padding-left: 0;
    padding-right: 0;
  }

  .result-result {
    font-size: 24px;
    line-height: 29px;
  }

  .result-result.unix-result-text.epoch {
    font-size: 24px;
    line-height: 28px;
  }

  .result-title {
    line-height: 19px;
  }

  .calculator-hours-result {
    font-size: 24px;
    line-height: 29px;
  }

  .countdown-examples-hero-v2-container {
    margin-top: -10px;
  }

  .show-off-image-container-countdown-examples {
    padding-left: 16px;
    padding-right: 16px;
  }

  .show-off-help-text-container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .icon-bullet-point-container {
    flex-direction: column;
  }

  .bullet-point-text {
    text-align: center;
  }

  .benefits-section {
    grid-row-gap: 40px;
  }

  .text-section-countdown-examples.in-cta.center {
    padding-bottom: 120px;
  }

  .text-section-countdown-examples.center {
    padding-bottom: 60px;
  }

  .text-section-countdown-examples.center.inspiration-countdown {
    padding-top: 8px;
    padding-bottom: 40px;
  }

  .text-section-countdown-examples.in-newsletter.center {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .text-section-countdown-examples.features {
    max-width: 310px;
  }

  .benefit-container {
    width: 100%;
  }

  .featured-feature-title {
    font-size: 18px;
    line-height: 26px;
  }

  .featured-feature-title.small {
    font-size: 16px;
    line-height: 23px;
  }

  .featured-feature-description {
    font-size: 18px;
    line-height: 25px;
  }

  .featured-feature-description.small {
    font-size: 16px;
    line-height: 23px;
  }

  .extended-featured-description {
    font-size: 18px;
    line-height: 25px;
  }

  .extended-featured-description.small {
    font-size: 16px;
    line-height: 23px;
  }

  .extended-feature-image {
    padding-left: 12px;
    padding-right: 12px;
  }

  .level-up-set-up-bg-image {
    justify-content: center;
    display: flex;
  }

  .level-up-set-up-image {
    width: 112%;
  }

  .set-up-steps-text-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .set-up-steps-description {
    font-size: 18px;
    line-height: 25px;
  }

  .set-up-steps-description.small {
    font-size: 16px;
    line-height: 23px;
  }

  .claim-text {
    font-size: 24px;
    line-height: 30px;
  }

  .achieve-more-image-section {
    grid-row-gap: 70px;
  }

  .achieve-more-image-container {
    min-width: auto;
    padding-top: 40px;
  }

  .achieve-more-text-container-column {
    grid-row-gap: 40px;
  }

  .achieve-more-text {
    font-size: 24px;
    line-height: 30px;
  }

  .body-xl-3 {
    text-align: center;
    font-size: 19px;
    line-height: 27px;
  }

  .check-video-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
    height: auto;
    margin-top: 60px;
    margin-bottom: -60px;
    padding-left: 0;
    padding-right: 0;
  }

  .popup-video-group {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 220px;
    overflow: hidden;
  }

  .popup-wrapper {
    display: none;
  }

  .popup-video {
    margin-top: 0;
  }

  .popup-content-wrapper.video {
    margin-top: 20px;
  }

  .check-in-video-text-conteiner {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .app-badge-container {
    flex-flow: column;
  }

  .link-contaienr {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

#w-node-_343042ef-2713-e2f0-f7a7-1c4f95fdda79-7ff79f83, #w-node-_343042ef-2713-e2f0-f7a7-1c4f95fdda79-ac4bd5f2 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_343042ef-2713-e2f0-f7a7-1c4f95fdda79-7ff79f83, #w-node-_343042ef-2713-e2f0-f7a7-1c4f95fdda79-ac4bd5f2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


