:root {
  --white: white;
  --black: black;
}

.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: #002453;
  font-family: Hurme Regular, Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
}

h2 {
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hurme Bold, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: Hurme Bold, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hurme SemiBold, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #898a8d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #e4e5ec;
}

.block {
  height: auto;
  min-height: 31.5vw;
  background-color: #fff;
  padding: 46px;
}

.block.block-heading-grey {
  color: #fff;
  background-color: #898a8d;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.block.block-heading-values {
  color: #fff;
  text-align: left;
  background-color: #002453;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block.block-heading-mission {
  background-image: url('../images/brand-pattern.svg');
  background-position: 50% 104%;
  background-repeat: repeat-x;
  background-size: 497px;
  background-attachment: scroll;
  align-items: center;
  display: flex;
}

.block.block-heading-why {
  height: auto;
  color: #fff;
  text-align: left;
  background-color: #002453;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block.block-industries-2 {
  color: #fff;
  background-color: #002453;
  flex-flow: column;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.block.block-industries-1 {
  flex-flow: column;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.block.block-industries-3 {
  background-image: url('../images/brand-pattern-vert.svg');
  background-position: 103%;
  background-repeat: no-repeat;
  background-size: auto 497px;
  flex-flow: column;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  width: 100%;
}

.subheading-paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-block-3 {
  text-align: right;
}

.heading {
  font-size: 34px;
  line-height: 38px;
}

.subheading {
  margin-bottom: 0;
  font-size: 14px;
}

.subheading.subheading-top {
  margin-top: 0;
}

.container {
  max-width: 1280px;
}

.container.cta {
  background-color: #fff;
}

.container.privacy {
  background-color: #fff;
  padding: 46px;
}

.block-mission {
  background-color: #e4e5ec;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 46px;
  display: flex;
}

.image-logos {
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-extended-about {
  height: auto;
  min-height: 31.5px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 46px;
  display: flex;
}

.block-extended-about.center {
  justify-content: space-around;
  align-items: center;
}

.div-block-icons {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subheading-icons {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 46px;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-image-office {
  height: 31.5vw;
  background-image: url('../images/alphavital-office-lge_1.webp');
  background-position: 50%;
  background-size: cover;
}

.block-image {
  height: auto;
  min-height: 31.5vw;
}

.block-image.image-runner {
  background-image: url('../images/alphavital-runner.webp');
  background-position: 50%;
  background-size: cover;
}

.block-image.image-sport {
  background-image: url('../images/alphavital-sport-afl_1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.block-image.image-ems {
  background-image: url('../images/alphavital-ems_1.webp');
  background-position: 50%;
  background-size: cover;
}

.block-image.image-physio {
  background-image: url('../images/alphavital-physio_1.webp');
  background-position: 100%;
  background-size: cover;
}

.block-image.image-mining {
  background-image: url('../images/alphavital-mining_1.webp');
  background-position: 100%;
  background-size: cover;
}

.block-image.image-shipping {
  background-image: url('../images/alphavital-shipping_1.webp');
  background-position: 14%;
  background-size: cover;
}

.block-why {
  background-color: #e4e5ec;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 46px;
  display: block;
}

.icon {
  width: 30px;
  height: 30px;
  color: #f2f2f2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon.icon-mining {
  background-image: url('../images/icons-sprites.svg');
  background-position: 0 0;
  background-size: 150px;
}

.icon.icon-schools {
  background-image: url('../images/icons-sprites.svg');
  background-position: -30px 0;
  background-size: 150px;
}

.icon.icon-government {
  background-image: url('../images/icons-sprites.svg');
  background-position: -60px 0;
  background-size: 150px;
}

.icon.icon-building {
  background-image: url('../images/icons-sprites.svg');
  background-position: -90px 0;
  background-size: 150px;
}

.icon.icon-ppe {
  background-image: url('../images/icons-sprites.svg');
  background-position: -120px 0;
  background-size: 150px;
}

.icon.icon-emergency {
  background-image: url('../images/icons-sprites.svg');
  background-position: 0 -30px;
  background-size: 150px;
}

.icon.icon-military {
  background-image: url('../images/icons-sprites.svg');
  background-position: -30px -30px;
  background-size: 150px;
}

.icon.icon-corporate {
  background-image: url('../images/icons-sprites.svg');
  background-position: -60px -30px;
  background-size: 150px;
}

.icon.icon-first-aid {
  background-image: url('../images/icons-sprites.svg');
  background-position: -90px -30px;
  background-size: 150px;
}

.icon.icon-gyms {
  background-image: url('../images/icons-sprites.svg');
  background-position: -120px -30px;
  background-size: 150px;
}

.icon.icon-marine {
  background-image: url('../images/icons-sprites.svg');
  background-position: 0 -60px;
  background-size: 150px;
}

.icon.icon-sports {
  background-image: url('../images/icons-sprites.svg');
  background-position: -30px -60px;
  background-size: 150px;
}

.icon.icon-health {
  background-image: url('../images/icons-sprites.svg');
  background-position: -60px -60px;
  background-size: 150px;
}

.icon.icon-aged-care {
  background-image: url('../images/icons-sprites.svg');
  background-position: -90px -60px;
  background-size: 150px;
}

.icon.icon-casinos {
  background-image: url('../images/icons-sprites.svg');
  background-position: -120px -60px;
  background-size: 150px;
}

.button {
  background-color: #898a8d;
  border-radius: 4px;
  margin-left: 20px;
  font-family: Hurme SemiBold, Arial, sans-serif;
  font-weight: 600;
}

.button:hover {
  background-color: #a8a9ad;
}

.body {
  background-color: #002453;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.block-brand {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 50px 122px 150px;
  display: flex;
}

.paragraph-bottom {
  margin-bottom: 0;
}

.heading-brand {
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.heading-brand.sport-colour {
  color: #0071ce;
}

.heading-brand.first-aid-colour {
  color: #009490;
}

.text-block {
  color: #f2f2f2;
}

.block-extended-values {
  height: auto;
  min-height: 31.5vw;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 46px;
  display: flex;
}

.block-extended-values.block-values-care {
  color: #002453;
  background-color: #fff;
}

.nav-link {
  color: #898a8d;
  padding: 20px;
  font-family: Hurme SemiBold, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #f2f2f2;
}

.nav-link.w--current {
  color: #898a8d;
}

.nav-link.w--current:hover {
  color: #f2f2f2;
}

.navbar {
  width: 100%;
  background-color: #002453;
  padding: 20px;
  position: fixed;
  top: 0;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.section {
  margin-top: 100px;
}

.call-to-action {
  justify-content: center;
  padding: 100px 46px 50px;
  display: flex;
}

.button-call-to-action {
  letter-spacing: 0;
  border-radius: 6px;
  padding: 18px 30px;
  font-family: Hurme Bold, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button-call-to-action.first-aid-colour {
  background-color: #009490;
}

.button-call-to-action.first-aid-colour:hover {
  color: #fff;
  background-color: #00b4af;
}

.button-call-to-action.sport-colour {
  background-color: #0071ce;
}

.button-call-to-action.sport-colour:hover {
  color: #fff;
  background-color: #0082ed;
}

.subheading-call-to-action {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.brand-logo {
  width: 300px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.nav-menu-privacy {
  height: 59px;
  align-items: center;
  display: flex;
}

.navbar-privacy {
  width: 100%;
  background-color: #002453;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.button-privacy {
  color: #898a8d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #898a8d;
  border-radius: 4px;
  margin-left: 20px;
  font-family: Hurme SemiBold, Arial, sans-serif;
  font-weight: 600;
}

.button-privacy:hover {
  color: #a8a9ad;
  border-color: #a8a9ad;
}

.rich-text-privacy h4 {
  margin-top: 30px;
}

.copyright {
  color: #898a8d;
  font-size: 11px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  height: 75vh;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-image {
  width: 100px;
}

@media screen and (min-width: 1280px) {
  .block.block-heading-grey {
    height: 302px;
    min-height: auto;
  }

  .block.block-heading-values {
    height: 302px;
    min-height: auto;
    text-align: right;
    justify-content: flex-end;
  }

  .block.block-heading-mission {
    height: 302px;
    min-height: auto;
    background-position: 56% 106%;
  }

  .block.block-heading-why, .block.block-industries-2, .block.block-industries-1 {
    height: 302px;
    min-height: auto;
  }

  .block.block-industries-3 {
    height: 302px;
    min-height: auto;
    background-position: 112%;
  }

  .subheading {
    margin-top: 12px;
  }

  .image-logos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-extended-about {
    height: 448px;
    min-height: auto;
    justify-content: space-between;
  }

  .block-extended-about.center {
    justify-content: space-between;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .block-image-office {
    height: 302px;
    background-position: 50% 100%;
  }

  .block-image.image-runner, .block-image.image-sport, .block-image.image-ems, .block-image.image-physio, .block-image.image-mining, .block-image.image-shipping {
    height: 302px;
    min-height: auto;
  }

  .block-why {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .block-extended-values.block-values-care {
    height: 448px;
    min-height: auto;
    color: #fff;
    background-color: #898a8d;
    justify-content: space-between;
  }

  .block-extended-values.block-values-teamwork {
    height: 448px;
    min-height: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block.block-heading-grey, .block.block-heading-values {
    height: 40vw;
  }

  .block.block-heading-mission {
    height: auto;
    background-position: 50% 106%;
  }

  .block.block-heading-why {
    height: 40vw;
    text-align: right;
    justify-content: flex-end;
  }

  .block.block-industries-2, .block.block-industries-1, .block.block-industries-3 {
    height: 40vw;
  }

  .div-block-2 {
    width: 75%;
  }

  .block-mission {
    height: 30vw;
    justify-content: space-around;
  }

  .image-logos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-extended-about {
    height: auto;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .block-image-office, .block-image.image-runner, .block-image.image-sport, .block-image.image-ems {
    height: 40vw;
  }

  .block-image.image-physio {
    height: 40vw;
    display: block;
  }

  .block-image.image-mining {
    height: 40vw;
  }

  .block-image.image-shipping {
    height: 40vw;
    display: none;
  }

  .button {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .block-brand {
    padding-left: 46px;
    padding-right: 46px;
  }

  .heading-brand.sport-colour, .heading-brand.first-aid-colour {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph {
    padding-top: 10px;
  }

  .block-extended-values {
    height: auto;
  }

  .block-extended-values.block-values-care {
    height: auto;
    color: #002453;
    background-color: #fff;
    padding-bottom: 10px;
  }

  .block-extended-values.block-values-teamwork {
    padding-top: 10px;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-menu {
    text-align: left;
    background-color: #002453;
    justify-content: flex-start;
  }

  .menu-button, .menu-button.w--open {
    background-color: #002453;
  }

  .brand-logo {
    width: 100%;
    max-width: 250px;
  }

  .nav-menu-privacy {
    height: auto;
    text-align: left;
    background-color: #002453;
    justify-content: flex-start;
  }

  .button-privacy {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .block.block-heading-mission {
    background-position: 55% 114%;
  }

  .block-mission {
    height: auto;
  }

  .image-logos {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .block.block-heading-grey, .block.block-heading-values {
    height: auto;
  }

  .block.block-heading-mission {
    background-position: 50% 128%;
  }

  .block.block-heading-why {
    height: auto;
    text-align: left;
    justify-content: flex-start;
  }

  .block.block-industries-2, .block.block-industries-1, .block.block-industries-3 {
    height: auto;
  }

  .div-block-2 {
    width: auto;
  }

  .subheading-paragraph {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-3 {
    padding-bottom: 20px;
  }

  .container.privacy {
    padding: 20px;
  }

  .block-mission {
    height: auto;
    display: block;
  }

  .image-logos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-extended-about {
    height: auto;
    justify-content: space-between;
    padding-bottom: 10px;
  }

  .block-extended-about.center {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 46px;
  }

  .div-block-icons {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .block-image-office, .block-image.image-runner {
    height: 50vw;
  }

  .block-image.image-sport {
    height: 50vw;
    background-position: 50%;
  }

  .block-image.image-ems {
    height: 50vw;
  }

  .block-image.image-physio {
    height: 50vw;
    background-position: 100%;
    display: block;
  }

  .block-image.image-mining {
    height: 50vw;
  }

  .block-image.image-shipping {
    height: 50vw;
    background-position: 50%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .heading-brand.sport-colour, .heading-brand.first-aid-colour {
    font-size: 16px;
  }

  .paragraph {
    padding-top: 10px;
  }

  .block-extended-values, .block-extended-values.block-values-care {
    height: auto;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .subheading-call-to-action {
    padding-top: 0;
    padding-bottom: 0;
  }

  .utility-page-content {
    height: 50vh;
  }

  ._404-image {
    width: 75px;
  }
}

#w-node-a8b6388b-4a63-a60d-6888-afc293e23c8d-0c93c0cb {
  grid-area: 1 / 1 / 2 / 2;
}

#mission.w-node-c27eb88c-f16a-bbb3-2b55-93768d747599-0c93c0cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab245064-2f74-2ce8-7ccc-2fdd3fee52aa-0c93c0cb {
  grid-area: 1 / 3 / 2 / 4;
}

#about.w-node-f2138ce9-e5ec-0e97-95df-97b5cdf0e928-0c93c0cb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b01e7f28-d4cb-fedb-1950-45fdde0159e7-0c93c0cb {
  grid-area: 3 / 1 / 4 / 4;
}

#values.w-node-_26f47bae-ae4c-e087-8bce-c53e4469c6b9-0c93c0cb {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-dc4a4575-3fec-ff51-d85a-58441f855353-0c93c0cb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cb9c11d4-1b83-0a0a-d467-5821275d94e3-0c93c0cb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_03f47d42-0967-5f39-70c6-991f5f885108-0c93c0cb {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-c4ad1bb7-ad35-c133-de8b-c20d4fd67291-0c93c0cb {
  grid-area: 4 / 3 / 5 / 4;
}

#why.w-node-_6ef3fff1-4aa8-3ced-a0b4-ea148a913391-0c93c0cb {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_8daaaf3a-4850-8341-f08b-03c6e96f98f8-0c93c0cb {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-f7069ff3-5ecf-a40c-5afb-40cd3c57b611-0c93c0cb {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_786883fd-074d-fcee-7ce2-cd2447eebe1e-0c93c0cb {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_40d4edd3-3d2f-0070-b4ed-781ce68d88b3-0c93c0cb {
  grid-area: 5 / 2 / 6 / 4;
}

#industries.w-node-f2c8d8c2-8227-29c0-31b4-7d6e4099c6dc-0c93c0cb {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_77813e9d-b307-bdc1-6534-42a9f4e27acd-0c93c0cb {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_499c800a-5ae4-e7ae-f277-509e7320c2e5-0c93c0cb {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_8564a22f-0530-25d3-1f88-95a077e520af-0c93c0cb {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_44d141d0-1f77-9089-d68e-bd1e335de30f-0c93c0cb {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_0f90dfb1-2590-48c5-c8ec-5e36a0b83bd8-0c93c0cb {
  grid-area: 8 / 3 / 9 / 4;
}

@media screen and (min-width: 1280px) {
  #w-node-a8b6388b-4a63-a60d-6888-afc293e23c8d-0c93c0cb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #mission.w-node-c27eb88c-f16a-bbb3-2b55-93768d747599-0c93c0cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ab245064-2f74-2ce8-7ccc-2fdd3fee52aa-0c93c0cb {
    grid-area: 1 / 3 / 2 / 5;
  }

  #about.w-node-f2138ce9-e5ec-0e97-95df-97b5cdf0e928-0c93c0cb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b01e7f28-d4cb-fedb-1950-45fdde0159e7-0c93c0cb {
    grid-area: 2 / 2 / 3 / 4;
  }

  #values.w-node-_26f47bae-ae4c-e087-8bce-c53e4469c6b9-0c93c0cb {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-dc4a4575-3fec-ff51-d85a-58441f855353-0c93c0cb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cb9c11d4-1b83-0a0a-d467-5821275d94e3-0c93c0cb {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_03f47d42-0967-5f39-70c6-991f5f885108-0c93c0cb {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-c4ad1bb7-ad35-c133-de8b-c20d4fd67291-0c93c0cb {
    grid-area: 3 / 4 / 4 / 5;
  }

  #why.w-node-_6ef3fff1-4aa8-3ced-a0b4-ea148a913391-0c93c0cb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8daaaf3a-4850-8341-f08b-03c6e96f98f8-0c93c0cb {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-f7069ff3-5ecf-a40c-5afb-40cd3c57b611-0c93c0cb {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_786883fd-074d-fcee-7ce2-cd2447eebe1e-0c93c0cb {
    grid-area: 4 / 4 / 5 / 5;
  }

  #w-node-_40d4edd3-3d2f-0070-b4ed-781ce68d88b3-0c93c0cb {
    grid-area: 5 / 1 / 7 / 2;
  }

  #industries.w-node-f2c8d8c2-8227-29c0-31b4-7d6e4099c6dc-0c93c0cb {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_77813e9d-b307-bdc1-6534-42a9f4e27acd-0c93c0cb {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_499c800a-5ae4-e7ae-f277-509e7320c2e5-0c93c0cb {
    grid-area: 5 / 4 / 6 / 5;
  }

  #w-node-_8564a22f-0530-25d3-1f88-95a077e520af-0c93c0cb {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_44d141d0-1f77-9089-d68e-bd1e335de30f-0c93c0cb {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-_0f90dfb1-2590-48c5-c8ec-5e36a0b83bd8-0c93c0cb {
    grid-area: 6 / 4 / 7 / 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a8b6388b-4a63-a60d-6888-afc293e23c8d-0c93c0cb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #mission.w-node-c27eb88c-f16a-bbb3-2b55-93768d747599-0c93c0cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ab245064-2f74-2ce8-7ccc-2fdd3fee52aa-0c93c0cb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #about.w-node-f2138ce9-e5ec-0e97-95df-97b5cdf0e928-0c93c0cb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b01e7f28-d4cb-fedb-1950-45fdde0159e7-0c93c0cb {
    grid-area: 3 / 2 / 4 / 3;
  }

  #values.w-node-_26f47bae-ae4c-e087-8bce-c53e4469c6b9-0c93c0cb {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-dc4a4575-3fec-ff51-d85a-58441f855353-0c93c0cb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-cb9c11d4-1b83-0a0a-d467-5821275d94e3-0c93c0cb {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_03f47d42-0967-5f39-70c6-991f5f885108-0c93c0cb {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c4ad1bb7-ad35-c133-de8b-c20d4fd67291-0c93c0cb {
    grid-area: 7 / 1 / 8 / 2;
  }

  #why.w-node-_6ef3fff1-4aa8-3ced-a0b4-ea148a913391-0c93c0cb {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_8daaaf3a-4850-8341-f08b-03c6e96f98f8-0c93c0cb {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-f7069ff3-5ecf-a40c-5afb-40cd3c57b611-0c93c0cb {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_786883fd-074d-fcee-7ce2-cd2447eebe1e-0c93c0cb {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_40d4edd3-3d2f-0070-b4ed-781ce68d88b3-0c93c0cb {
    grid-area: 6 / 2 / 8 / 3;
  }

  #industries.w-node-f2c8d8c2-8227-29c0-31b4-7d6e4099c6dc-0c93c0cb {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_77813e9d-b307-bdc1-6534-42a9f4e27acd-0c93c0cb {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_499c800a-5ae4-e7ae-f277-509e7320c2e5-0c93c0cb {
    grid-area: 10 / 2 / 11 / 3;
  }

  #w-node-_8564a22f-0530-25d3-1f88-95a077e520af-0c93c0cb {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_44d141d0-1f77-9089-d68e-bd1e335de30f-0c93c0cb {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-_0f90dfb1-2590-48c5-c8ec-5e36a0b83bd8-0c93c0cb {
    grid-area: 11 / 1 / 12 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8b6388b-4a63-a60d-6888-afc293e23c8d-0c93c0cb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #mission.w-node-c27eb88c-f16a-bbb3-2b55-93768d747599-0c93c0cb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ab245064-2f74-2ce8-7ccc-2fdd3fee52aa-0c93c0cb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #about.w-node-f2138ce9-e5ec-0e97-95df-97b5cdf0e928-0c93c0cb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b01e7f28-d4cb-fedb-1950-45fdde0159e7-0c93c0cb {
    grid-area: 7 / 1 / 8 / 2;
  }

  #values.w-node-_26f47bae-ae4c-e087-8bce-c53e4469c6b9-0c93c0cb {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-dc4a4575-3fec-ff51-d85a-58441f855353-0c93c0cb {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-cb9c11d4-1b83-0a0a-d467-5821275d94e3-0c93c0cb {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_03f47d42-0967-5f39-70c6-991f5f885108-0c93c0cb {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-c4ad1bb7-ad35-c133-de8b-c20d4fd67291-0c93c0cb {
    grid-area: 10 / 1 / 11 / 2;
  }

  #why.w-node-_6ef3fff1-4aa8-3ced-a0b4-ea148a913391-0c93c0cb {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_8daaaf3a-4850-8341-f08b-03c6e96f98f8-0c93c0cb {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-f7069ff3-5ecf-a40c-5afb-40cd3c57b611-0c93c0cb {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-_786883fd-074d-fcee-7ce2-cd2447eebe1e-0c93c0cb {
    grid-area: 17 / 1 / 18 / 2;
  }

  #w-node-_40d4edd3-3d2f-0070-b4ed-781ce68d88b3-0c93c0cb {
    grid-area: 12 / 1 / 14 / 2;
  }

  #industries.w-node-f2c8d8c2-8227-29c0-31b4-7d6e4099c6dc-0c93c0cb {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-_77813e9d-b307-bdc1-6534-42a9f4e27acd-0c93c0cb {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-_499c800a-5ae4-e7ae-f277-509e7320c2e5-0c93c0cb {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-_8564a22f-0530-25d3-1f88-95a077e520af-0c93c0cb {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-_44d141d0-1f77-9089-d68e-bd1e335de30f-0c93c0cb {
    grid-area: 20 / 1 / 21 / 2;
  }

  #w-node-_0f90dfb1-2590-48c5-c8ec-5e36a0b83bd8-0c93c0cb {
    grid-area: 21 / 1 / 22 / 2;
  }
}


@font-face {
  font-family: 'Hurme Bold';
  src: url('../fonts/hurmegeometricsans_no1_6_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hurme Regular';
  src: url('../fonts/hurmegeometricsans_no1_4_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hurme SemiBold';
  src: url('../fonts/hurmegeometricsans_no1_5_semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}