:root {
  --white: white;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #291f0a;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  color: #040301;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #040301;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

h3 {
  color: #040301;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  line-height: 30px;
}

.header-section {
  position: relative;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  max-width: 1400px;
  height: 550px;
  margin-top: 24px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.container-header {
  background-image: linear-gradient(225deg, #f8f8ec, #ebebc7);
  margin-top: 0;
}

.container.container-navbar {
  height: auto;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container.task-sharing-container {
  border: 1px solid rgba(0, 0, 0, .1);
}

.container.features-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 0;
  height: 500px;
  padding: 0;
}

.container.cta-container {
  background-image: linear-gradient(225deg, #ecf2f8, #c7d9eb);
}

.container.container-footer {
  height: auto;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.container.container-header-subpage {
  background-image: linear-gradient(225deg, #f8f8ec, #ebebc7);
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
}

.container.sub-page-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 0;
}

.nav-section {
  background-color: #fbfbf4;
}

.navbar {
  background-color: #2a2922;
}

.body {
  background-color: #fff;
  line-height: 25px;
}

.image {
  width: 40px;
}

.nav-menu {
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.nav-menu.nav-menu-left {
  right: 55%;
}

.nav-menu.nav-menu-right {
  left: 55%;
}

.nav-cotnainer {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.header-left-container {
  z-index: 2;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading {
  margin-top: 0;
}

.header-heading {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
}

.paragraph {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.download-buttons-info {
  color: rgba(41, 31, 10, .5);
  white-space: nowrap;
  font-size: 11px;
  line-height: 16px;
}

.download-button {
  color: #040301;
  white-space: nowrap;
  background-color: #fff;
  background-image: linear-gradient(#fff, #ebebeb);
  border: 1px solid #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 24px 48px rgba(115, 105, 38, .2);
}

.download-button:hover {
  box-shadow: 0 24px 48px rgba(115, 105, 38, .4);
}

.download-button.qr-button {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(235, 235, 235, .3)), url('../images/qr_code.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: content-box;
  width: 52px;
  padding: 4px;
  display: none;
}

.download-button.qr-button-footer {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(235, 235, 235, .3)), url('../images/qr_code.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: content-box;
  width: 60px;
  padding: 4px;
  display: none;
  box-shadow: 0 24px 48px rgba(51, 104, 153, .4);
}

.download-button.consentbtn {
  flex: none;
}

.download-button.consentbtn.consentbtndecline {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  background-image: none;
}

.nav-link {
  color: #fff;
  padding: 12px 24px;
}

.phone-mockup {
  z-index: 1;
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 600px;
  min-height: 600px;
  display: none;
  position: relative;
  right: 22px;
  transform: translate(72px);
}

.header-right-container {
  z-index: 2;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.dog-emoji-paragraph-span {
  font-size: 22px;
}

.yellow-line {
  z-index: 0;
  width: 100vw;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%);
}

.yellow-line-area {
  z-index: 0;
  width: 100vw;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}

.header-heading-main {
  white-space: nowrap;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 55px;
}

.header-paragraph {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 28px;
}

.download-button-container {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.header-heading-container {
  position: relative;
}

.header-heading-mark-underlay {
  z-index: -1;
  background-color: #ffe74c;
  width: 105%;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 8px;
}

.header-background {
  z-index: -1;
  background-color: #2a2922;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
}

.task-sharing-left-col {
  margin-right: 32px;
}

.task-sharing-right-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.task-sharing-heading {
  color: #000305;
  white-space: nowrap;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 50px;
}

.task-sharing-paragraph {
  color: #001f33;
  margin-bottom: 48px;
  font-size: 14px;
  line-height: 28px;
}

.task-sharing-features-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.feature-container {
  grid-column-gap: 16px;
  justify-content: flex-start;
  display: flex;
}

.feature-icon-container {
  flex: none;
  width: 80px;
  height: 80px;
}

.feature-content-container {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-paragraph {
  max-width: 320px;
  font-size: 11px;
  line-height: 18px;
}

.notifications-left-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  display: flex;
}

.notifications-right-col {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.notifications-heading {
  color: #000305;
  white-space: nowrap;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 50px;
}

.notifications-paragraph {
  color: #001f33;
  margin-bottom: 48px;
}

.notifications-features-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.section-care-groups {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 32px;
  flex: 1;
  margin-left: -24px;
  padding: 36px 48px 48px;
  position: relative;
  overflow: hidden;
}

.section-color-coding {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 32px;
  margin-right: -24px;
  padding: 36px 48px 48px;
  position: relative;
  overflow: hidden;
}

.care-groups-heading {
  text-align: right;
  white-space: nowrap;
  font-size: 36px;
  line-height: 50px;
}

.color-coding-heading {
  text-align: center;
  white-space: nowrap;
  font-size: 36px;
  line-height: 50px;
}

.care-groups-image-container {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  bottom: 50px;
  right: 0;
}

.color-coding-image-container {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 30px;
  right: 30px;
  overflow: hidden;
}

.header-circles {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -20%;
}

.cta-circles {
  z-index: 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-section {
  background-color: #fbfbf4;
}

.footer-container {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer {
  background-color: #fff;
}

.footer-link {
  color: #d9d9d9;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 20px;
}

.footer-logo {
  width: 84px;
}

.cta-heading {
  color: #000305;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 55px;
}

.cta-container {
  z-index: 1;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-download-button {
  color: #000305;
  white-space: nowrap;
  background-color: #fff;
  background-image: linear-gradient(#fff, #ebebeb);
  border: 1px solid #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 64px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  transition: all .2s;
  box-shadow: 0 24px 48px rgba(51, 104, 153, .4);
}

.cta-download-button:hover {
  box-shadow: 0 24px 48px rgba(51, 104, 153, .6);
}

.cta-arrow {
  max-width: 70%;
  position: absolute;
  bottom: 40px;
  left: 53%;
  transform: translate(180px);
}

.cta-download-buttons-info {
  color: rgba(0, 31, 51, .5);
  white-space: nowrap;
  font-size: 11px;
  line-height: 16px;
}

.cta-download-button-container {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-image-container {
  border-radius: 32px;
  width: 380px;
  height: 300px;
  position: relative;
}

.cta-heading-container {
  position: relative;
}

.cta-heading-underlay {
  z-index: -1;
  background-color: #4ca9ff;
  width: 170px;
  height: 30px;
  position: absolute;
  top: 18px;
  left: 46.5%;
  transform: translate(128px);
}

.features-icon-background-blue {
  background-image: linear-gradient(#d6ebff, #a3d3ff);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(181, 213, 242, .3);
}

.icon-background-yellow {
  background-image: linear-gradient(#fff8cc, #fff199);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(255, 244, 179, .5);
}

.cta-image {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.girl-dog-image {
  width: auto;
  max-width: none;
  max-height: 100%;
}

.features-icon {
  width: 100%;
  height: 100%;
}

.notifications-heading-container {
  position: relative;
}

.arrow {
  width: 80px;
  position: absolute;
  top: 70px;
  right: -110px;
}

.sunshine-art {
  z-index: 0;
  width: 40px;
  position: absolute;
  top: -30px;
  right: -10px;
}

.background-blur {
  z-index: -1;
  filter: blur(200px);
  background-color: rgba(255, 224, 40, .25);
  border-radius: 1000px;
  width: 1300px;
  height: 1300px;
  display: block;
  position: absolute;
  top: -90%;
  right: -20%;
  overflow: hidden;
}

.color-coding-image {
  object-fit: contain;
  max-height: 40%;
}

.care-groups-image {
  object-fit: contain;
  object-position: 100% 100%;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 250px;
  padding-left: 48px;
}

.cat-cta-look-image {
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 150px;
}

.notification-1-image {
  width: 230px;
  position: absolute;
  top: 210px;
  right: 280px;
}

.notification-2-image {
  width: 280px;
  position: absolute;
  top: 0;
  right: -30px;
}

.notification-3-image {
  width: 150px;
  position: absolute;
  top: 120px;
  right: 50px;
}

.collaboration-video {
  width: 416px;
  height: 240px;
  transform: translate(-32px);
}

.heading-2 {
  white-space: nowrap;
  font-size: 20px;
  line-height: 16px;
}

.utility-page-wrap {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  opacity: .3;
  flex-direction: column;
  align-items: stretch;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.utility-page-form:hover {
  opacity: 1;
}

.heading-3 {
  width: 100%;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #040301;
  border-radius: 12px;
  height: 50px;
  padding: 4px 24px 6px;
}

.submit-button {
  background-color: #040301;
  border-radius: 12px;
  width: 100%;
  height: 50px;
}

.field-label {
  color: #040301;
  margin-bottom: 10px;
}

.image-2 {
  border-radius: 24px;
  box-shadow: 0 16px 32px rgba(51, 38, 13, .2);
}

.heading-4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.header-paragraph-subpage {
  margin-bottom: 48px;
  font-size: 14px;
  line-height: 28px;
}

.header-paragraph-subpage.paragraph-header {
  margin-bottom: 48px;
}

.subpage-heading {
  color: #000305;
  white-space: nowrap;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 50px;
}

.header-heading-main-subpage {
  white-space: nowrap;
  margin-top: -10px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 55px;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  max-width: 500px;
  margin-left: 32px;
  margin-right: 32px;
}

.delete-account-heading {
  text-align: center;
  width: 100%;
}

.delete-account-paragraph {
  text-align: center;
}

.delete-account-paragraph-small {
  opacity: .5;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}

.delete-button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 16px;
}

.delete-account-paragraph-red {
  opacity: .5;
  color: red;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.download-button-disabled {
  opacity: .4;
  color: #040301;
  white-space: nowrap;
  background-color: #fff;
  background-image: linear-gradient(#fff, #ebebeb);
  border: 1px solid #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 24px 48px rgba(115, 105, 38, .2);
}

.download-button-disabled:hover {
  box-shadow: 0 24px 48px rgba(115, 105, 38, .4);
}

.qr-popup-modal {
  display: none;
}

.download-button-container-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.popup {
  z-index: 50;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #2a2922;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 60px;
  display: flex;
  position: fixed;
  bottom: 0;
}

.consentpopup {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.cookie-banner-paragraph {
  color: #ccc;
  flex: auto;
  font-size: 11px;
  line-height: 18px;
}

.popup-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  max-width: 1320px;
  display: flex;
}

.phone-mockup-spdline {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 600px;
  min-height: 600px;
  position: absolute;
  top: 30px;
  right: 70px;
  transform: translate(72px);
}

.phone-mockup-spline {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 600px;
  min-height: 600px;
  display: block;
  position: relative;
  top: 0;
  right: 10px;
  transform: translate(72px);
}

.text-span-4 {
  display: block;
}

@media screen and (min-width: 1440px) {
  .container {
    padding: 90px;
  }

  .container.container-header {
    height: 700px;
  }

  .container.container-navbar {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.task-sharing-container {
    height: 700px;
  }

  .container.features-container {
    height: 600px;
  }

  .container.cta-container {
    height: 700px;
  }

  .container.container-footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container.container-header-subpage {
    padding-bottom: 42px;
  }

  .container.sub-page-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 2px;
  }

  .image {
    width: 48px;
  }

  .header-heading {
    font-size: 24px;
    line-height: 20px;
  }

  .download-buttons-info {
    font-size: 12px;
  }

  .download-button {
    padding: 16px 48px;
    font-size: 16px;
    line-height: 25px;
  }

  .download-button.qr-button {
    width: 58px;
  }

  .download-button.qr-button-footer {
    width: 66px;
  }

  .phone-mockup {
    height: 720px;
    min-height: 720px;
    right: auto;
    transform: translate(90px);
  }

  .header-heading-main {
    margin-bottom: 48px;
    font-size: 48px;
    line-height: 60px;
  }

  .header-paragraph {
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 30px;
  }

  .header-heading-mark-underlay {
    height: 24px;
  }

  .task-sharing-heading {
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 55px;
  }

  .task-sharing-paragraph {
    margin-bottom: 64px;
    font-size: 16px;
    line-height: 30px;
  }

  .task-sharing-features-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .feature-container {
    grid-column-gap: 24px;
  }

  .feature-icon-container {
    width: 88px;
    height: 88px;
  }

  .feature-paragraph {
    max-width: 350px;
    font-size: 12px;
    line-height: 20px;
  }

  .notifications-heading {
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 55px;
  }

  .notifications-features-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-care-groups, .section-color-coding {
    padding: 70px 90px 90px;
  }

  .care-groups-heading, .color-coding-heading {
    font-size: 40px;
    line-height: 55px;
  }

  .care-groups-image-container {
    height: 50%;
  }

  .color-coding-image-container {
    bottom: 70px;
    left: 50px;
    right: 50px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 25px;
  }

  .footer-logo {
    width: 96px;
  }

  .cta-heading {
    font-size: 47px;
    line-height: 60px;
  }

  .cta-download-button {
    padding-left: 72px;
    padding-right: 72px;
    font-size: 20px;
    line-height: 32px;
  }

  .cta-arrow {
    max-width: 100%;
    left: 60%;
  }

  .cta-download-buttons-info {
    font-size: 12px;
  }

  .cta-heading-underlay {
    width: 200px;
    height: 40px;
    left: 50%;
  }

  .arrow {
    top: 80px;
  }

  .sunshine-art {
    width: 48px;
    top: -44px;
    right: -20px;
  }

  .care-groups-image {
    max-height: 300px;
    padding-left: 90px;
  }

  .notification-1-image {
    width: 260px;
    top: 230px;
    right: 320px;
  }

  .notification-2-image {
    width: 320px;
  }

  .notification-3-image {
    width: 180px;
    top: 140px;
    right: 60px;
  }

  .collaboration-video {
    width: 520px;
    height: 300px;
    transform: translate(-48px);
  }

  .heading-2 {
    font-size: 24px;
    line-height: 20px;
  }

  .utility-page-content {
    margin-bottom: 250px;
  }

  .utility-page-form {
    opacity: .2;
  }

  .header-paragraph-subpage {
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 30px;
  }

  .subpage-heading {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 55px;
  }

  .header-heading-main-subpage {
    margin-bottom: 48px;
    font-size: 48px;
    line-height: 60px;
  }

  .delete-button-container {
    flex-wrap: wrap;
  }

  .download-button-disabled {
    padding: 16px 48px;
    font-size: 16px;
    line-height: 25px;
  }

  .cookie-banner-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .phone-mockup-spdline {
    height: 720px;
    min-height: 720px;
    right: auto;
    transform: translate(90px);
  }

  .phone-mockup-spline {
    height: 600px;
    min-height: 600px;
    top: -20px;
    right: 10px;
    transform: translate(90px);
  }
}

@media screen and (max-width: 991px) {
  .container.features-container {
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: -24px;
  }

  .nav-menu.nav-menu-left {
    right: 58%;
  }

  .nav-menu.nav-menu-right {
    left: 58%;
  }

  .header-heading {
    font-size: 18px;
    line-height: 14px;
  }

  .download-buttons-info {
    font-size: 10px;
    line-height: 14px;
  }

  .download-button.qr-button-footer {
    width: 52px;
  }

  .phone-mockup {
    display: block;
    right: auto;
    transform: translate(-20px);
  }

  .header-heading-main {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 48px;
  }

  .header-paragraph {
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 26px;
  }

  .header-heading-mark-underlay {
    height: 16px;
  }

  .task-sharing-heading {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 40px;
  }

  .task-sharing-paragraph {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 26px;
  }

  .task-sharing-features-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-icon-container {
    width: 72px;
    height: 72px;
  }

  .feature-paragraph {
    font-size: 10px;
    line-height: 16px;
  }

  .notifications-heading {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 40px;
  }

  .notifications-features-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-care-groups {
    min-height: 400px;
    margin-left: 0;
  }

  .section-color-coding {
    height: 400px;
    margin-right: 0;
  }

  .care-groups-heading, .color-coding-heading {
    font-size: 28px;
    line-height: 40px;
  }

  .care-groups-image-container {
    bottom: 10px;
  }

  .color-coding-image-container {
    bottom: 30px;
  }

  .footer-link {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .cta-heading {
    font-size: 32px;
    line-height: 48px;
  }

  .cta-download-button {
    padding: 12px 48px;
  }

  .cta-arrow {
    left: 45%;
  }

  .cta-download-buttons-info {
    font-size: 10px;
    line-height: 14px;
  }

  .cta-image-container {
    width: 365px;
  }

  .cta-heading-underlay {
    width: 140px;
    height: 24px;
    top: 18px;
    left: 41.5%;
  }

  .arrow, .sunshine-art {
    display: none;
  }

  .color-coding-image {
    height: 250px;
    max-height: 40%;
  }

  .cat-cta-look-image {
    width: 33%;
    left: 0;
  }

  .notification-1-image {
    width: 180px;
    right: 285px;
  }

  .notification-2-image {
    width: 250px;
    right: 10px;
  }

  .notification-3-image {
    width: 140px;
    top: 110px;
    right: 80px;
  }

  .collaboration-video {
    width: 312px;
    height: 180px;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 14px;
  }

  .header-paragraph-subpage {
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 26px;
  }

  .subpage-heading {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 40px;
  }

  .header-heading-main-subpage {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 48px;
  }

  .cookie-banner-paragraph {
    font-size: 10px;
    line-height: 16px;
  }

  .phone-mockup-spdline {
    right: auto;
    transform: translate(-20px);
  }

  .phone-mockup-spline {
    display: none;
    top: 0;
    right: -40px;
    transform: translate(-20px);
  }
}

@media screen and (max-width: 767px) {
  .container.sub-page-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 24px;
  }

  .popup, .popup-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .container.container-header {
    grid-row-gap: 48px;
    flex-direction: column;
    height: auto;
    padding: 0 32px 32px;
  }

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

  .container.task-sharing-container {
    grid-row-gap: 48px;
    flex-direction: column;
    height: auto;
    padding: 0 32px;
  }

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

  .container.container-footer {
    padding: 8px 24px;
  }

  .container.container-header-subpage {
    grid-row-gap: 48px;
    flex-direction: column;
    height: auto;
    padding: 0 32px;
  }

  .container.sub-page-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    height: auto;
    padding: 0 32px;
  }

  .nav-menu.nav-menu-left {
    right: 64%;
  }

  .nav-menu.nav-menu-right {
    left: 64%;
  }

  .header-left-container {
    z-index: 3;
  }

  .header-heading {
    font-size: 20px;
    line-height: 16px;
  }

  .download-button {
    text-align: center;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    box-shadow: 0 0 48px rgba(115, 105, 38, .5);
  }

  .download-button.qr-button, .download-button.qr-button-footer {
    display: none;
  }

  .phone-mockup {
    width: 160%;
    height: auto;
    min-height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .header-right-container {
    min-height: 680px;
  }

  .header-heading-main {
    white-space: normal;
    font-size: 30px;
    line-height: 40px;
  }

  .header-paragraph {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .download-button-container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-image: linear-gradient(rgba(255, 248, 204, 0), #fff 82%);
    border-top: 1px solid #fff;
    border-radius: 0;
    width: 100%;
    padding: 12px 32px;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 32px rgba(25, 25, 20, .1);
  }

  .header-heading-container {
    max-height: 30px;
  }

  .task-sharing-left-col {
    margin-right: 0;
  }

  .task-sharing-paragraph {
    font-size: 14px;
    line-height: 27px;
  }

  .feature-paragraph {
    font-size: 11px;
    line-height: 18px;
  }

  .notifications-right-col {
    margin-left: 30px;
  }

  .section-care-groups {
    min-height: 350px;
    padding: 24px 32px 32px;
  }

  .section-color-coding {
    height: 350px;
    padding: 24px 32px 32px;
  }

  .care-groups-heading {
    text-align: center;
    white-space: normal;
  }

  .color-coding-heading {
    white-space: normal;
  }

  .color-coding-image-container {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .cta-circles {
    max-width: none;
    height: 100%;
  }

  .footer-link {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-logo {
    width: 72px;
  }

  .cta-heading {
    font-size: 20px;
    line-height: 32px;
  }

  .cta-arrow {
    max-width: 50%;
    display: none;
  }

  .cta-image-container {
    height: 30px;
  }

  .cta-heading-underlay {
    width: 120px;
    height: 24px;
    top: 12px;
    left: 35%;
  }

  .cta-image {
    width: 100%;
    padding-left: 40px;
    padding-right: 50px;
    bottom: -100px;
  }

  .girl-dog-image {
    max-width: 100%;
    height: auto;
  }

  .color-coding-image {
    height: 200px;
  }

  .care-groups-image {
    max-height: 200px;
  }

  .cat-cta-look-image {
    display: none;
  }

  .notification-1-image {
    width: 50%;
    top: auto;
    bottom: 15%;
    left: -13%;
    right: auto;
  }

  .notification-2-image {
    width: 60%;
    right: -5%;
  }

  .notification-3-image {
    width: 35%;
    top: 25%;
    right: 10%;
  }

  .collaboration-video {
    transform: translate(0);
  }

  .heading-2 {
    font-size: 20px;
    line-height: 16px;
  }

  .text-span, .text-span-2 {
    white-space: nowrap;
  }

  .text-span-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .utility-page-wrap {
    padding: 32px;
  }

  .header-paragraph-subpage {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 26px;
  }

  .header-paragraph-subpage.paragraph-header {
    margin-bottom: 0;
  }

  .header-heading-main-subpage {
    white-space: normal;
    font-size: 30px;
    line-height: 40px;
  }

  .delete-account-heading {
    font-size: 40px;
  }

  .download-button-disabled {
    text-align: center;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    box-shadow: 0 0 48px rgba(115, 105, 38, .5);
  }

  .open-app-link-embed, .download-button-container-container {
    width: 100%;
  }

  .consentpopup {
    flex-wrap: wrap;
  }

  .cookie-banner-paragraph {
    font-size: 11px;
    line-height: 18px;
  }

  .phone-mockup-spdline {
    width: 160%;
    height: auto;
    min-height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .phone-mockup-spline {
    width: 160%;
    height: 160%;
    min-height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .text-span-4 {
    display: inline;
  }
}

#w-node-_75935249-2466-76d2-5d0e-33954e43a45d-5e0bc1ba {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-_31cb3b88-bc99-d8ed-5422-abc51c7e08bd-5e0bc1ba {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-e9aaebc9-c61d-8024-a672-58e231bdb956-5e0bc1ba {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: end;
}

#w-node-_07f74780-9825-9baa-8db8-84b87b17e195-5e0bc1ba, #w-node-e2376c62-da93-e6af-554a-6842338717d3-5e0bc1ba, #w-node-_4fea6a13-cef2-2667-2ff9-09441260dd18-5e0bc1ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95c55a8d-6a8d-5833-846b-59480964be02-5e0bc1ba {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_8de9bfd0-6629-e850-97f6-50b3867d7e50-5e0bc1ba {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_9bb808b4-0951-7489-f11d-dd632bf90979-5e0bc1ba {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_9bb808b4-0951-7489-f11d-dd632bf9097a-5e0bc1ba {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-d86b1d19-8fda-fee1-6852-d9a35b719a1a-5e0bc1ba {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_29584f47-4964-df59-3ca2-aedda8f1d8ec-5e0bc1ba {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_637fd3c5-c44c-6ceb-fc9b-5a1e567d86a1-5e0bc1ba, #w-node-_7375e056-f84e-0862-150e-d6739776212a-5e0bc1ba {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8210663f-28cb-342e-4424-743757eaac77-5e0bc1ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f44f838-500a-1652-bdcc-70fbd1884850-d188484d, #w-node-dc86238e-0d7e-9641-3e0f-bbe006db0a89-0f3e1259 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-dc86238e-0d7e-9641-3e0f-bbe006db0a8e-0f3e1259 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-dc86238e-0d7e-9641-3e0f-bbe006db0aa4-0f3e1259, #w-node-dc86238e-0d7e-9641-3e0f-bbe006db0aa5-0f3e1259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


