* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  font-size: 18px;
  list-style: 1.3;
  color: #333;
}

#page {
  max-width: 750px;
  margin: auto;
}

.util {
  display: flex;
  height: 90px;
  align-items: center;
  padding: 0 15px;
  background: #003f06;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
}
.util .logo img {
  max-height: 75px;
  width: 100%;
  max-width: 328px;
}
.util .buttons {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.util .buttons a {
  display: block;
  width: 80px;
  line-height: 40px;
  font-size: 18px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.util .buttons a.login {
  background: #1de731;
}

p {
  margin: 0 !important;
  line-height: 1.2;
}

p:last-child {
  margin-bottom: 0;
}

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

img {
  display: block;
  margin: 0 auto;
}

.app-link {
  font-size: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.app-link > div {
  margin: 0 2.33%;
}
.app-link > div img {
  max-width: 100%;
}

.section1 {
  padding-top: 35px;
  background: url("./images/bg1.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative;
}
.section1 .logo {
  margin-bottom: 30px;
}
.section1 .text {
  max-width: 480px;
  margin: 0 auto 28px;
  padding: 0 15px;
}
.section1 .text p {
  line-height: 1.3;
}
.section1 .text p strong {
  font-size: 20px;
  color: #333;
}
.section1 .text p strong span {
  color: #00660a;
}
.section1 h2 {
  font-size: 30px;
  margin-bottom: 22px;
  color: #00660a;
}
.section1 .app-preview {
  margin-top: 40px;
  padding-bottom: 45px;
}
.section1 .app-preview img.app {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.section1 .app-preview .goto {
  display: block;
  margin: 40px auto 0;
  max-width: -moz-max-content;
  max-width: max-content;
}
.section1 .app-preview .goto img {
  max-width: 100%;
}

.section {
  padding: 60px 0 20px;
}
.section h2 {
  font-size: 30px;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.section img {
  max-width: 500px;
  width: 100%;
}
.section:not(.section1) h2 {
  font-family: "Lithos";
  margin-bottom: 26px;
}
.section:not(.section1) img {
  max-width: 100%;
}

.section1b {
  padding: 87px 15px 17px;
  overflow: hidden;
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
  color: #333;
  position: relative;
}
.section1b .logo-icon {
  display: block;
  width: 45px;
}
.section1b h2 {
  font-family: "Lithos";
  font-weight: 600;
  color: #00660a;
  margin: 14px 0 0;
}
.section1b .text {
  max-width: 514px;
  margin: auto auto 50px;
  font-size: 18px;
  line-height: 24px;
}

.section2 {
  background: url("./images/bg2.jpg") center top no-repeat;
  background-size: cover;
}

.section3 {
  background: url("./images/bg2.jpg") center top no-repeat;
  background-size: cover;
}

.section4 {
  background: url("./images/bg2.jpg") center top no-repeat;
  background-size: cover;
}

.section5 {
  background: url("./images/bg2.jpg") center top no-repeat;
  background-size: cover;
}

.section6 {
  background: url("./images/dl-bg.jpg") right bottom no-repeat #44009a;
  background-size: cover;
  padding: 60px 15px 50px 45px;
}
.section6 .inner {
  max-width: 470px;
  text-align: left;
}
.section6 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #333;
  margin: 0 0 30px;
}
.section6 .text {
  max-width: 330px;
  margin: 0 0 35px;
}
.section6 .text p {
  color: #333;
  font-size: 187x;
}
.section6 .app-link {
  margin-bottom: 0;
  justify-content: flex-start;
}
.section6 .app-link > div {
  max-width: 185px;
  margin: 0 4px;
}

.section7 {
  background: #4b4b4b;
  padding: 40px 15px;
}
.section7 .text {
  max-width: 505px;
  margin: auto;
  overflow: hidden;
}
.section7 p {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 30px !important;
}
.section7 p:last-child {
  margin-bottom: 0 !important;
}
.section7 strong,
.section7 a {
  color: #fff;
  font-weight: normal;
}
.section7 a {
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .section {
    padding-top: 20px;
  }
  .section h2 {
    font-size: 24px;
  }
  .section img {
    max-width: 80% !important;
  }
  .section1 {
    padding-top: 30px;
  }
  .section1 .logo img {
    max-width: 200px;
  }
  .section1 .app-preview img.app {
    max-width: 80%;
  }
  .section1 .app-preview .goto {
    width: 260px;
  }
  .section1b {
    padding-top: 38px;
  }
  .section1b h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section1 .app-preview {
    padding-bottom: 30px;
  }
  .section6 {
    padding: 0;
  }
  .section6 .inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 15px;
    max-width: 100%;
    text-align: center;
  }
  .section6 .text {
    max-width: 100%;
    margin-bottom: 45px;
  }
  .section6 h2 {
    font-size: 20px;
    margin-bottom: 45px;
  }
  .section6 .app-link {
    justify-content: center;
  }
  .section6 p {
    text-shadow: 0 0 #fff;
  }
}