:root {
  --main-color: #0673f3;
  --bg: #f5f5f3;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.body {
  margin: 62px;
  font-size: 16px;
}

.div-block {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  display: flex;
}

.text-block {
  margin-top: 140px;
}

.div-block-2 {
  background-color: #a6ff00;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
}

.section {
  z-index: 2147483647;
  background-color: red;
  justify-content: center;
  align-items: flex-end;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.section-2 {
  flex-flow: row;
  display: flex;
}

.form {
  width: 100%;
  max-width: 352px;
  margin-top: 0;
}

.link {
  margin-top: 26px;
  display: block;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
  inset: auto 0% 0%;
}

.slide-nav {
  bottom: 214px;
}

.slider {
  width: 100svw;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.slide-2 {
  background-image: url('../images/opening-reception.jpg');
  background-position: 50% 38%;
  background-size: cover;
  position: static;
}

.flex-block {
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 54% 0% 0%;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: center;
  max-width: 400px;
  font-weight: 500;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.heading {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 600;
  position: static;
}

.next-slide {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: 45px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.next-slide:hover {
  background-color: #1a1a1a;
}

.text-block-2 {
  text-align: left;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}

.text-block-3 {
  font-size: 22px;
  font-weight: 500;
}

.right-arrow-copy {
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  inset: auto 0% 5%;
}

.slide-2-copy {
  background-image: url('../images/opening-reception.jpg');
  background-position: 50% 38%;
  background-size: cover;
  position: static;
}

.slide-3 {
  background-color: #6e6e6e;
  background-image: url('../images/opening-doctor.jpg');
  background-position: 50% 36%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.slide-3-copy {
  background-color: #6e6e6e;
  background-image: url('../images/opening-doctor.jpg');
  background-position: 50% 36%;
  background-repeat: no-repeat;
  background-size: 1100px;
  position: static;
}

.slide-4 {
  background-color: #6e6e6e;
  background-image: url('../images/recommendations.jpg');
  background-position: 180%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.link-2 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
}

.link-2.w--current {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
}

.text-span-2 {
  text-decoration: underline;
}

.div-block-5 {
  background-color: #fff;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 29px 24px 24px;
  display: flex;
}

.body-3 {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.submit-button {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  font-size: 16px;
}

.text-field {
  border-radius: 8px;
  height: 45px;
}

.form-block {
  width: 100%;
}

.field-label {
  color: #000;
}

.heading-2 {
  margin-top: -2px;
}

.image {
  margin-bottom: 40px;
}

.div-block-6 {
  width: 550px;
  height: 51px;
}

.div-block-7 {
  background-color: #d86464;
}

.body-4 {
  padding: 32px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.card {
  background-color: #fdfdfd;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  max-width: 450px;
  padding: 20px;
}

.checklist-name {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
}

.description {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.testname {
  text-transform: none;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.importance {
  border-top: 0 #000;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 290px;
  height: 100px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: flex;
}

.harm {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.frame-624 {
  grid-column-gap: 10px;
  background-image: linear-gradient(90deg, #8ed860 0%, #ffe500 48%, red 100%);
  border-radius: 16.6038px;
  justify-content: flex-start;
  align-items: center;
  width: 123.921px;
  height: 33.2077px;
  padding: 9px 54px;
  text-decoration: none;
  display: flex;
}

.rectangle-1480 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.579px;
  height: 14.579px;
  text-decoration: none;
  display: flex;
}

.rectangle-1481 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #fff;
}

.frame-625 {
  grid-column-gap: 10px;
  background-image: linear-gradient(90deg, #8ed860 0%, #ffe500 48%, red 100%);
  border-radius: 16.6038px;
  justify-content: center;
  align-items: center;
  width: 123.921px;
  height: 33.2077px;
  padding: 9px 54px;
  text-decoration: none;
  display: flex;
}

.rectangle-1482 {
  object-fit: fill;
  border: 0 solid #fff;
}

.frame-626 {
  grid-column-gap: 10px;
  background-image: linear-gradient(90deg, #8ed860 0%, #ffe500 48%, red 100%);
  border-radius: 16.6038px;
  justify-content: center;
  align-items: center;
  width: 123.921px;
  height: 33.2077px;
  padding: 9px 54px;
  text-decoration: none;
  display: flex;
}

.frame-627 {
  grid-column-gap: 20px;
  background-image: linear-gradient(90deg, #8ed860, #ffe500 48%, red);
  border-radius: 16.6038px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 35px;
  padding: 9px 0;
  text-decoration: none;
  display: flex;
}

.rectangle-1483, .rectangle-1484 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #fff;
}

.card-2 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text {
  color: #afded0;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18.63px;
  text-decoration: none;
}

.group-620 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 276px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.63px;
  text-decoration: none;
}

.card-3 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-3 {
  color: #afded0;
  letter-spacing: .14em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18.63px;
  text-decoration: none;
}

.text-4 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.text-5 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.63px;
  text-decoration: none;
}

.untitled {
  color: #afded0;
  letter-spacing: .14em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18.63px;
  text-decoration: none;
}

.card-4 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.untitled-2 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.untitled-3 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.63px;
  text-decoration: none;
}

.card-5 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid red;
  border-radius: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.importance-med {
  grid-column-gap: 10px;
  background-image: linear-gradient(90deg, #8ed860 0%, #ffe500 48%, red 100%);
  border-radius: 16.6038px;
  justify-content: center;
  align-items: center;
  width: 123.921px;
  height: 33.2077px;
  padding: 9px 6px;
  text-decoration: none;
  display: flex;
}

.card-6 {
  grid-column-gap: 39px;
  grid-row-gap: 26px;
  background-color: #fff;
  border: 1px #e2e2e2;
  border-radius: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  padding: 35px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.frame-631 {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: var(--main-color);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18.63px;
  text-decoration: none;
}

.text-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.text-8 {
  color: #000;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.63px;
  text-decoration: none;
}

.frame-632 {
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  text-decoration: none;
  display: flex;
}

.first-row {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.importance-2 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-width: 0 1px 1px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 15px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.importance-3 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 0 solid #efefef;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 155px;
  height: 104.766px;
  padding-bottom: 15px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.second-row {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.frame-634 {
  border: 0 solid #efefef;
  border-right: 1px solid #ddd;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.frame-634.last {
  border-right-style: none;
}

.frame-634.left {
  justify-content: flex-start;
  align-items: center;
}

.frame-635 {
  grid-column-gap: 10px;
  border: 0 solid #efefef;
  border-right-width: 1px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 77.5px;
  height: 80px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-636 {
  flex: 1;
  overflow: hidden;
}

.importance-4 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-width: 0 1px 1px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 158px;
  padding-bottom: 15px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.importance-med-2 {
  grid-column-gap: 10px;
  background-image: linear-gradient(90deg, #8ed860 0%, #ffe500 48%, red 100%);
  border-radius: 16.6038px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 9px 6px;
  display: flex;
}

.rectangle-1485 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #fff;
}

.group-630 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44.7656px;
  text-decoration: none;
  display: flex;
}

.rectangle-1486 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #fff;
}

.group-631 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44.7656px;
  text-decoration: none;
  display: flex;
}

.text-grey-header {
  color: #a8a8a8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 13px;
  display: inline-flex;
}

.text-grey-header.high-4 {
  margin-right: 3px;
}

.text-grey-header.low-4 {
  margin-top: 0;
  margin-right: 5px;
  font-size: 13px;
  line-height: 12px;
}

.text-base-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 12.96px;
}

.text-black-header {
  color: #000;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  display: inline-flex;
}

.text-black-header.low-5 {
  width: auto;
  padding-left: 5px;
  display: inline-flex;
}

.importance-med-3 {
  grid-column-gap: 10px;
  background-image: linear-gradient(90deg, #dcf665, #ffe500 48%, #ffbf00);
  border-radius: 16.6038px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 25px;
  padding: 9px 6px;
  text-decoration: none;
  display: flex;
}

.importance-med-3:where(.w-variant-5409615d-fc13-8ec5-9abb-af92fa1f9bd4) {
  justify-content: flex-end;
  align-items: center;
}

.importance-med-3:where(.w-variant-aeb8956c-ee69-c504-aeb9-bbcfcd0127f9) {
  justify-content: flex-start;
  align-items: center;
}

.importance-med-3.high-2 {
  background-image: linear-gradient(90deg, #f6d230, #ff8000 48%, red);
  justify-content: flex-end;
  align-items: center;
}

.importance-med-3.low-2 {
  background-image: linear-gradient(90deg, #68d860, #d9ff00 48%, #fffb00);
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  padding-left: 4px;
}

.rectangle-1487 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #fff;
}

.risk {
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-items: flex-end;
  height: 35px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.risk:where(.w-variant-e4fa53da-262d-8a46-7511-da69e1d50610) {
  justify-content: flex-start;
  align-items: flex-start;
}

.risk:where(.w-variant-63da3eeb-95e1-420b-41b4-130d6ca64200) {
  justify-content: flex-start;
  align-items: flex-end;
}

.risk.med {
  justify-content: flex-start;
  align-items: center;
}

.risk.low {
  justify-content: flex-start;
  align-items: flex-start;
}

.polygon-3 {
  object-fit: fill;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 22px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-637 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-end;
  width: auto;
  height: 22.5503px;
  margin-top: -10px;
  padding-left: 5px;
  padding-right: 7px;
  text-decoration: none;
  display: flex;
}

.bar1 {
  background-color: #97d959;
  border-radius: 10px;
  width: 7px;
  height: 8px;
  overflow: hidden;
}

.bar4 {
  background-color: #f8bf00;
  border-radius: 10px;
  width: 7px;
  height: 15px;
  overflow: hidden;
}

.frame-644 {
  background-color: #ff5801;
  border-radius: 10px;
  width: 7px;
  height: 12px;
  overflow: hidden;
}

.frame-645 {
  background-color: #ff3401;
  border-radius: 10px;
  width: 7px;
  height: 12px;
  overflow: hidden;
}

.frame-646 {
  background-color: #ff0901;
  border-radius: 10px;
  overflow: hidden;
}

.bar2 {
  background-color: #97d959;
  border-radius: 10px;
  width: 7px;
  height: 11px;
  overflow: hidden;
}

.bar3 {
  background-color: #97d959;
  border-radius: 10px;
  width: 7px;
  height: 13px;
  overflow: hidden;
}

.bar5 {
  background-color: #f8bf00;
  border-radius: 10px;
  width: 7px;
  height: 16px;
  overflow: hidden;
}

.bar6 {
  background-color: #f8bf00;
  border-radius: 10px;
  width: 7px;
  height: 17px;
  overflow: hidden;
}

.bar7 {
  background-color: #ff5801;
  border-radius: 10px;
  width: 7px;
  height: 19px;
  overflow: hidden;
}

.bar8 {
  background-color: #ff3401;
  border-radius: 10px;
  width: 7px;
  height: 22px;
  overflow: hidden;
}

.bar9 {
  background-color: #ff3401;
  border-radius: 10px;
  width: 7px;
  height: 24px;
  overflow: hidden;
}

.harm-con {
  border-top: 0 #000;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  flex-flow: column;
  max-width: 200px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: flex;
}

.harm-container {
  border-top: 0 #000;
  border-bottom: 1px solid #ddd;
  border-right: 1px #ddd;
  flex-flow: column;
  width: 100%;
  max-width: 290px;
  height: 100px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.div-block-9 {
  display: flex;
}

.price-number {
  font-size: 16px;
  line-height: 15px;
}

.emoji {
  font-size: 30px;
  line-height: 40px;
}

.div-block-10 {
  padding: 5px;
}

.importance-copy {
  border-top: 0 #000;
  border-bottom: 1px #ddd;
  border-right: 1px #ddd;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 290px;
  height: 100px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: inline-flex;
}

.importance-copy.low {
  height: 60px;
  padding-bottom: 6px;
  line-height: 14px;
}

.importancecontainer {
  border-top: 0 #000;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 290px;
  height: 100px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: flex;
}

.harmconponent {
  border-top: 0 #000;
  border-bottom: 1px #ddd;
  border-right: 1px #ddd;
  flex-flow: column;
  width: 100%;
  max-width: 290px;
  height: 100px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: 2;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 7px;
  width: 450px;
  height: 300px;
  margin: 21px 21px 0;
  overflow: auto;
}

.almost-ready-body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.text-block-4 {
  text-align: center;
  max-width: 350px;
}

.heading-3 {
  margin-top: 20px;
  font-weight: 500;
}

.form-2 {
  border: 1.5px solid #dbdbdb;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px 0;
  display: flex;
}

.text-field-2 {
  color: #000;
  border: 1px #000;
  width: 200px;
  height: 40px;
  margin-bottom: 5px;
  font-size: 16px;
}

.text-field-2::placeholder {
  color: #858585;
}

.submit-button-2 {
  background-color: #000;
  border-radius: 5px;
  width: 110px;
  height: 40px;
  font-size: 16px;
  transition: background-color .375s;
}

.submit-button-2:hover {
  background-color: #363636;
}

.text-block-5 {
  color: #aaa;
  text-align: center;
}

.next-slide-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: 50px;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.next-slide-copy:hover {
  background-color: #292929;
}

.almost-ready {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  display: inline-block;
}

.survey-card {
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 280px;
  max-width: 400px;
  height: 400px;
  padding: 0;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-6 {
  font-weight: 500;
  line-height: 17px;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.survey-description {
  border-radius: 10px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.link-block {
  background-color: var(--main-color);
  color: #fff;
  border: 1px #ff6e6e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
}

.link-block:hover {
  filter: brightness(112%);
}

.text-block-7 {
  border: 1px #000;
}

.image-3 {
  z-index: -1;
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-14 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  display: block;
}

.div-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 45px;
  display: flex;
}

.text-block-8 {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

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

.text-block-3-copy {
  color: #9c9c9c;
  font-size: 16px;
  font-weight: 500;
}

.slider-2 {
  height: 100svh;
}

.slide-5 {
  background-image: url('../images/recommendations.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/opening-doctor.jpg');
  background-position: 0 0;
  background-size: cover;
}

.login-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.div-block-19 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  display: none;
}

.background-video-2 {
  width: 440px;
  height: 320px;
}

.sign-in-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e8faff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 20px 45px 20px 10px;
  display: flex;
}

.image-5 {
  object-fit: contain;
  margin-top: -10px;
  padding-left: 20px;
  padding-right: 30px;
}

.div-block-20 {
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 400;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 25px;
}

.sign-in-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 14px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 250px;
  max-width: 280px;
  height: 55px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  opacity: .55;
}

.paragraph-2 {
  max-width: 550px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 16px;
}

.text-block-10 {
  font-size: 16px;
}

.div-block-21 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  padding-right: 50px;
}

.paragraph-2-copy {
  max-width: 640px;
  line-height: 16px;
}

.image-5-copy {
  object-fit: contain;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-left: 20px;
  padding-right: 30px;
}

.banner-discl-doctor {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fffce7;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 20px 45px 20px 10px;
  display: flex;
}

.banner-discl-health {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fffce7;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 20px 45px 20px 10px;
  display: flex;
  position: relative;
}

.banner-discl-doctor-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffeee7;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 20px 45px 20px 10px;
  display: flex;
  position: relative;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px 20px;
  font-weight: 500;
  display: grid;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-24 {
  display: flex;
}

.div-block-25 {
  flex: 1;
  text-decoration: none;
}

.link-no-decoration {
  color: #000;
  margin-right: 20px;
  text-decoration: none;
}

.link-no-decoration:hover {
  color: var(--main-color);
}

.text-block-11 {
  margin-right: 10px;
  display: inline-block;
}

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

.div-block-26, .div-block-27 {
  display: flex;
}

.image-7 {
  vertical-align: text-top;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: 10px;
  display: block;
}

.compact-card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  margin-top: 0;
  padding: 15px;
  font-family: Wix Madefor Display, sans-serif;
}

.text-block-13 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-weight: 600;
  display: inline-block;
}

.last-time-container {
  margin-left: 0;
  display: inline-block;
}

.image-8 {
  margin-bottom: 2px;
  margin-right: 4px;
}

.text-7-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.desktop-slider-container {
  width: 100%;
  height: 50px;
}

.mobile-slider-container {
  order: 1;
  width: 100%;
  height: 50px;
  display: none;
}

.image-9 {
  padding-left: 3px;
}

.price-number-copy {
  font-size: 20px;
}

.emoji-size {
  font-size: 29px;
  line-height: 33px;
}

.div-block-31 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.div-block-32 {
  position: absolute;
  inset: 20px 20px auto auto;
}

.link-block-2 {
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 5px;
  text-decoration: none;
}

.text-block-14 {
  color: #0673f3;
  text-align: center;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-14-copy {
  color: silver;
  text-align: center;
  vertical-align: text-top;
  margin-right: 5px;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  display: inline;
}

.image-11 {
  vertical-align: baseline;
  margin-top: 5px;
  padding-top: 0;
}

.body-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 10px 10px;
  font-family: Inter, sans-serif;
  display: flex;
}

.text-block-15 {
  color: #000;
  text-align: left;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block-15.center {
  text-align: center;
}

.card-slider {
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 280px;
  height: 390px;
  padding: 25px 18px 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-16 {
  text-align: center;
  margin-bottom: 9px;
  font-size: 17px;
  line-height: 20px;
}

.text-block-17 {
  font-size: 13px;
  line-height: 16px;
}

.button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffdb;
  border-radius: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 45px;
  display: flex;
}

.text-block-18 {
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
}

.image-12 {
  z-index: -1;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-3 {
  background-color: #ddd0;
  height: 400px;
  display: flex;
}

.slider-5 {
  background-color: #fff;
  width: 280px;
  height: 390px;
  margin-bottom: 30px;
}

.left-arrow-3 {
  color: #000;
  transform-style: preserve-3d;
  margin-left: -81px;
}

.right-arrow-3 {
  color: #000;
  margin-right: -89px;
}

.slide-nav-3 {
  display: none;
}

.link-block-3 {
  color: #fff;
  background-color: #0673f3;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 50px;
  max-height: 50px;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.div-block-34 {
  flex-flow: column;
  justify-content: flex-end;
  width: 300px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-35 {
  width: 400px;
  max-width: 600px;
}

.background-video-3 {
  width: 400px;
  height: 250px;
}

.div-block-36 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 20px;
  display: flex;
}

.list {
  width: 100%;
  max-width: 400px;
}

.link-block-4 {
  color: #000;
  border-bottom: 1px solid #c7c7c7;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 9px;
  text-decoration: none;
}

.link-block-4.no-lin {
  border-bottom-style: none;
}

.div-block-37 {
  width: 100%;
  display: flex;
}

.div-block-38 {
  background-color: #0673f3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 30px;
  display: flex;
}

.text-block-19 {
  color: #0673f3;
  word-break: normal;
  flex: 1;
  align-self: center;
  font-size: 16px;
}

.text-block-20 {
  color: #fff;
}

.list-item {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.list-item-2 {
  color: #9c9c9c;
  font-size: 13px;
  line-height: 17px;
}

.text-block-21 {
  color: #9c9c9c;
  font-size: 13px;
  line-height: 19px;
}

.div-block-38-copy {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 30px;
  display: flex;
}

.text-block-20-copy {
  color: var(--main-color);
  align-self: flex-start;
  font-size: 38px;
  font-weight: 300;
}

.div-block-39 {
  color: #fff;
  background-color: #072c45;
  border-radius: 15px;
  max-width: 400px;
  padding: 31px;
}

.text-block-22 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 23px;
}

.text-block-22.no-mergin-top {
  margin-top: 0;
}

.link-3 {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.text-block-23 {
  margin-bottom: 30px;
}

.div-block-40 {
  justify-content: space-between;
  display: flex;
}

.div-block-41 {
  max-width: 400px;
  margin-top: 0;
  display: block;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-43 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-13 {
  margin-right: 20px;
}

.div-block-44 {
  background-color: #f0f0f0;
  border-radius: 10px;
  margin-top: 23px;
  padding: 10px;
}

.div-block-45 {
  color: #fff;
  text-align: center;
  background-color: #0673f3;
  border-radius: 6px;
  width: 100%;
  padding: 16px;
  font-size: 18px;
  text-decoration: none;
}

.text-block-24 {
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
}

.text-block-25 {
  font-weight: 300;
}

.text-block-26 {
  color: #0673f3;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-47 {
  border: 1px solid #e0e0e0;
  border-radius: 11px;
  width: 280px;
  padding: 15px;
}

.text-block-27 {
  color: #006aff;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
}

.text-block-28 {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 500;
}

.background-video-3-copy {
  width: 100%;
  height: 140px;
  margin-top: 20px;
  font-size: 20px;
}

.text-block-29 {
  font-size: 12px;
  line-height: 16px;
}

.link-block-3-copy {
  color: #fff;
  background-color: #0673f3;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 45px;
  max-height: 50px;
  margin-top: 15px;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  margin-top: 27px;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  margin-top: 39px;
  display: flex;
}

.div-block-41-copy {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  max-width: 850px;
  margin-top: 43px;
  display: flex;
}

.div-block-51 {
  background-color: #f8f8f8;
  border-radius: 13px;
  margin-top: 30px;
  padding: 10px 20px 14px;
}

.text-block-30 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  font-size: 22px;
  line-height: 24px;
}

.scale {
  background-image: radial-gradient(circle farthest-side, #9fda52, #efe40e 39%, #fce503 46% 47%, #ff3a01 79%, #992301);
  border-radius: 13px;
  height: 7px;
}

.high-end {
  display: inline-block;
  position: absolute;
  right: 0;
}

.div-block-54 {
  background-color: #fff;
  border-radius: 20px;
  width: 6px;
  height: 7px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-54.transparent {
  background-color: #fff0;
}

.div-block-53-copy {
  display: inline-block;
  position: relative;
  left: 10%;
}

.div-block-53-copy-copy {
  display: inline-block;
  position: relative;
  left: 30%;
}

.high {
  display: inline-block;
  position: relative;
  left: 60%;
}

.text-block-31 {
  margin-left: -26px;
  position: absolute;
}

.text-block-31.left {
  margin-top: 3px;
  margin-left: 0;
  margin-right: 0;
  right: auto;
}

.div-block-55 {
  position: relative;
}

.high-ok {
  display: inline-block;
  position: absolute;
  left: 61%;
}

.low-end {
  width: 67px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.low {
  display: inline-block;
  position: relative;
  left: 0%;
}

.div-block-53-copy-copy-copy, .div-block-53-copy-copy-copy-copy {
  display: inline-block;
  position: relative;
  left: 30%;
}

.low-ok {
  display: inline-block;
  position: absolute;
  left: 35%;
}

.low-point {
  display: inline-block;
  position: absolute;
  left: 20%;
}

.high-point {
  display: inline-block;
  position: absolute;
  left: 75%;
}

.values {
  position: relative;
  top: -7px;
}

.div-block-56 {
  justify-content: space-between;
  padding-bottom: 0;
  font-size: 11px;
  display: flex;
}

.div-block-57 {
  padding-bottom: 21px;
}

.scale-wrapper {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-58 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.div-block-59 {
  border-right: 1px solid #ccc;
  padding: 10px 12px 5px 0;
}

.div-block-60 {
  color: #ccc;
  border-right: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.div-block-61 {
  color: #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 10px 5px;
}

.div-block-62 {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.text-block-32 {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.button-apply {
  color: #0673f3;
  border-top: 1px solid #d3d3d3;
  justify-content: space-between;
  margin-top: 45px;
  padding-top: 17px;
  text-decoration: none;
  display: flex;
}

.button-apply:hover {
  color: #1681ff;
}

.text-block-33 {
  font-size: 20px;
  display: inline-block;
}

.code-embed {
  display: inline-block;
}

.div-block-48-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-48-copy.invert {
  color: #fff;
  background-image: url('../images/Rectangle-1573.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  height: 550px;
  padding-top: 37px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-48-copy.invert.brain {
  background-image: url('../images/brain.jpg');
}

.div-block-48-copy.invert.remote {
  background-image: url('../images/Rectangle.jpg');
}

.div-block-48-copy.invert.travel {
  background-image: url('../images/Rectangle-1574.jpg');
}

.div-block-48-copy.invert.reboot {
  background-image: url('../images/Rectangle-1576.jpg');
}

.div-block-48-copy.invert.women {
  background-image: url('../images/woman-after-40.jpg');
}

.div-block-48-copy.invert.heart {
  background-image: url('../images/Rectangle-1577.jpg');
}

.div-block-48-copy.invert.fatigue {
  background-image: url('../images/Rectangle-1562.jpg');
}

.image-15 {
  z-index: -1;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
  top: 0;
}

.text-block-34 {
  text-align: center;
  margin-top: 13px;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-15-copy {
  text-align: left;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block-15-copy.center {
  text-align: center;
  margin-top: 0;
}

.body-5-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px 10px;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-63 {
  width: 400px;
  margin-top: 0;
}

.text-block-35 {
  margin-top: 43px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-36 {
  margin-top: 11px;
  margin-bottom: 13px;
}

.image-16 {
  filter: invert();
}

.div-block-64 {
  margin-top: 35px;
}

.text-block-37 {
  color: #fff;
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

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

.code-embed-2 {
  position: absolute;
  inset: 30px auto auto 30px;
}

.link-block-6 {
  position: absolute;
  inset: 0% auto auto 0%;
}

@media screen and (max-width: 991px) {
  .slide-4 {
    background-position: 33% 58%;
  }

  .card-6 {
    flex-flow: column;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .frame-632 {
    width: 100%;
  }

  .background-video-2 {
    width: 310px;
    height: 240px;
  }

  .sign-in-banner {
    flex-flow: column;
    padding-bottom: 37px;
    padding-left: 35px;
  }

  .image-5 {
    aspect-ratio: auto;
    object-fit: scale-down;
    margin-top: -20px;
    margin-bottom: -12px;
    margin-left: -30px;
    padding-left: 0;
  }

  .heading-5 {
    margin-top: 0;
    line-height: 26px;
  }

  .sign-in-button {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .paragraph-2, .paragraph-2-copy {
    margin-top: 15px;
    line-height: 18px;
  }

  .image-5-copy {
    aspect-ratio: auto;
    object-fit: scale-down;
    margin-top: -20px;
    margin-bottom: -12px;
    margin-left: -30px;
    padding-left: 0;
  }

  .banner-discl-doctor, .banner-discl-health, .banner-discl-doctor-copy {
    flex-flow: column;
    padding-bottom: 37px;
    padding-left: 35px;
  }

  .footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-7 {
    margin-top: 0;
    margin-bottom: auto;
    display: block;
  }

  .text-block-13 {
    margin-bottom: 0;
  }

  .text-7-copy {
    font-size: 20px;
    line-height: 22px;
  }

  .desktop-slider-container {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .mobile-slider-container {
    display: block;
  }

  .div-block-36 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .text-block-22 {
    margin-top: 0;
  }

  .div-block-46 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-49 {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
  }

  .div-block-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-36 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .harm-container {
    padding-left: 5px;
  }

  .importancecontainer {
    padding-right: 5px;
  }

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

  .image-5 {
    width: 170px;
    margin-top: -10px;
    margin-left: -21px;
  }

  .div-block-21 {
    flex-flow: column;
    padding-top: 10px;
    padding-left: 10px;
  }

  .div-block-22 {
    text-align: left;
    width: 100%;
    margin-top: -10px;
    margin-left: 0;
  }

  .image-6 {
    max-width: 50%;
    margin-bottom: 20px;
  }

  .image-5-copy {
    width: 170px;
    margin-top: -10px;
    margin-left: -21px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-28, .div-block-29 {
    display: none;
  }

  .emoji-size {
    font-size: 29px;
    line-height: 32px;
  }

  .text-block-15 {
    text-align: center;
  }

  .div-block-36 {
    display: block;
  }

  .div-block-41 {
    margin-top: 37px;
  }

  .div-block-46 {
    grid-template-columns: 1fr;
  }

  .div-block-48 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .div-block-49 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-50 {
    display: block;
  }

  .image-14 {
    display: none;
  }

  .div-block-41-copy {
    display: block;
  }

  .div-block-48-copy {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .text-block-15-copy {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .slide-nav {
    display: none;
    bottom: 87px;
  }

  .slide-2 {
    background-image: url('../images/opening-reception.jpg');
    background-position: 50% 70%;
    background-size: 1080px;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-top: auto;
  }

  .paragraph {
    color: #000;
    margin-bottom: 0;
    line-height: 18px;
  }

  .heading {
    color: #000;
    text-align: center;
  }

  .next-slide {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
  }

  .text-block-2 {
    flex: 1;
  }

  .div-block-4 {
    position: absolute;
    inset: auto 0% 23%;
  }

  .text-block-3 {
    font-size: 24px;
    font-weight: 400;
  }

  .right-arrow-copy {
    bottom: 13%;
  }

  .slide-2-copy {
    background-image: url('../images/opening-reception.jpg');
    background-position: 50% 100%;
    background-size: 1080px;
  }

  .slide-3, .slide-3-copy {
    background-color: #e0d9cf;
    background-image: url('../images/opening-doctor.jpg');
    background-position: 50% 56%;
    background-repeat: no-repeat;
    background-size: 960px;
  }

  .slide-4 {
    background-color: #e0d9cf;
    background-image: url('../images/recommendations.jpg');
    background-position: 39% 63%;
    background-repeat: no-repeat;
    background-size: 1440px;
  }

  .link-2 {
    color: #6b4e4e;
  }

  .link-2.w--current {
    color: #000;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
  }

  .text-span {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .text-span-2 {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    text-decoration: underline;
  }

  .body-4 {
    padding: 12px;
  }

  .card {
    padding: 16px;
  }

  .card-6 {
    padding: 25px 15px;
  }

  .frame-634 {
    padding: 5px 0;
  }

  .text-grey-header.low-4 {
    font-size: 12px;
  }

  .text-black-header {
    white-space: pre-line;
    word-break: break-all;
    overflow-wrap: normal;
    font-size: 12px;
  }

  .importance-med-3 {
    width: 100px;
    height: 26px;
  }

  .frame-637 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
  }

  .frame-637:where(.w-variant-63da3eeb-95e1-420b-41b4-130d6ca64200) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    padding-right: 3px;
  }

  .price-number {
    font-size: 14px;
    line-height: 10px;
  }

  .emoji {
    font-size: 25px;
    line-height: 30px;
  }

  .image-2 {
    max-width: 80%;
  }

  .importance-copy.low {
    max-width: 121px;
    padding-right: 0;
  }

  .background-video {
    width: 310px;
    height: 250px;
    margin-top: 0;
  }

  .text-block-4 {
    max-width: 290px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 0;
    padding: 10px 45px 0 44px;
    line-height: 24px;
  }

  .text-field-2 {
    width: 192px;
  }

  .submit-button-2 {
    width: 80px;
  }

  .next-slide-copy {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
  }

  .text-block-3-copy {
    font-size: 20px;
    font-weight: 400;
  }

  .div-block-4-copy {
    position: absolute;
    inset: auto 0% 23%;
  }

  .login-page {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sign-in-banner {
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    width: 160px;
    margin-top: -30px;
    margin-left: -20px;
  }

  .heading-5 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 10px 0 0 10px;
  }

  .div-block-22 {
    margin-left: 0;
  }

  .image-6 {
    max-width: 80%;
  }

  .paragraph-2-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .image-5-copy {
    width: 160px;
    margin-top: -30px;
    margin-left: -20px;
  }

  .banner-discl-doctor, .banner-discl-health, .banner-discl-doctor-copy {
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-30 {
    width: 350px;
    height: 60px;
  }

  .price-number-copy {
    font-size: 20px;
  }

  .emoji-size {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-15 {
    max-width: 260px;
  }

  .card-slider {
    color: #fff;
    width: 280px;
    height: 390px;
    margin-left: 0;
    padding: 24px;
  }

  .text-block-16 {
    color: #fff;
  }

  .image-12 {
    width: 100%;
    inset: 0%;
  }

  .div-block-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    margin-bottom: 52px;
    display: flex;
    overflow: scroll;
  }

  .slider-4 {
    background-color: #fff;
    width: 100%;
    height: 400px;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .mask {
    width: 119%;
  }

  .slide-7, .slide-8 {
    width: 275px;
  }

  .slide-nav-2 {
    display: none;
  }

  .slider-5 {
    width: 280px;
    height: 390px;
    margin-bottom: 10px;
  }

  .slide-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    transform: scale(.7);
  }

  .left-arrow-3 {
    transform: scale3d(1none, 1none, 1none);
    margin-left: -55px;
  }

  .right-arrow-3 {
    width: 30px;
    margin-right: -27px;
  }

  .icon-2 {
    transform: scale(.7);
  }

  .div-block-34 {
    width: 280px;
  }

  .div-block-35, .background-video-3, .background-video-3-copy {
    width: 100%;
  }

  .div-block-49 {
    width: 280px;
    margin-top: -15px;
  }

  .div-block-51 {
    width: auto;
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-58 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-59 {
    padding-right: 5px;
  }

  .div-block-60 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-61 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .div-block-62 {
    padding-left: 0;
  }

  .div-block-48-copy.invert {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-48-copy.invert.heart {
    padding-top: 30px;
  }

  .text-block-34 {
    margin-top: 4px;
    font-size: 18px;
    line-height: 21px;
  }

  .text-block-15-copy {
    max-width: 260px;
  }

  .text-block-15-copy.center {
    line-height: 18px;
  }

  .body-5-copy {
    padding-top: 0;
  }

  .div-block-63 {
    width: auto;
    max-width: 350px;
    margin-top: 20px;
  }

  .text-block-36 {
    font-size: 12px;
    line-height: 15px;
  }

  .text-span-3 {
    font-size: 15px;
    line-height: 12px;
    display: inline-block;
  }

  .code-embed-2 {
    top: 21px;
    left: 10px;
    transform: scale(.7);
  }
}

#w-node-_68e13be5-f5c4-e0ea-6d6f-66cbe4f658c5-e4f658c5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: stretch stretch;
}

#w-node-e510d7f8-8f57-4d09-2d8e-ce5058d5372b-58d5372a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-e510d7f8-8f57-4d09-2d8e-ce5058d5372f-58d5372a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_40a4ea8b-12b7-7e36-cb06-bacf1ec27ce4-5fc2bf56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40a4ea8b-12b7-7e36-cb06-bacf1ec27ce6-5fc2bf56 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1e26a57-10a2-1e68-44c5-786ffbe437f6-fbe437f2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e1e26a57-10a2-1e68-44c5-786ffbe43800-fbe437f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1e26a57-10a2-1e68-44c5-786ffbe43803-fbe437f2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_984962d7-e602-fb64-93af-0d837721577f-77215779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_984962d7-e602-fb64-93af-0d8377215781-77215779 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3056f36b-8d3f-bd88-3d97-5be0172b2034-172b202c {
  order: 0;
}

#w-node-d4a52ffb-4806-32dd-192b-4faf3752ff68-172b202c {
  place-self: center;
}

#w-node-a653cb23-7f68-6764-4f28-0afbc64eb3f8-c5d269f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a77fad38-4294-3b01-f55e-f36373cf5ff7-c5d269f7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-c511591f-718c-a51a-096d-2a8c34a4a9e5-6d8121da, #w-node-eda6d941-a63c-aebd-bc3c-222867ab9ad4-6d8121da, #w-node-_080aa6ac-6fa4-89e8-824e-305226b495ea-6d8121da, #w-node-e1c4b371-dc34-c9ec-7070-e1c9501aafe2-6d8121da, #w-node-_2889aaf0-fec3-783a-da44-14328ee588ff-6d8121da, #w-node-_122b7088-ba24-106d-cc25-ea5eee533e82-6d8121da, #w-node-_267585f4-d05d-ea8a-380b-80b08eb51de9-f3926c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-f3926c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb85-f3926c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb87-f3926c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca8609-f3926c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-f3926c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d43-f3926c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-f3926c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d173da52-8d7f-64e7-439e-cc7ea4b2442d-f3926c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d173da52-8d7f-64e7-439e-cc7ea4b2442f-f3926c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_549a8e0b-e649-b5ca-3f28-8da2af81090e-f3926c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_549a8e0b-e649-b5ca-3f28-8da2af810910-f3926c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c95ae7ec-632c-b1d8-6216-f6de3d2a7ab0-f3926c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c95ae7ec-632c-b1d8-6216-f6de3d2a7ab2-f3926c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99d69f56-077d-5355-12ab-885a2b491e92-f3926c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99d69f56-077d-5355-12ab-885a2b491e94-f3926c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9123c84a-d1be-ad18-10db-115892611704-f3926c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9123c84a-d1be-ad18-10db-115892611706-f3926c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cae8d4ac-068a-afe1-c8d0-06d0e7232e2c-f3926c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae8d4ac-068a-afe1-c8d0-06d0e7232e2e-f3926c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac703263-ed49-1fed-f9b0-baa2dd708897-f3926c05, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889b-f3926c05, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889f-f3926c05, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a3-f3926c05, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a7-f3926c05, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088ab-f3926c05, #w-node-_267585f4-d05d-ea8a-380b-80b08eb51de9-c4327416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-c4327416 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb85-c4327416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb87-c4327416 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca8609-c4327416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-c4327416 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d43-c4327416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-c4327416 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d173da52-8d7f-64e7-439e-cc7ea4b2442d-c4327416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d173da52-8d7f-64e7-439e-cc7ea4b2442f-c4327416 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_549a8e0b-e649-b5ca-3f28-8da2af81090e-c4327416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_549a8e0b-e649-b5ca-3f28-8da2af810910-c4327416 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99d69f56-077d-5355-12ab-885a2b491e92-c4327416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99d69f56-077d-5355-12ab-885a2b491e94-c4327416 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9123c84a-d1be-ad18-10db-115892611704-c4327416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9123c84a-d1be-ad18-10db-115892611706-c4327416 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a386e65-97e4-320a-ad22-fd3dba689dff-c4327416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a386e65-97e4-320a-ad22-fd3dba689e01-c4327416 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cae8d4ac-068a-afe1-c8d0-06d0e7232e2c-c4327416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae8d4ac-068a-afe1-c8d0-06d0e7232e2e-c4327416 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac703263-ed49-1fed-f9b0-baa2dd708897-c4327416, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889b-c4327416, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889f-c4327416, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a3-c4327416, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a7-c4327416, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088ab-c4327416, #w-node-_267585f4-d05d-ea8a-380b-80b08eb51de9-03f53069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-03f53069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf0-03f53069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf2-03f53069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca8609-03f53069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-03f53069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d43-03f53069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-03f53069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e15303e3-64a3-670a-8b7d-8b90d0853625-03f53069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e15303e3-64a3-670a-8b7d-8b90d0853627-03f53069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd3a55d0-efa7-b840-a907-54147f9cf517-03f53069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd3a55d0-efa7-b840-a907-54147f9cf519-03f53069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f285131c-cee7-f65a-0346-d1689fd1570f-03f53069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f285131c-cee7-f65a-0346-d1689fd15711-03f53069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b74d193f-954e-1950-3ce9-64ae8f6eadd5-03f53069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b74d193f-954e-1950-3ce9-64ae8f6eadd7-03f53069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64d083c5-4924-50e1-7577-4e277f6bc271-03f53069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64d083c5-4924-50e1-7577-4e277f6bc273-03f53069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac703263-ed49-1fed-f9b0-baa2dd708897-03f53069, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889b-03f53069, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889f-03f53069, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a3-03f53069, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a7-03f53069, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088ab-03f53069, #w-node-e15303e3-64a3-670a-8b7d-8b90d0853625-dcc4b8d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e15303e3-64a3-670a-8b7d-8b90d0853627-dcc4b8d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_267585f4-d05d-ea8a-380b-80b08eb51de9-dcc4b8d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-dcc4b8d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d43-dcc4b8d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-dcc4b8d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf0-dcc4b8d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf2-dcc4b8d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f285131c-cee7-f65a-0346-d1689fd1570f-dcc4b8d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f285131c-cee7-f65a-0346-d1689fd15711-dcc4b8d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca8609-dcc4b8d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-dcc4b8d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd3a55d0-efa7-b840-a907-54147f9cf517-dcc4b8d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd3a55d0-efa7-b840-a907-54147f9cf519-dcc4b8d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64d083c5-4924-50e1-7577-4e277f6bc271-dcc4b8d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64d083c5-4924-50e1-7577-4e277f6bc273-dcc4b8d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab7da9ec-8ca0-d52d-657e-f166008f6c9e-dcc4b8d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab7da9ec-8ca0-d52d-657e-f166008f6ca0-dcc4b8d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43e7be23-8cfd-87fa-9f06-d985960106a8-dcc4b8d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43e7be23-8cfd-87fa-9f06-d985960106aa-dcc4b8d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac703263-ed49-1fed-f9b0-baa2dd708897-dcc4b8d9, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889b-dcc4b8d9, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889f-dcc4b8d9, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a3-dcc4b8d9, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a7-dcc4b8d9, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088ab-dcc4b8d9, #w-node-e15303e3-64a3-670a-8b7d-8b90d0853625-06e0c071 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e15303e3-64a3-670a-8b7d-8b90d0853627-06e0c071 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_267585f4-d05d-ea8a-380b-80b08eb51de9-06e0c071 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-06e0c071 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b778be2-d302-2bf0-5600-8c60eca3635a-06e0c071 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b778be2-d302-2bf0-5600-8c60eca3635c-06e0c071 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d43-06e0c071 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-06e0c071 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf0-06e0c071 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf2-06e0c071 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43e7be23-8cfd-87fa-9f06-d985960106a8-06e0c071 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43e7be23-8cfd-87fa-9f06-d985960106aa-06e0c071 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac703263-ed49-1fed-f9b0-baa2dd708897-06e0c071, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889b-06e0c071, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889f-06e0c071, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a3-06e0c071, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a7-06e0c071, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088ab-06e0c071, #w-node-_6afd1ae0-5282-c7cb-fe35-757c670177da-934e229c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6afd1ae0-5282-c7cb-fe35-757c670177dc-934e229c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb85-934e229c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb87-934e229c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca8609-934e229c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-934e229c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d43-934e229c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-934e229c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_267585f4-d05d-ea8a-380b-80b08eb51de9-934e229c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-934e229c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84b61b7a-5d31-9981-5621-57b290cd516d-934e229c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84b61b7a-5d31-9981-5621-57b290cd516f-934e229c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99d69f56-077d-5355-12ab-885a2b491e92-934e229c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99d69f56-077d-5355-12ab-885a2b491e94-934e229c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9123c84a-d1be-ad18-10db-115892611704-934e229c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9123c84a-d1be-ad18-10db-115892611706-934e229c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9de8444e-ab89-f33d-1aaf-ea4bfdaa19ad-934e229c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9de8444e-ab89-f33d-1aaf-ea4bfdaa19af-934e229c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cae8d4ac-068a-afe1-c8d0-06d0e7232e2c-934e229c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae8d4ac-068a-afe1-c8d0-06d0e7232e2e-934e229c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac703263-ed49-1fed-f9b0-baa2dd708897-934e229c, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889b-934e229c, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889f-934e229c, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a3-934e229c, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a7-934e229c, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088ab-934e229c, #w-node-_6afd1ae0-5282-c7cb-fe35-757c670177da-1f1f3578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6afd1ae0-5282-c7cb-fe35-757c670177dc-1f1f3578 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca8609-1f1f3578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-1f1f3578 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb85-1f1f3578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb87-1f1f3578 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d43-1f1f3578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-1f1f3578 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4fafd515-ff23-332d-f8a3-c7a3c2caf8c7-1f1f3578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fafd515-ff23-332d-f8a3-c7a3c2caf8cc-1f1f3578 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84b61b7a-5d31-9981-5621-57b290cd516d-1f1f3578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84b61b7a-5d31-9981-5621-57b290cd516f-1f1f3578 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-adf2d8f8-10b4-eb57-dd4c-243e3cb2c738-1f1f3578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adf2d8f8-10b4-eb57-dd4c-243e3cb2c73a-1f1f3578 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac703263-ed49-1fed-f9b0-baa2dd708897-1f1f3578, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889b-1f1f3578, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889f-1f1f3578, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a3-1f1f3578, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a7-1f1f3578, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088ab-1f1f3578, #w-node-_8ecfb0aa-5159-b21f-88c1-9e285c15b077-db2a3d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ecfb0aa-5159-b21f-88c1-9e285c15b079-db2a3d8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa9c09ee-9c5f-6f4f-d260-b5d4560becae-db2a3d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa9c09ee-9c5f-6f4f-d260-b5d4560becb0-db2a3d8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e59aa783-cdf6-b8fe-eca1-a830b4623084-db2a3d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e59aa783-cdf6-b8fe-eca1-a830b4623086-db2a3d8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58577cab-65ce-c1cf-719d-d5226b802b27-db2a3d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58577cab-65ce-c1cf-719d-d5226b802b29-db2a3d8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf0-db2a3d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf2-db2a3d8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c0f906b-7cc9-b373-8ea4-376c0ba053a8-db2a3d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0f906b-7cc9-b373-8ea4-376c0ba053aa-db2a3d8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d997026-53e1-6888-7814-079ae8c9df43-db2a3d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d997026-53e1-6888-7814-079ae8c9df45-db2a3d8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac703263-ed49-1fed-f9b0-baa2dd708897-db2a3d8a, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889b-db2a3d8a, #w-node-ac703263-ed49-1fed-f9b0-baa2dd70889f-db2a3d8a, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a3-db2a3d8a, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088a7-db2a3d8a, #w-node-ac703263-ed49-1fed-f9b0-baa2dd7088ab-db2a3d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a653cb23-7f68-6764-4f28-0afbc64eb3f8-c5d269f7 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a77fad38-4294-3b01-f55e-f36373cf5ff7-c5d269f7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1e26a57-10a2-1e68-44c5-786ffbe437f3-fbe437f2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e1e26a57-10a2-1e68-44c5-786ffbe437f6-fbe437f2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e1e26a57-10a2-1e68-44c5-786ffbe43804-fbe437f2, #w-node-e1e26a57-10a2-1e68-44c5-786ffbe43809-fbe437f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a653cb23-7f68-6764-4f28-0afbc64eb3f8-c5d269f7 {
    order: 9999;
  }

  #w-node-a77fad38-4294-3b01-f55e-f36373cf5ff7-c5d269f7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e1e26a57-10a2-1e68-44c5-786ffbe437f3-fbe437f2, #w-node-e1e26a57-10a2-1e68-44c5-786ffbe437f6-fbe437f2, #w-node-e1e26a57-10a2-1e68-44c5-786ffbe43800-fbe437f2, #w-node-e1e26a57-10a2-1e68-44c5-786ffbe43803-fbe437f2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a653cb23-7f68-6764-4f28-0afbc64eb3f8-c5d269f7 {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a77fad38-4294-3b01-f55e-f36373cf5ff7-c5d269f7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-f3926c05, #w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb87-f3926c05, #w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-f3926c05, #w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-f3926c05, #w-node-d173da52-8d7f-64e7-439e-cc7ea4b2442f-f3926c05, #w-node-_549a8e0b-e649-b5ca-3f28-8da2af810910-f3926c05, #w-node-c95ae7ec-632c-b1d8-6216-f6de3d2a7ab2-f3926c05, #w-node-_99d69f56-077d-5355-12ab-885a2b491e94-f3926c05, #w-node-_9123c84a-d1be-ad18-10db-115892611706-f3926c05, #w-node-cae8d4ac-068a-afe1-c8d0-06d0e7232e2e-f3926c05, #w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-c4327416, #w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb87-c4327416, #w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-c4327416, #w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-c4327416, #w-node-d173da52-8d7f-64e7-439e-cc7ea4b2442f-c4327416, #w-node-_549a8e0b-e649-b5ca-3f28-8da2af810910-c4327416, #w-node-_99d69f56-077d-5355-12ab-885a2b491e94-c4327416, #w-node-_9123c84a-d1be-ad18-10db-115892611706-c4327416, #w-node-_2a386e65-97e4-320a-ad22-fd3dba689e01-c4327416, #w-node-cae8d4ac-068a-afe1-c8d0-06d0e7232e2e-c4327416, #w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-03f53069, #w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf2-03f53069, #w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-03f53069, #w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-03f53069, #w-node-e15303e3-64a3-670a-8b7d-8b90d0853627-03f53069, #w-node-dd3a55d0-efa7-b840-a907-54147f9cf519-03f53069, #w-node-f285131c-cee7-f65a-0346-d1689fd15711-03f53069, #w-node-b74d193f-954e-1950-3ce9-64ae8f6eadd7-03f53069, #w-node-_64d083c5-4924-50e1-7577-4e277f6bc273-03f53069, #w-node-e15303e3-64a3-670a-8b7d-8b90d0853627-dcc4b8d9, #w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-dcc4b8d9, #w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-dcc4b8d9, #w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf2-dcc4b8d9, #w-node-f285131c-cee7-f65a-0346-d1689fd15711-dcc4b8d9, #w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-dcc4b8d9, #w-node-dd3a55d0-efa7-b840-a907-54147f9cf519-dcc4b8d9, #w-node-_64d083c5-4924-50e1-7577-4e277f6bc273-dcc4b8d9, #w-node-ab7da9ec-8ca0-d52d-657e-f166008f6ca0-dcc4b8d9, #w-node-_43e7be23-8cfd-87fa-9f06-d985960106aa-dcc4b8d9, #w-node-e15303e3-64a3-670a-8b7d-8b90d0853627-06e0c071, #w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-06e0c071, #w-node-_1b778be2-d302-2bf0-5600-8c60eca3635c-06e0c071, #w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-06e0c071, #w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf2-06e0c071, #w-node-_43e7be23-8cfd-87fa-9f06-d985960106aa-06e0c071, #w-node-_6afd1ae0-5282-c7cb-fe35-757c670177dc-934e229c, #w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb87-934e229c, #w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-934e229c, #w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-934e229c, #w-node-_267585f4-d05d-ea8a-380b-80b08eb51deb-934e229c, #w-node-_84b61b7a-5d31-9981-5621-57b290cd516f-934e229c, #w-node-_99d69f56-077d-5355-12ab-885a2b491e94-934e229c, #w-node-_9123c84a-d1be-ad18-10db-115892611706-934e229c, #w-node-_9de8444e-ab89-f33d-1aaf-ea4bfdaa19af-934e229c, #w-node-cae8d4ac-068a-afe1-c8d0-06d0e7232e2e-934e229c, #w-node-_6afd1ae0-5282-c7cb-fe35-757c670177dc-1f1f3578, #w-node-_830d0d5c-06f5-9605-dc0f-392f3aca860b-1f1f3578, #w-node-a5a7045c-586c-16b1-94cd-7bf6d62efb87-1f1f3578, #w-node-a5d82474-4f4d-dba5-92f3-9295a77d1d45-1f1f3578, #w-node-_4fafd515-ff23-332d-f8a3-c7a3c2caf8cc-1f1f3578, #w-node-_84b61b7a-5d31-9981-5621-57b290cd516f-1f1f3578, #w-node-adf2d8f8-10b4-eb57-dd4c-243e3cb2c73a-1f1f3578, #w-node-_8ecfb0aa-5159-b21f-88c1-9e285c15b079-db2a3d8a, #w-node-fa9c09ee-9c5f-6f4f-d260-b5d4560becb0-db2a3d8a, #w-node-e59aa783-cdf6-b8fe-eca1-a830b4623086-db2a3d8a, #w-node-_58577cab-65ce-c1cf-719d-d5226b802b29-db2a3d8a, #w-node-e7e093b6-8b97-81e4-ca6b-740fdddcaaf2-db2a3d8a, #w-node-_9c0f906b-7cc9-b373-8ea4-376c0ba053aa-db2a3d8a, #w-node-_9d997026-53e1-6888-7814-079ae8c9df45-db2a3d8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


