:root {
  --pale-turquoise: #d4e4ff;
  --teal: #354854;
  --white: #fff;
  --black: black;
  --color: #f5f6f800;
  --pale-turqoise: #d4e4ff;
  --transparent: #fff;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.hero {
  background-color: var(--pale-turquoise);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-design.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60px;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.nav {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.nav.mob {
  display: none;
}

.hero-box {
  display: flex;
}

.hero-left {
  width: 50%;
}

.hero-right {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.hero-image {
  order: 1;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.acc-box {
  align-items: center;
  display: flex;
}

.login-link {
  color: #000;
  margin-right: 27px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.login-link:hover {
  color: var(--teal);
}

.su-button {
  background-color: var(--white);
  color: var(--black);
  background-image: linear-gradient(#ff595e, #ff595e);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 16px 26px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .7s;
  display: flex;
}

.su-button:hover {
  background-color: var(--teal);
  color: var(--white);
}

.su-button.su, .su-button.su.w--current {
  width: auto;
}

.right-arrow {
  margin-left: 9px;
}

.hero-h1 {
  color: #fff;
  border: 1px solid #0000;
  width: 106%;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 60px;
  line-height: 60px;
}

.hero-p {
  color: #fff;
  width: 80%;
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.hero-profiles {
  width: 60%;
  margin-top: 114px;
}

.p-image-box {
  width: 35%;
}

.p-content {
  width: 65%;
}

.features {
  background-color: #f5f6f8;
  padding-top: 75px;
  padding-bottom: 115px;
}

.f-box {
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-h2 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.5px;
  font-family: Inconsolata, monospace;
  font-size: 50px;
  line-height: 42px;
}

.heading-h2.sel {
  color: var(--white);
  width: 55%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: 52px;
}

.heading-h2.cd {
  text-align: left;
  width: 70%;
}

.feat-p {
  color: #12141d;
  text-align: center;
  width: 50%;
  margin: 20px auto 0;
  font-weight: 300;
}

.feat-blocks {
  align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
  display: flex;
}

.feat-blocks.first {
  justify-content: flex-end;
}

.feat-blocks.second {
  justify-content: flex-end;
  padding-right: 0;
}

.feat-block {
  background-color: #fff0;
  border: 1px solid #eae9f200;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 16px;
  display: flex;
}

.feat-block.su {
  margin-bottom: 22px;
}

.check-mark {
  background-color: #0000;
}

.feat-par {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 600;
}

.select {
  background-color: #0000;
  background-image: linear-gradient(#00000061, #00000061), url('../images/people-meeting-family-reunion.jpg'), radial-gradient(circle, #00000078, #fff0);
  background-position: 0 0, 50% 25%, 0 0;
  background-size: auto, cover, auto;
  padding-top: 172px;
  padding-bottom: 221px;
}

.select-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.select-p {
  color: #fff;
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
}

.coffee-date {
  background-color: var(--color);
  padding-top: 110px;
  padding-bottom: 110px;
}

.cd-box {
  background-color: #f6faff00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cd-left, .cd-right {
  width: 50%;
}

.cd-image {
  width: 90%;
}

.cd-p {
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer {
  background-color: var(--teal);
  padding-top: 66px;
  padding-bottom: 60px;
}

.top-ftr {
  background-color: var(--teal);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tf-left {
  width: 70%;
  position: relative;
}

.tf-right {
  width: 30%;
}

.ftr-h2 {
  z-index: 2;
  box-sizing: border-box;
  color: #fff;
  margin-top: 40px;
  font-family: Inconsolata, monospace;
  font-size: 42px;
  line-height: 52px;
  position: relative;
}

.cint-holder {
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.cont-p {
  color: var(--white);
  width: 80%;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.copy {
  border-top: 1px solid var(--white);
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.copy-p {
  color: var(--white);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.doodle {
  background-color: #0000;
  position: absolute;
  inset: 0% 400px 0% auto;
}

.menu-icon {
  width: 40px;
}

.mob-menu-container {
  display: none;
}

.su-left {
  background-color: var(--white);
  border-radius: 8px;
  width: 55%;
  margin-bottom: 113px;
  margin-right: 36px;
  padding: 59px 70px 0;
}

.su-right {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  margin-left: 36px;
  padding-top: 0;
  display: flex;
}

.su-h1 {
  color: var(--black);
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.form-block {
  margin-top: 45px;
}

.label {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 12px;
  line-height: 18px;
}

.input {
  background-color: var(--white);
  color: #606060;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 14px;
}

.column {
  padding-left: 0;
}

.column-2 {
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
}

.column-4 {
  padding-right: 0;
}

.full-button {
  flex-direction: column;
  margin-top: 37px;
  display: flex;
}

.submit-button {
  color: var(--black);
  background-color: #b5f6f7;
  border-radius: 8px;
  height: 56px;
  font-weight: 700;
  transition: color .4s, background-color .4s;
}

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

.form-login {
  text-align: center;
  margin-top: 15px;
}

.form-login-link {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.form-login-link:hover {
  color: var(--teal);
}

.su-image {
  width: 90%;
  margin-top: 39px;
}

.supp-link {
  color: var(--white);
  text-decoration: none;
}

.supp-link:hover {
  color: var(--pale-turquoise);
}

.html-embed {
  width: 100%;
  max-width: 600px;
}

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

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

.paragraph {
  text-align: center;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  flex: 1;
  order: 0;
  align-self: auto;
  max-width: 50%;
  font-size: 20px;
  font-weight: 300;
}

.button {
  object-fit: fill;
  background-color: #ff595e;
  border-radius: 11px;
  margin-top: 20px;
}

.image {
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #0000;
  background-clip: border-box;
  flex: 0 auto;
  order: 3;
  align-self: auto;
}

.cell, .cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.text-block, .text-block-2 {
  text-align: center;
  max-width: 90%;
  font-size: 20px;
  font-weight: 300;
}

.quick-stack {
  margin-top: auto;
  margin-bottom: 10px;
}

.div-block {
  text-align: center;
  max-width: 90%;
  font-size: 20px;
  font-weight: 300;
}

.text-block-3 {
  color: var(--white);
}

.heading {
  font-family: Inconsolata, monospace;
  font-size: 50px;
}

@media screen and (max-width: 991px) {
  .nav {
    margin-bottom: 40px;
  }

  .hero-box {
    flex-flow: row;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-left {
    width: 50%;
  }

  .hero-image {
    box-sizing: border-box;
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row-reverse wrap-reverse;
    order: 2;
    justify-content: center;
    align-items: flex-end;
    max-width: 120%;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .hero-h1 {
    font-size: 50px;
    line-height: 34px;
  }

  .hero-p {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-profiles {
    width: 70%;
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-box {
    width: 100%;
  }

  .heading-h2 {
    font-family: Inconsolata, monospace;
    font-size: 42px;
  }

  .heading-h2.sel {
    width: 100%;
    font-size: 42px;
  }

  .heading-h2.cd {
    width: 100%;
    margin-top: 0;
    font-size: 34px;
    line-height: 36px;
  }

  .feat-p {
    width: 60%;
  }

  .feat-blocks.first, .feat-blocks.second, .feat-blocks.last {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .feat-block {
    margin-left: 6px;
    margin-right: 6px;
  }

  .feat-par {
    text-align: center;
    max-width: 100%;
    font-size: 16px;
    line-height: 21px;
  }

  .select {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .select-p {
    width: 80%;
  }

  .cd-image, .cd-p {
    width: 100%;
  }

  .tf-left {
    width: 60%;
  }

  .tf-right {
    width: 40%;
  }

  .ftr-h2 {
    font-family: Inconsolata, monospace;
    font-size: 34px;
    line-height: 36px;
  }

  .doodle {
    width: 150px;
    top: 10px;
    right: 94px;
  }

  .su-left {
    width: 80%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .su-right {
    width: 80%;
    margin-left: 0;
  }

  .text-block, .text-block-2, .div-block {
    font-size: 16px;
  }

  .heading {
    font-family: Inconsolata, monospace;
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 40px;
  }

  .nav.mob {
    display: flex;
  }

  .nav.desktop {
    display: none;
  }

  .hero-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-left {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
  }

  .hero-right {
    flex: 0 auto;
    order: 1;
    width: 100%;
  }

  .hero-image {
    float: right;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: baseline;
    flex-flow: row-reverse wrap-reverse;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 50%;
    display: none;
    position: static;
  }

  .logo {
    width: 150px;
  }

  .login-link {
    margin-right: 27px;
  }

  .login-link.mob {
    margin-right: 0;
    font-size: 18px;
  }

  .su-button.mob-menu {
    border: 1px solid #000;
    margin-top: 40px;
    padding: 15px 25px;
  }

  .su-button.mob-menu:hover {
    border-color: var(--teal);
  }

  .hero-h1 {
    width: 70%;
    margin-left: 0;
  }

  .hero-profiles {
    width: 50%;
  }

  .heading-h2 {
    font-family: Inconsolata, monospace;
  }

  .heading-h2.sel {
    font-family: Inconsolata, monospace;
    font-size: 42px;
    line-height: 36px;
  }

  .feat-p {
    width: 100%;
  }

  .feat-blocks.first, .feat-blocks.second, .feat-blocks.last {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feat-block {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .select {
    background-image: linear-gradient(#0000007d, #0000007d), url('../images/people-meeting-family-reunion.jpg'), radial-gradient(circle, #00000078, #fff0);
    background-position: 0 0, 50% 25%, 0 0;
    background-size: auto, cover, auto;
  }

  .cd-box {
    flex-direction: column;
  }

  .cd-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .cd-right {
    width: 100%;
  }

  .top-ftr {
    flex-direction: column;
  }

  .tf-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .ftr-h2 {
    text-align: center;
  }

  .copy {
    flex-direction: column;
    align-items: center;
  }

  .copy-box {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .copy-p {
    text-align: center;
  }

  .doodle {
    top: 0;
    right: 180px;
  }

  .menu-icon {
    cursor: pointer;
  }

  .mob-menu-container {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .close {
    width: 40px;
    position: absolute;
    inset: 30px 30px auto auto;
  }

  .su-left, .su-right {
    width: 100%;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .column-3 {
    padding-right: 0;
  }

  .column-4 {
    padding-left: 0;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    max-width: 75%;
  }

  .div-block {
    margin-bottom: 10px;
  }

  .heading {
    font-family: Inconsolata, monospace;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/Untitled-design.png');
    background-position: 0 0, 0 0, 65%;
    background-size: auto, auto, cover;
  }

  .hero-left {
    text-align: left;
    align-self: flex-start;
  }

  .hero-image {
    align-self: center;
  }

  .logo {
    box-sizing: border-box;
    aspect-ratio: auto;
    width: 150px;
    display: inline-block;
  }

  .su-button {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-h1 {
    text-align: left;
    font-size: 38px;
  }

  .hero-p {
    text-align: left;
    flex-flow: row;
    width: 100%;
    display: block;
  }

  .hero-profiles {
    width: 90%;
  }

  .heading-h2 {
    font-family: Inconsolata, monospace;
    font-size: 40px;
  }

  .heading-h2.sel {
    font-size: 40px;
  }

  .feat-par {
    text-align: center;
  }

  .select {
    background-image: linear-gradient(#0000007d, #0000007d), url('../images/people-meeting-family-reunion.jpg');
    background-position: 0 0, 60% 100%;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tf-right {
    width: 100%;
  }

  .ftr-h2 {
    text-align: left;
    font-family: Inconsolata, monospace;
    font-size: 40px;
  }

  .cont-p {
    width: 100%;
  }

  .doodle {
    right: 21px;
  }

  .su-left {
    margin-top: 21px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph {
    max-width: 80%;
  }

  .heading {
    font-family: Inconsolata, monospace;
    font-size: 40px;
  }
}

#w-node-_69797517-f2c4-3904-111a-d7d62e5a6374-b3993d46 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_69797517-f2c4-3904-111a-d7d62e5a6374-b3993d46 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_69797517-f2c4-3904-111a-d7d62e5a6374-b3993d46 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


