body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  min-width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.body {
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  object-fit: fill;
  background-color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.navbar-2 {
  width: 100%;
  height: auto;
  max-height: 120px;
  max-width: 1200px;
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #0e1e85;
  border-radius: 40px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
  position: static;
}

.nav-menu-2 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.homemainwrapper {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: static;
  top: 0;
}

.homemaincontentblock {
  width: auto;
  max-width: 300px;
  object-fit: fill;
  border: 1px #143a66;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px 0 0;
  padding: 0;
  display: flex;
}

.homemaincontentblock.border {
  max-width: 400px;
  min-width: 300px;
  background-color: rgba(16, 43, 87, .3);
  border: 2px solid #102b57;
  border-radius: 30px;
  align-items: center;
  margin-left: 10px;
  padding: 15px;
  text-decoration: none;
}

.homemaincontentblock.border._2 {
  max-width: 300px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.homemaincontentheading {
  width: auto;
  color: #d7d6d7;
  mix-blend-mode: normal;
  margin: 0 0 4px;
}

.homemaincontentheading.leftcommentheading {
  min-width: 300px;
  align-self: flex-start;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.homemaincontentpara {
  max-width: none;
  min-height: auto;
  min-width: 300px;
  color: #d7d6d7;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 22px;
  font-style: normal;
  line-height: 28px;
  display: block;
}

.homemaincontentpara.wide {
  width: 100%;
}

.homemaincontentpara.minicard {
  min-width: auto;
  margin-bottom: 20px;
}

.homemaindiv {
  width: auto;
  height: 2px;
  max-width: none;
  min-width: 0;
  background-color: #c22627;
  border: 1px #b22121;
  margin: 0 0 10px;
}

.homemaindiv.comp {
  width: 240px;
  height: 1px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-style: none;
  margin-bottom: 30px;
}

.homenavbarsection {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  background-color: #000;
  flex-direction: row;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.homenavbarcontainer {
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .68);
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0;
}

.navlink {
  max-width: 300px;
  color: #d7d6d7;
  cursor: auto;
  padding: 20px 15px;
  font-size: 20px;
}

.navlink:hover {
  border: 1px solid #fffcfc;
}

.navlink.w--current {
  color: #102b57;
}

.menu-button-2 {
  position: relative;
}

.footersection {
  z-index: 0;
  order: 1;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.footercontainer {
  width: 100%;
  max-width: 800px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.footerdiv {
  height: 1px;
  max-width: 1200px;
  color: #c22627;
  background-color: #c22627;
  margin: 0 auto 10px;
}

.footercopyright {
  color: #d7d6d7;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.footerwrapper {
  width: auto;
  max-width: 800px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.footercontentgrid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  display: grid;
}

.footerblock {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.footerblocktitle {
  color: #d7d6d7;
  align-self: flex-start;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.footerblockmailtext {
  width: 100%;
  min-width: 0;
  color: #d7d6d7;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin: 0 10px;
  display: flex;
}

.footerblockmailtext.space {
  margin-bottom: 20px;
}

.image {
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
}

.stllogo {
  order: 0;
  margin: 10px 20px 10px 10px;
}

.stlname {
  color: #d7d6d7;
  text-align: left;
  order: 1;
  align-self: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  position: static;
}

.homemenucontainer {
  order: 2;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menuunderline {
  height: 1px;
  background-color: #c22627;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.contactbutton {
  color: #d7d6d7;
  background-color: #102b57;
  border-radius: 15px;
  font-size: 20px;
  transition: background-color .3s;
}

.contactbutton:hover {
  background-color: #305186;
}

.footerblockmail {
  align-self: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.mailimage {
  margin: 0;
}

.pagesubtitle {
  width: auto;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  color: #d7d6d7;
  text-align: left;
  object-fit: fill;
  align-self: center;
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  display: block;
  overflow: visible;
}

.mainsubsectiontitle {
  width: auto;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 10px;
  display: flex;
}

.image-2 {
  max-width: 100%;
  align-self: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  max-width: none;
  color: #d7d6d7;
  -webkit-text-stroke-color: #e16124;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.heading._2 {
  width: auto;
  align-self: center;
  margin-left: 20px;
}

.homemaincontentgridnarrow {
  width: 100%;
  grid-column-gap: 67px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) minmax(300px, 1fr) minmax(300px, 1fr);
  grid-template-areas: ".";
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-self: auto;
  align-items: stretch;
  justify-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: grid;
  overflow: visible;
}

.subsectionwrapper {
  max-height: none;
  max-width: 1200px;
  min-height: auto;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 2px rgba(0, 0, 0, 0);
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 0 40px;
  padding: 15px;
  display: flex;
}

.subsectionimage {
  height: auto;
  max-height: none;
  max-width: 50%;
  min-height: auto;
  min-width: auto;
  object-fit: contain;
  flex: 0 auto;
  margin: 0 10px;
  padding: 0;
}

.subsectionparablock {
  max-width: 40%;
  min-height: auto;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.image-9 {
  width: auto;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  object-fit: contain;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.subsectionbreak {
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  flex: 1;
  margin: 20px auto;
}

.image10 {
  z-index: 9;
  width: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  object-fit: cover;
  order: 0;
  margin: 0 10px;
  display: block;
  position: static;
  top: 200px;
  bottom: 0;
  overflow: hidden;
}

.switchblock {
  flex-direction: column;
  display: flex;
}

.switchblock.hor {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.link-block {
  text-decoration: none;
}

.sectionlanding {
  width: 100%;
  max-width: 1400px;
  object-fit: contain;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  margin: 140px auto 20px;
  display: flex;
}

.sectionintro {
  width: 100%;
  max-width: 1400px;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin: 0 auto 20px;
  display: flex;
}

.sectionintro.image {
  align-self: flex-start;
}

.sectionintro.left {
  z-index: auto;
  background-color: #000;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  position: static;
  top: 110px;
  bottom: auto;
}

.introblock {
  max-width: 700px;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.introblock.centre {
  max-width: 640px;
  justify-content: flex-start;
}

.paraintro {
  color: #d7d6d7;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 34px;
  line-height: 40px;
}

.paraintro.rnd {
  color: #8a1717;
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 54px;
  line-height: 58px;
}

.paraintro.rnd.centre {
  text-align: center;
  font-size: 54px;
  line-height: 58px;
}

.sectioncontent {
  width: 100%;
  max-width: 1400px;
  min-height: auto;
  background-color: rgba(16, 43, 87, .5);
  flex-direction: column;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.subsectionwrapper2 {
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 2px rgba(0, 0, 0, 0);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 0 40px;
  padding: 15px;
  display: flex;
}

.subsectionparablock2 {
  max-width: 40%;
  min-height: auto;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.subsectionimage2 {
  height: auto;
  max-height: none;
  max-width: 50%;
  min-height: auto;
  min-width: auto;
  object-fit: contain;
  flex: 0 auto;
  margin: 0 20px 0 10px;
  padding: 0;
}

.subsectionparablock2-copy {
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.taglineimage {
  object-fit: contain;
  margin-left: 0;
  margin-right: 0;
  overflow: auto;
}

.taglineimageblock {
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
}

.legalwrapper {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footerlink {
  text-decoration: none;
}

.switcharrow {
  margin-bottom: 20px;
  display: flex;
}

.image-89 {
  margin-left: 10px;
  margin-right: 10px;
}

.image-90 {
  align-self: auto;
}

.arrowblock {
  flex-direction: row;
  align-self: flex-end;
  display: flex;
}

@media screen and (max-width: 991px) {
  .body {
    max-width: none;
  }

  .navbar-2 {
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }

  .nav-menu-2 {
    color: #d7d6d7;
    background-color: rgba(0, 0, 0, .8);
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }

  .homemainwrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .homemaincontentblock.border {
    max-width: 300px;
    min-width: 0;
  }

  .homemaincontentheading.leftcommentheading, .homemaincontentpara {
    min-width: auto;
  }

  .homenavbarsection {
    margin-bottom: 0;
    position: static;
  }

  .icon {
    color: #d7d6d7;
    font-size: 20px;
    line-height: 20px;
  }

  .icon:active {
    border: 1px #9c4848;
  }

  .homenavbarcontainer {
    flex-direction: row;
    display: flex;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navlink {
    max-width: 380px;
    background-color: rgba(0, 0, 0, .8);
    border: 1px solid #c22627;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink.w--current {
    max-width: 380px;
    align-self: center;
  }

  .menu-button-2.w--open {
    background-color: rgba(16, 43, 87, .5);
    border: 1px solid #102b57;
    border-radius: 10px;
  }

  .footersection {
    padding: 20px 30px;
  }

  .footercontainer {
    width: 100%;
  }

  .footerwrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .homemenucontainer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menuunderline {
    display: none;
  }

  .contactbutton {
    margin-bottom: 0;
  }

  .mainsubsectiontitle {
    max-width: 80%;
  }

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

  .subsectionwrapper {
    flex-direction: column;
    align-items: center;
  }

  .subsectionimage, .subsectionparablock {
    max-width: 100%;
  }

  .image-9 {
    max-width: 100%;
    display: inline-block;
  }

  .sectionlanding {
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
    top: 0;
  }

  .sectionintro.left {
    align-items: center;
    top: 0;
  }

  .subsectionwrapper2 {
    flex-direction: column;
    align-items: center;
  }

  .subsectionparablock2, .subsectionimage2, .subsectionparablock2-copy {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-2 {
    max-width: 100%;
  }

  .homemainwrapper {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footerdiv {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footerwrapper {
    max-width: 800px;
    flex-direction: column;
    align-items: center;
  }

  .footercontentgrid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .footerblock {
    align-items: center;
  }

  .footerblocktitle {
    align-self: center;
  }

  .footerblockmailtext {
    margin-bottom: 10px;
  }

  .homemaincontentgridnarrow {
    grid-auto-flow: row;
  }

  .subsectionwrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-9 {
    object-fit: fill;
    display: inline-block;
    overflow: visible;
  }

  .sectionlanding {
    margin-bottom: 20px;
  }

  .paraintro.rnd {
    font-size: 30px;
    line-height: 34px;
  }

  .paraintro.rnd.centre {
    font-size: 36px;
    line-height: 40px;
  }

  .sectioncontent {
    flex-direction: column;
    align-items: center;
  }

  .subsectionwrapper2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .homemainwrapper {
    max-width: none;
    align-self: flex-start;
    align-items: flex-start;
  }

  .homemaincontentblock {
    width: 100%;
  }

  .homemaincontentblock.border {
    flex-direction: column;
    align-items: flex-start;
  }

  .homemaincontentheading.leftcommentheading {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .homemaincontentpara {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .homenavbarsection {
    position: static;
  }

  .icon {
    float: none;
    justify-content: flex-start;
    display: block;
    position: static;
  }

  .homenavbarcontainer {
    width: auto;
  }

  .navlink {
    font-size: 16px;
  }

  .footercontentgrid {
    grid-row-gap: 10px;
  }

  .footerblockmailtext {
    align-items: flex-start;
  }

  .stllogo {
    max-width: none;
  }

  .footerblockmail {
    align-items: flex-start;
  }

  .pagesubtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .image-2 {
    max-width: 100px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading {
    align-self: center;
  }

  .subsectionwrapper {
    flex-direction: column;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .subsectionimage {
    margin-right: 10px;
  }

  .subsectionparablock {
    order: 1;
  }

  .image-9 {
    object-fit: fill;
    overflow: visible;
  }

  .image10 {
    min-height: auto;
    object-fit: fill;
    margin-bottom: 20px;
  }

  .switchblock {
    flex-direction: row;
    align-items: center;
  }

  .link-block.w--current {
    margin-right: 0;
  }

  .sectionlanding {
    object-fit: fill;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .sectionintro.left {
    top: 0;
  }

  .introblock {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .paraintro.rnd {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .paraintro.rnd.centre {
    font-size: 30px;
    line-height: 34px;
  }

  .sectioncontent {
    align-self: center;
    align-items: flex-start;
  }

  .subsectionwrapper2 {
    flex-direction: column;
    margin-left: 10px;
  }

  .subsectionparablock2, .subsectionparablock2-copy {
    order: 1;
  }

  .taglineimage {
    object-fit: contain;
    padding-right: 0;
  }

  .footerlink {
    align-self: center;
  }

  .image-90 {
    align-self: flex-end;
  }
}

#w-node-_420eb40d-13fb-9615-f240-5bc491b1b1d5-91b1b1c0, #w-node-_420eb40d-13fb-9615-f240-5bc491b1b1ce-91b1b1c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_420eb40d-13fb-9615-f240-5bc491b1b1d5-91b1b1c0 {
    justify-self: auto;
  }

  #w-node-_420eb40d-13fb-9615-f240-5bc491b1b1ce-91b1b1c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_420eb40d-13fb-9615-f240-5bc491b1b1d5-91b1b1c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }
}


