<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main #meet-the-voices {
  background-image: -webkit-linear-gradient(134deg, #B01695, #322593);
}

main #meet-the-voices h1 {
  text-transform: none;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 10px;
}

main #meet-the-voices h1 span {
  text-transform: none;
}

main .page-content {
  counter-reset: i;
}

main .page-content h2.counter {
  position: relative;
  margin-top: 50px;
}

main .page-content h2.counter:before {
  counter-increment: i;
  content: counter(i);
  color: #FFA31E;
  font-size: 46px;
  font-weight: 500;
  position: absolute;
  left: -50px;
  font-family: "Barlow Condensed", sans-serif;
}

main .page-content h3 {
  line-height: 45px;
}

main .page-content .voice-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

main .page-content .voice-container h4 {
  padding-right: 20px;
}

main .page-content .voice-container .image-circle {
  width: 150px;
  height: 150px;
  float: none;
  margin: 0;
  position: static;
}

main .page-content .image-circle {
  width: 38%;
  max-width: 265px;
  float: right;
  margin-left: 100px;
  position: relative;
  top: -25px;
}

main .page-content.voices-of-veds {
  max-width: none;
  margin: 15px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

main .page-content.voices-of-veds img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  margin-bottom: 25px;
}

main .page-content.voices-of-veds h2 {
  margin-bottom: 30px;
}

main .page-content.voices-of-veds .voices-grid {
  display: grid;
  grid-template-columns: repeat(4, 20vw);
  grid-template-rows: repeat(6, 20vw);
  grid-gap: 10px;
}

main .page-content.voices-of-veds .voices-grid .item {
  position: relative;
  display: block;
  background-color: lightgray;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 101%;
  transition: all 1s;
}

main .page-content.voices-of-veds .voices-grid .item:before {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #000;
  opacity: 0;
  transition: opacity 1s;
}

@media only screen and (min-width: 768px) {
  main .page-content.voices-of-veds .voices-grid .item:hover {
    background-size: 110%;
  }
  main .page-content.voices-of-veds .voices-grid .item:hover img {
    right: 1.5vw;
  }
  main .page-content.voices-of-veds .voices-grid .item:hover:before {
    opacity: .25;
  }
}

main .page-content.voices-of-veds .voices-grid .item .quote-banner {
  width: 45%;
  height: 22%;
  background-color: orange;
  position: absolute;
  right: 0;
  padding: 30px 15px;
  top: 25%;
}

main .page-content.voices-of-veds .voices-grid .item .quote-banner p {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 500;
  font-size: 1.6vw;
  line-height: 1.6vw;
  margin-bottom: 15px;
}

main .page-content.voices-of-veds .voices-grid .item .quote-banner p:before {
  content: "\201C";
  font-family: "Noto Serif", serif;
  position: absolute;
  font-size: 6vw;
  left: -10%;
  top: 20%;
  font-style: normal;
}

main .page-content.voices-of-veds .voices-grid .item .quote-banner h4 {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.2vw;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 30%;
  bottom: 2.15vw;
}

main .page-content.voices-of-veds .voices-grid .item h3 {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-size: 2.5vw;
  text-align: center;
  width: 75%;
  margin: -20% auto 0;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

main .page-content.voices-of-veds .voices-grid .item img {
  width: 2vw;
  height: 2vw;
  position: absolute;
  right: 2vw;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0;
  bottom: 2vw;
  transition: right .5s;
}

main .page-content.voices-of-veds .voices-grid .item-1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  background-image: url("/img/voices/meg.png");
}

main .page-content.voices-of-veds .voices-grid .item-1 .quote-banner {
  background-image: linear-gradient(134deg, #322593 0%, #B01695 100%);
}

main .page-content.voices-of-veds .voices-grid .item-1 .quote-banner p:before {
  color: #F4364C;
}

main .page-content.voices-of-veds .voices-grid .item-2 {
  background-image: url("/img/voices/getting-care-you-need.png");
}

main .page-content.voices-of-veds .voices-grid .item-3 {
  background-image: url("/img/voices/navigating.png");
}

main .page-content.voices-of-veds .voices-grid .item-4 {
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  background-image: url("/img/voices/wish-id-known.png");
}

main .page-content.voices-of-veds .voices-grid .item-5 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  background-image: url("/img/voices/journey.png");
}

main .page-content.voices-of-veds .voices-grid .item-6 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
  background-image: url("/img/voices/teaching-others.png");
}

main .page-content.voices-of-veds .voices-grid .item-7 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 5;
  background-image: url("/img/voices/destiny.png");
}

main .page-content.voices-of-veds .voices-grid .item-7 .quote-banner {
  background-image: linear-gradient(-134deg, #FFA31E 0%, #DD1679 100%);
}

main .page-content.voices-of-veds .voices-grid .item-7 .quote-banner p:before {
  color: #271FAE;
}

main .page-content.voices-of-veds .voices-grid .item-8 {
  background-image: url("/img/voices/coping.png");
}

main .page-content.voices-of-veds .voices-grid .item-9 {
  background-image: url("/img/voices/science.png");
}

main .page-content.voices-of-veds .voices-grid .item-10 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 7;
  background-image: url("/img/voices/greg.png");
}

main .page-content.voices-of-veds .voices-grid .item-10 .quote-banner {
  background-image: linear-gradient(134deg, #322593 0%, #B01695 100%);
}

main .page-content.voices-of-veds .voices-grid .item-10 .quote-banner p:before {
  color: #F4364C;
}

main .page-content.voices-of-veds .voices-grid .item-11 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 7;
  background-image: url("/img/voices/genetic-testing.png");
}

main .page-content.voices-of-veds .voices-grid .item-12 {
  background-image: url("/img/voices/tips.png");
}

main .page-content.voices-of-veds .voices-grid .item-13 {
  background-image: url("/img/voices/thru-eyes.png");
}

main .page-content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 35px;
}

main .page-content ul li {
  line-height: 35px;
}

main .page-content .learn-more {
  color: #F4364C;
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 50px;
  display: block;
}

main .page-content .learn-more:after {
  content: '\203A';
  padding: 0 15px;
  font-size: 38px;
  position: relative;
  top: 5px;
}

main .page-content blockquote {
  line-height: 34px;
  color: #404040;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  padding-left: 15%;
  width: 80%;
  margin-bottom: 35px;
  position: relative;
}

main .page-content blockquote:before {
  content: '';
  height: 85%;
  position: absolute;
  width: 3px;
  left: 100px;
  top: 10%;
  background-image: linear-gradient(to bottom, #DD1679 0%, #FFA31E 100%);
}

main .page-content .travel-download-link {
  width: 75%;
  margin: 0 auto;
  display: block;
}

main .page-content .download-lg {
  display: block;
}

main .page-content .download-sm {
  display: none;
}

main .page-content .download-box {
  border: 2px solid rgba(255, 163, 30, 0.25);
  height: auto;
  min-height: 400px;
  width: 35%;
  float: right;
  margin-left: 10%;
}

main .page-content .download-box.travel-download {
  float: none;
  width: 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

main .page-content .download-box.travel-download svg {
  margin: 0 0 0 30px;
  width: 150px;
  height: 150px;
}

main .page-content .download-box.travel-download p {
  padding: 0;
  margin: 0;
  width: 100%;
}

main .page-content .download-box.travel-download h6 {
  width: 100%;
  margin: 0 0 10px 0;
}

main .page-content .download-box.travel-download div {
  padding: 15px 15px 15px 30px;
}

main .page-content .download-box h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #F4364C;
  font-size: 38px;
  margin: 0 auto;
  width: 80%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(134deg, #453999, #453999 50%, #F4364C 50%);
  background-size: 250% 100%;
  background-position: 100%;
  transition: all .3s;
}

main .page-content .download-box:hover h6 {
  background-position: 0%;
}

main .page-content .download-box p {
  width: 80%;
  margin: 15px auto 50px;
  padding: 0 15px;
}

main .page-content .download-box svg {
  display: block;
  margin: 35px auto;
}

main .page-content .download-box #download-icon-gradient {
  opacity: 1;
  transition: opacity .5s;
}

main .page-content .download-box:hover #download-icon-gradient {
  opacity: 0;
}

main .page-content h4 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #404040;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.4;
}

main .page-content h4 span {
  text-transform: none;
}

main .page-content h4.author {
  padding-left: 15%;
  margin-bottom: 40px;
  margin-top: -20px;
}

main .page-content h4.wish-author {
  margin-bottom: 0;
}

main .page-content .carousel-container {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}

main .page-content .carousel-container .next {
  display: none;
}

main .page-content .carousel-container a {
  width: 33%;
}

main .page-content .carousel-container .mobile-carousel {
  display: none;
}

main .page-content .carousel-container .carousel-item {
  position: relative;
  background-color: lightgray;
  height: 185px;
  margin: 0 5px;
  display: flex;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .5s;
}

main .page-content .carousel-container .carousel-item:before {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  background-color: #000;
  opacity: 0;
  position: absolute;
  transition: opacity .5s;
}

main .page-content .carousel-container .carousel-item.teaching-others {
  background-image: url("/img/voices/teaching-others.png");
}

main .page-content .carousel-container .carousel-item.getting-care {
  background-image: url("/img/voices/getting-care-you-need.png");
}

main .page-content .carousel-container .carousel-item.navigating-veds {
  background-image: url("/img/voices/navigating.png");
  background-position: bottom;
}

main .page-content .carousel-container .carousel-item.what-i-wish {
  background-image: url("/img/voices/wish-id-known.png");
}

main .page-content .carousel-container .carousel-item.journey {
  background-image: url("/img/voices/journey.png");
}

main .page-content .carousel-container .carousel-item.coping {
  background-image: url("/img/voices/coping.png");
}

main .page-content .carousel-container .carousel-item.science {
  background-image: url("/img/voices/science.png");
}

main .page-content .carousel-container .carousel-item.testing-for-veds {
  background-image: url("/img/voices/genetic-testing.png");
}

main .page-content .carousel-container .carousel-item.tips {
  background-image: url("/img/voices/tips.png");
}

main .page-content .carousel-container .carousel-item.loved-ones {
  background-image: url("/img/voices/thru-eyes.png");
}

main .page-content .carousel-container .carousel-item.meet-the-voices-carousel {
  background-image: url("/img/voices/meet-voices.png");
}

@media only screen and (min-width: 768px) {
  main .page-content .carousel-container .carousel-item:hover {
    background-size: 105%;
  }
  main .page-content .carousel-container .carousel-item:hover:before {
    opacity: .15;
  }
}

main .page-content .carousel-container .carousel-item h6 {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  width: 60%;
  margin: 0 auto 40px;
  align-self: center;
  position: relative;
  z-index: 1;
}

main .page-content .carousel-container .carousel-item img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0;
  bottom: 15px;
}

main #destiny,
main #greg,
main #meg {
  margin-top: -120px;
  padding-top: 120px;
  margin-bottom: 20px;
}

main .voices-headshot {
  margin-bottom: 15px;
}

main .back {
  margin: 15px 30px;
}

main .back a {
  color: #F4364C;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

main .back a:before {
  content: '\2039';
  padding: 0 15px;
  font-size: 38px;
  position: relative;
  top: 5px;
}

main .pre-footer {
  width: 90%;
  margin: 0 auto;
}

main .pre-footer .diagnosed-container {
  float: right;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

main .pre-footer .diagnosed-container .already-diagnosed {
  margin-right: 10px;
  float: left;
  display: block;
  color: #F4364C;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}

@media only screen and (max-width: 767px) {
  main .pre-footer .diagnosed-container .already-diagnosed {
    font-size: 15px;
    line-height: 22px;
  }
}

main .pre-footer .diagnosed-container .arrow {
  float: left;
}

main .pre-footer .diagnosed-container .arrow svg {
  -webkit-transform: rotateZ(-90deg) scale(0.5);
          transform: rotateZ(-90deg) scale(0.5);
}

main .pre-footer.cta-footer {
  margin: 0;
  width: 60%;
}

main .pre-footer.cta-footer .diagnosed-container {
  float: none;
}

@media only screen and (max-width: 767px) {
  main #meet-the-voices h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  main #meet-the-voices .desktop-break {
    display: none;
  }
  main .page-content.voices-of-veds .voices-grid {
    grid-template: repeat(13, 55vw)/repeat(1, 90vw);
    grid-gap: 25px;
  }
  main .page-content.voices-of-veds .voices-grid .item {
    grid-column: 1 !important;
  }
  main .page-content.voices-of-veds .voices-grid .item .quote-banner {
    width: 55%;
    height: 100px;
    background-color: orange;
    position: absolute;
    right: 0;
    padding: 15px;
    top: 40px;
  }
  main .page-content.voices-of-veds .voices-grid .item .quote-banner p {
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
  }
  main .page-content.voices-of-veds .voices-grid .item .quote-banner p:before {
    font-size: 15vw;
    top: 0;
    left: -6%;
  }
  main .page-content.voices-of-veds .voices-grid .item .quote-banner h4 {
    font-family: "Barlow", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: 14px;
    right: 25%;
    margin: 0;
  }
  main .page-content.voices-of-veds .voices-grid .item h3 {
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    font-size: 38px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    line-height: 1;
    font-weight: 600;
  }
  main .page-content.voices-of-veds .voices-grid .item img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: 0;
    bottom: 10px;
  }
  main .page-content.voices-of-veds .voices-grid .item-1 {
    grid-row-start: 3;
    grid-row-end: 4;
    background-image: url("/img/voices/meg.png");
    background-position: 0 -15px;
  }
  main .page-content.voices-of-veds .voices-grid .item-1 .quote-banner {
    background-image: linear-gradient(134deg, #322593 0%, #B01695 100%);
  }
  main .page-content.voices-of-veds .voices-grid .item-2 {
    background-image: url("/img/voices/getting-care-you-need.png");
    grid-row-start: 4;
    grid-row-end: 5;
  }
  main .page-content.voices-of-veds .voices-grid .item-3 {
    background-image: url("/img/voices/navigating.png");
    grid-row-start: 5;
    grid-row-end: 6;
  }
  main .page-content.voices-of-veds .voices-grid .item-4 {
    grid-row-start: 1;
    grid-row-end: 2;
    background-image: url("/img/voices/wish-id-known.png");
  }
  main .page-content.voices-of-veds .voices-grid .item-5 {
    grid-row-start: 6;
    grid-row-end: 7;
    background-image: url("/img/voices/journey.png");
  }
  main .page-content.voices-of-veds .voices-grid .item-6 {
    grid-row-start: 2;
    grid-row-end: 3;
    background-image: url("/img/voices/teaching-others.png");
  }
  main .page-content.voices-of-veds .voices-grid .item-7 {
    grid-row-start: 7;
    grid-row-end: 8;
    background-image: url("/img/voices/destiny.png");
    background-position: 0;
  }
  main .page-content.voices-of-veds .voices-grid .item-7 .quote-banner {
    background-image: linear-gradient(-134deg, #FFA31E 0%, #DD1679 100%);
  }
  main .page-content.voices-of-veds .voices-grid .item-8 {
    background-image: url("/img/voices/coping.png");
    grid-row-start: 8;
    grid-row-end: 9;
  }
  main .page-content.voices-of-veds .voices-grid .item-9 {
    background-image: url("/img/voices/science.png");
    grid-row-start: 9;
    grid-row-end: 10;
  }
  main .page-content.voices-of-veds .voices-grid .item-10 {
    grid-row-start: 10;
    grid-row-end: 11;
    background-image: url("/img/voices/greg.png");
    background-position: 0 -45px;
  }
  main .page-content.voices-of-veds .voices-grid .item-10 .quote-banner {
    background-image: linear-gradient(134deg, #322593 0%, #B01695 100%);
  }
  main .page-content.voices-of-veds .voices-grid .item-11 {
    grid-row-start: 12;
    grid-row-end: 13;
    background-image: url("/img/voices/genetic-testing.png");
  }
  main .page-content.voices-of-veds .voices-grid .item-12 {
    background-image: url("/img/voices/tips.png");
    grid-row-start: 11;
    grid-row-end: 12;
  }
  main .page-content.voices-of-veds .voices-grid .item-13 {
    background-image: url("/img/voices/thru-eyes.png");
    grid-row-start: 13;
    grid-row-end: 14;
  }
  main .page-content img {
    width: 100vw;
    height: 200px;
    margin-left: -5vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .page-content h2 {
    margin-bottom: 0;
    padding: 5px 0;
  }
  main .page-content h2.counter:before {
    left: 0;
    top: -25px;
    font-size: 32px;
  }
  main .page-content h3 {
    font-size: 18px;
    line-height: 28px;
  }
  main .page-content .header-line:before {
    display: block;
    position: relative;
    top: -8px;
    content: '';
    background-color: #271FAE;
    height: 4px;
    width: 26px;
  }
  main .page-content .top-spacing {
    margin-top: 40px;
  }
  main .page-content ul {
    margin-bottom: 10px;
  }
  main .page-content ul li {
    font-size: 15px;
    line-height: 25px;
  }
  main .page-content .voice-container .image-circle {
    width: 120px;
    height: 120px;
    display: block;
  }
  main .page-content .image-circle {
    display: none;
  }
  main .page-content h4 {
    font-size: 14px;
  }
  main .page-content h4.wish-author, main .page-content h4.author {
    text-align: right;
  }
  main .page-content blockquote {
    padding-left: 10%;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  main .page-content blockquote:before {
    left: 15px;
    height: 95%;
    top: 3%;
  }
  main .page-content .carousel-container {
    margin: 40px 0;
    flex-direction: column;
  }
  main .page-content .carousel-container .next {
    display: block;
    margin: 0 0 10px 5px;
  }
  main .page-content .carousel-container .next:after {
    padding: 0 5px;
  }
  main .page-content .carousel-container .mobile-carousel {
    display: block;
    width: 100%;
  }
  main .page-content .carousel-container .mobile-carousel .carousel-item {
    min-height: 185px;
    height: 40vw;
    background-color: transparent;
  }
  main .page-content .carousel-container .mobile-carousel h6 {
    font-size: 36px;
    align-self: center;
    margin: 0 auto;
  }
  main .page-content .carousel-container a:nth-of-type(2),
  main .page-content .carousel-container a:nth-of-type(3),
  main .page-content .carousel-container a:nth-of-type(4) {
    display: none;
  }
  main .page-content .family-flex {
    display: flex;
    flex-direction: column;
  }
  main .page-content .family-flex a {
    order: 1;
  }
  main .page-content .download-lg {
    width: 0;
    height: 0;
  }
  main .page-content .download-lg p {
    display: none;
  }
  main .page-content .download-sm {
    display: block;
  }
  main .page-content .travel-download-link {
    width: 100%;
  }
  main .page-content .travel-download-link .travel-download svg {
    width: 30%;
    margin: 0;
  }
  main .page-content .travel-download-link .travel-download div {
    margin-left: 20px;
    padding: 0;
  }
  main .page-content .download-box {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
    border: none;
    display: flex;
    align-items: center;
    min-height: 0;
  }
  main .page-content .download-box div {
    margin-left: 20px;
    width: 70%;
  }
  main .page-content .download-box p {
    margin: 15px 0 0;
    padding: 0;
    width: auto;
  }
  main .page-content .download-box h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    width: auto;
    margin: 0;
    font-size: 20px;
  }
  main .page-content .download-box svg {
    width: 30%;
  }
  main .page-content a.learn-more {
    font-size: 15px;
  }
  main .page-content a.learn-more:after {
    font-size: 28px;
    top: 3px;
    padding: 0 12px;
  }
  main .back {
    margin: 0;
  }
  main .back a {
    font-size: 14px;
  }
  main .back a:before {
    font-size: 30px;
    top: 4px;
    padding: 0 10px 0 15px;
  }
  main #destiny,
  main #greg,
  main #meg {
    margin-bottom: 5px;
  }
  main .pre-footer.cta-footer {
    width: 100%;
  }
}
</pre></body></html>