@font-face {
  font-family: Lato;
  src: url("../fonts/Lato-Regular.2d36b1a92543.ttf");
}
@font-face {
  font-family: Lato;
  font-weight: bold;
  src: url("../fonts/Lato-Bold.85d339d91647.ttf");
}

* {
  font-family: Lato;
}

body {
  height: 100vh;
  margin: 0;
}

.main-container {
  display: flex;
  flex-direction: column;
  margin: auto;
}

.section-banner {
  height: 1024px;
  position: relative;
  overflow: hidden;
}

.section-banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 1;
}

.section-banner-wrapper {
  position: absolute;
  height: inherit;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.section-banner h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  margin-bottom: 36px;
  text-transform: uppercase;
  color: #ffffff;
}

.section-banner img.logo {
  width: 654px;
  height: 102px;
  margin-bottom: 55px;
}

.section-banner .subheader {
  display: flex;
  width: 654px;
  padding: 0;
  margin-top: 40px;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
}

.section-banner .subheader > li.mobile-only {
  display: none;
}

.section-banner .subheader > li {
  font-family: Lato;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.065em;
  text-align: center;
  color: #ffffff;
}

.store-links {
  margin-top: 53px;
}

.store-links .apple-btn {
  width: 168px;
  height: 54px;
  margin-right: 30px;
  text-decoration: none;
}

.store-links .google-btn {
  width: 181px;
  height: 54px;
  text-decoration: none;
}

.divider-1 {
  width: 654px;
  border-bottom: 5px solid #ffffff;
}

.section-focus {
  padding: 143px 133px;
}

.section-focus h2 {
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 97px;
}

.section-focus .categories {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 44px;
}

.section-focus .categories > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 285px;
  width: 30%;
}

.section-focus .categories > div:nth-child(2) {
  padding-top: 36px;
}

.section-focus .categories > div img {
}

.section-focus .categories > div .category-label {
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.section-focus .categories > div .category-description {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0;
}

.divider-2 {
  max-width: 1175px;
  height: 1px;
  background-color: #3c3c3c;
}

.section-focus .focus-content {
  margin-top: 57px;
}

.section-focus .focus-text {
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 81px;
}

.section-focus .focus-text-extra {
  margin-bottom: 0;
  font-weight: 700;
}

.section-habits {
  background-color: #203950;
  padding: 153px 138px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.section-habits .img-video {
  outline: none;
  border: 0;
}

.section-habits .habits-content {
  margin-left: 86px;
  padding-top: 37px;
}

.section-habits .habits-content h2 {
  font-family: Lato;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 62px;
  color: #ffffff;
}

.section-habits .habits-content p {
  font-family: Lato;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #ffffff;
  margin-bottom: 49px;
  max-width: 88%;
}

.section-habits .habits-content .logo {
  width: 207px;
  height: 59px;
  margin-bottom: 45px;
}

@media (max-width: 1210px) {
}

@media (max-width: 1093px) {
  .section-focus {
    padding: 143px 100px;
  }

  .section-habits {
    padding: 153px 100px;
  }

  .section-habits .img-video {
    width: 40%;
  }

  .section-habits .habits-content {
    padding-top: 0;
    margin-left: 40px;
  }

  .section-habits .habits-content h2 {
    margin-top: 20px;
  }

  .section-habits .habits-content p {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
  .section-habits .store-links .apple-btn img {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-banner img.logo {
    height: auto;
    width: 80%;
  }

  .section-banner .subheader {
    width: 80%;
  }

  .section-banner .subheader > li {
    width: 30%;
  }

  .divider-1 {
    width: 80%;
  }

  .section-habits {
    flex-direction: column-reverse;
  }

  .section-habits .img-video {
    width: auto;
    height: 500px;
    align-self: center;
    margin-bottom: 80px;
  }

  .section-habits .habits-content {
    padding-top: 0;
    margin-left: 0;
  }

  .section-habits .habits-content .logo {
    display: none;
  }

  .section-habits .store-links {
    position: absolute;
    margin-top: 540px;
    align-self: center;
    left: calc((100% - 390px) / 2);
  }
}

@media (max-width: 580px) {
  .section-focus {
    padding: 90px 60px;
  }

  .section-habits {
    padding: 93px 60px;
  }

  .section-habits .store-links .apple-btn {
  }

  .section-habits .store-links .google-btn {
  }
}

@media (max-width: 450px) {
  .section-banner {
    height: 467px;
  }

  .section-banner h1 {
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0.065em;
    text-align: center;
  }

  .section-banner img.logo {
    width: 234px;
    height: 35px;
    margin-bottom: 30px;
  }

  .divider-1 {
    border: 0;
    height: 1px;
    background-color: #ffffff;
    width: 234px;
  }

  .section-banner .subheader {
    margin-top: 30px;
    width: 234px;
    flex-direction: column;
    align-items: center;
  }

  .section-banner .subheader > li {
    display: none;
  }

  .section-banner .subheader > li.mobile-only {
    display: block;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0.065em;
    text-align: center;
    width: auto;
  }

  .section-banner .subheader > li.mobile-only span:first-child {
    margin-right: 6px;
  }

  .section-banner .store-links {
    margin-top: 63px;
  }

  .store-links .apple-btn img {
    width: 109px;
    height: 30px;
  }

  .store-links .google-btn img {
    width: 101px;
    height: 30px;
  }

  .section-focus {
    padding: 35px 22px;
  }

  .section-focus {
    padding: 35px 18px;
  }

  .section-focus h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
  }

  .section-focus .categories {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .section-focus .categories img {
    height: 40px;
    margin-bottom: 14px;
  }

  .section-focus .categories > div {
    width: 100%;
    margin-bottom: 45px;
  }

  .section-focus .categories > div .category-label {
    font-size: 25px;
    margin: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
  }

  .section-focus .categories > div:nth-child(2) {
    padding: 0;
  }

  .section-focus .categories > div .category-description {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }

  .divider-2 {
    width: 261px;
    margin: auto;
  }

  .section-focus .focus-content {
    margin-top: 45px;
  }

  .section-focus .focus-text {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .section-focus .focus-text:nth-child(2) {
    margin-top: 45px;
    font-size: 16px;
    line-height: 30px;
  }

  .section-habits {
    padding: 25px 40px;
  }

  .section-habits .habits-content h2 {
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
  }

  .section-habits .habits-content p {
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 34px;
  }

  .section-habits .img-video {
    width: 199px;
    height: 397px;
    margin-bottom: 121px;
  }

  .section-habits .store-links {
    left: calc((100% - 228px) / 2);
    margin-top: 433px;
  }

  .section-habits .store-links .apple-btn {
    margin-right: 15px;
  }
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
