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

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 1;
}

.nav-link {
  height: 100%;
  margin-top: 11px;
  color: #fff;
}

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

.nav-link.w--current {
  position: static;
  z-index: 5;
  padding-bottom: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

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

.hero-section-home {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  margin-top: -103px;
  -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/IMG_6622.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -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;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
}

.star-selection {
  position: relative;
  top: -12px;
  width: 40px;
}

.star-selection-current {
  position: relative;
  top: -12px;
  width: 40px;
  padding-top: 0px;
}

.heading-h1 {
  margin-right: 1px;
  margin-left: 1px;
  color: #fff;
  font-size: 44px;
  font-weight: 500;
}

.heading-h1.h1-space {
  padding-right: 5px;
  padding-left: 5px;
}

.headline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.word-wrapper {
  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-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;
}

.pink-underline {
  width: 140px;
}

.container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
}

.pink-wrapper-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -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: rgba(224, 95, 126, .78);
}

.text-hero-home {
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
}

.text-hero-home-link {
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: 1px;
  text-decoration: none;
}

.text-hero-home-link:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #ff9ab3;
}

.bracket-left {
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 34px;
  font-weight: 200;
  text-decoration: none;
}

.bracket-right {
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 34px;
  font-weight: 200;
  text-decoration: none;
}

.contribute-wrapper-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -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;
}

.section {
  position: static;
}

.container-header {
  position: static;
  z-index: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.brand {
  position: static;
}

.brand.w--current {
  clear: none;
}

.container-header-test {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.main-black-header {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
}

.pink-paragraph {
  margin-bottom: 20px;
  color: #e05f7e;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.paragraph.insight-open {
  margin-top: 20px;
}

.white-section-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 50px;
  -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 {
  width: 100%;
  max-width: 1200px;
}

.video-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.image {
  position: relative;
  z-index: 0;
  width: 100%;
}

.play-button {
  position: absolute;
  z-index: 2;
  opacity: 0.8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.play-button:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.column-right-white {
  display: block;
  height: 100%;
  -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;
}

.columns-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 59px 35px;
  -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;
}

.black-section-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  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: 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: #000;
}

.main-white-header {
  width: 80%;
  margin-bottom: 32px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.paragraph-white {
  width: 80%;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.column-right-black {
  height: 100%;
}

.image-photos {
  position: absolute;
  width: auto;
  height: 400px;
}

.column-left-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-media-circle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  -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;
}

.social-media-circle {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-media-circle:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.vert-space {
  width: 10px;
  height: 100%;
}

.columns-blog-widget-home {
  width: 100%;
  max-width: 1200px;
  margin-top: 36px;
  padding-top: 0px;
}

.blog-img {
  width: 100%;
}

.date {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: left;
}

.heading {
  font-size: 22px;
}

.heading-blog-home {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #e05f7e;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.paragraph-blog-widget-home {
  margin-bottom: 15px;
  padding-top: 15px;
  font-weight: 300;
}

.link {
  color: #e05f7e;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  color: hsla(345.5813953488372, 100.00%, 32.00%, 1.00);
}

.column-blog-widget {
  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-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;
}

.column-blog-widget-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -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;
}

.column-blog-widget-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.column-blog-widget-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -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;
}

.divisor-line-home {
  width: 100%;
  height: 3px;
  max-width: 1200px;
  margin-top: 29px;
  background-color: #f5f5f5;
}

.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-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: #e05f7e;
}

.powered-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 30px;
  padding-left: 30px;
  -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: #212121;
}

.subfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  -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: #070707;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-width: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.white-text-footer {
  margin-bottom: 0px;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
}

.column {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-pink-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 61px 35px;
  -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;
}

.left-column-pink-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-footer {
  color: #fff;
  line-height: 26px;
  font-weight: 200;
}

.hor-divisor {
  width: 100%;
  height: 30px;
}

.link-white {
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.link-white:hover {
  color: hsla(345.5813953488372, 100.00%, 32.00%, 1.00);
}

.link-wrapper-footer {
  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;
}

.vert-space-30 {
  width: 30px;
  height: 100%;
}

.center-column-pink-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-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;
}

.text-block {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  color: #000;
  text-decoration: none;
}

.star-black {
  margin-top: -22px;
}

.nav-link-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  -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;
}

.nav-link-footer {
  position: relative;
  bottom: 0px;
  z-index: 50;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

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

.social-title {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

.divisor-footer-pink {
  width: 90%;
  height: 4px;
  background-color: hsla(0, 0%, 100%, .1);
}

.social-media-pink-footer-wrapper {
  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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.social-media-pink-footer-wrapper:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.social-icon-wrapper-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
}

.text-footer-social {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.divisor-vert-20 {
  width: 100%;
  height: 20px;
}

.hero-section-insights {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-top: -103px;
  -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/playground-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-insight-wrapper {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.heading-blog-insight {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #e05f7e;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
}

.divisor-vert-60 {
  width: 100%;
  height: 40px;
}

.insight-wrapper-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.content-left-wrapper-insights {
  width: 60%;
  padding-right: 15px;
}

.hor-align-magic {
  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;
}

.divisor-img {
  margin-top: 40px;
}

.white-section-insight {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -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;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
}

.link-pagination {
  margin-right: 9px;
  margin-left: 9px;
  color: #e05f7e;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.link-pagination:hover {
  color: hsla(345.5813953488372, 100.00%, 32.00%, 1.00);
}

.link-pagination.current {
  color: #747474;
}

.heading-blog-insight-open {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
}

.share-wrapper-insight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-this {
  margin-right: 16px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

.social-share-wrapper {
  margin-right: 9px;
  margin-left: 9px;
}

.hero-section-contribute {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-top: -103px;
  -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/contribute-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.quote-wrapper {
  width: 100%;
  height: auto;
  max-width: 1200%;
  padding-right: 15px;
  padding-left: 15px;
}

.quote {
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.quote-by {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.donate-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  max-width: 1200px;
  margin-top: 55px;
  padding: 110px 50px;
  -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: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .32);
}

.heading-donate {
  font-size: 32px;
  text-align: center;
}

.value {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 100px;
  font-weight: 200;
  text-align: center;
}

.usd {
  margin-top: 5px;
  color: #8d8d8d;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 13px;
  margin-left: 13px;
  -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;
}

.monthly-text {
  margin-right: 13px;
  margin-bottom: 0px;
  margin-left: 13px;
  color: #979797;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.checkbox {
  width: 30px;
  height: 30px;
  border: 3px solid #929292;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 80px;
  -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: #e05f7e;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: hsla(345.5813953488372, 100.00%, 32.00%, 1.00);
}

.or {
  margin: 10px 13px;
  color: #979797;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.button-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 80px;
  -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: 4px solid #e05f7e;
  background-color: #fff;
  color: #e05f7e;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.button-card:hover {
  background-color: hsla(345.5813953488372, 100.00%, 32.00%, 1.00);
  color: #fff;
}

.image-2 {
  min-width: 222px;
}

.logo-img {
  min-width: 154px;
}

.image-4 {
  width: 150px;
  padding: 10px;
}

.image-5 {
  min-width: 222px;
}

.image-6 {
  min-width: 222px;
}

.image-7 {
  min-width: 222px;
}

.image-8 {
  min-width: 154px;
}

.image-9 {
  min-width: 154px;
}

.footer-social {
  width: 20px;
}

.image-10 {
  width: 45px;
}

.social-circlez {
  width: 45px;
}

.image-11 {
  width: 45px;
}

@media (max-width: 991px) {
  .navbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-header {
    width: 95%;
  }
  .main-black-header {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 26px;
  }
  .pink-paragraph {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }
  .white-section-home {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .columns {
    position: relative;
  }
  .column-right-white {
    display: block;
  }
  .column-left-white {
    padding-left: 20px;
  }
  .main-white-header {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 26px;
  }
  .paragraph-white {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
  }
  .column-right-black {
    padding-left: 20px;
  }
  .image-photos {
    width: 100%;
    height: auto;
  }
  .divisor-line-home {
    width: 90%;
  }
  .powered-by {
    height: 60px;
  }
  .subfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-text-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .column {
    -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;
  }
  .text-footer {
    font-size: 14px;
  }
  .link-white {
    margin-bottom: 14px;
  }
  .link-wrapper-footer {
    -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;
  }
  .social-title {
    font-size: 18px;
  }
  .social-icon-wrapper-footer {
    width: 40px;
    height: 40px;
  }
  .text-footer-social {
    font-size: 14px;
  }
  .home-link-footer {
    width: 70%;
  }
  .heading-blog-insight {
    font-size: 24px;
  }
  .content-left-wrapper-insights {
    width: 70%;
  }
  .white-section-insight {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .heading-blog-insight-open {
    font-size: 24px;
  }
  .quote-wrapper {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .quote-by {
    margin-bottom: 0px;
  }
  .donate-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .heading-donate {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    padding-bottom: 23px;
    background-color: #000;
  }
  .icon {
    color: #fff;
    font-size: 45px;
  }
  .menu-button {
    margin-top: 0px;
    margin-right: 15px;
    padding: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e05f7e), to(#e05f7e));
    background-image: linear-gradient(180deg, #e05f7e, #e05f7e);
  }
  .heading-h1 {
    font-size: 34px;
  }
  .pink-underline {
    width: 104px;
  }
  .text-hero-home {
    font-size: 20px;
  }
  .text-hero-home-link {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 20px;
  }
  .bracket-left {
    margin-left: 0px;
    font-size: 30px;
  }
  .bracket-right {
    font-size: 30px;
  }
  .pink-paragraph {
    line-height: 24px;
  }
  .white-section-home {
    padding: 40px 20px;
  }
  .image {
    width: 100%;
  }
  .column-left-white {
    padding-right: 20px;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-white-header {
    font-size: 24px;
    text-align: center;
  }
  .paragraph-white {
    text-align: center;
  }
  .column-right-black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -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;
  }
  .image-photos {
    width: 60%;
  }
  .column-left-black {
    height: 300px;
    margin-bottom: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-media-circle-wrapper {
    margin-top: 14px;
  }
  .column-blog-widget-left {
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-blog-widget-middle {
    padding: 40px 15px;
  }
  .column-blog-widget-right {
    padding-right: 15px;
    padding-left: 15px;
  }
  .subfooter {
    height: auto;
    padding: 10px 15px;
  }
  .white-text-footer {
    font-size: 10px;
    text-align: center;
  }
  .columns-pink-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-column-pink-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 57px;
    padding-left: 57px;
    -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;
  }
  .text-footer {
    text-align: center;
  }
  .link-wrapper-footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .center-column-pink-footer {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .social-title {
    text-align: center;
  }
  .social-media-pink-footer-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-link-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-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;
  }
  .divisor-vert-60 {
    height: 20px;
  }
  .content-left-wrapper-insights {
    width: 100%;
    padding-right: 0px;
  }
  .image-wrapper-insights-right {
    width: 100%;
    margin-top: 15px;
  }
  .hor-align-magic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .divisor-img {
    width: 100%;
    max-width: none;
  }
  .white-section-insight {
    padding-top: 30px;
  }
  .quote {
    font-size: 18px;
  }
  .donate-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .monthly-text {
    font-size: 16px;
    text-align: left;
  }
  .button {
    width: 400px;
  }
  .button-card {
    width: 400px;
  }
  .insight-img {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .icon {
    font-size: 30px;
  }
  .menu-button {
    margin-right: 0px;
  }
  .heading-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .headline-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pink-wrapper-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contribute-wrapper-link {
    margin-top: 14px;
    margin-left: 0px;
  }
  .brand {
    padding-left: 0px;
  }
  .main-black-header {
    font-size: 22px;
  }
  .white-section-home {
    padding-bottom: 40px;
  }
  .columns-2 {
    padding-top: 0px;
  }
  .black-section-home {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
  .main-white-header {
    font-size: 22px;
  }
  .image-photos {
    width: 90%;
  }
  .column-left-black {
    margin-bottom: 0px;
  }
  .column-blog-widget-left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-blog-widget-middle {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-blog-widget-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .powered-by {
    padding-right: 15px;
    padding-left: 15px;
  }
  .subfooter {
    padding-right: 15px;
    padding-left: 15px;
  }
  .left-column-pink-footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-right-pink-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-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;
  }
  .divisor-footer-pink {
    width: 100%;
  }
  .featured-insight-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .insight-wrapper-page {
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-section-insight {
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
  }
  .share-this {
    font-size: 13px;
  }
  .social-share-wrapper {
    margin-right: 3px;
    margin-left: 3px;
  }
  .donate-box {
    width: 95%;
    padding: 10px 10px 25px;
  }
  .heading-donate {
    line-height: 38px;
  }
  .value {
    font-size: 70px;
  }
  .checkbox-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
  .monthly-text {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  .button {
    width: 260px;
    font-size: 16px;
  }
  .button-card {
    width: 260px;
    font-size: 16px;
  }
  .logo-img {
    min-width: 120px;
  }
  .image-4 {
    width: 120px;
  }
}