/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* ========================================================================== */
/*                               General Styles                               */
/* ========================================================================== */
/* General styles */

@font-face {
  font-family: "Istok Web";
  src: url("assets/Istok_Web/IstokWeb-Regular.ttf") format("truetype");
} 

@font-face {
  font-family: "Istok Web";
  src: url("assets/Istok_Web/IstokWeb-Bold.ttf") format("truetype");
  font-weight: bold;
}

/* Views */
html {
  scrollbar-width: none;
  font-size: 18px;
  font-family: 'Istok Web', sans-serif;
}

.view {
  width: 100vw;
  display: flex;
  flex-direction: column;
}

:root {
  --blue: #0099D0;
  --white: #FFFFFF;
  --black: #1B1C1D;
  --sm: 26.667rem;
  --md: 34.66rem;
  --lg: 62.22rem;
}

/* Hide scrollbars */
::-webkit-scrollbar {
  width: 0rem;
  background: transparent;
}
/* Sections */
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.12rem;
  height: auto;
}

/**********************/
/*       Fonts        */
/**********************/

h1 {
  font-weight: bold;
  font-size: 1.11rem;
  margin: 0;
  line-height: 1.61rem;
  text-transform: uppercase;
  color: var(--white);
}

h2 {
  font-weight: bold;
  font-size: 1.77rem;
  letter-spacing: 0em;
  line-height: 2.55rem;
  text-transform: capitalize;
  color: var(--black);
}

h3 {
  font-size: 1.33rem;
  font-weight: bold;
  line-height: 1.44rem;
  letter-spacing: 0em;
  margin-top: 1.77rem;
  margin-bottom: 0;
}

p strong {
  font-weight: bold;
}

/* ========================================================================== */
/*                                    Navbar                                  */
/* ========================================================================== */
.navbar {
  min-width: calc(100vw - 2.22rem);
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.88rem 1.11rem;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: 0;
  height: 1.33rem;
  z-index: 2;
}

.navbar-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-container {
  position:relative;
  top: -3.88rem;
  margin-bottom: -3.88rem;
}

.logo-container {
  display: flex;
  align-items: center;
}

.navbar .navbar-logo {
  width: 4.05rem;
  height: 1.33rem;
}

.navbar .navbar-link {
  font-family: 'Istok Web', sans-serif;
  font-weight: bold;
  font-size: 0.88rem;
  line-height: 1.3rem;
  text-decoration: none;
  color: var(--blue);
}

.scroll-color {
  background-color: var(--blue);
}

.navbar .link-scroll-color {
  color: var(--white);
}

.menu-icon-container, 
.mobile-menu-separator {
  display: none;
}

.active {
  color: var(--white) !important;
}


/* ========================================================================== */
/*                                    Hero                                    */
/* ========================================================================== */
#hero {
  width: calc(100vw - 1.11rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero {
  height: calc(100vw - 1.11rem - 2.81vw);
  padding-left: 1.11rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-container {
  padding-top: 6rem !important;
}

.hero .hero-title {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero .store-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100vw - 2.22rem);
  padding-top: 1.77rem;
  padding-bottom: 6rem;
}

.hero .store-container .apple-store-item {
  height: 2.33rem;
  width: 7.05rem;
}

.hero .store-container .google-store-item {
  height: 2.33rem;
  width: 7.88rem;
  padding-right: 0.55rem;
}

/* ========================================================================== */
/*                                    About                                   */
/* ========================================================================== */
#about-us {
  min-height: fit-content;
  padding-top: 2.778rem;
  margin-top: -2.778rem;
}

.section .about-title {
  align-self: flex-start;
  margin-top: 2.11rem;
  margin-bottom: 0;
}

.section .about-image {
  margin-top: 2.11rem;
  width: 95%;
}

.section .image-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
}

.section .about-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.44rem;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 1.77rem;
}

/* ========================================================================== */
/*                                   Healing                                  */
/* ========================================================================== */
#find-healing {
  min-height: fit-content;
  background: rgba(0, 153, 208, 0.15);
}

.section .findhealing-image {
  padding-top: 1.77rem;
  width: 13rem;
  max-width: 99vw;
}

.find-healing-title {
  text-align: center;
}

.section .findhealing-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.44rem;
  letter-spacing: 0em;
  text-align: center;
  margin: 1.33rem 0 1.77rem 0;
}

/* ========================================================================== */
/*                                  Download                                  */
/* ========================================================================== */
#download {
  height:min-content;
  width: calc(100vw - 2.23rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
}

.download-container {
  padding-top: 2.778rem;
  margin-top: -2.778rem;
}

.download-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section .download-title {
  font-weight: 400;
  line-height: 2.55rem;
  color: var(--white);
  margin: 1.91rem 0 0 0;
}

.section .download-logo {
  margin-top: 0.22rem;
  width: 8.95rem;
  height: 2.9rem;
}

.section .download-store {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100vw - 2.22rem);
  padding-top: 2.33rem;
}

.section .download-store .download-centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: 0.225rem;
}

.section .download-store .apple-store-download {
  height: 2.3rem;
  width: 6.88rem;
}

.section .download-store .google-store-download {
  height: 2.3rem;
  width: 7.77rem;
}

.section .download-store .store-text {
  font-weight: normal;
  font-size: 0.77rem;
  line-height: 1.11rem;
  margin-top: 0.88rem;
  margin-bottom: 1.91rem;
}

/* ========================================================================== */
/*                                   Footer                                   */
/* ========================================================================== */
.footer {
  height: 5.55rem;
  padding: 2.77rem 0;
  background-color: rgba(0, 153, 208, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.footer-link {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.44rem;
  text-align: center;
  text-transform: capitalize;
  color: var(--blue);
  text-decoration: none;
}

/* ========================================================================== */
/*                   Terms & Conditions / Privacy Policy                      */
/* ========================================================================== */
.terms-privacy-navbar {
  min-width: calc(100vw - 3.99rem);
  display: block;
  padding: 0.889rem 2rem;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: 0;
  height: 1.333rem;
  z-index: 2;
}

.terms-privacy-navbar .logo-container {
  justify-content: center;
}

.terms-privacy-navbar .navbar-logo {
  width: 4.333rem;
  height: 1.333rem;
}

.terms-privacy-background {
  height: 5rem;
  background-size: 100% 100%;
  background-image: url(assets/terms-privacy-bg-sm.png);
}

.terms-privacy-content {
  padding-inline: 1.111rem;
  padding-bottom: 2rem;
  max-width: 39.667rem;
}

.terms-privacy-h1 {
  padding-top: 3.722rem;
  font-weight: bold;
  font-size: 1.111rem;
  line-height: 1.611rem;
  color: #000000;
}

.terms-privacy-strong {
  padding: 1.778rem 0;
  margin: 0;
  font-weight: bold;
  font-size: 0.889rem;
  line-height: 1.279rem;
}

.terms-privacy-normal {
  font-size: 0.889rem;
  line-height: 1.279rem;
  margin: 0;
  word-wrap: break-word;
}

.terms-privacy-normal h1 {
  font-weight: bold;
  font-size: 0.889rem;
  line-height: 1.279rem;
  text-transform: uppercase;
  color: #000000;
  padding-block: 1.279rem;
}

.terms-privacy-normal strong {
  font-weight: bold;
  font-size: 0.889rem;
  line-height: 1.279rem;
  color: #000000;
}

.terms-privacy-normal li:not(:last-child) { 
  margin-bottom: 0.889rem;  
}

/* ========================================================================== */
/*                             Media Queries                                  */
/* ========================================================================== */
@media (max-width: 480px) {
  .hero {
    min-height: 17.27rem;
    height: fit-content;
  }
  #hero {
    background-image: url(assets/hero-xsmall.png);
  }
  #download {
    background-image: url(assets/download-bg-xs.svg);
  }
  .image-bottom {
    display: none;
  }

  .menu-options-container {
    display: none;
  }
  
  .options-container-mobile {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .menu-icon-container {
    display: block;
  }

  .opened-navbar {
    height: 10rem;
  }

  .opened-navbar .navbar-link {
    font-weight: lighter;
    font-size: 1rem;
    height: 4.3rem;
    display:flex;
    align-items:center;
    color: rgba(255, 255, 255, 0.5);
  }

  .mobile-menu-separator {
    display: block;
    width: 100%;
    border: 2px 0 0 0;
    border-style: solid;
    border-color: rgba(255,255,255,0.4);
    margin: 0;
  }

  .white-icon {
    filter: invert(100%) sepia(71%) saturate(0%) hue-rotate(234deg) brightness(250%) contrast(101%);
  }

}

@media (min-width: 480px) {
  /* Hero */
  .hero {
    min-height: calc(100vw - 51.129vw);
    height: fit-content;
  }

  .title-container {
    padding-top: 4rem !important;
  }

  .hero .store-container {
    padding-bottom: 4rem;
  }

  .hero .hero-title{
    font-size: 1.333rem;
    line-height: 1.91rem;
  }
  #hero {
    background-image: url(assets/hero-small.png);
  }
  
  /* About */
  .section .about-image {
    margin-top: 2.885rem;
    width: 83%;
  }
  .section .about-title {
    margin-top: 2.88rem;
    line-height: 3.039rem;
    font-size: 2.111rem;
  }
  .section .about-text {
    margin-bottom: 2.667rem;
  }
  .image-bottom {
    display: none;
  }

  /* Find Healing */
  .section .find-healing-title {
    font-size: 1.667rem;
    line-height: 1.778rem;
  }
  .section .findhealing-text {
    margin: 1.778rem 0;
  }

  /* Download */
  #download {
    background-image: url(assets/download-bg-sm.svg);
  }
  .section .download-title {
    font-size: 2.111rem;
    line-height: 3.039rem;
  }
  .section .download-logo {
    margin-top: 0;
    width: 11.167rem;
    height: 3.622rem;
  }
  .section .download-store {
    padding-top: 2.44rem;
  }
  .section .download-store .download-centered-container {
    margin-inline: 0.4rem;
  }
  .section .download-store .apple-store-download {
    height: 3.558rem;
    width: 10.732rem;
  }
  .section .download-store .google-store-download {
    height: 3.558rem;
    width: 12.11rem;
  }
  .section .download-store .store-text {
    font-size: 1rem;
    line-height: 1.389rem;
    margin-bottom: 1.951rem;
  }

  /* Footer */
  .footer-link {
    font-size: 1.333rem;
    line-height: 1.919rem;
  }

  /* Terms & Privacy */
  .terms-privacy-navbar {
    height: 2.667rem;
  }
  .terms-privacy-navbar .navbar-logo {
    width: 8.722rem;
    height: 2.667rem;
  }
  .terms-privacy-navbar .logo-container {
    justify-content: start;
  }
  .terms-privacy-background {
    height: 11.278rem;
    background-image: url(assets/terms-privacy-bg-md.png);
  }
}

@media (min-width: 481px) {
  /* Navbar */
  .margin-left {
    margin-left: 1.778rem;
  }
  .active {
    padding-bottom: 0.01rem;
    border-bottom: 2px solid var(--white);
  }  
}

@media (min-width: 625px) {
  /* Hero */
  #hero {
    background-image: url(assets/hero-medium.png);
  }

  .title-container {
    padding-top: 6rem !important;
  }

  .hero .store-container {
    padding-bottom: 6rem;
  }

  .hero .hero-title{
    font-size: 1.667rem;
    line-height: 2.399rem;
  }
  .hero .store-container {
    padding-top: 2.667rem;
  }
  .hero .store-container .apple-store-item {
    height: 3.5rem;
    width: 10.471rem;
  }
  .hero .store-container .google-store-item {
    height: 3.5rem;
    width: 11.695rem;
    padding-right: 0.889rem;
  }

  /* About */
  #about-us {
    display: flex;
    flex-direction: row;
    margin-top: -2.877rem;
    align-items: flex-start;
    padding-top: 5.556rem;
    margin-bottom: 4.056rem;
  }
  .about-container {
    padding: 0 2rem;
    display: flex;
    flex-direction: row;
    min-height: fit-content;
    justify-content: right;
  }
  .section .about-image {
    margin: 0;
    width: 92%;
    margin-left: 0.889rem;
  }
  .section .image-top {
    display: none;
  }
  .image-bottom {
    display: flex;
    margin-inline: auto;
    width: 320%;
    max-width: 18.667rem;
  }
  .section .about-title {
    margin-top: 0;
    line-height: 3.039rem;
    font-size: 2.111rem;
  }
  .section .about-text {
    margin-bottom: 0;
    max-width: 24.333rem;
  }

  /* Find Healing */
  #find-healing {
    padding: 0 2rem;
    display: flex;
    flex-direction: row;
    min-height: fit-content;
    justify-content: right;
  }
  .section .findhealing-image {
    padding-top: 0;
    width: 40%;
    max-width: 18.056rem;
    margin: 1.778rem auto;
  }
  .section .find-healing-title {
    font-size: 1.667rem;
    line-height: 1.778rem;
    margin-top: 0;
    text-align: start;
  }
  .section .findhealing-text {
    margin-bottom: 0;
    text-align: start;
    max-width: 18.667rem;
  }

  /* Download */
  #download {
    background-image: url(assets/download-bg-md.svg);
    height: 11.389rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .section .download-head {
    align-items: flex-start;
  }
  .section .download-title {
    font-size: 1.333rem;
    line-height: 1.919rem;
    margin-top: 0;
    margin-bottom: 0.444rem;
  }
  .section .download-logo {
    margin-top: 0;
    width: 8.222rem;
    height: 2.667rem;
  }
  .section .download-store {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 1.973rem;
  }
  .section .download-store .download-centered-container {
    margin-inline: 0.5rem;
  }
  .section .download-store .apple-store-download {
    height: 3.145rem;
    width: 9.409rem;
  }
  .section .download-store .google-store-download {
    height: 3.145rem;
    width: 10.615rem;
  }
  .section .download-store .store-text {
    font-size: 1rem;
    line-height: 1.439rem;
    margin-bottom: 0;
  }

  /* Footer */
  .footer {
    height: 5.5rem;
    padding: 0 2.77rem;
    flex-direction: row;
    justify-content: space-around;
  }

  /* Terms & Privacy */
  .terms-privacy-background {
    height: 11.278rem;
  }
  .terms-privacy-content {
    margin-inline: auto;
  }
  .terms-privacy-h1 {
    max-width: 32.778rem;
    padding-top: 1.111rem;
    font-size: 2.111rem;
    line-height: 3.039rem;
  }
  .terms-privacy-strong {
    padding: 2.944rem 0;
    font-size: 1rem;
    line-height: 1.439rem;
  }
  
  .terms-privacy-normal {
    font-size: 1rem;
    line-height: 1.439rem;
  }
  
  .terms-privacy-normal h1 {
    font-size: 1rem;
    line-height: 1.439rem;
    padding-block: 1.439rem;
  }
  
  .terms-privacy-normal strong {
    font-size: 1rem;
    line-height: 1.439rem;
  }
}

@media (min-width: 750px) {
  #about-us {
    align-items: center;
  }
  .hero {
    height: calc(100vw - 51.129vw);
  }
}

@media (min-width: 1121px) {
  /* Navbar */
  .navbar {
    height: 2.667rem;
    padding: 0.88rem 0;
    margin: 0;
  }
  .navbar-content {
    min-width: 60rem;
    max-width: 60rem;
    margin: 0 auto;
  }
  .content-container {
    top: -5.217rem;
    margin-bottom: -5.217rem;
  }
  .navbar .navbar-logo {
    width: 8.124rem;
    height: 2.667rem;
  }

  /* Hero */
  #hero {
    width: calc(100vw - 2.23rem);
    background-image: url(assets/hero-large.png);
  }
  .hero {
    height: calc(100vw - 51.129vw);
    padding-inline: 1.111rem;
  }
  .hero .title-container {
    min-width: 60rem;
    max-width: 60rem;
    margin-inline: auto;
  }
  .hero .hero-title {
    font-size: 2.111rem;
    line-height: 3.039rem;
  }
  .hero .store-container {
    min-width: 60rem;
    max-width: 60rem;
    margin-inline: auto;
  }

  /* About us */
  #about-us {
    padding-inline: 0;
    min-width: 60rem;
    max-width: 60rem;
    margin-inline: auto;
    margin-top: -4.377rem;
    padding-top: 7.056rem;
  }
  .section .about-image {
    width: 97%;
    margin-left: 0.889rem;
  }
  .image-bottom {
    max-width: 34.556rem;
  }

  /* Find Healing */
  #find-healing {
    padding: 0;
    min-width: 60rem;
    max-width: 60rem;
    margin-inline: auto;
    background: transparent;
  }
  .find-healing-container {
    background: rgba(0, 153, 208, 0.15);
  }
  .section .findhealing-image {
    margin: 2.944rem auto;
    max-width: 21.056rem;
    width: 60%;
  }
  .section .find-healing-title {
    font-size: 2.111rem;
    line-height: 3.039rem;
    margin-left: 7.778rem;
  }
  .section .findhealing-text {
    width: 24.333rem;
    max-width: 24.333rem;
    margin-left: 7.778rem;
  }

  /* Download */
  #download {
    background: transparent;
    padding: 0;
    min-width: 60rem;
    max-width: 60rem;
    margin-inline: auto;
  }
  .download-container {
    padding-top: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 14.611rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(assets/download-bg-lg.svg);
  }
  .download-head {
    padding-left: 5rem;
  }
  .section .download-title {
    font-size: 2.111rem;
    line-height: 3.039rem;
    margin-bottom: 0;
  }
  .section .download-logo {
    margin-top: 0;
    width: 11.167rem;
    height: 3.622rem;
  }
  .download-store {
    margin-right: 3rem;
  }
  .section .download-store .apple-store-download {
    height: 4.341rem;
    width: 12.987rem;
  }
  .section .download-store .google-store-download {
    height: 4.341rem;
    width: 14.651rem;
  }
  .section .download-store .store-text {
    font-size: 1rem;
    line-height: 1.439rem;
    margin-bottom: 0;
  }

  .footer-container {
    background:rgba(0, 153, 208, 0.15);
    height: 5.278rem;
    align-items: center;
  }
  .footer {
    max-width: 60rem;
    min-width: 60rem;
    background: transparent;
    height: 5.278rem;
    padding: 0;
    margin-inline: auto;
  }

  /* Terms & Privacy */
  .terms-privacy-background {
    height: 15.556rem;
    background-image: url(assets/terms-privacy-bg-lg.png);
  }
}
