:root {
  --white: white;
  --black: black;
  --pf-blue: #00bfda;
  --orange: #f5a91d;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  white-space: normal;
  object-fit: fill;
  border-bottom: 0 solid #000;
  border-radius: 0;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Mark ot, sans-serif;
  font-size: 17px;
  display: flex;
}

.flex-container.header {
  border-bottom-width: 1px;
  border-bottom-color: #bebebe;
  overflow: visible;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.section {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.section.herosection {
  z-index: 999999;
  position: relative;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Mark ot, sans-serif;
  font-weight: 400;
}

.bold-text {
  letter-spacing: 10px;
  white-space: normal;
  font-size: 135px;
  line-height: 130%;
}

.heading-2 {
  color: #044e58;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 0;
  font-family: Mark ot, sans-serif;
  font-size: 131px;
  font-weight: 400;
  line-height: 130%;
}

.container {
  object-fit: fill;
  background-color: rgba(0, 191, 218, .53);
  margin-bottom: 0;
}

.image {
  text-align: right;
}

.column {
  border-right: 1px solid var(--white);
  text-align: right;
  margin-top: auto;
}

.columns {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  margin-top: auto;
}

.text-block {
  border-right: 1px none var(--white);
  color: var(--black);
  font-family: Mark ot, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-block-2 {
  color: #fff;
  font-family: Mark ot, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 54px;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Mark ot, sans-serif;
  font-size: 17px;
  line-height: 130%;
}

.column-3, .columns-2 {
  background-color: #00bfda;
}

.block-quote {
  font-family: Mark ot, sans-serif;
  font-size: 25px;
  line-height: 130%;
}

.feature-section {
  background-color: #00bfda;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.section-2 {
  background-image: url('../images/punta-cana-3c.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 500px;
  padding-bottom: 220px;
}

.heading-3 {
  color: #00bfda;
  text-align: center;
  margin-top: 0;
  font-family: Mark ot, sans-serif;
  font-size: 125px;
  font-weight: 900;
  line-height: 130%;
}

.heading-4 {
  color: #00bfda;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Mark ot, sans-serif;
  font-size: 52px;
  font-weight: 400;
}

.container-2 {
  background-color: rgba(0, 0, 0, .7);
  margin-top: 600px;
  padding: 20px;
}

.heading-5 {
  color: var(--white);
  font-family: Mark ot, sans-serif;
  font-size: 58px;
  line-height: 130%;
}

.paragraph {
  color: var(--black);
  font-family: Mark ot, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.button {
  width: 160px;
  float: left;
  color: var(--black);
  text-align: center;
  background-color: #b9f5f9;
  margin-top: 20px;
  margin-bottom: -74px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Mark ot, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  display: block;
}

.button.white-button {
  max-width: 50%;
  float: none;
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  display: block;
}

.button.white-button.buttonbg {
  color: #fff;
  background-color: #035a70;
}

.button.white-button.blue-bg {
  background-color: #00bfda;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  display: inline-block;
}

.heading-6 {
  color: #00bfda;
  margin-right: 0;
  font-family: Mark ot, sans-serif;
}

.column-4 {
  height: auto;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.section-3 {
  background-color: var(--black);
}

.heading-7 {
  color: var(--pf-blue);
  text-align: left;
  margin-bottom: 40px;
  font-family: Mark ot, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
}

.paragraph-2 {
  color: var(--black);
  margin-top: -5px;
  margin-left: 0;
  font-family: Mark ot, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.column-5 {
  padding: 20px 60px 40px;
}

.div-block {
  margin-right: auto;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mark ot, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 130%;
}

.container-3 {
  margin-top: 40px;
}

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

.container-4 {
  z-index: 99999;
  background-color: rgba(255, 255, 255, .86);
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  left: -150px;
  right: 0;
}

.heading-9 {
  color: #004c57;
  text-align: center;
  margin-top: auto;
  font-family: Mark ot, sans-serif;
  font-size: 125px;
  font-weight: 400;
  line-height: 130%;
}

.image-3 {
  position: static;
}

.paragraph-3 {
  padding-top: 60px;
  font-family: Mark ot, sans-serif;
  font-size: 25px;
  line-height: 130%;
}

.button-2 {
  text-align: center;
  background-color: #00bfda;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Mark ot, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.heading-10 {
  width: 220px;
  color: var(--white);
  text-align: center;
  background-color: #00bfda;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 200;
  line-height: 100px;
}

.container-5 {
  margin-top: 60px;
}

.heading-11 {
  width: 220px;
  color: var(--black);
  text-align: center;
  background-color: #00bfda;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.div-block-3 {
  width: 240px;
  overflow: visible;
}

.image-4 {
  width: 240px;
  background-color: rgba(255, 255, 255, .9);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-7 {
  margin-top: 170px;
  display: block;
}

.section-4 {
  background-image: url('../images/2019-in-numbers.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-5 {
  background-image: url('../images/graphic-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 100px;
}

.heading-12 {
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 500;
}

.container-6 {
  margin-top: 100px;
}

.paragraph-4 {
  color: var(--white);
  text-align: center;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  font-size: 17px;
}

.image-5 {
  height: 180px;
}

.image-6 {
  height: 180px;
  text-align: left;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-7, .image-8 {
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-7 {
  background-color: rgba(255, 255, 255, .78);
  margin-top: 20px;
  padding: 40px;
}

.div-block-4 {
  margin-top: 60px;
}

.container-8 {
  margin-top: 40px;
  padding-bottom: 40px;
}

.blue-icon {
  color: #00bfda;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.text-block-4 {
  text-align: center;
  font-size: 17px;
}

.column-8 {
  margin-top: -45px;
}

.column-10 {
  margin-top: -76px;
}

.column-11 {
  margin-top: -38px;
}

.section-6 {
  background-color: rgba(0, 191, 218, .15);
  margin-top: 0;
  padding-top: 10px;
}

.thank-you {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 191, 218, .68), rgba(0, 191, 218, .68)), url('../images/GettyImages-1359410957.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-top: 1px solid #84d6e2;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.heading-13 {
  color: var(--white);
  text-align: center;
  font-family: Mark ot, sans-serif;
  font-weight: 700;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Mark ot, sans-serif;
  font-size: 22px;
  line-height: 156%;
}

.button-3 {
  width: 250px;
  background-color: var(--orange);
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.button-3:hover {
  background-color: #f8d38e;
}

.image-9 {
  object-fit: fill;
  overflow: visible;
}

.message-ceo {
  background-color: var(--black);
}

.message-ceo.flex-container {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9f5f9;
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/bracelets-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.message-ceo.flex-container.section-8b {
  background-color: #000;
}

.message-ceo.flex-container.stickysection {
  z-index: 99998;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.div-block-5 {
  width: 50%;
  padding: 40px;
  display: block;
}

.div-block-6 {
  width: 50%;
  align-self: stretch;
}

.by-the-numbers {
  z-index: 9998;
  height: 100vh;
  background-color: var(--white);
  color: #0081a1;
  border-bottom: 1px solid #007181;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Mark ot, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

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

.heading-14 {
  color: #00bfda;
  text-align: center;
  font-family: Mark ot, sans-serif;
  font-size: 55px;
}

.container-9 {
  z-index: 999999;
  background-color: rgba(0, 191, 218, .68);
  margin-top: 100px;
  padding: 20px 60px 40px;
  position: absolute;
  right: -150px;
}

.heading15 {
  color: #004c57;
  font-family: Mark ot, sans-serif;
  font-size: 96px;
  font-weight: 400;
}

.paragraph-6 {
  color: var(--white);
  margin-top: 40px;
  font-family: Mark ot, sans-serif;
  font-size: 25px;
  line-height: 130%;
}

.button-4 {
  background-color: var(--black);
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Mark ot, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-7 {
  width: 50%;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block-8 {
  width: 50%;
  text-align: right;
}

.image-10 {
  max-width: 35%;
  object-fit: fill;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.button-5 {
  background-color: #f5a91d;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.image-13 {
  border: 0 solid #000;
  border-radius: 50%;
  overflow: hidden;
}

.column-19 {
  border: 1px solid #d9f5f9;
}

.columns-3 {
  text-align: left;
  align-items: stretch;
  display: flex;
}

.slide {
  height: auto;
  background-image: url('../images/Exer_IMG_0239.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.slide1 {
  opacity: 1;
  background-image: linear-gradient(rgba(0, 191, 218, .7), rgba(0, 191, 218, .7)), url('../images/Exer_IMG_0239.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide2 {
  background-image: linear-gradient(rgba(0, 191, 218, .7), rgba(0, 191, 218, .7)), url('../images/MD-Ventura_DSC_3772.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide3 {
  background-image: linear-gradient(rgba(0, 191, 218, .7), rgba(0, 191, 218, .7)), url('../images/research_FH000016.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide4 {
  background-image: linear-gradient(rgba(0, 191, 218, .7), rgba(0, 191, 218, .7)), url('../images/JSilva_092517_8607.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-nav {
  background-color: rgba(0, 0, 0, 0);
}

.mask {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

.container-12 {
  height: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page_title {
  color: var(--white);
  text-align: center;
  margin-top: -20px;
  margin-bottom: -37px;
  font-family: Mark ot, sans-serif;
  font-size: 250px;
  font-weight: 900;
  line-height: 100%;
}

.heading-15 {
  color: var(--white);
  text-align: center;
  margin-top: 45px;
  margin-bottom: 27px;
  font-family: Mark ot, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-11 {
  height: 100px;
  background-color: rgba(255, 255, 255, .85);
  align-items: center;
  padding: 10px 20px;
  display: none;
}

.div-block-12 {
  align-items: center;
  margin-top: -20px;
  margin-bottom: -6px;
  display: flex;
}

.div-block-13 {
  margin-top: 117px;
  margin-left: -1px;
  padding: 10px;
}

.left-arrow, .right-arrow {
  opacity: 0;
}

.heading-16 {
  color: #d9f5f9;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 65px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  font-family: Mark ot, sans-serif;
  font-size: 22px;
  line-height: 156%;
}

.text-span {
  color: var(--white);
  font-weight: 900;
}

.section-10 {
  z-index: 99997;
  height: 100vh;
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.section-10._10b {
  background-image: linear-gradient(rgba(217, 245, 249, .65), rgba(217, 245, 249, .65)), url('../images/Exer.JSilva_100417_1384.jpeg');
  background-position: 0 0, 50% 0;
}

.heading-17 {
  color: #00bfda;
  font-family: Mark ot, sans-serif;
  font-size: 100px;
  line-height: 100%;
}

.heading-17._17b {
  color: #0081a1;
}

.image-14 {
  max-width: 150px;
  float: right;
  border-radius: 0;
}

.div-block-14 {
  width: auto;
  max-width: 75%;
  background-color: rgba(0, 191, 218, .87);
  border-radius: 0%;
  padding: 20px;
}

.div-block-14._14b {
  background-color: rgba(0, 0, 0, .88);
}

.div-block-14._14c {
  background-color: #d9f5f9;
}

.stat-heading1 {
  color: var(--black);
  margin-top: 22px;
  font-family: Mark ot, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 100%;
}

.stat-heading1.stat2 {
  width: auto;
  color: #000;
  object-fit: fill;
  margin-top: 110px;
  margin-bottom: 19px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.stat-heading1.stat3 {
  color: #00bfda;
}

.paragraph-8 {
  color: #fff;
  font-family: Mark ot, sans-serif;
  font-size: 22px;
  line-height: 156%;
}

.text-span-2 {
  color: var(--black);
}

.secttion-11 {
  height: 100vh;
  background-image: linear-gradient(rgba(217, 245, 249, .64), rgba(217, 245, 249, .64)), url('../images/Exer.JSilva_100417_1384.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-18 {
  color: #0081a1;
  margin-top: 100px;
  font-family: Mark ot, sans-serif;
  font-size: 100px;
  line-height: 100%;
}

.paragraph-9 {
  color: #035a70;
  text-align: center;
  font-family: Mark ot, sans-serif;
  font-size: 22px;
  line-height: 156%;
}

.care {
  z-index: 9998;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 129, 161, .85), rgba(0, 129, 161, .85)), url('../images/GettyImages-1442374236-copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: opacity .2s;
  display: flex;
  position: static;
  bottom: 0;
}

.heading-19 {
  color: #000;
  margin-top: 37px;
  padding-bottom: 0;
  font-family: Mark ot, sans-serif;
  font-size: 70px;
  line-height: 100%;
}

.text-span-3 {
  color: #d9f5f9;
}

.paragraph-10 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mark ot, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.care-stat {
  z-index: 999;
  height: 20vh;
  background-color: var(--pf-blue);
  color: #fff;
  align-items: center;
  margin-top: -90px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  bottom: 0;
}

.paragraph-11 {
  color: #d9f5f9;
  text-align: center;
  font-family: Mark ot, sans-serif;
  font-size: 22px;
  line-height: 156%;
}

.image-15 {
  float: right;
  border: 5px solid #035a70;
  border-radius: 50%;
}

.section-14 {
  min-height: 100vh;
  background-color: #00bfda;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.heading-20 {
  color: var(--white);
  text-align: center;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: auto;
  font-family: Mark ot, sans-serif;
  font-size: 150px;
  line-height: 100%;
}

.div-block-15 {
  background-color: #0081a1;
  border-radius: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-21 {
  color: var(--white);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Mark ot, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.div-block-16 {
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
}

.image-16 {
  width: 15%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-16.biggerimg {
  width: 20%;
}

.heading-22 {
  color: #00bfda;
  text-align: center;
  font-family: Mark ot, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.heading-22.whiteheading {
  color: var(--white);
}

.paragraph-12 {
  max-width: 60%;
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Mark ot, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.paragraph-12.whiteparagraph {
  color: var(--white);
}

.div-block-17 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-5 {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.columns-5.whitecol {
  margin-top: 100px;
}

.column-20 {
  background-color: #0081a1;
  border: 10px solid #00bfda;
  border-radius: 50%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  display: flex;
}

.column-20.blackcol {
  background-color: #000;
}

.column-20.whitecol {
  background-color: var(--white);
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-21 {
  background-color: var(--white);
  border: 10px solid #00bfda;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.column-21.darkbluecol {
  background-color: #0081a1;
}

.column-21.blackcol {
  background-color: var(--black);
}

.column-22 {
  background-color: var(--black);
  border: 10px solid #00bfda;
  border-radius: 50%;
}

.column-22.whitecol {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.column-22.darkbluecol {
  background-color: #0081a1;
}

.section-15 {
  background-color: #00bfda;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-17 {
  border-radius: 50%;
}

.heading-23 {
  color: #d9f5f9;
  text-align: center;
  margin-bottom: 40px;
  font-family: Mark ot, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-19 {
  height: 100%;
  background-color: rgba(0, 191, 218, .65);
}

.background-video {
  height: 100vh;
  margin-top: 0;
  position: static;
}

.image-18 {
  width: 25%;
  text-align: left;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  display: block;
  position: relative;
}

.div-block-20 {
  width: 100%;
  max-height: 100px;
  position: relative;
}

.columns-7 {
  position: relative;
}

.image-19 {
  max-height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-6 {
  float: right;
  color: #000;
  text-align: right;
  -webkit-text-fill-color: inherit;
  background-color: #f5a91d;
  background-clip: border-box;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 25px;
  font-family: Mark ot, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button-6:hover {
  background-color: #f1c470;
}

.cover {
  z-index: 999999;
  background-color: var(--white);
  position: relative;
}

.container-14 {
  position: relative;
}

.impact {
  z-index: 99997;
  height: 100vh;
  background-color: var(--white);
  align-items: center;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.heading-24 {
  color: var(--pf-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 39px;
  font-family: Mark ot, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.image-20 {
  max-height: 200px;
  max-width: 100%;
  margin-right: auto;
  position: relative;
}

.image-21 {
  max-height: 200px;
  display: inline-block;
  position: relative;
}

.image-22 {
  max-height: 200px;
  min-height: 0;
}

.column-26, .column-27, .column-28 {
  text-align: center;
}

.button-7 {
  width: 100%;
  color: var(--white);
  background-color: #0081a1;
  margin-top: 40px;
  padding-bottom: 14px;
  font-family: Mark ot, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}

.button-7:hover {
  color: #000;
  background-color: #00bfda;
}

.column-29 {
  flex-direction: column;
  display: flex;
}

.statparagraph {
  color: var(--black);
  margin-top: -16px;
  margin-bottom: 0;
  font-family: Mark ot, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.paragraph-13 {
  color: var(--black);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Mark ot, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 156%;
}

.columns-8 {
  align-items: center;
  display: flex;
}

.image-23a {
  width: 72%;
  max-width: 300%;
  text-align: left;
  overflow: visible;
  box-shadow: 5px 5px 20px -3px rgba(0, 0, 0, .36);
}

.image-24 {
  margin-top: 5px;
  padding-left: 0;
  font-size: 100%;
  line-height: 100%;
}

.bold-text-4 {
  color: var(--pf-blue);
}

.research {
  z-index: 9990;
  height: 100px;
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 129, 161, .7), rgba(0, 129, 161, .7)), url('../images/MagnifyingResearchPhoto.jpg');
  background-size: auto, auto;
  position: static;
  bottom: 0;
}

.research.flex-container.sticky-selection {
  height: 80vh;
  min-height: 0;
  background-image: linear-gradient(rgba(0, 129, 161, .78), rgba(0, 129, 161, .78)), url('../images/GettyImages-1027137306-copy.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
  position: static;
}

.heading-25 {
  color: var(--black);
  white-space: normal;
  margin-top: 28px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Mark ot, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
}

.paragraph-10 {
  margin-top: 47px;
  margin-bottom: 0;
}

.button-8 {
  width: 170px;
  float: none;
  color: var(--black);
  text-align: center;
  background-color: #b9f5f9;
  margin-top: 20px;
  margin-bottom: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Mark ot, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
}

.container-15 {
  margin-bottom: 95px;
  position: static;
}

.research-stat {
  height: 20vh;
  background-color: var(--pf-blue);
  align-items: center;
  display: flex;
}

.container-16 {
  margin-top: 0;
  margin-bottom: 0;
}

.education {
  z-index: 9997;
  height: 80vh;
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 129, 161, .85), rgba(0, 129, 161, .85)), url('../images/GettyImages-1301466650-copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity .2s;
  display: flex;
  position: static;
  top: 0;
  bottom: auto;
}

.container-17 {
  flex: 0 auto;
}

.education-stat {
  z-index: 999;
  height: 20vh;
  background-color: var(--pf-blue);
  object-fit: fill;
  align-items: center;
  display: flex;
  position: static;
  top: 10px;
  bottom: 0;
}

.container-18 {
  margin-top: -14px;
  position: static;
  top: 10px;
  bottom: 10px;
}

.columns-9 {
  color: var(--white);
  align-items: center;
  display: flex;
}

.image-25 {
  box-shadow: 1px 1px 3px #000;
}

.donors {
  height: 100vh;
  background-color: #fff;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.container-19 {
  flex: 0 auto;
}

.text-block-5 {
  color: #fff;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Mark ot, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.button-9 {
  width: 25%;
  background-color: var(--pf-blue);
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--pf-blue);
  object-fit: fill;
  margin-top: 24px;
  margin-left: 35px;
  padding-left: 0;
  padding-right: 0;
  font-family: Mark ot, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.heading-26 {
  color: var(--white);
  text-align: center;
  margin-bottom: 72px;
  font-family: Mark ot, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.financials {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 129, 161, .85), rgba(0, 129, 161, .85)), url('../images/Financials.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-6 {
  color: #000;
  margin-top: 19px;
  font-family: Mark ot, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.image-26 {
  border: 7px solid var(--orange);
  margin-top: 30px;
  margin-bottom: 0;
}

.text-block-7 {
  margin-top: 10px;
}

.heading-27 {
  color: #000;
  margin-top: 83px;
  font-family: Mark ot, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 100px;
}

.heading-28 {
  color: var(--black);
  font-family: Mark ot, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 100px;
}

.section-16 {
  background-color: var(--black);
  align-items: center;
  display: flex;
}

.button-10 {
  width: 180px;
  background-color: var(--pf-blue);
  text-align: center;
  object-fit: fill;
  margin-top: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  display: inline-block;
  overflow: scroll;
}

.paragraph-14 {
  color: var(--black);
  margin-top: -24px;
  margin-bottom: 56px;
  padding-left: 20px;
  padding-right: 17px;
  font-family: Mark ot, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 156%;
}

.html-embed {
  margin-top: -94px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.columns-10 {
  margin-top: -17px;
  margin-bottom: 0;
  padding-top: 0;
}

.container-20 {
  margin-top: -43px;
}

.button-11a {
  background-color: #0081a1;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.columns-11 {
  margin-top: -177px;
}

.paragraph-15 {
  color: var(--black);
  margin-top: 41px;
  margin-bottom: 36px;
  font-family: Mark ot, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.paragraph-16 {
  color: var(--black);
  margin-bottom: 7px;
  margin-left: 57px;
  padding-right: 29px;
  font-family: Mark ot, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.image-28 {
  max-width: 77%;
}

.video {
  border: 8px solid var(--orange);
}

.paragraph-17 {
  color: var(--white);
  text-align: right;
  margin-right: 22px;
  padding-left: 0;
  font-family: Mark ot, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
}

.columns-14 {
  width: 100%;
  height: auto;
  background-color: #00bfda;
  margin-left: 0;
}

.column-37 {
  object-fit: fill;
}

.heading-29 {
  color: var(--white);
  margin-top: -35px;
  margin-bottom: 29px;
  font-family: Mark ot, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.text-block-8 {
  width: 425px;
  outline-offset: 0px;
  mix-blend-mode: normal;
  border: 6px solid #f5a91d;
  border-radius: 0;
  outline: 3px #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}

.de-rus-jacquet {
  height: 100vh;
  background-color: rgba(0, 191, 218, .53);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 40px;
  display: flex;
}

.heading-30 {
  color: var(--black);
  font-family: Mark ot, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 48px;
}

.text-block-9 {
  font-family: Mark ot, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.columns-15 {
  margin-top: 23px;
}

.block-quote-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 24px;
  font-family: Mark ot, sans-serif;
  line-height: 156%;
}

.image-29 {
  mix-blend-mode: normal;
}

.text-block-10 {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: -28px;
  font-family: Mark ot, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.image-30 {
  margin-top: -80px;
  margin-bottom: 0;
  margin-left: 0;
}

.columns-16 {
  margin-bottom: 27px;
}

.image-31 {
  margin-top: -99px;
}

.image-32 {
  margin-top: -204px;
  margin-left: 32px;
}

.column-38 {
  padding-top: 66px;
}

.image-34 {
  margin-left: -66px;
}

.button-11 {
  background-color: var(--pf-blue);
  color: #000;
  margin-top: 27px;
  padding: 17px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-11 {
  width: 230px;
  border: 7px solid var(--orange);
}

.button-12 {
  background-color: #d9f5f9;
  margin-top: 26px;
  padding: 11px 21px 11px 22px;
  font-family: Mark ot, sans-serif;
}

.bold-text-8 {
  color: #000;
  font-size: 20px;
}

.column-39 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 6px solid #b9f5f9;
  border-radius: 0;
}

.column-40 {
  background-color: rgba(0, 0, 0, 0);
  border: 6px solid #b9f5f9;
}

.text-block-12 {
  padding-top: 213px;
}

.paragraph-18, .paragraph-19 {
  color: var(--white);
  font-family: Mark ot, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.button-13 {
  background-color: #b9f5f9;
  margin-top: 22px;
  padding: 15px 16px;
}

.bold-text-9 {
  color: var(--black);
  font-family: Mark ot, sans-serif;
  font-size: 20px;
}

.block-quote-3 {
  margin-top: 26px;
  margin-bottom: 0;
  font-family: Mark ot, sans-serif;
  line-height: 156%;
}

.text-block-14 {
  font-family: Mark ot, sans-serif;
}

.text-block-15 {
  color: #fff;
  padding-top: 16px;
  font-family: Mark ot, sans-serif;
}

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

.text-block-17 {
  margin-top: 80px;
  font-family: Mark ot, sans-serif;
  font-size: 65px;
  font-weight: 900;
}

.italic-text {
  color: #1e1e1e;
  font-weight: 900;
}

.image-35 {
  max-width: 60%;
  margin-left: 8px;
}

.text-block-18 {
  color: var(--black);
  background-color: #d9f5f9;
  border: 0 #000;
  border-radius: 5px;
  margin-top: -11px;
  margin-left: 26px;
  padding: 10px 49px 13px 15px;
  font-family: Mark ot, sans-serif;
  font-weight: 700;
}

.image-36 {
  max-width: 60%;
}

.text-block-19 {
  color: var(--black);
  background-color: #d9f5f9;
  border: 0 #000;
  border-radius: 5px;
  margin-top: -11px;
  margin-left: 25px;
  padding: 8px 79px 14px 19px;
  font-family: Mark ot, sans-serif;
}

.image-37 {
  max-width: 100%;
  border: 10px solid var(--pf-blue);
  border-radius: 2px;
  margin-top: 28px;
}

.image-38 {
  margin-left: -9px;
}

.image-39 {
  margin-top: 16px;
  margin-bottom: -61px;
}

.image-40 {
  margin-top: 0;
  margin-bottom: 17px;
}

.image-41 {
  max-width: 80%;
  margin-left: -45px;
}

.column-41 {
  padding-right: 108px;
}

.image-43 {
  max-width: 150px;
  margin-top: -133px;
}

@media screen and (max-width: 991px) {
  .flex-container {
    flex-direction: row;
  }

  .bold-text, .heading-2 {
    font-size: 100px;
  }

  .button {
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: -318px;
    padding-left: 15px;
    font-size: 17px;
  }

  .cards-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .heading-7 {
    margin-top: 38px;
    margin-bottom: 0;
    font-size: 50px;
  }

  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-8 {
    font-size: 35px;
  }

  .container-4 {
    margin-top: 40px;
    left: -100px;
  }

  .heading-9 {
    font-size: 50px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .button-2 {
    font-size: 17px;
  }

  .heading-12 {
    margin-top: 60px;
    line-height: 130%;
  }

  .paragraph-4 {
    font-size: 28px;
  }

  .image-5, .image-6, .image-7, .image-8 {
    height: 140px;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .message-ceo.flex-container.stickysection {
    margin: 27px;
  }

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

  .div-block-6 {
    background-position: 55%;
  }

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

  .container-9 {
    margin-top: 60px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    right: -100px;
  }

  .heading15 {
    text-align: center;
    font-size: 50px;
  }

  .paragraph-6 {
    font-size: 20px;
  }

  .button-4 {
    font-size: 17px;
  }

  .image-10 {
    max-width: 60%;
  }

  .button-5 {
    text-align: center;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 28px;
  }

  .container-12 {
    padding: 24px;
  }

  .page_title {
    margin-top: 86px;
    margin-bottom: -142px;
    padding: 0;
    font-size: 240px;
  }

  .heading-15 {
    margin-top: 150px;
    margin-bottom: -7px;
    font-size: 80px;
    line-height: 120%;
  }

  .stat-heading1.stat2 {
    margin-top: 57px;
    margin-left: -318px;
  }

  .heading-18 {
    font-size: 100px;
  }

  .care {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-19 {
    margin-top: -81px;
    margin-bottom: 0;
    margin-left: 35px;
    padding-bottom: 0;
    font-size: 80px;
    line-height: 80%;
  }

  .text-span-3 {
    margin-top: 33px;
    font-size: 70px;
    line-height: 80%;
    display: block;
  }

  .paragraph-10 {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 140%;
  }

  .care-stat {
    margin-top: -126px;
  }

  .image-15 {
    margin-bottom: auto;
    margin-left: 20px;
  }

  .heading-20 {
    font-size: 75px;
  }

  .heading-21, .heading-22 {
    font-size: 30px;
  }

  .paragraph-12 {
    font-size: 14px;
  }

  .columns-6 {
    flex-flow: wrap;
    display: flex;
  }

  .column-23 {
    padding-bottom: 10px;
  }

  .heading-24 {
    margin-top: -16px;
    margin-bottom: 0;
    font-size: 50px;
  }

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

  .statparagraph {
    margin-top: 0;
    margin-left: -316px;
    padding-right: 0;
  }

  .paragraph-13 {
    margin-left: 7px;
    margin-right: -6px;
    padding-right: 0;
    font-size: 17px;
  }

  .image-24 {
    margin-top: 61px;
  }

  .heading-25 {
    margin-top: 0;
    padding-left: 0;
    font-size: 80px;
  }

  .paragraph-10 {
    margin-top: 0;
    margin-bottom: 2px;
    margin-left: 33px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-8 {
    margin-left: -319px;
  }

  .container-15 {
    margin-bottom: 0;
  }

  .container-18 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .columns-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-9 {
    margin-top: 15px;
  }

  .heading-26 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-6 {
    margin-top: 37px;
  }

  .heading-27 {
    margin-top: 110px;
    margin-bottom: 0;
    margin-left: -322px;
  }

  .heading-28 {
    margin-left: -319px;
  }

  .paragraph-14 {
    margin-top: 22px;
    margin-bottom: 0;
  }

  .html-embed {
    margin-top: -108px;
  }

  .columns-10 {
    margin-top: 0;
  }

  .container-20 {
    margin-top: 0;
    padding: 22px;
  }

  .container-21 {
    padding: 24px;
  }

  .container-22 {
    margin-top: -142px;
    padding: 0;
  }

  .column-30 {
    margin-top: 0;
  }

  .columns-11 {
    margin-top: 0;
    margin-left: 0;
  }

  .container-23 {
    padding: 14px;
  }

  .image-27 {
    width: 100%;
    max-width: 100%;
  }

  .container-24 {
    padding: 16px;
  }

  .columns-12 {
    margin-top: 39px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-16 {
    margin-left: -11px;
    margin-right: -1px;
  }

  .image-28 {
    margin-left: 36px;
  }

  .column-34 {
    padding-left: 27px;
  }

  .container-26 {
    margin-top: -32px;
  }

  .columns-13 {
    margin-top: 26px;
  }

  .heading-29 {
    margin-top: -77px;
    margin-bottom: 0;
  }

  .text-block-10 {
    margin-top: 9px;
  }

  .image-30 {
    margin-top: -94px;
  }

  .image-31 {
    margin-top: -224px;
  }

  .image-32 {
    max-height: 100%;
    margin-top: 99px;
  }

  .column-38 {
    margin-top: 37px;
    padding-top: 0;
  }

  .image-33 {
    max-width: 130%;
    margin-left: -96px;
  }

  .text-block-12 {
    padding-top: 130px;
  }

  .paragraph-18 {
    margin-left: 38px;
  }

  .paragraph-19 {
    margin-top: 180px;
    margin-left: -353px;
  }

  .button-13 {
    margin-left: -350px;
  }

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

  .italic-text {
    margin-top: 36px;
    display: block;
  }

  .text-block-18, .text-block-19 {
    margin-top: 0;
  }

  .image-37 {
    margin-top: 49px;
  }

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

  .image-43 {
    max-width: 15%;
    margin-top: 11px;
    margin-bottom: 207px;
  }

  .column-44, .column-45 {
    margin-top: 17px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .flex-container.header {
    padding-bottom: 20px;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .section {
    height: 100vh;
    padding-bottom: 100px;
  }

  .section.herosection {
    padding-bottom: 0;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .bold-text, .heading-2 {
    font-size: 50px;
  }

  .container {
    margin-bottom: 0;
  }

  .column {
    text-align: center;
  }

  .columns {
    margin-top: 220px;
  }

  .text-block {
    text-align: center;
    margin-top: 20px;
  }

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

  .main-content, .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    float: none;
    clear: none;
    text-align: center;
    margin-left: 0;
    margin-right: auto;
  }

  .cards-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 40px 20px;
    display: none;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .heading-7 {
    margin-top: -26px;
    margin-bottom: 26px;
  }

  .paragraph-2 {
    font-size: 19px;
  }

  .column-6 {
    margin-top: -1px;
  }

  .container-4 {
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: auto;
    left: auto;
  }

  .container-4.care {
    margin-top: -70px;
  }

  .image-3 {
    width: 100%;
  }

  .paragraph-3 {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-2 {
    margin-left: 40px;
    padding-left: 20px;
  }

  .heading-12 {
    margin-bottom: 0;
    font-size: 80px;
  }

  .image-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    text-align: center;
  }

  .blue-icon {
    float: none;
  }

  .text-block-4 {
    font-size: 17px;
  }

  .column-8, .column-10, .column-11 {
    margin-top: 20px;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    position: relative;
  }

  .paragraph-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 130%;
  }

  .button-3 {
    margin-top: -10px;
  }

  .message-ceo.flex-container {
    flex-direction: column;
    align-items: center;
  }

  .message-ceo.flex-container.section-8b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .message-ceo.flex-container.stickysection {
    margin: 0;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    width: 100%;
    height: 300px;
    background-position: 50%;
  }

  .by-the-numbers {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9 {
    clear: none;
    text-align: center;
    margin-top: auto;
    position: absolute;
    top: 300px;
    right: auto;
  }

  .container-9.researchhead {
    margin-top: auto;
  }

  .paragraph-6 {
    margin-top: 20px;
  }

  .image-10 {
    width: 100%;
    padding-left: 0;
  }

  .button-5 {
    margin-right: 0;
    padding-right: 10px;
  }

  .container-10 {
    padding-bottom: 20px;
  }

  .div-block-9 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-10, .column-13, .column-14 {
    margin-top: 40px;
  }

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

  .column-16 {
    margin-top: 20px;
  }

  .image-11 {
    width: 50%;
  }

  .column-17 {
    text-align: center;
    align-self: auto;
  }

  .image-12 {
    width: 50%;
  }

  .column-18 {
    margin-top: 20px;
  }

  .container-11 {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-12 {
    height: 100vh;
    padding: 0;
    display: flex;
  }

  .page_title {
    width: 100%;
    margin: -80px 0 51px -85px;
    padding-top: 0;
    padding-left: 0;
    font-size: 150px;
    display: block;
  }

  .heading-15 {
    margin-top: -14px;
    margin-left: -87px;
    font-size: 50px;
    line-height: 100%;
  }

  .heading-17 {
    font-size: 80px;
  }

  .image-14 {
    max-width: 100px;
  }

  .stat-heading1.stat2 {
    margin-left: 0;
  }

  .secttion-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    font-size: 80px;
  }

  .care {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-19 {
    margin-bottom: 42px;
    margin-left: 0;
    font-size: 80px;
    line-height: 88%;
  }

  .text-span-3 {
    margin-top: -62px;
    font-size: 70px;
    line-height: 60%;
  }

  .care-stat {
    margin-top: -153px;
    padding-bottom: 27px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-4 {
    flex-direction: column-reverse;
    display: flex;
  }

  .container-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    padding-bottom: 20px;
  }

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

  .paragraph-12 {
    font-size: 20px;
  }

  .paragraph-12.whiteparagraph {
    font-size: 18px;
  }

  .columns-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-5.whitecol {
    margin-top: auto;
  }

  .column-21.pn1 {
    align-self: auto;
    display: block;
  }

  .div-block-19 {
    width: 100%;
    height: 100vh;
    object-fit: fill;
    margin-left: 0;
    margin-right: 353px;
    display: block;
  }

  .background-video {
    display: inline-block;
  }

  .image-19 {
    width: 30%;
  }

  .button-6 {
    margin-top: -66px;
  }

  .heading-24 {
    margin-top: -51px;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .image-20 {
    width: 150px;
    max-width: 100%;
    margin-bottom: 13px;
  }

  .image-21 {
    width: 150px;
    margin-top: 29px;
    margin-bottom: 13px;
  }

  .image-22 {
    width: 150px;
    margin-top: 28px;
    margin-bottom: 13px;
  }

  .column-26 {
    margin-top: 18px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .button-7 {
    width: 40%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 26px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .statparagraph {
    margin-top: 0;
    margin-left: 2px;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph-13 {
    height: auto;
    margin-top: 0;
    margin-bottom: 24px;
    margin-left: 0;
    line-height: 130%;
  }

  .columns-8 {
    margin-right: 0;
  }

  .image-23a {
    width: 200px;
    max-width: 80%;
    margin-bottom: 3px;
  }

  .image-24 {
    margin-left: -59px;
  }

  .heading-25 {
    margin-top: 97px;
    margin-bottom: 0;
    padding: 0;
    font-size: 80px;
    line-height: 88%;
  }

  .paragraph-10 {
    margin-top: 0;
    margin-bottom: 3px;
    margin-left: 0;
    padding: 0;
    font-size: 18px;
  }

  .button-8 {
    margin-left: 0;
  }

  .container-15 {
    padding: 20px 38px 20px 20px;
  }

  .container-16 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px;
  }

  .columns-9 {
    margin-top: 0;
  }

  .container-19 {
    padding: 26px;
  }

  .text-block-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button-9 {
    width: 45%;
    object-fit: fill;
    margin-top: 55px;
    margin-left: 0;
    display: inline-block;
  }

  .heading-26 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
  }

  .heading-27 {
    margin-top: 61px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-28 {
    margin-top: 37px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 75px;
  }

  .paragraph-14 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .html-embed {
    margin-top: 0;
    margin-bottom: -68px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-11a {
    margin-top: 19px;
  }

  .container-22 {
    padding: 0;
  }

  .column-30 {
    margin-top: 0;
  }

  .container-23 {
    padding: 18px;
  }

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

  .bold-text-6 {
    margin-top: -266px;
    margin-right: 0;
    display: block;
  }

  .paragraph-15 {
    margin-right: -250px;
  }

  .image-27 {
    width: 150%;
    max-width: 200%;
    margin-top: 175px;
    margin-left: -247px;
  }

  .container-24 {
    margin-top: 36px;
    padding-bottom: 0;
  }

  .paragraph-16 {
    margin: 91px 0 0 -311px;
    font-size: 18px;
  }

  .image-28 {
    max-width: 80%;
    margin-top: 189px;
    margin-left: -270px;
  }

  .bold-text-7 {
    line-height: 100%;
  }

  .container-25 {
    padding: 14px;
  }

  .container-26 {
    margin-top: 0;
    padding: 9px;
  }

  .video {
    margin-top: 45px;
  }

  .column-35 {
    margin-bottom: 0;
  }

  .columns-13 {
    margin-top: -4px;
  }

  .heading-29 {
    margin-top: -105px;
  }

  .de-rus-jacquet {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-29 {
    max-width: 40%;
  }

  .text-block-10 {
    margin-left: -6px;
  }

  .image-30 {
    margin-top: -68px;
  }

  .image-32 {
    margin-top: 60px;
  }

  .image-33 {
    margin-top: -24px;
    margin-left: -41px;
  }

  .image-34 {
    max-width: 120%;
    margin-top: -42px;
  }

  .column-39, .column-40 {
    padding-bottom: 0;
  }

  .paragraph-18 {
    margin-top: 47px;
    margin-left: 8px;
  }

  .paragraph-19 {
    margin-top: 56px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .button-13 {
    margin-left: 0;
  }

  .block-quote-3 {
    margin-top: 30px;
  }

  .italic-text {
    margin-top: 0;
  }

  .image-35 {
    max-width: 25%;
  }

  .text-block-18 {
    margin-top: -179px;
    margin-left: 190px;
  }

  .image-36 {
    max-width: 25%;
  }

  .text-block-19 {
    margin-top: -198px;
    margin-left: 190px;
  }

  .image-38 {
    max-width: 50%;
  }

  .image-39 {
    margin-left: -49px;
  }

  .image-40 {
    margin-bottom: 0;
  }

  .image-42 {
    max-width: 60%;
    margin-top: -12px;
  }

  .image-43 {
    margin-top: 31px;
    margin-bottom: 183px;
  }

  .column-45 {
    margin-top: 42px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: left;
  }

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

  .text-block-2 {
    font-size: 35px;
  }

  .button {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 14px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 100%;
  }

  .button.white-button {
    max-width: 90%;
  }

  .button.white-button.buttonbg {
    max-width: 70%;
  }

  .button.white-button.blue-bg {
    max-width: 70%;
    font-size: 22px;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 26px;
    font-size: 30px;
  }

  .paragraph-2 {
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: -8px;
    padding-right: 0;
    font-size: 14px;
  }

  .heading-8 {
    font-size: 25px;
  }

  .column-6 {
    margin-top: -1px;
  }

  .container-4 {
    margin-top: -57px;
  }

  .paragraph-3 {
    padding-top: 100px;
  }

  .button-2 {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-5 {
    padding-bottom: 40px;
  }

  .heading-12 {
    font-size: 50px;
  }

  .container-7 {
    display: none;
  }

  .container-8 {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .column-11 {
    padding-bottom: 40px;
  }

  .heading-13 {
    margin-top: 19px;
    font-size: 25px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .message-ceo.flex-container {
    flex-direction: column-reverse;
  }

  .message-ceo.flex-container.stickysection {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-6 {
    background-position: 50%;
  }

  .container-9.researchhead {
    margin-top: 165px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: auto;
  }

  .heading15 {
    font-size: 40px;
  }

  .paragraph-6 {
    margin-top: auto;
  }

  .button-4 {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-8 {
    width: 80%;
  }

  .image-10 {
    max-width: 100%;
  }

  .button-5 {
    font-size: 17px;
  }

  .container-12 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 211px;
  }

  .page_title {
    z-index: 99999;
    margin-top: -223px;
    margin-bottom: 0;
    margin-left: 34px;
    font-size: 100px;
    display: block;
    position: relative;
  }

  .heading-15 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 50px;
    font-size: 45px;
    line-height: 110%;
    position: relative;
  }

  .div-block-12 {
    flex-direction: column;
  }

  .paragraph-7 {
    font-size: 18px;
  }

  .heading-17 {
    font-size: 50px;
  }

  .image-14 {
    float: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-14 {
    max-width: 100%;
  }

  .stat-heading1 {
    margin-top: 10px;
    font-size: 50px;
  }

  .stat-heading1.stat2 {
    font-size: 75px;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .secttion-11 {
    background-image: linear-gradient(rgba(217, 245, 249, .7), rgba(217, 245, 249, .7)), url('../images/Exer.JSilva_100417_1384.jpeg');
    background-position: 0 0, 75% 0;
  }

  .heading-18 {
    font-size: 50px;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .care {
    background-image: linear-gradient(rgba(0, 129, 161, .75), rgba(0, 129, 161, .75)), url('../images/GettyImages-935572488.jpg');
    background-position: 0 0, 35%;
  }

  .heading-19 {
    margin-left: 0;
    font-size: 50px;
  }

  .text-span-3 {
    margin-top: -75px;
    font-size: 55px;
    line-height: 43%;
    display: block;
  }

  .paragraph-10 {
    padding-top: 0;
    font-size: 18px;
  }

  .care-stat {
    margin-top: -159px;
  }

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

  .image-15 {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .div-block-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .paragraph-12 {
    font-size: 14px;
  }

  .paragraph-12.whiteparagraph {
    max-width: 75%;
    font-size: 14px;
  }

  .columns-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-23 {
    font-size: 65px;
  }

  .column-24, .column-25 {
    padding-bottom: 10px;
  }

  .div-block-19 {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
    margin-top: 0;
    margin-right: 0;
  }

  .image-18 {
    width: 40%;
    max-width: 80%;
    margin-top: 12px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-block-20 {
    position: static;
  }

  .image-19 {
    width: 40%;
    display: inline;
  }

  .button-6 {
    margin-top: 0;
  }

  .heading-24 {
    margin: 0 -1px 0 -14px;
    font-size: 30px;
    line-height: 32px;
  }

  .image-20 {
    width: 30%;
    max-width: 80%;
    margin: 0 0 20px 8px;
    font-size: 15px;
  }

  .image-21 {
    width: 30%;
    margin-top: 17px;
    margin-bottom: 19px;
    margin-left: 9px;
  }

  .image-22 {
    width: 30%;
    margin-top: 20px;
    margin-bottom: 23px;
    margin-left: 11px;
  }

  .column-26 {
    margin-top: 31px;
    margin-bottom: -24px;
  }

  .column-27 {
    margin-bottom: -24px;
    display: block;
  }

  .column-28 {
    margin-bottom: 0;
  }

  .button-7 {
    width: 70%;
    margin-bottom: 34px;
    font-size: 20px;
    line-height: 100%;
  }

  .column-29 {
    margin-top: -31px;
  }

  .statparagraph {
    margin-top: 13px;
    padding-right: 0;
  }

  .paragraph-13 {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
  }

  .image-23a {
    width: 150px;
  }

  .image-24 {
    width: auto;
    min-width: auto;
    object-fit: fill;
    margin-top: 35px;
    margin-left: 48px;
    position: relative;
  }

  .heading-25 {
    margin-top: 102px;
    margin-bottom: -37px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 48px;
    line-height: 43px;
  }

  .paragraph-10 {
    margin-top: 78px;
    padding-right: 0;
    font-size: 15px;
  }

  .button-8 {
    margin-top: 32px;
  }

  .container-15 {
    margin-top: 137px;
    margin-bottom: 0;
    padding: 26px;
  }

  .container-16 {
    margin-top: -4px;
  }

  .text-block-5 {
    margin-top: -19px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
  }

  .button-9 {
    width: 220px;
    max-width: 100%;
    margin-top: 21px;
  }

  .text-block-6 {
    margin-top: 36px;
    margin-left: 5px;
    line-height: 30px;
  }

  .text-block-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-27 {
    font-size: 52px;
    line-height: 50px;
  }

  .heading-28 {
    margin-top: -3px;
    margin-bottom: 2px;
  }

  .paragraph-14 {
    margin-top: 29px;
    font-size: 16px;
    line-height: 140%;
  }

  .html-embed {
    margin-top: 0;
    margin-bottom: -142px;
  }

  .container-20 {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 26px;
  }

  .container-21 {
    padding: 24px 24px 12px;
  }

  .button-11a {
    margin-top: 14px;
  }

  .bold-text-5 {
    line-height: 100%;
  }

  .container-23 {
    padding: 10px;
  }

  .bold-text-6 {
    margin-top: -207px;
    font-size: 17px;
    line-height: 120%;
  }

  .paragraph-15 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -134px;
    font-size: 17px;
    line-height: 110%;
  }

  .image-27 {
    width: 230%;
    max-width: 250%;
    margin-top: 166px;
    margin-left: -135px;
  }

  .column-32 {
    margin-top: -120px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-33 {
    margin-top: -89px;
    padding-left: 0;
  }

  .paragraph-16 {
    margin: 88px 0 0 -195px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 120%;
    display: block;
  }

  .image-28 {
    max-width: 140%;
    margin-top: 205px;
    margin-bottom: 21px;
    margin-left: -153px;
  }

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

  .video {
    margin-top: 79px;
  }

  .column-35 {
    margin-top: 6px;
    margin-bottom: -3px;
  }

  .column-36 {
    margin-top: -54px;
    margin-bottom: 9px;
    padding-left: 133px;
  }

  .columns-13 {
    margin-top: -20px;
  }

  .paragraph-17 {
    margin-bottom: 39px;
    margin-left: -19px;
    margin-right: 50px;
  }

  .heading-29 {
    margin-top: -224px;
  }

  .text-block-8 {
    width: 400px;
    margin-top: 0;
    margin-bottom: 7px;
  }

  .heading-30 {
    margin-top: -30px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 32px;
  }

  .text-block-9 {
    margin-left: -10px;
    font-size: 13px;
  }

  .block-quote-2 {
    margin-top: 2px;
    font-size: 12px;
    line-height: 120%;
  }

  .image-29 {
    max-width: 50%;
    margin-top: 14px;
    margin-left: -9px;
  }

  .text-block-10 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
  }

  .image-30 {
    margin-top: -33px;
    margin-left: 0;
  }

  .image-31 {
    margin-top: 9px;
    margin-bottom: 215px;
  }

  .image-32 {
    margin-top: -495px;
    margin-bottom: -297px;
    margin-left: 19px;
  }

  .column-38 {
    margin-top: 0;
    padding-top: 0;
  }

  .image-33 {
    max-width: 200%;
    margin-top: -84px;
    margin-bottom: -42px;
    margin-left: -70px;
    padding-left: 0;
  }

  .image-34 {
    max-width: 190%;
    margin-top: -58px;
    margin-left: -93px;
  }

  .text-block-11 {
    margin-top: -17px;
  }

  .column-39, .column-40 {
    border-color: rgba(0, 0, 0, 0);
  }

  .text-block-12 {
    padding-top: 17px;
  }

  .text-block-13 {
    color: var(--white);
    font-family: Mark ot, sans-serif;
    font-size: 18px;
    line-height: 140%;
  }

  .paragraph-18 {
    margin-top: 64px;
    padding-left: 12px;
    font-size: 15px;
    line-height: 140%;
  }

  .paragraph-19 {
    margin-top: 53px;
    font-size: 15px;
    line-height: 140%;
  }

  .button-13 {
    background-color: var(--pf-blue);
    margin-top: 25px;
    padding: 11px 21px;
  }

  .bold-text-9 {
    font-family: Mark ot, sans-serif;
    font-size: 18px;
    line-height: 100%;
  }

  .block-quote-3 {
    margin-top: 26px;
    margin-left: -9px;
    margin-right: -28px;
    padding-right: 0;
  }

  .italic-text {
    margin-top: -87px;
    font-size: 50px;
    display: block;
  }

  .image-35 {
    max-width: 40%;
    margin-top: -8px;
    margin-left: -17px;
  }

  .text-block-18 {
    margin-top: -121px;
    margin-left: 85px;
    margin-right: -28px;
    padding-top: 6px;
    padding-right: 17px;
  }

  .image-36 {
    max-width: 40%;
    margin-top: -17px;
    margin-left: -17px;
  }

  .text-block-19 {
    margin-top: -124px;
    margin-left: 85px;
    margin-right: -28px;
    padding-right: 17px;
    font-size: 12px;
    line-height: 18px;
  }

  .image-38 {
    max-width: 100%;
    margin-left: 0;
  }

  .image-39 {
    margin-top: 20px;
    margin-left: 48px;
  }

  .image-40 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-41 {
    width: 40%;
    margin-top: 621px;
    margin-bottom: -631px;
    margin-left: 224px;
  }

  .column-41 {
    margin-top: -168px;
  }

  .column-42 {
    margin-top: -19px;
  }

  .column-43 {
    margin-top: 5px;
  }

  .image-42 {
    margin-top: 0;
    margin-bottom: -38px;
  }

  .text-block-20 {
    font-family: Mark ot, sans-serif;
    font-size: 55px;
    font-style: italic;
    font-weight: 700;
  }

  .text-block-21 {
    color: #d9f5f9;
    margin-top: 32px;
    font-family: Mark ot, sans-serif;
    font-size: 55px;
    font-weight: 700;
  }

  .bold-text-10 {
    font-size: 12px;
    line-height: 16px;
  }

  .bold-text-11 {
    line-height: 16px;
  }

  .text-block-22 {
    font-family: Mark ot, sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
  }

  .text-block-23 {
    color: #d9f5f9;
    margin-top: 32px;
    font-family: Mark ot, sans-serif;
    font-size: 55px;
    font-weight: 700;
  }

  .image-43 {
    max-width: 100px;
    margin-top: 25px;
  }

  .container-27 {
    margin-top: -211px;
  }

  .container-28 {
    margin-top: 53px;
  }

  .bold-text-13 {
    font-size: 30px;
  }

  .columns-17 {
    margin-top: 16px;
  }

  .column-46 {
    margin-top: -35px;
  }
}


@font-face {
  font-family: 'Mark ot book';
  src: url('../fonts/Mark_OT_Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark ot';
  src: url('../fonts/Mark_OT_Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark ot';
  src: url('../fonts/Mark_OT_Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Mark ot';
  src: url('../fonts/Mark_OT_Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark ot';
  src: url('../fonts/Mark_OT_Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Markot';
  src: url('../fonts/MarkOT-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}