:root {
  --color-3: #0072ce;
  --color-4: #7e4bcc;
  --color-5: #004074;
  --color-6: #4a2c79;
  --color: white;
  --color-7: #0072ce1a;
  --color-8: #00cbce;
  --color-2: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h2 {
  background-image: linear-gradient(145deg, var(--color-3), var(--color-4));
  color: var(--color-3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Fira Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

.hero {
  background-image: linear-gradient(99deg, var(--color-4), #3b60cd 21%, #1e69cdcc 40%, #0072ceb0 54%, #0072ce00 72%), url('../images/woman-jogging.jpg');
  background-position: 0 0, 0 20%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 75vh;
  margin-top: 80px;
  padding: 5%;
  display: flex;
}

.hero-content-div {
  color: var(--color);
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  max-width: 700px;
  padding: 0;
  display: flex;
}

.hero-lg-line {
  margin-bottom: 30px;
  font-family: Fira Sans, sans-serif;
  font-size: 3.15em;
  font-weight: 600;
  line-height: 1.2em;
}

.button {
  background-color: var(--color);
  color: var(--color-3);
  align-items: center;
  padding: 15px 20px 15px 30px;
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button.purple {
  background-color: var(--color-4);
  color: var(--color);
}

.button.purple:hover {
  background-color: var(--color-6);
}

.button.marg {
  margin-right: 10px;
}

.btn-icon {
  width: 25px;
  margin-left: 10px;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 9px #0003;
}

.image {
  height: 85px;
}

.nav-menu {
  align-items: center;
  height: 85px;
  padding-right: 15px;
  display: flex;
}

.nav-link-jm {
  color: var(--color-3);
  align-items: center;
  padding: 10px;
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.nav-link-jm:hover {
  color: var(--color-4);
}

.nav-link-jm.phone {
  background-color: var(--color-3);
  color: var(--color);
  margin-left: 10px;
}

.nav-link-jm.phone:hover {
  background-color: var(--color-4);
}

.nav-icon {
  width: 25px;
}

.nav-txt {
  margin-left: 10px;
}

.section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.no-top-pad {
  padding-top: 0%;
}

.section.para {
  background-image: url('../images/para.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  min-height: 60vh;
  margin-bottom: 5%;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.wrap.flex.top-marg {
  margin-top: 5%;
}

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

.txt-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 50px;
  display: flex;
}

.txt-div-top {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 50px 25px 5px 0;
  display: flex;
}

.txt-div-top.more {
  padding-left: 0;
  padding-right: 50px;
}

.list-div {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-7), var(--color-7));
  justify-content: space-between;
  align-items: flex-start;
  min-width: 120%;
  margin-bottom: 20px;
  padding: 25px 25px 0;
  display: flex;
  position: relative;
}

.photo-50 {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h2-white {
  background-color: var(--color);
  background-image: none;
}

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.h3-less {
  margin-top: -10px;
}

.photo-48 {
  object-fit: cover;
  width: 48%;
  overflow: hidden;
}

.values-wrap {
  background-image: linear-gradient(167deg, var(--color-4), var(--color-3));
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 120px 50px 50px;
  display: flex;
}

.values-wrap.flex {
  flex-flow: row;
}

.value-div {
  border: 2px solid var(--color-8);
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 24%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5em;
  display: flex;
}

.value-div.third {
  width: 32%;
}

.icon-circle {
  border: 2px solid var(--color-8);
  background-color: var(--color-6);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-4), var(--color-6));
  object-fit: contain;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.h4-min {
  min-height: 50px;
}

.footer {
  background-image: linear-gradient(146deg, var(--color-4), var(--color-3));
  padding-top: 5%;
  padding-bottom: 5%;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-div.addresses {
  flex-flow: column;
  display: flex;
}

.footer-div.form {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-field {
  border: 2px solid var(--color-8);
  background-color: #fff0;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color);
}

.address-div {
  color: var(--color);
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1.4em;
  display: flex;
}

.address-img {
  object-fit: cover;
  width: 100%;
  max-height: 150px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.form-block {
  width: 100%;
}

.hero-line-2 {
  margin-top: -15px;
  margin-bottom: 30px;
  font-family: Fira Sans, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-buttons {
  align-items: center;
  display: flex;
}

.hero-buttons.cent {
  justify-content: center;
}

.cta-div {
  background-color: #0006;
  width: auto;
  padding: 25px;
}

.img-contain {
  max-width: none;
  max-height: 80%;
}

.div-block {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 0 0, 80% 0;
    height: 700px;
  }

  .hero-lg-line {
    font-size: 2.5em;
  }

  .button {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .nav-txt {
    display: none;
  }

  .section.para {
    background-attachment: scroll;
    align-items: flex-end;
  }

  .wrap.flex {
    flex-flow: column;
  }

  .txt-50 {
    width: 100%;
  }

  .txt-div-top.more {
    padding-top: 0;
  }

  .photo-50 {
    width: 100%;
  }

  .text-48 {
    width: 100%;
    padding: 0 0 20px;
  }

  .text-48.pad {
    padding-top: 20px;
  }

  .photo-48 {
    width: 100%;
  }

  .photo-48.hide {
    display: none;
  }

  .values-wrap.flex {
    flex-flow: wrap;
    padding-bottom: 0;
  }

  .value-div {
    width: 48%;
    margin-bottom: 100px;
  }

  .value-div.third {
    width: 100%;
  }

  .value-div.third.btm {
    margin-bottom: 0;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .address-img {
    max-height: 350px;
  }

  .hero-line-2 {
    font-size: 1.5em;
  }

  .hero-buttons {
    flex-flow: wrap;
  }

  .div-block {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    height: 440px;
    margin-top: 60px;
  }

  .hero-content-div {
    width: 60%;
    max-width: none;
  }

  .hero-lg-line {
    font-size: 2em;
  }

  .button {
    padding-left: 20px;
    padding-right: 10px;
  }

  .image, .nav-menu {
    height: 65px;
  }

  .section.para {
    min-height: 40vh;
    padding: 0%;
  }

  .txt-div-top {
    padding-top: 0;
  }

  .values-wrap, .values-wrap.flex {
    padding: 90px 20px 20px;
  }

  .value-div {
    width: 100%;
  }

  .value-div.btm {
    margin-bottom: 0;
  }

  .hero-line-2 {
    margin-bottom: 15px;
    font-size: 1em;
  }

  .cta-div {
    padding: 15px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  .hero {
    background-image: linear-gradient(180deg, #0000, var(--color-5) 72%, var(--color-6)), url('../images/woman-jogging.jpg');
    background-position: 0 0, 95% 0;
    background-size: auto, cover;
    justify-content: flex-end;
    height: 550px;
  }

  .hero-content-div {
    width: 100%;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.purple {
    font-size: .9em;
  }

  .button.marg {
    padding-left: 15px;
  }

  .btn-icon {
    width: 20px;
  }

  .image {
    height: 50px;
  }

  .nav-menu {
    height: 60px;
    padding-right: 10px;
  }

  .section.para {
    margin-left: 0;
    margin-right: 0;
  }

  .txt-div-top.more {
    padding-right: 0;
  }

  .list-div {
    min-width: 0;
    padding: 12px 12px 0;
  }

  .text-48.pad {
    padding-bottom: 0;
  }

  .values-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .value-div.third.btm {
    padding-bottom: 5px;
  }

  .hero-buttons {
    width: 100%;
    min-width: 100%;
  }

  .hero-buttons.cent {
    justify-content: flex-start;
  }

  .brand {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
  }
}


