@font-face {
  font-family: ec-regular;
  src: url("fonts/euclid_circular/regular/EuclidCircularA-Regular-WebM.woff");
  font-weight: 400;
}
@font-face {
  font-family: ec-bold;
  src: url("fonts/euclid_circular/bold/EuclidCircularA-Bold-WebM.woff");
  font-weight: 400;
}
@font-face {
  font-family: ec-light;
  src: url("fonts/euclid_circular/light/EuclidCircularA-Light-WebM.woff");
  font-weight: 400;
}
@font-face {
  font-family: ec-medium;
  src: url("fonts/euclid_circular/medium/EuclidCircularA-Medium-WebM.woff2") format("woff2"), url("fonts/euclid_circular/medium/EuclidCircularA-Medium-WebM.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: ec-semibold;
  src: url("fonts/euclid_circular/semibold/EuclidCircularA-Semibold-WebM.woff") format("woff"), url("fonts/euclid_circular/semibold/EuclidCircularA-Semibold-WebM.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: apercu;
  src: url("fonts/apercu/regular/apercu-regular.woff");
  font-weight: 400;
}
.font-apercu {
  font-family: apercu;
}

.ec-regular {
  font-family: ec-regular;
}

.ec-bold {
  font-family: ec-bold;
}

.ec-light {
  font-family: ec-light;
}

.ec-medium {
  font-family: ec-medium;
}

.ec-semibold {
  font-family: ec-semibold;
}

h1 {
  margin: 0;
  padding: 0 2px;
  line-height: 1.2;
  font-family: ec-semibold;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  font-style: normal;
  letter-spacing: 0;
  color: #141e3b;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 44px;
  }
}
h1.top-logo {
  font-size: 48px;
}
@media only screen and (min-width: 768px) {
  h1.top-logo {
    font-size: 67px;
  }
}

h2 {
  font-family: ec-semibold;
  font-weight: 400;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0;
}

h3 {
  font-family: ec-semibold;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #051923;
}
@media only screen and (max-width: 769px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 16px;
  padding: 4px 0;
  line-height: 2;
  letter-spacing: 1.5px;
}

p {
  font-size: 17px;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.28px;
  color: #051923;
  z-index: 2;
}
p.bold {
  font-family: ec-medium;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0;
  color: #141e3b;
}
p.extra-lineHeight {
  line-height: 1.6;
}
p.larger {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  p.larger {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-larger-text {
    font-size: 18px !important;
  }
}

a {
  text-decoration: none;
  color: #141e3b;
}

.yellow {
  color: #f4af4c;
}

.white {
  color: #ffffff;
}

.dark-blue {
  color: #141e3b;
}

.liliac {
  color: #dfcbff;
}

.lilacstrong {
  color: #c4b0f7;
}

.healstack-white {
  color: #ffffff;
}

.text-what-would {
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 16px;
  text-align: left;
  width: 330px;
}
@media only screen and (max-width: 768px) {
  .text-what-would {
    text-align: center;
    width: 300px;
  }
}

.change-out-of {
  padding: 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .change-out-of {
    font-size: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .change-out-of {
    text-align: center;
    width: 300px;
  }
}

.copyright {
  font-size: 9px;
  margin-bottom: 7px;
}

#cta {
  font-size: 16px;
  color: #141e3b;
}

.bg-phones {
  background: url("images/phones_two2x.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .bg-phones {
    background-size: 100%;
  }
}

.bg-one-phone {
  background: url("images/phone_one_mobile2x.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .top-bg {
    background: url("images/top_bg2x.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .top-bg {
    background: url("images/top_bg_mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 769px) {
  .bottom-bg {
    background: url("images/bottom_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .bottom-bg {
    background: url("images/bottom_bg_mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.bg-womenrunning {
  background: url("images/womanrunning_withbg.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-origin: content-box;
}

.left-bottom-thing {
  background: url("images/left-down_corner_blue.webp");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 169px;
  width: 143px;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .left-bottom-thing {
    display: none;
  }
}

.right-bottom-thing {
  background: url("images/right-down_corner_purple.webp");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 250px;
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .right-bottom-thing {
    display: none;
  }
}

.left-top-thing {
  background: url(images/top_left_darkpurple.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 25%;
  width: 25%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .left-top-thing {
    display: none;
  }
}

.bg-womenholdinghands {
  background: url("images/women_holdinghands.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  z-index: 2;
}

.bg-bottom-left-purple-swirl {
  background: url("images/top_left_purple.png");
  background-size: 75%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .bg-bottom-left-purple-swirl {
    background: none !important;
  }
}

.heart-orange {
  background: url("images/heartorange.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.heart-pink {
  background: url("images/heartpink.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.heart-purple {
  background: url("images/heartpurple.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.logo-health-tech {
  background: url(images/healthtech.png) no-repeat center;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 25px;
  margin: auto 14px;
  display: inline-block;
}

.logo-minc {
  background: url(images/minc.png) no-repeat center;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 25px;
  margin: auto 14px;
  display: inline-block;
}

.logo-mongo {
  background: url(images/mongodb.png) no-repeat center;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 25px;
  margin: auto 14px;
  display: inline-block;
}

.bg-middle-pink-swirl {
  background: url("images/middle_left_pink.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 75%;
  height: 405px;
  top: -80%;
  left: 0;
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .bg-middle-pink-swirl {
    display: none;
  }
}

.bg-middle-light-purple-swirl {
  background: url("images/middle_left_lightpurple.webp");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 399px;
  top: -48%;
  left: -188px;
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .bg-middle-light-purple-swirl {
    display: none;
  }
}

.bg-middle-purple-swirl {
  background: url("images/middle_purple.webp");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  width: 90%;
  height: 60%;
  top: -96px;
  right: 0px;
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .bg-middle-purple-swirl {
    display: none;
  }
}

.bg-logo {
  background: url("images/chunkie_logox.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 110px;
  width: 220px;
  margin: 0 0 18px 0;
}
@media only screen and (max-width: 768px) {
  .bg-logo {
    height: 91px;
    width: 220px;
  }
}

.bg-healstack-says-logo {
  background: url("images/healstacksays_logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 200px;
  margin: 0 0 15px 0;
  z-index: 1;
}

.bg-color-pink {
  background-color: #fce2e2;
}

.bg-color-pale-purple {
  background-color: #fafafc;
}

.bg-color-blue {
  background-color: #5453b6;
}

.bg-color-dark-blue {
  background-color: #141e3b;
}

.bg-color-pale {
  background-color: #f0ebff;
}

.bg-color-mellowpink {
  background-color: #c4b0f7;
}

.bg-color-inactive-purple {
  background-color: #f0ebff;
}

.bg-color-bonegrey {
  background-color: #f5f6fa;
}

.bg-color-lilac {
  background-color: #dfcbff;
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #141e3b;
  background-color: #ffffff;
  font-family: ec-regular;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-kerning: auto;
  -webkit-font-kerning: auto;
}

.page {
  margin: 0 auto;
}

.bar {
  padding: 8px;
  min-height: 10%;
}
.bar h1 {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .bar h1 {
    font-size: 13px;
  }
}

.box {
  min-height: 50px;
  flex: 1;
}

.side-padding {
  padding: 0 15%;
}

.bottom-section {
  background-color: transparent;
  position: relative;
  height: 60px;
}

.section {
  position: relative;
  min-height: 484px;
}
@media only screen and (min-width: 769px) {
  .section.high {
    min-height: 650px;
  }
}
@media only screen and (max-width: 768px) {
  .section.high {
    min-height: 520px;
  }
}
.section.mid {
  min-height: 530px;
}
@media only screen and (max-width: 768px) {
  .section.mid {
    min-height: 400px;
  }
}
.section.low {
  min-height: 100px;
}
.section.mini {
  min-height: 40px;
}
.section.overflow-hidden {
  overflow: hidden;
}

#top-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

#say-hello {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 40px;
  font-family: apercu;
  font-size: 14;
  text-decoration: underline;
}

.center {
  text-align: center;
  text-align: -webkit-center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

.flex-start {
  justify-content: flex-start;
}

.flex {
  display: flex;
}

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

.flex-end {
  align-self: flex-end;
}

@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-column {
    flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .limit-width {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .limit-width {
    width: 90%;
  }
}

@media only screen and (min-width: 769px) {
  .padding-bottom {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .padding-top {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .margin-top {
    margin-top: 50px;
  }
}

.margin-vertical0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .margin-bottom {
    margin-bottom: 20px;
  }
}

.mobile-margin {
  margin: 40px 0 40px 0;
}

.input-group {
  background-color: #ffffff;
  display: table;
  border-collapse: collapse;
  width: 70%;
  height: 43px;
  border-radius: 3px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(34, 37, 43, 0.11);
}
@media only screen and (min-width: 769px) {
  .input-group {
    margin-left: -1px;
  }
  .input-group.small {
    width: 45%;
    max-width: 350px;
    height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .input-group {
    width: 90%;
  }
}

#myform {
  display: flex;
  justify-content: center;
}

#innerFormDiv {
  display: flex;
  flex-direction: column;
}

#sign-up-div {
  background-color: #141e3b;
  height: 45px;
  width: 164px;
  text-align: center;
  margin: 10px auto 100px auto;
}

#sign-up-btn {
  background-color: #a6ffcd;
  height: 50px;
  border: 0;
  border-radius: 50px;
  font-family: ec-medium;
  font-size: 17px;
  text-align: center;
  width: 207px;
  margin: 0 auto;
  color: #051923;
}
#sign-up-btn:hover {
  background-color: #49f5cf;
}

input::placeholder {
  color: #c5bfcf;
}

input {
  border-radius: 0;
}

input {
  -webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.input-email {
  font-size: 16px;
  padding: 10px 20px;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #141e3b;
  text-align: center;
  margin: 27px 0;
  border-radius: 0;
  width: 253px;
}

#instagram {
  color: #141e3b;
  text-decoration: underline;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #instagram {
    flex: 1;
    text-align: center;
    margin: auto;
  }
}
@media only screen and (min-width: 769px) {
  #instagram {
    margin: auto 0 auto 100px;
    width: 140px;
  }
}

.padding10 {
  padding: 0 10px;
}

#contact-us {
  color: #141e3b;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #contact-us {
    flex: 1;
    text-align: center;
    margin: auto;
  }
}
@media only screen and (min-width: 769px) {
  #contact-us {
    margin: auto 0;
    width: 140px;
  }
}

#logos {
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #logos {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #logos {
    display: flex;
    margin-left: auto;
    margin-right: 130px;
  }
}

.bottom-links {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-evenly;
}

.width100 {
  width: 100%;
}

#wrong {
  display: none;
  margin: 15px;
  color: #f7787d;
}

#thank-you {
  display: none;
  margin: 5px;
  text-align: center;
  color: #5453b6;
}

#email-exists {
  display: none;
  margin: 15px;
  color: #f7787d;
}

#wrong2 {
  display: none;
  margin: 15px;
  color: #f7787d;
}

#thank-you2 {
  display: none;
  margin: 20px;
  text-align: center;
  color: #5453b6;
}

#email-exists2 {
  display: none;
  margin: 15px;
  color: #f7787d;
}

.inlay {
  width: 100%;
  height: 120px;
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.marginTop40 {
  margin-top: 40px;
}

/*# sourceMappingURL=styles.css.map */
