@font-face {
  font-family: Priego Webfont;
  src: url('../fonts/priego-semibold-webfont.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Priego Webfont;
  src: url('../fonts/priego-regular-webfont.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --light-green: #ddff7e;
  --dark-green-text: #002e25;
  --primary-green: #d0f869;
  --button-hover: #d7ff96;
  --black: black;
  --background-grey: #1f1f1f;
  --danger: #ff5457;
  --line-grey: #3c3b3b;
}

body {
  color: var(--white);
  text-align: center;
  background-color: #0c0c0c;
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

p {
  color: #fffc;
  max-width: 760px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
}

label {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

strong {
  font-weight: bold;
}

.offer-bar {
  background-color: var(--light-green);
  color: var(--dark-green-text);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.semi-bold {
  font-weight: 600;
}

.nav {
  z-index: 99;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.logo {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-emblem {
  flex: none;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
}

.logo-type {
  flex: none;
  width: 106px;
  margin-bottom: 1px;
  position: relative;
}

.nav-links {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.small-outline-button {
  color: var(--white);
  border: 1.5px solid #6e6e6a;
  border-radius: 11px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.small-outline-button:hover {
  border-color: #fff;
}

.container {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.narrow {
  max-width: 880px;
}

.hero-upper {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  position: static;
}

.double-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.hero-button {
  background-color: var(--primary-green);
  color: var(--dark-green-text);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 50px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.hero-button:hover {
  background-color: var(--button-hover);
  color: var(--black);
}

.hero-button.secondary {
  color: var(--white);
  background-color: #0000;
  border: 2px solid #92928e;
  font-weight: 500;
}

.hero-button.secondary:hover {
  border-color: var(--white);
}

.hero-arrow {
  color: #6e6e6a;
  position: absolute;
  top: 22px;
  right: -108px;
}

.meeting-mockup {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--background-grey);
  border-radius: 60px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  padding: 36px;
  display: grid;
  position: relative;
}

.video-wrapper {
  border-radius: 28px;
  outline: 3px solid #0c0c0c;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.meeting-name {
  z-index: 2;
  background-color: #0c0c0c;
  border-radius: 20px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.hero-section {
  flex-flow: column;
  flex: none;
  width: 100%;
  display: flex;
  position: relative;
}

.cycle-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.cycle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 920px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.cycle-animation {
  color: #6d6d68;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.cycle-animation.mobile {
  display: none;
}

.cycle-cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: -84px;
  display: grid;
  position: absolute;
}

.cycle-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cycle-icon {
  outline-offset: 0px;
  background-color: #252525;
  border-radius: 22px;
  outline: 5px solid #0c0c0c;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  overflow: hidden;
}

.sub-title {
  color: #fff;
  max-width: 560px;
  margin-bottom: 0;
  font-family: Priego Webfont, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
}

.content-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 640px;
  display: grid;
}

.content-block.gap-16px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.content-block.section-above-pricing {
  margin-bottom: 140px;
}

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

.quote-section {
  background-color: var(--background-grey);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 60px 80px 56px;
  font-size: 30px;
  display: flex;
  position: relative;
}

.quote-section.section {
  background-color: #1f1f1f;
  border: 2px solid #000;
}

.quote-text {
  color: var(--white);
  flex: none;
  margin-bottom: 36px;
  font-size: 26px;
  line-height: 1.4em;
}

.small-button-icon {
  border-radius: 6px;
  width: 24px;
  height: 24px;
  margin-left: -8px;
  margin-right: 8px;
}

.max-500px-width {
  max-width: 500px;
  margin-bottom: 0;
}

.progress-ring {
  width: 100%;
  display: flex;
  position: relative;
  transform: scale(-1, 1);
}

.accountability-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.accountability-content {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
  position: absolute;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Priego Webfont, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-1 {
  flex: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Priego Webfont, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.23em;
}

.how-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.how-cols {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.how-card {
  flex-flow: column;
  display: flex;
}

.card-photo-outer {
  border-radius: 32px;
  margin-bottom: 8px;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.card-content {
  flex-flow: column;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.heading-3 {
  font-size: 24px;
  line-height: 1.3em;
  position: relative;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-text {
  font-size: 18px;
}

.percentage-symbol {
  font-family: Sora, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.packages-section {
  grid-column-gap: 108px;
  grid-row-gap: 108px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.packages-section.section {
  padding-top: 60px;
}

.toggle {
  border: 1.5px solid #575753;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 54px;
  padding: 6px;
  font-size: 16px;
  line-height: 1em;
  display: flex;
  position: relative;
}

.toggle-button {
  cursor: pointer;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 1px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.toggle-button.current {
  background-color: #252525;
}

.toggle-offer {
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  margin-left: 10px;
  margin-right: -20px;
  padding: 6px 8px 6px 9px;
  font-size: 15px;
  display: flex;
}

.packages-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 2px solid #575753;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-size: 17px;
  display: grid;
  position: relative;
}

.packages-row.no-border {
  border: 1px #000;
}

.package-title {
  color: #fff;
  letter-spacing: .2px;
  max-width: 560px;
  margin-bottom: 0;
  font-family: Priego Webfont, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.package-title.underline {
  line-height: 1.1em;
}

.packages-col {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.packages-col.left-align {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-right: 28px;
}

.packages-col.left-align.header {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.packages-col.header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  padding-top: 26px;
  padding-bottom: 24px;
}

.packages-col.header.standard, .packages-col.header.extra {
  padding-left: 20px;
  padding-right: 20px;
}

.packages-col.standard {
  background-color: #181818;
  justify-content: center;
  align-items: center;
}

.packages-col.standard.bottom {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.packages-col.extra {
  background-color: #252525;
  justify-content: center;
  align-items: center;
}

.packages-col.extra.bottom {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.packages-col.bottom {
  padding-bottom: 18px;
}

.launch-offer-text {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  flex: none;
  width: 24px;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
}

.package-grey-text {
  max-width: 260px;
  margin-top: 9px;
  margin-bottom: 26px;
  font-size: 17px;
}

.package-price {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.package-button {
  background-color: var(--primary-green);
  color: var(--dark-green-text);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.package-button:hover {
  background-color: var(--button-hover);
  color: var(--black);
}

.packages-table {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.included-icon {
  width: 24px;
  height: 24px;
}

.bottom-cta-text {
  color: var(--white);
  flex: none;
  margin-bottom: 4px;
  font-size: 26px;
  line-height: 1.4em;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #575753;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 84px;
  padding-left: 24px;
  padding-right: 28px;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.footer-links {
  color: var(--white);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-outer {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-bottom: 52px;
  display: grid;
  position: relative;
}

.copyright-text {
  color: #fff6;
  font-size: 15px;
  font-weight: 300;
}

.footer-link {
  color: var(--white);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.footer-link:hover {
  color: var(--light-green);
}

.hero-image {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 0%;
  flex: none;
}

.section {
  margin-bottom: 160px;
}

.cta-button {
  background-color: var(--primary-green);
  color: var(--dark-green-text);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-button.secondary {
  border: 2px solid var(--light-green);
  color: var(--white);
  background-color: #0000;
  border-radius: 12px;
  width: 200px;
  font-weight: 500;
  transition: all .2s;
}

.cta-button.secondary:hover {
  border-color: var(--white);
}

.hero-video {
  z-index: 1;
  filter: saturate(109%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-video.iphone {
  flex: none;
  height: 100%;
}

.status-bar {
  position: absolute;
  inset: 0% 0% auto;
}

.accountability-heading {
  flex: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Priego Webfont, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.23em;
}

.accountability-quote-text {
  color: var(--white);
  flex: none;
  margin-bottom: 36px;
  font-size: 26px;
  line-height: 1.4em;
}

.gov-quote {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.underline {
  border-bottom: 2px solid var(--light-green);
  margin-bottom: -2px;
}

.checkout-wrapper {
  display: flex;
  position: absolute;
  inset: 0%;
}

.sidebar {
  text-align: left;
  background-color: #1b1b1b;
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: 440px;
  padding: 40px;
  display: flex;
  position: relative;
}

.checkout-back-button {
  color: var(--white);
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.checkout-back-button:hover {
  color: var(--light-green);
}

.checkout-back-button.mobile {
  display: none;
}

.back-arrow-icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.package-selector {
  flex-flow: column;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 28px;
  display: flex;
}

.package-selector.mobile {
  margin-bottom: 0;
}

.field-wrapper {
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.dropdown {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: 2px solid #3c3b3b;
  border-radius: 12px;
  flex: none;
  height: 46px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
}

.dropdown:hover {
  border-color: #a3a3a3;
}

.dropdown-arrow {
  color: #fff9;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 47.5px;
  left: auto;
  right: 12px;
}

.add-partner-row {
  color: #fffc;
  cursor: pointer;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14.5px;
  display: flex;
  position: relative;
}

.add-partner-button {
  color: var(--primary-green);
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 14.5px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.add-partner-button:hover {
  color: #dfffac;
}

.remove-row-icon {
  color: var(--danger);
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  display: flex;
}

.remove-partner-row {
  color: #fff;
  cursor: pointer;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14.5px;
  display: flex;
  position: relative;
}

.remove-partner-row.hide {
  display: none;
}

.field-label {
  margin-left: 2px;
}

.sidebar-feature {
  text-align: left;
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.sidebar-feature.mobile {
  display: none;
}

.package-feature {
  color: #fff9;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 9px;
  font-size: 14.5px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.feature-check {
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.checkout-body {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 36px 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.checkout-container {
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  width: 90%;
  max-width: 840px;
  display: flex;
}

.payment-table {
  border: 2px solid var(--line-grey);
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px 16px 16px;
  display: flex;
  position: relative;
}

.checkout-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Priego Webfont, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

.payment-header {
  flex: none;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.commitment-text {
  color: #fffc;
  margin-left: auto;
  font-size: 15px;
  font-weight: 400;
}

.payment-row {
  color: #fffc;
  background-color: #202020;
  border-radius: 10px;
  flex: none;
  align-items: center;
  height: 44px;
  margin-top: 12px;
  padding: 12px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.payment-row.info {
  color: var(--primary-green);
  background-color: #5e6b3b40;
  justify-content: center;
  align-items: center;
}

.row-price {
  color: var(--white);
  margin-left: auto;
  font-weight: 400;
}

.payment-section {
  margin-top: 2px;
  margin-bottom: 20px;
}

.pay-button {
  background-color: var(--primary-green);
  color: var(--dark-green-text);
  cursor: pointer;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-top: 12px;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pay-button:hover {
  background-color: var(--button-hover);
  color: var(--black);
}

.secure-payment {
  width: 150px;
  margin: 24px auto 14px;
  position: relative;
}

.checkout-smallprint {
  border-bottom: 2px solid var(--line-grey);
  color: #ffffffe6;
  text-align: left;
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 48px 8px;
  font-size: 17px;
  display: flex;
}

.checkout-smallprint.last {
  border-bottom-style: none;
}

.checkout-block-text {
  flex: none;
  max-width: none;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14.5px;
}

.email-link {
  color: var(--primary-green);
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}

.mobile-package-cols {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.mobile-packages-wrapper {
  flex: none;
  width: 100%;
  display: none;
}

.add-partner-wrapper {
  flex-flow: column;
  flex: none;
  width: 100%;
  margin-top: 4px;
  display: flex;
  position: relative;
}

.welcome-header {
  padding-top: 80px;
  padding-bottom: 68px;
  position: relative;
}

.welcome-logo {
  flex: none;
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  position: relative;
}

.welcome-logo-type {
  flex: none;
  width: 144px;
  margin-bottom: 3px;
  margin-left: 8px;
  position: relative;
}

.welcome-title {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-family: Priego Webfont, Arial, sans-serif;
  font-size: 30px;
  line-height: 1em;
  display: flex;
  position: relative;
}

.welcome-body {
  background-color: #1b1b1b;
  border-radius: 40px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.welcome-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Priego Webfont, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.welcome-row {
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.welcome-row-content {
  text-align: left;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  max-width: 440px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.welcome-row-heading {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  position: relative;
}

.welcome-text {
  font-size: 16px;
}

.welcome-text.header-text {
  max-width: 600px;
  margin-top: 8px;
  font-size: 17px;
}

.welcome-row-graphic {
  flex: none;
  width: 360px;
  margin-left: 60px;
}

.welcome-row-graphic.left-side {
  margin-left: 0;
  margin-right: 60px;
}

.welcome-footer {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.close-text {
  color: #ffffffb3;
  background-color: #ffffff14;
  border-radius: 14px;
  margin-top: 80px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.row-saving {
  color: var(--primary-green);
  margin-left: auto;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  p {
    max-width: 85vw;
    font-size: 19px;
  }

  .offer-bar {
    height: 36px;
  }

  .nav {
    height: 68px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .logo.footer-logo {
    margin-left: -6px;
  }

  .small-outline-button {
    font-size: 14px;
  }

  .container {
    grid-auto-rows: 1fr;
    width: 94%;
    max-width: none;
  }

  .hero-button {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }

  .hero-arrow {
    right: -100px;
  }

  .meeting-mockup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 52px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 84vw;
    padding: 4vw;
    display: flex;
  }

  .video-wrapper {
    flex: none;
    width: 52%;
    height: 36vw;
  }

  .video-wrapper.app {
    width: auto;
    height: 76vw;
    position: absolute;
    inset: 4vw 4vw 4vw auto;
  }

  .meeting-name {
    font-size: 12px;
    bottom: 2vw;
    left: 2vw;
  }

  .hero-section {
    position: relative;
  }

  .cycle-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .cycle-wrapper {
    font-size: 1.8vw;
  }

  .cycle-cols {
    width: 95%;
    margin-top: -9vw;
  }

  .cycle-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 12px;
  }

  .sub-title {
    font-size: 30px;
  }

  .content-block.section-above-pricing {
    margin-bottom: 120px;
  }

  .quote-section {
    padding: 52px;
  }

  .quote-text {
    font-size: 24px;
  }

  .progress-ring {
    flex: none;
    width: 110%;
  }

  .accountability-section {
    width: 100vw;
    overflow: hidden;
  }

  .accountability-content {
    max-width: 60%;
  }

  .heading-2 {
    font-size: 34px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .how-cols {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .how-card {
    width: 40vw;
    margin-bottom: 52px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .how-card.last {
    margin-bottom: 0;
  }

  .card-photo-outer {
    border-radius: 24px;
  }

  .card-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .percentage-symbol {
    font-size: 33px;
  }

  .toggle {
    max-width: 480px;
    height: 52px;
    padding: 5px;
    font-size: 15px;
  }

  .toggle-button {
    border-radius: 10px;
  }

  .toggle-offer {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .packages-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 15px;
  }

  .package-title {
    font-size: 20px;
  }

  .packages-col.left-align {
    padding-right: 0;
  }

  .packages-col.left-align.header {
    padding-right: 12px;
  }

  .packages-col.header.standard, .packages-col.header.extra {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image {
    width: 22px;
  }

  .package-grey-text {
    font-size: 16px;
  }

  .package-price {
    font-size: 20px;
  }

  .package-button {
    border-radius: 8px;
    height: 40px;
    font-size: 15px;
  }

  .included-icon {
    width: 24px;
    height: 24px;
  }

  .footer {
    border-radius: 40px;
    flex-flow: column;
    height: auto;
    padding-top: 28px;
    padding-bottom: 32px;
    padding-right: 24px;
  }

  .footer-links {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-right: 0;
  }

  .footer-link {
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-image {
    object-position: 50% 10%;
    width: 100%;
    height: 100%;
  }

  .section {
    margin-bottom: 120px;
  }

  .cta-button {
    border-radius: 8px;
    height: 40px;
    font-size: 15px;
  }

  .cta-button.secondary {
    height: 44px;
  }

  .hero-video {
    height: 150%;
    top: auto;
  }

  .hero-video.coach {
    top: -9%;
    bottom: auto;
  }

  .accountability-heading {
    font-size: 40px;
  }

  .accountability-quote-text {
    font-size: 24px;
  }

  .sidebar {
    display: none;
  }

  .checkout-back-button.mobile {
    display: flex;
  }

  .field-wrapper {
    margin-bottom: 24px;
  }

  .dropdown:hover {
    border-color: #3c3b3b;
  }

  .add-partner-row {
    justify-content: flex-start;
    align-items: center;
  }

  .add-partner-button {
    margin-right: 16px;
  }

  .remove-row-icon {
    margin-right: 8px;
  }

  .remove-partner-row {
    justify-content: flex-start;
    padding-left: 4px;
    padding-right: 4px;
  }

  .sidebar-feature {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
    display: grid;
  }

  .sidebar-feature.mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .payment-table {
    margin-top: 28px;
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .checkout-heading {
    font-size: 30px;
  }

  .payment-header {
    padding-left: 6px;
    padding-right: 6px;
  }

  .checkout-smallprint {
    border-top: 2px solid var(--line-grey);
    border-bottom-style: none;
  }

  .mobile-package-cols {
    grid-row-gap: 2px;
  }

  .mobile-packages-wrapper {
    flex-flow: column;
    display: flex;
  }

  .welcome-header {
    padding-bottom: 48px;
  }

  .welcome-body {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .welcome-heading {
    font-size: 30px;
  }

  .welcome-heading.underline {
    margin-bottom: 16px;
  }

  .welcome-row-heading {
    font-size: 22px;
  }

  .welcome-text {
    font-size: 15px;
  }

  .welcome-row-graphic {
    width: 44%;
    margin-top: 8px;
    margin-left: 40px;
  }

  .welcome-row-graphic.left-side {
    margin-right: 40px;
  }

  .welcome-footer {
    padding-top: 40px;
  }

  .close-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }

  .offer-bar {
    font-size: 13px;
  }

  .hero-upper {
    width: 100vw;
    margin-left: -3vw;
    padding: 60px 5vw;
    overflow: hidden;
  }

  .double-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: center;
    width: 100%;
  }

  .hero-button {
    width: 300px;
  }

  .hero-arrow {
    margin-left: 170px;
    top: 80px;
    left: 50%;
    right: auto;
  }

  .cycle-wrapper {
    margin-bottom: 10vw;
    font-size: 14px;
  }

  .cycle-animation.desktop {
    display: none;
  }

  .cycle-animation.mobile {
    display: block;
  }

  .cycle-cols {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 6vw;
  }

  .cycle-icon {
    border-radius: 18px;
    margin-bottom: 3vw;
  }

  .sub-title {
    font-size: 28px;
  }

  .content-block.gap-16px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-block.section, .content-block.section-above-pricing {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .text-span {
    display: inline;
  }

  .quote-section.section {
    padding: 40px 28px;
  }

  .quote-text {
    font-size: 20px;
  }

  .progress-ring {
    width: 120%;
  }

  .accountability-content {
    max-width: 70%;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-1 {
    font-size: 36px;
  }

  .card-text {
    font-size: 16px;
  }

  .percentage-symbol {
    font-size: 28px;
  }

  .packages-section.section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .toggle {
    max-width: none;
  }

  .packages-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: none;
    border-top-color: #575753;
    border-bottom: 2px solid #575753;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .packages-row.no-border {
    border-bottom: 2px solid #575753;
    display: flex;
  }

  .packages-col.left-align {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
  }

  .packages-col.left-align.header {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 12px;
    padding-bottom: 32px;
    padding-left: 12px;
  }

  .packages-col.header.standard {
    border-top-right-radius: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .packages-col.header.extra {
    border-top-left-radius: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .packages-col.standard {
    flex: none;
    width: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 300;
  }

  .packages-col.standard.bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .packages-col.extra {
    flex: none;
    width: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 300;
  }

  .packages-col.extra.bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .package-grey-text {
    max-width: none;
    margin-bottom: 16px;
  }

  .bottom-cta-text {
    max-width: 90vw;
    font-size: 24px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links {
    flex-flow: wrap;
    font-size: 15px;
  }

  .copyright-text {
    font-size: 14px;
  }

  .footer-link {
    margin-bottom: 12px;
  }

  .accountability-heading {
    font-size: 36px;
  }

  .accountability-quote-text {
    font-size: 20px;
  }

  .checkout-back-button.mobile {
    margin-bottom: 28px;
  }

  .field-wrapper {
    margin-bottom: 20px;
  }

  .dropdown {
    font-size: 14px;
  }

  .add-partner-row {
    justify-content: space-between;
    padding-right: 12px;
  }

  .add-partner-text {
    margin-top: .5px;
  }

  .sidebar-feature.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .package-feature {
    font-size: 14px;
  }

  .checkout-body {
    padding: 24px 0;
  }

  .payment-table {
    margin-top: 24px;
  }

  .checkout-heading {
    font-size: 30px;
  }

  .payment-header {
    font-size: 15px;
  }

  .commitment-text, .payment-row {
    font-size: 14px;
  }

  .secure-payment {
    width: 140px;
  }

  .checkout-smallprint {
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 16px;
  }

  .checkout-block-text {
    font-size: 14px;
  }

  .mobile-package-cols {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .welcome-header {
    padding-top: 52px;
  }

  .welcome-logo {
    width: 36px;
    height: 36px;
  }

  .welcome-logo-type {
    width: 136px;
  }

  .welcome-title {
    font-size: 28px;
  }

  .welcome-body {
    border-radius: 28px;
    padding-top: 52px;
    padding-bottom: 40px;
  }

  .welcome-heading {
    font-size: 30px;
  }

  .welcome-heading.underline {
    font-size: 24px;
  }

  .welcome-row {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 32px;
  }

  .welcome-row-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .welcome-row-heading {
    font-size: 19px;
  }

  .welcome-text {
    font-size: 16px;
  }

  .welcome-text.header-text {
    max-width: 90%;
    font-size: 16px;
  }

  .welcome-row-graphic {
    width: 100%;
    max-width: 360px;
    margin-top: 20px;
    margin-left: 0;
  }

  .welcome-row-graphic.left-side {
    order: 1;
    margin-right: 0;
  }

  .close-text {
    margin-top: 60px;
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  p {
    max-width: 90vw;
    font-size: 16px;
  }

  .offer-bar {
    height: auto;
    padding: 9px 4px;
    font-size: 12.5px;
  }

  .nav {
    height: 56px;
  }

  .logo-emblem {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }

  .logo-emblem.footer-logo {
    margin-right: 0;
  }

  .logo-type {
    width: 96px;
  }

  .logo-type.footer-logotype {
    display: none;
  }

  .nav-links {
    margin-bottom: 1px;
  }

  .small-outline-button {
    border-radius: 9px;
    height: 36px;
    font-size: 13px;
  }

  .hero-upper {
    width: 100%;
    margin-left: 0;
    padding: 40px 0 0;
  }

  .double-buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 88%;
    margin-top: 28px;
  }

  .hero-button {
    border-radius: 10px;
    width: 100%;
    height: 44px;
    font-size: 15px;
  }

  .hero-arrow {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 60px;
    margin-left: -30px;
    display: none;
    top: 140px;
    left: 50%;
    overflow: hidden;
    transform: rotate(37deg);
  }

  .meeting-mockup {
    border-radius: 0;
    width: 100vw;
    height: 102vw;
    margin-left: -3vw;
    padding: 6vw 5vw;
  }

  .video-wrapper {
    border-radius: 5vw;
    outline-width: 2px;
    width: 48%;
    height: 42.5vw;
  }

  .video-wrapper.app {
    border-radius: 4vw;
    outline-width: 2px;
    width: 41.7vw;
    height: 90.3vw;
    margin-top: auto;
    margin-bottom: auto;
    top: 6vw;
    bottom: 5vw;
  }

  .cycle-section.section {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
  }

  .cycle-wrapper {
    margin-bottom: 12vw;
  }

  .cycle-cols {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    margin-top: 5vw;
  }

  .cycle-icon {
    border-radius: 14px;
    width: 52px;
    height: 52px;
    margin-bottom: 2vw;
  }

  .sub-title {
    max-width: 90%;
    font-size: 24px;
  }

  .content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-block.section-above-pricing {
    margin-bottom: 80px;
  }

  .quote-section.section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .quote-text {
    font-size: 22px;
  }

  .progress-ring {
    width: 600px;
  }

  .accountability-content {
    max-width: 90%;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-2.max-500px-width {
    max-width: 90%;
  }

  .heading-1 {
    font-size: 34px;
  }

  .how-section.section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .how-cols {
    width: 98%;
  }

  .how-card {
    flex-flow: row;
    width: 100%;
    margin-bottom: 24px;
  }

  .card-photo-outer {
    border-radius: 20px;
    flex: none;
    width: 35%;
    height: 164px;
    padding-top: 0%;
  }

  .card-content {
    text-align: left;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 0;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 18px;
  }

  .toggle {
    border-radius: 24px;
    height: 48px;
    padding: 4px;
    font-size: 14px;
  }

  .toggle-button {
    border-radius: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .toggle-offer {
    letter-spacing: -.2px;
    border-radius: 20px;
    margin-left: 7px;
    margin-right: -10px;
    padding-left: 8px;
    padding-right: 7px;
    font-size: 12px;
  }

  .packages-row {
    border: 1px solid #474745;
    border-top-style: none;
    line-height: 1.2em;
  }

  .packages-row.no-border {
    border-bottom-width: 1px;
    border-bottom-color: #474745;
  }

  .packages-row.last-row {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    overflow: hidden;
  }

  .package-title {
    font-size: 19px;
  }

  .packages-col.left-align {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .packages-col.header.standard {
    border-top: 1px solid #474745;
    border-left: 1px solid #474745;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .packages-col.header.extra {
    border-top: 1px solid #474745;
    border-right: 1px solid #474745;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .packages-col.standard, .packages-col.extra {
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .package-grey-text {
    font-size: 15px;
  }

  .package-button {
    width: 100%;
  }

  .bottom-cta-text {
    font-size: 22px;
  }

  .footer {
    border-width: 1px;
    border-color: #474745;
    border-radius: 28px;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center start;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0;
    display: grid;
  }

  .footer-outer {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    margin-bottom: 40px;
  }

  .footer-link {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile {
    display: none;
  }

  .accountability-heading {
    font-size: 30px;
  }

  .accountability-quote-text {
    font-size: 20px;
  }

  .dropdown {
    border-width: 1.5px;
  }

  .add-partner-row {
    margin-top: 0;
  }

  .package-feature {
    margin-bottom: 6px;
  }

  .payment-table {
    border-width: 1.5px;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .checkout-heading {
    font-size: 28px;
  }

  .payment-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.6em;
  }

  .commitment-text {
    margin-left: 0;
  }

  .payment-row.info {
    height: auto;
    min-height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1.4em;
  }

  .checkout-smallprint {
    padding-left: 4px;
  }

  .welcome-header {
    padding-top: 48px;
  }

  .welcome-logo-type {
    width: 120px;
    margin-left: 6px;
  }

  .welcome-title {
    flex-flow: wrap;
    font-size: 23px;
  }

  .welcome-body {
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 44px;
  }

  .welcome-heading {
    font-size: 28px;
  }

  .welcome-heading.underline {
    margin-bottom: 0;
    font-size: 22px;
  }

  .welcome-row {
    margin-top: 56px;
    margin-bottom: 20px;
  }

  .welcome-row-heading {
    margin-top: 0;
    font-size: 18px;
  }

  .welcome-text, .welcome-text.header-text {
    font-size: 15px;
  }

  .welcome-row-graphic {
    width: 90%;
  }

  .close-text {
    border-radius: 12px;
    padding: 12px 18px;
  }
}

#w-node-_2ec1b1ce-a7b1-ee72-3ce3-b44d6507dce1-b92c9e36, #w-node-_81d8f502-eabb-09e8-24b4-0a89d74567e6-b92c9e36, #w-node-c587e408-a461-871c-8a47-d490060e4119-b92c9e36, #w-node-a40157b9-b779-b529-69b7-20c394e4e241-b92c9e36, #w-node-_128a70d7-5960-1904-62d0-eaa5acfcf6e1-b92c9e36, #w-node-_58a472d4-b9a2-0564-6415-87d7ad70724d-b92c9e36, #w-node-_900d89df-6970-4e63-6028-36a145e6a992-b92c9e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2ec1b1ce-a7b1-ee72-3ce3-b44d6507dce1-b92c9e36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5783d9c4-2c2d-b55b-e542-0da7522f0995-b92c9e36 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Priego Webfont';
  src: url('../fonts/priego-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Priego Webfont';
  src: url('../fonts/priego-regular-webfont.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}