.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.sa_section {
  width: 100%;
}

.sa_section.hero {
  background-image: url('../images/BannerIMG_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-bottom: 128px;
  display: flex;
}

.sa_section.footer {
  background-color: #e6e6e6;
  margin-top: 32px;
}

.sa_body {
  max-width: 100vw;
}

.sa_container {
  margin-top: 32px;
  margin-bottom: 64px;
}

.sa_container.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.sa_container.hero {
  margin-top: 128px;
  margin-bottom: -64px;
}

.sa_h1 {
  color: #255fbb;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Funnel Sans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.sa_h1.header {
  width: 70%;
}

.sa_h2 {
  color: #5596e0;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Funnel Sans, sans-serif;
  font-weight: 600;
}

.sa_listitem {
  margin-bottom: 16px;
  font-family: Funnel Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.sa_profileimg {
  background-image: url('../images/Profile_Jan_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  flex: none;
  width: 300px;
  height: 400px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph {
  flex: 0 auto;
}

.sa_p {
  margin-bottom: 16px;
  font-family: Funnel Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.sa_p.italic {
  font-style: italic;
  font-weight: 300;
}

.sa_p.footer {
  order: -1;
  margin-bottom: 0;
}

.sa_divider {
  background-color: #acacac;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 44px;
}

.sa_profilecontainer {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sa_profiletext_container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.sa_link {
  color: #395aff;
  font-weight: 400;
  text-decoration: none;
}

.sa_h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Funnel Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.sa_logotop {
  background-color: #fff0;
  background-image: url('../images/SA_Logo_V2.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 300px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 46px;
}

.sa_linkedinblock {
  background-image: url('../images/SA_LinkedIn_Icon.svg');
  background-position: 0 0;
  background-size: auto;
  order: 1;
  width: 36px;
  height: 36px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.sa_herobg {
  background-color: #f7f7f7;
  border-radius: 16px;
  width: 110%;
  margin-top: 64px;
  margin-left: -5%;
  margin-right: auto;
  padding: 32px 5%;
  box-shadow: 0 2px 5px #0003;
}

.div-block {
  background-image: url('../images/Img01_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 110%;
  height: 500px;
  margin-bottom: 75px;
  margin-left: -5%;
  margin-right: auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.sa_servicescontainer {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 150px;
  margin-top: 32px;
  margin-bottom: 64px;
  display: flex;
}

.sa_serviceitem {
  background-color: #f7f7f7;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 32%;
  height: 150px;
  padding: 32px 18px 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.sa_quotewindow {
  background-color: #f0f0f0;
  border-radius: 16px;
  width: 70%;
  height: auto;
  margin-bottom: 0;
  margin-left: 32px;
  padding: 16px 32px;
  position: relative;
  top: -102px;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (max-width: 991px) {
  .sa_container.footer {
    padding-top: 0;
  }

  .sa_h1.header {
    width: 100%;
  }

  .sa_herobg {
    width: 100%;
    margin-left: auto;
  }

  .div-block {
    width: 120%;
    margin-left: -10%;
  }

  .sa_serviceitem {
    width: 32%;
  }

  .sa_quotewindow {
    width: 80%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sa_section.hero {
    height: auto;
    margin-bottom: 164px;
  }

  .sa_container {
    max-width: 95%;
  }

  .sa_container.footer {
    padding-top: 0;
  }

  .sa_container.hero {
    mix-blend-mode: normal;
    margin-bottom: -106px;
  }

  .sa_h1.header {
    width: 100%;
  }

  .sa_h2 {
    width: 80%;
  }

  .sa_list {
    padding-left: 20px;
  }

  .sa_profileimg {
    box-shadow: 0 2px 5px #0003;
  }

  .sa_profilecontainer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .sa_profiletext_container {
    min-width: 30%;
  }

  .sa_herobg {
    margin-top: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block {
    height: 400px;
    margin-bottom: 75px;
  }

  .sa_servicescontainer {
    flex-flow: column;
    height: auto;
  }

  .sa_serviceitem {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    box-shadow: 0 2px 5px #0003;
  }

  .sa_quotewindow {
    width: 90%;
    margin-bottom: 0;
    margin-left: 0%;
    top: -102px;
    box-shadow: 0 2px 5px #0003;
  }
}

@media screen and (max-width: 479px) {
  .sa_section.hero {
    height: 400px;
    margin-bottom: 326px;
  }

  .sa_body {
    overflow: hidden;
  }

  .sa_container {
    max-width: 90%;
    margin-bottom: 32px;
  }

  .sa_container.footer {
    margin-bottom: 0;
    padding-top: 0;
  }

  .sa_container.hero {
    margin-top: 16px;
    margin-bottom: -279px;
  }

  .sa_h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .sa_h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .sa_list {
    padding-left: 20px;
  }

  .sa_listitem {
    font-size: 16px;
    list-style-type: disc;
  }

  .sa_profileimg {
    align-self: center;
  }

  .sa_p, .sa_p.italic {
    font-size: 16px;
  }

  .sa_profilecontainer {
    flex-flow: column;
  }

  .sa_profiletext_container {
    width: 100%;
  }

  .sa_logotop {
    width: 250px;
    margin-bottom: 16px;
  }

  .sa_linkedinblock {
    flex: none;
  }

  .sa_herobg {
    width: 106%;
    margin-left: -3%;
    margin-right: -3%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-start;
    height: 300px;
    margin-bottom: 64px;
    display: block;
    position: relative;
    top: 0;
  }

  .sa_servicescontainer {
    flex-flow: column;
  }

  .sa_serviceitem {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    margin-bottom: 16px;
  }

  .sa_quotewindow {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -91px;
  }
}


