body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.nav-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.nav-link {
  position: static;
  padding-top: 0px;
  padding-bottom: 6px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.nav-link.w--current:hover {
  color: #fff;
}

.nav-link.royo {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 28px;
  line-height: 24px;
}

.nav-link.royo:hover {
  color: #000;
}

.nav-link.royo.w--current {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 28px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0px;
}

.royo-background-video {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-paragraph {
  position: relative;
  top: auto;
  margin-right: 20%;
  margin-bottom: 0px;
  margin-left: 20vw;
  padding-top: 2%;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.div-home {
  overflow: visible;
  height: auto;
  max-width: 100%;
  margin-top: 0px;
  padding-top: 8%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Paint-bg.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: scroll;
  font-size: 54px;
  background-clip: border-box;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.begin-paragraph {
  display: block;
  max-width: 100%;
  margin: 0px 0px 0px auto;
  padding-top: 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.body {
  overflow: visible;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.div-methodology {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Paint-bg.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat-y;
  font-family: 'DM Serif Display', sans-serif;
}

.begin-subheading {
  width: 100%;
  max-width: 100%;
  margin: 0px 0px 0px auto;
  padding-right: 0px;
  padding-bottom: 5%;
  float: none;
  font-family: Caveat, sans-serif;
  font-size: 48px;
  text-align: center;
}

.methodology-paragraph {
  margin-top: 8%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 10%;
  padding-left: 10%;
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

.div-methodology-icons {
  margin-top: 40px;
  margin-right: 10%;
  margin-left: 10%;
}

.methodology-subheading {
  width: auto;
  margin-top: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.methodology-subheading-mid {
  margin-top: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.methodology-column {
  margin-top: 0px;
  padding-top: 5%;
}

.footer-left {
  margin-right: 0px;
  margin-left: 0%;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  text-align: left;
}

.footer-right {
  max-width: 100%;
  margin-right: 0%;
  margin-left: 0px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  text-align: right;
}

.get-in-touch-illustration {
  position: relative;
  width: 20%;
  max-width: 20%;
  margin-top: -5%;
  margin-left: 0%;
  padding-top: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.bold {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.bold:hover {
  color: #be4b94;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
}

.methodology-img {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  max-height: 35.252204%;
  max-width: 35%;
  margin-left: 0px;
  padding: 0% 0% 5%;
  text-align: center;
}

.methodology-column-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 180px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-line {
  width: 1px;
  height: 50px;
  max-width: 2px;
  margin: 2% auto;
  padding-top: 0px;
  float: none;
  background-color: #000;
  text-align: center;
}

.div-centered {
  margin-top: 0px;
  padding: 100px 10% 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.div-textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-right: 10%;
  margin-left: 10%;
  padding: 3% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fffef2;
  opacity: 1;
}

.textbox-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textbox-column-left {
  padding-right: 2%;
  padding-left: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.textbox-heading {
  width: auto;
  max-width: none;
  margin: 0px;
  padding-right: 0px;
  float: none;
  font-family: Caveat, sans-serif;
  color: #333;
  font-size: 48px;
  line-height: 45px;
}

.textbox-paragraph {
  position: static;
  display: block;
  width: auto;
  max-width: none;
  margin: 5% 0px 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.textbox-column-right {
  position: relative;
  padding-right: 0%;
  padding-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-centered {
  position: static;
  left: 0px;
  top: 0px;
  max-width: none;
  margin: 0px;
  padding: 4% 5% 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.subheading-centered {
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding-right: 0px;
  float: none;
  font-family: Caveat, sans-serif;
  color: #333;
  font-size: 50px;
  line-height: 20px;
  text-align: center;
}

.covid-textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: auto 10% 0px;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf3ea), to(#fcf3ea));
  background-image: linear-gradient(180deg, #fcf3ea, #fcf3ea);
  opacity: 1;
}

.div-hear-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 11%;
  margin-top: 0px;
  margin-right: 10%;
  margin-left: 10%;
  padding: 5% 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dash {
  position: static;
  max-width: 10%;
  margin-top: 0px;
  margin-left: 0px;
  float: right;
}

.quote-paragraph {
  position: static;
  display: block;
  overflow: visible;
  max-width: 75%;
  margin: 0px;
  padding-right: 2%;
  padding-left: 2%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'DM Serif Display', sans-serif;
  color: #333;
  font-size: 50px;
  line-height: 55px;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.watch-read-hero-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/methodology-hero-img.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-heading {
  position: relative;
  top: 0px;
  display: inline;
  overflow: visible;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-family: 'DM Serif Display', sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.littleprince-quote {
  width: auto;
  max-width: none;
  margin: 0px;
  padding-top: 5%;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
  font-family: 'DM Serif Display', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.textbox-img {
  display: inline-block;
  width: 100%;
  max-width: 90%;
  float: right;
  border-radius: 0px;
  text-align: left;
}

.quote-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 15% 10% 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.italic {
  color: #333;
}

.methodology-column-sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-footer {
  position: static;
  overflow: hidden;
  width: 100%;
  padding: 8% 10% 20px;
}

.columns {
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.column-3 {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.textbox-img-belief {
  width: 100%;
  max-width: 90%;
  float: left;
  border-radius: 0px;
  text-align: left;
}

.div-dropdown {
  position: static;
  display: block;
  padding: 0px;
  float: none;
}

.dropdown-covid {
  position: static;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  float: none;
  text-align: center;
}

.dropdown-toggle-covid {
  position: static;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  float: left;
  text-align: right;
}

.dropdown-toggle-covid.w--open {
  width: 100%;
  padding-bottom: 0px;
  float: left;
  text-align: left;
}

.dropdown-list {
  overflow: hidden;
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0.06);
}

.dropdown-list.w--open {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-top: 20px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.dropdown-paragraph {
  position: static;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px 5%;
  float: left;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-text-covid {
  max-width: 100%;
  margin-right: 0px;
  padding: 10px 220px;
  float: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.dropdown-text-covid:hover {
  color: #be4b94;
}

.image {
  display: block;
  width: auto;
  max-width: 165%;
  -webkit-filter: contrast(90%);
  filter: contrast(90%);
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-img-corporate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/corporate-hero-img.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-no-textbox {
  padding: 0% 10%;
}

.textbox-paragraph-2 {
  position: static;
  display: block;
  width: auto;
  max-width: none;
  margin: auto 0px 0px;
  padding-top: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.textbox-heading-2 {
  width: auto;
  max-width: none;
  margin-top: 10vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  float: none;
  font-family: Caveat, sans-serif;
  color: #333;
  font-size: 48px;
  line-height: 45px;
}

.corporate-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 5% 0% 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Paint-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  -o-object-fit: cover;
  object-fit: cover;
}

.textbox-get-in-touch {
  display: block;
  overflow: hidden;
  height: auto;
  max-width: 100%;
  margin: 0% 0px;
  padding: 2% 0% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
  opacity: 1;
}

.quote-paragraph-2 {
  position: static;
  overflow: visible;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0%;
  padding-left: 0px;
  float: right;
  font-family: 'DM Serif Display', sans-serif;
  color: #333;
  font-size: 50px;
  line-height: 55px;
  text-align: right;
}

.div-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textbox-column-left-2 {
  padding-right: 2%;
  padding-left: 0px;
}

.hero-img-private {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/private-hero-img.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.private-illustration {
  width: auto;
  margin-bottom: -40px;
  padding-bottom: 0px;
}

.container-private {
  height: auto;
  max-width: 100%;
  padding-top: 0%;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: url('../images/Paint-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  color: #fff;
}

.hero-img-young {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100%;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/young-hero-img.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.young-illustration {
  margin-top: -25%;
  float: right;
}

.moreme-sticky-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speech-bubble {
  position: relative;
  left: 100px;
  top: 40px;
  right: 0px;
  display: block;
  max-width: 80%;
  margin-top: -25%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.faq-textbox-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 8% 0px 0px 5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-textbox-column-right {
  padding-right: 0px;
  padding-left: 0px;
}

.link-2 {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.container-young {
  height: auto;
  max-width: 100%;
  padding-top: 8%;
  background-color: #fff;
  background-image: url('../images/Paint-bg.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.dropdown-toggle {
  position: static;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  float: left;
  text-align: right;
}

.dropdown-toggle.w--open {
  width: 100%;
  padding-bottom: 0px;
  float: left;
  text-align: left;
}

.sticky-heading {
  position: relative;
  width: auto;
  margin-top: 0px;
  padding-top: 5%;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.sticky-paragraph {
  position: relative;
  margin-bottom: 0px;
  padding: 0px 8% 5%;
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

.div-moreme {
  padding: 60px 10% 0px;
}

.dropdown-paragraph-2 {
  overflow: visible;
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px 20px 20px;
  float: left;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown {
  position: static;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 2vh 10px 0px 0px;
  float: none;
}

.sticky-column-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-centered-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-img-watchread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/watchread-hero-img.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.article-paragraph {
  position: static;
  width: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 20px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.article-thumbnail {
  position: static;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

.italic-text {
  color: #000;
  font-weight: 300;
}

.watchread-subheading {
  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-bottom: 5%;
  border-bottom: 1px solid #000;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 54px;
  font-style: normal;
}

.watch-column {
  padding-right: 0px;
  padding-left: 0px;
}

.div-read {
  position: static;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  padding: 0px 0px 100px 15%;
  float: right;
}

.read-column {
  padding-right: 0%;
  padding-left: 0px;
}

.div-watchread {
  height: auto;
  padding-top: 10%;
  background-color: transparent;
  background-image: url('../images/Paint-bg.png');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: repeat-y;
}

.div-watch {
  position: static;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  padding: 0px 15% 100px 0%;
  float: right;
}

.italic-text-2 {
  font-weight: 300;
}

.div-article {
  position: static;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.article-textbox {
  margin-top: auto;
  margin-bottom: 20px;
  padding: 20px;
  background-color: rgba(255, 254, 242, 0.8);
}

.article-title {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0px auto auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
}

.watchread-description {
  position: static;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.button-2 {
  position: static;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  border: 1px solid #000;
  background-color: rgba(56, 152, 236, 0);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
}

.italic-text-3 {
  position: static;
  float: none;
  font-weight: 300;
}

.quote-subheading {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0px auto auto 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  clear: both;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 55px;
  font-weight: 400;
  text-align: left;
}

.dash-3 {
  position: static;
  max-width: 10%;
  margin-top: 0px;
  margin-left: 0px;
  float: right;
}

.get-in-touch-paragraph {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 10% 0px 0%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.textbox-img-belief-2 {
  position: static;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-left: 0px;
  padding-bottom: 0px;
  float: left;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.quote-paragraph-3 {
  position: static;
  overflow: visible;
  max-width: 100%;
  margin: 0px;
  padding-right: 0%;
  padding-left: 0%;
  float: left;
  font-family: 'DM Serif Display', sans-serif;
  color: #333;
  font-size: 48px;
  line-height: 55px;
  text-align: left;
}

.button {
  position: static;
  display: block;
  width: auto;
  margin-top: 5%;
  margin-right: 20px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #333;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.button:hover {
  border-style: solid;
  border-color: #be4b94;
  background-color: #be4b94;
  color: #fff;
}

.get-in-touch-column-right {
  position: static;
  display: block;
  padding-top: 0%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.get-in-touch-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-footer-get-in-touch {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.young-textbox {
  display: block;
  height: auto;
  margin: auto 10% 0px;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fffef2;
  opacity: 1;
}

.watchread-column {
  padding-right: 10%;
  padding-left: 10%;
}

.home-illustration {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  float: right;
  text-align: left;
}

.private-illustration-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.private-textbox-column-right {
  padding-right: 0px;
  padding-left: 20px;
}

.belief-textbox-column-right {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-wrapper {
  display: inline-block;
}

.nav-underline {
  display: block;
  width: auto;
  height: 2px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  opacity: 1;
}

.div-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  position: absolute;
  display: block;
  max-width: none;
  padding-left: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 8%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.footer-get-in-touch {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: none;
  margin: 0px;
  padding-top: 0%;
  padding-bottom: 2%;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-get-in-touch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding: 0% 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Paint-bg.png');
  background-position: 50% 95%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-young {
  position: static;
  margin-top: 5%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #000;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: right;
}

.button-young:hover {
  border-style: solid;
  border-color: #be4b94;
  background-color: #be4b94;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-no-textbox-2 {
  padding: 5% 10% 0%;
}

.italic-text-4 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.text-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.moreme-sticky-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  padding: 5%;
  background-color: #fffef2;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: url('../images/Paint-bg.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat-y;
}

.bold-footer {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.bold-footer:hover {
  color: #be4b94;
}

.hero-img-watchread-git {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110vh;
  max-width: 100%;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Paint-bg.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.privacy {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding-top: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: right;
}

.privacy:hover {
  color: #be4b94;
}

.div-block-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-gdpr {
  position: absolute;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: auto;
  max-height: 100vh;
  max-width: none;
  margin-top: 0%;
  margin-right: 15%;
  margin-left: 15%;
  padding: 5% 2% 5% 5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fffef2;
  box-shadow: 0 5px 20px -1px rgba(0, 0, 0, 0.25);
}

.text-block-2 {
  display: block;
  margin-right: 0%;
  padding-right: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.button-copy {
  position: relative;
  margin-top: 0%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px 0px;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 1px none #333;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}

.button-copy:hover {
  border-style: none;
  border-color: #be4b94;
  background-color: transparent;
  color: #be4b94;
}

.gdpr {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: auto;
  width: auto;
  height: 0vh;
  max-height: 101vh;
  max-width: none;
  margin-top: 0%;
  margin-right: 0%;
  margin-left: 0%;
  padding: 0px 5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-6 {
  position: fixed;
  left: auto;
  top: 17%;
  right: 18%;
  bottom: auto;
  max-width: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-filter: contrast(50%);
  filter: contrast(50%);
}

.close {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 17%;
  right: 14%;
  bottom: auto;
  max-width: 15px;
  margin-top: 0%;
  margin-right: 0%;
  padding-right: 0px;
  float: right;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.close:hover {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
}

.body-get-in-touch {
  overflow: hidden;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0);
}

.textbox-paragraph-no-bg {
  position: static;
  display: block;
  width: auto;
  max-width: none;
  margin: 5% 0px 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.bold-privacy {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.bold-privacy:hover {
  color: #333;
}

.bold-text {
  text-align: left;
}

.textbox-column-right-hearme {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.textbox-column-left-hearme {
  overflow: hidden;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.button-copy {
  position: static;
  display: block;
  width: 113.296875px;
  margin-top: 5%;
  margin-right: 20px;
  margin-left: 0px;
  padding: 5px 15px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #333;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.button-copy:hover {
  border-style: solid;
  border-color: #be4b94;
  background-color: #be4b94;
  color: #fff;
}

.div-quote-get-in-touch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-home {
  position: static;
  display: block;
  width: auto;
  margin-top: 5%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #333;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.button-home:hover {
  border-style: solid;
  border-color: #be4b94;
  background-color: #be4b94;
  color: #fff;
}

.bold-text-2 {
  font-weight: 600;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: auto;
  background-color: #ad4d4d;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #b63636;
}

.image-7 {
  width: auto;
}

html.w-mod-js *[data-ix="dropdown-list"] {
  opacity: 1;
  height: 0px;
}

@media screen and (max-width: 991px) {
  .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav-link {
    display: inline-block;
  }

  .nav-link.royo {
    margin-top: 10px;
  }

  .nav-link.royo.w--current {
    margin-top: 10px;
  }

  .hero-paragraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .begin-paragraph {
    margin-left: auto;
  }

  .begin-subheading {
    margin-left: 0px;
  }

  .methodology-paragraph {
    padding-right: 60px;
    padding-left: 60px;
  }

  .div-methodology-icons {
    margin-right: 60px;
    margin-left: 60px;
  }

  .methodology-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .methodology-img {
    padding-right: 60px;
    padding-left: 60px;
  }

  .vertical-line {
    margin-left: auto;
  }

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

  .div-textbox {
    margin-right: 60px;
    margin-left: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .textbox-column {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .textbox-column-right {
    display: block;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .covid-textbox {
    margin-right: 60px;
    margin-left: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .div-hear-me {
    margin-right: 60px;
    margin-left: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .dash {
    max-width: 15%;
  }

  .quote-paragraph {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .watch-read-hero-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-no-textbox {
    padding-right: 60px;
    padding-left: 60px;
  }

  .textbox-get-in-touch {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .quote-paragraph-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .div-quote {
    padding-right: 20px;
    padding-left: 20px;
  }

  .speech-bubble {
    left: 0px;
    top: auto;
  }

  .sticky-heading {
    font-size: 12px;
    line-height: 16px;
  }

  .sticky-paragraph {
    font-size: 12px;
    line-height: 16px;
  }

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

  .sticky-column-1 {
    height: 160px;
    padding-top: 40px;
  }

  .dash-3 {
    max-width: 10%;
  }

  .quote-paragraph-3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .get-in-touch-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .young-textbox {
    margin-right: 60px;
    margin-left: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .belief-textbox-column-right {
    display: block;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    color: #fff;
  }

  .div-no-textbox-2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .textbox-column-right-hearme {
    display: block;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-quote-get-in-touch {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-link.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link.royo {
    position: relative;
  }

  .begin-paragraph {
    margin-left: 10px;
  }

  .begin-subheading {
    margin-left: 0px;
  }

  .footer-left {
    position: relative;
    display: block;
    float: left;
  }

  .get-in-touch-illustration {
    max-width: 40%;
  }

  .vertical-line {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-textbox {
    margin-right: 10%;
    margin-left: 10%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .textbox-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .textbox-column-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .textbox-heading {
    margin-top: 5%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .textbox-paragraph {
    margin-bottom: 5%;
    text-align: center;
  }

  .textbox-column-right {
    padding-left: 0px;
  }

  .hero-heading {
    top: 0px;
  }

  .littleprince-quote {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 0%;
  }

  .textbox-img {
    max-width: none;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-no-textbox {
    padding-right: 10%;
    padding-left: 10%;
  }

  .textbox-paragraph-2 {
    padding-top: 0px;
  }

  .textbox-get-in-touch {
    padding-right: 5%;
    padding-left: 5%;
  }

  .textbox-column-left-2 {
    padding-right: 0%;
  }

  .private-illustration {
    margin-bottom: 0px;
  }

  .young-illustration {
    margin-top: 0%;
  }

  .moreme-sticky-columns {
    display: block;
  }

  .speech-bubble {
    margin-top: 0%;
  }

  .faq-textbox-column {
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-heading {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 16px;
  }

  .sticky-paragraph {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 16px;
  }

  .div-moreme {
    padding-right: 10%;
    padding-left: 10%;
  }

  .sticky-column-1 {
    height: auto;
    padding-top: 40%;
  }

  .hero-img-watchread {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .watchread-subheading {
    margin-right: 50%;
    padding-bottom: 5%;
  }

  .div-read {
    padding-bottom: 15%;
    padding-left: 0%;
  }

  .div-watch {
    padding-right: 0%;
    padding-bottom: 25%;
  }

  .dash-3 {
    max-width: 12%;
  }

  .textbox-img-belief-2 {
    max-width: 80%;
  }

  .young-textbox {
    margin-right: 10%;
    margin-left: 10%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .private-illustration-column {
    padding-right: 0px;
  }

  .private-textbox-column-right {
    padding-left: 0px;
  }

  .belief-textbox-column-right {
    padding-left: 0px;
  }

  .nav-wrapper {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-underline {
    display: none;
    overflow: visible;
  }

  .image-5 {
    max-width: 90%;
  }

  .div-get-in-touch {
    padding-right: 10%;
    padding-left: 10%;
  }

  .nav-menu {
    padding-right: 10%;
    padding-left: 10%;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .icon {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
  }

  .icon:hover {
    color: #000;
  }

  .div-no-textbox-2 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .moreme-sticky-columns-2 {
    display: block;
  }

  .div-gdpr {
    margin-right: 10%;
    margin-left: 10%;
  }

  .gdpr {
    height: 0vh;
  }

  .close {
    right: 15%;
  }

  .textbox-paragraph-no-bg {
    margin-bottom: 5%;
    text-align: center;
  }

  .textbox-column-right-hearme {
    padding-right: 0%;
    padding-left: 0px;
  }

  .textbox-column-left-hearme {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    display: block;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link {
    position: relative;
    display: block;
    padding-top: 20px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    text-align: right;
  }

  .nav-link.w--current {
    display: block;
  }

  .nav-link.royo {
    margin-top: 10px;
    padding-top: 0px;
    float: left;
    color: #fff;
  }

  .nav-link.royo.w--current {
    margin-top: 10px;
  }

  .hero-paragraph {
    top: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-home {
    max-width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .begin-paragraph {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .div-methodology {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }

  .begin-subheading {
    margin-left: auto;
  }

  .methodology-paragraph {
    padding-right: 5%;
    padding-bottom: 25%;
    padding-left: 5%;
  }

  .div-methodology-icons {
    margin-right: 5%;
    margin-left: 5%;
  }

  .methodology-column {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-left {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer-right {
    margin-right: 0px;
    padding-top: 20px;
    float: none;
    text-align: center;
  }

  .get-in-touch-illustration {
    max-width: 40%;
    margin-top: auto;
    margin-left: 20px;
    text-align: left;
  }

  .methodology-img {
    width: auto;
    max-width: 40%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .methodology-column-mid {
    margin-top: 5%;
  }

  .vertical-line {
    margin-left: 0px;
  }

  .div-centered {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-textbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    padding: 5% 0px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .textbox-column {
    display: block;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .textbox-column-left {
    padding-right: 0px;
  }

  .textbox-heading {
    padding-right: 20px;
    padding-left: 20px;
  }

  .textbox-paragraph {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 5%;
    text-align: left;
  }

  .textbox-column-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-centered {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .subheading-centered {
    line-height: 40px;
  }

  .covid-textbox {
    margin-top: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-hear-me {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quote {
    padding-right: 20px;
    padding-bottom: 60px;
  }

  .dash {
    max-width: 0%;
  }

  .quote-paragraph {
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .watch-read-hero-img {
    height: 780px;
  }

  .hero-heading {
    top: 0px;
  }

  .littleprince-quote {
    padding-right: 20px;
    padding-left: 20px;
  }

  .textbox-img {
    max-width: 100%;
  }

  .quote-2 {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .methodology-column-sides {
    padding-top: 5%;
  }

  .div-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .textbox-img-belief {
    max-width: 100%;
    margin-top: -6%;
  }

  .dropdown-text-covid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-img-corporate {
    height: 780px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-no-textbox {
    padding-right: 0%;
    padding-bottom: 60px;
    padding-left: 0%;
  }

  .textbox-paragraph-2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .textbox-heading-2 {
    margin-top: 0vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .corporate-container {
    background-position: 50% 40%;
    background-size: auto;
  }

  .textbox-get-in-touch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    background-color: transparent;
  }

  .quote-paragraph-2 {
    max-width: 100%;
    margin: 0px;
    padding: 20px 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 22px;
    line-height: 28px;
    text-align: right;
  }

  .div-quote {
    margin-right: 20px;
    margin-left: 20px;
    padding: 40px 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .textbox-column-left-2 {
    padding-right: 0px;
  }

  .hero-img-private {
    height: 780px;
    background-size: cover;
    background-repeat: repeat-y;
  }

  .private-illustration {
    margin-bottom: auto;
  }

  .container-private {
    background-position: 50% 50%;
    background-size: auto;
  }

  .hero-img-young {
    height: 780px;
  }

  .young-illustration {
    margin-top: 40px;
  }

  .moreme-sticky-columns {
    padding-top: 0px;
  }

  .speech-bubble {
    left: auto;
    top: auto;
    display: inline-block;
    margin-top: 60px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .faq-textbox-column {
    padding: 60px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-textbox-column-right {
    padding-left: 0px;
  }

  .container-young {
    height: auto;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat-y;
  }

  .sticky-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .sticky-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .div-moreme {
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .dropdown-paragraph-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sticky-column-1 {
    height: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-centered-2 {
    padding-top: 60px;
  }

  .hero-img-watchread {
    height: 780px;
  }

  .article-paragraph {
    padding-left: 0px;
  }

  .watchread-subheading {
    margin-right: 0%;
    margin-bottom: 40%;
    font-size: 48px;
  }

  .watch-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-read {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .read-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-watch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 50%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .article-title {
    padding-top: 20px;
    padding-left: 0px;
    text-align: center;
  }

  .watchread-description {
    text-align: center;
  }

  .quote-subheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 40px;
    margin-left: auto;
    padding: 0px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .dash-3 {
    max-width: 0%;
  }

  .get-in-touch-paragraph {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .textbox-img-belief-2 {
    display: block;
    max-width: 70%;
    float: left;
  }

  .quote-paragraph-3 {
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 20px 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .button {
    position: static;
    margin-top: 20px;
    margin-right: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .get-in-touch-column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10% 20px 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .get-in-touch-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-footer-get-in-touch {
    display: none;
    overflow: visible;
  }

  .young-textbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #fffef2;
  }

  .watchread-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .read-article-column {
    text-align: center;
  }

  .home-illustration {
    max-width: 100%;
  }

  .private-illustration-column {
    padding-right: 0px;
  }

  .private-textbox-column-right {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .belief-textbox-column-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-wrapper {
    display: block;
  }

  .nav-underline {
    display: block;
    height: 0%;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-get-in-touch {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-get-in-touch {
    padding-right: 5%;
    padding-bottom: 0%;
    padding-left: 5%;
    background-position: 50% 40%;
    background-size: auto;
  }

  .button-young {
    margin-top: 20px;
    margin-right: 0px;
  }

  .nav-menu {
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    color: #fff;
  }

  .div-no-textbox-2 {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
  }

  .moreme-sticky-columns-2 {
    padding-top: 0px;
  }

  .hero-img-watchread-git {
    height: 780px;
  }

  .privacy {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .div-gdpr {
    top: 10%;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 0%;
  }

  .text-block-2 {
    padding-right: 5%;
  }

  .button-copy {
    margin-top: 5%;
    margin-right: 0px;
    padding-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .gdpr {
    height: 0vh;
  }

  .close {
    top: 12%;
    right: 10%;
    margin-top: 0%;
    margin-right: 0%;
  }

  .textbox-paragraph-no-bg {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px 20px 0%;
    text-align: left;
  }

  .textbox-column-right-hearme {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .textbox-column-left-hearme {
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-copy {
    margin-top: 20px;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-quote-get-in-touch {
    margin-right: 20px;
    margin-left: 20px;
    padding: 40px 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-home {
    margin-top: 20px;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

