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

.section {
  position: relative;
  height: auto;
  background-color: #fff;
}

.section.is--black {
  background-color: #1b1b1b;
  background-image: none;
}

.section.bg--img {
  height: 98vh;
  background-image: url('../images/hero-img.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section.bg--img-copy {
  height: 90vh;
  background-image: url('../images/Services.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section.bg--img-cu {
  height: 90vh;
  background-image: url('../images/Contact-us.png');
  background-position: 50% 50%;
  background-size: cover;
}

.container {
  max-width: 100%;
  padding-right: 0em;
  padding-left: 0em;
}

.navbar {
  position: relative;
}

.main-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  background-color: #1b1b1b;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 4.2em;
  line-height: 0.91;
}

.heading-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 2.7em;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
}

.heading-2.is--black {
  margin-top: 95px;
  border-bottom: 2px none #e10b0b;
  color: #1b1b1b;
  line-height: 1.5;
  font-weight: 500;
}

.button-hero {
  margin-top: 2.84em;
  padding: 0.7em 1.3em;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.46em;
  line-height: 1.3;
  font-weight: 500;
}

.body {
  line-height: 1;
}

.left-container {
  padding-right: 0px;
  padding-left: 0px;
}

.right-container {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.left-container_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-container_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 3.3em;
  padding-right: 8.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper {
  display: block;
  margin-top: 5.42em;
}

.div-block-2 {
  width: 12.4em;
  height: 3px;
  margin-top: 0em;
  background-color: #e10b0b;
}

.columns {
  height: auto;
  margin-left: 7.43em;
}

.bold-text {
  font-weight: 400;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.11em;
  font-weight: 400;
}

.paragraph.is--dim {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.3);
}

.paragraph.grey {
  color: #848484;
  line-height: 1;
  font-weight: 500;
}

.bold-text-2 {
  color: #1b1b1b;
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 400;
}

.handp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36.1em;
  height: 8.4em;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-wrapper {
  width: 80%;
  cursor: pointer;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21.6em;
  padding-bottom: 21.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h3 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 4.1em;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
}

.h3.is--black {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-dim {
  margin-top: 0.5em;
  border: 1px none #000;
  color: hsla(0, 0%, 100%, 0.51);
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-dim-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h3.is--black-copy-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.image {
  width: 5em;
}

.hp-wrapper {
  position: relative;
  width: 55%;
  margin: 25em 6.6em;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underline {
  height: 3px;
  margin-top: 1em;
  background-color: #e10b0b;
}

.paragraph-gray {
  display: block;
  margin-top: 1em;
  font-family: Poppins, sans-serif;
  color: #848484;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 400;
}

.paragraph-gray.is--dim {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.3);
}

.paragraph-gray.grey {
  color: #848484;
}

.button-red {
  margin-top: 1em;
  margin-bottom: 1em;
  border-style: solid;
  border-width: 2px;
  border-color: #e10b0b;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #e10b0b;
  font-size: 1.46em;
  line-height: 1.3;
  font-weight: 700;
}

.button-red:hover {
  background-color: red;
  color: #fff;
}

.footer-dark {
  position: relative;
  padding: 50px 0px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #1b1b1b;
  line-height: 1;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  margin-left: 5em;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
  background-color: transparent;
  color: #e10b0b;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.21em;
  line-height: 1.3;
  text-decoration: none;
}

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

.footer-link.w--current {
  font-family: Poppins, sans-serif;
  font-size: 1.21em;
}

.footer-link.w--current:hover {
  color: #e10b0b;
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #e4ebf3;
}

.footer-copyright-center {
  color: hsla(0, 0%, 100%, 0.33);
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.logo-wrapper_nav {
  display: block;
  margin-top: 0em;
}

.image-2 {
  margin-left: 4.3em;
}

.stone-logo {
  display: block;
  width: 13%;
  margin-right: 8px;
  float: left;
  opacity: 0.9;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
  line-height: 1;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 1.39em 2.78em;
  border: 1px none #000;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: Roboto, sans-serif;
  color: #1b1b1b;
  font-size: 1.04em;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #000;
  color: #fff;
}

.nav-link.w--current {
  padding: 1.39em 2.78em;
  background-color: #000;
  box-shadow: none;
  color: #fff;
}

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

.nav-link.social-icons {
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.logo-text {
  margin-top: auto;
  margin-right: 31px;
  margin-bottom: auto;
  float: left;
  font-family: Roboto, sans-serif;
  color: #1b1b1b;
  font-size: 1.5em;
  font-weight: 500;
  text-transform: none;
}

.nav-menu {
  float: left;
  border: 1px none #000;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.3;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.h4.is--black {
  color: #1b1b1b;
}

.serv-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.5em;
  margin-bottom: 4.5em;
  padding-right: 2.2em;
  padding-left: 2.2em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hp-wrapper2 {
  width: 60%;
  margin: 7.9em auto;
}

.image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bold-text-3 {
  font-weight: 400;
}

.main-hero-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee_text-item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.marquee_gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 16em;
  margin-top: -1px;
  margin-bottom: -1px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #000), to(transparent));
  background-image: linear-gradient(180deg, #000 10%, transparent);
}

.marquee_gradient.is-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

._100vh {
  height: 100vh;
  background-color: #141414;
}

.marquee_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 42em;
}

.container-4 {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 6em;
}

.container-4.is-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.marquee_track {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000;
  font-size: 1em;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.marquee_sub-head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.marquee_text-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.is-hero {
  position: relative;
  overflow: hidden;
}

.section-2.is--hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.marquee_layout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee_item {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.3);
}

.marquee_text {
  width: 27em;
}

.heading_wrap {
  width: 64%;
}

.split-lines {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2.1em;
  line-height: 1.3;
  font-weight: 500;
}

.underline-2 {
  width: 100%;
  height: 1px;
  margin-top: 8.9em;
  margin-bottom: 8.9em;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.container-5 {
  width: auto;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 51vh 8.3em;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.text-colour-white {
  color: #fff;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_milestone-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  color: #161616;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_date-text {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.timeline_progress {
  position: absolute;
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_quote {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}

.timeline_item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline_quote-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline_quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.timeline_badge {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay-fade-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(180deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.timeline_left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.timeline_definition-wrapper {
  padding: 16px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_text {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

.inline-block {
  display: inline-block;
}

.timeline_progress-bar {
  position: fixed;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #e10b0b;
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  border-radius: 8px;
}

.overlay-fade-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(0deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_image-wrapper {
  overflow: hidden;
  border-radius: 12px;
  background-image: linear-gradient(138deg, #000, transparent 28%), url('../images/Image-Background.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.container-6 {
  width: 90vw;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.section-timeline {
  position: relative;
  z-index: -3;
  background-color: #000;
}

.text-colour-lightgrey {
  color: hsla(0, 0%, 100%, 0.65);
}

.bold-text-4 {
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 500;
}

.bold-text-6 {
  font-weight: 500;
}

.bold-text-7 {
  font-weight: 400;
}

.heading-2-copy {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 4.1em;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}

.heading-2-copy.is--black {
  border-bottom: 2px solid #e10b0b;
  color: #1b1b1b;
  line-height: 1.5;
  font-weight: 500;
}

.div-block-3 {
  margin-bottom: 12em;
}

.bold-text-8 {
  line-height: 1.3;
  font-weight: 300;
}

.bold-text-9 {
  line-height: 1.3;
  font-weight: 300;
}

.bold-text-10 {
  line-height: 1.3;
  font-weight: 300;
}

.heading-3 {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.paragraph-2 {
  height: auto;
  margin-top: 165px;
  font-family: Roboto, sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
}

.div-block-5 {
  width: 33.33%;
  height: auto;
  padding-right: 2.5em;
  padding-left: 2.5em;
  border-right: 4px solid #e10b0b;
}

.h3-certification {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 4.1em;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
}

.h3-certification.is--black {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 500;
}

.div-block-5-copy {
  width: 33.33%;
  height: auto;
  padding-right: 2.6em;
  padding-left: 2.6em;
  border-right: 4px none #e10b0b;
}

.clients-wrapper {
  display: none;
}

.column1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.8em;
  margin-bottom: 5.8em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 30em;
}

.image-4 {
  width: 20em;
}

.image-5 {
  width: 20em;
}

.image-6 {
  width: 20em;
}

.bold-text-11 {
  font-weight: 300;
}

.heading-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  margin-left: 5em;
  padding-top: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.center-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6.1em;
  padding-bottom: 6.1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.form-block {
  margin: 3.8em;
  background-color: #fff;
  line-height: 1;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 4.4em 3.2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #000;
  background-color: #fff;
}

.field-label {
  font-family: Poppins, sans-serif;
  font-size: 1.11em;
}

.field-label-2 {
  font-family: Poppins, sans-serif;
}

.columns-2 {
  position: relative;
  background-color: #fff;
}

.column-3 {
  background-color: #fff;
}

.field-label-3 {
  font-family: Poppins, sans-serif;
  font-size: 1.11em;
}

.column-4 {
  position: relative;
  z-index: 1;
  height: auto;
  margin-top: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/map.png');
  background-position: 0px 0px;
  background-size: cover;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

.button-submit {
  width: auto;
  margin-top: 1.04em;
  margin-bottom: 1.04em;
  padding-right: 1.9em;
  padding-left: 1.9em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #1b1b1b;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #1b1b1b;
  font-size: 1.46em;
  line-height: 1.3;
  font-weight: 500;
}

.button-submit:hover {
  border-color: #fff;
  background-color: #1b1b1b;
  color: #fff;
}

.div-block-7 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -99999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.01);
  background-image: url('../images/map.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-field {
  height: 7em;
  margin-bottom: 2em;
  background-color: #fff;
}

.div-wrapper {
  overflow: hidden;
}

.btn {
  min-width: 12.5em;
  margin-top: 0.24em;
  padding: 1.125em 2.125em;
  border-radius: 20px;
  background-color: #fff;
  color: #212a21;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  background-color: #e10b0b;
}

.btn:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.btn-txt {
  margin-bottom: auto;
  font-size: 1.1em;
  line-height: 1;
}

.btn-txt:hover {
  color: #fff;
}

.nav-link-2 {
  margin-right: 3.125em;
  padding: 0px;
  font-family: Roboto, sans-serif;
  color: #b8bcc3;
  font-size: 1.125em;
  line-height: 1.375em;
}

.nav-link-2:hover {
  color: #9a9a9a;
}

.nav-link-2.w--current {
  color: #fff;
}

.line-bot {
  position: absolute;
  top: 18px;
  right: 0px;
  width: 18px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line-middle {
  position: absolute;
  top: 9px;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
}

.line-top {
  position: absolute;
  top: 0px;
  width: 18px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
}

.mw-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1;
}

.nav-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #b8bcc3;
}

.navbar-3.bg-green {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 0em;
  padding-bottom: 0em;
  background-color: #1b1b1b;
}

.navbar-3.bg-green-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 0em;
  padding-bottom: 0em;
  background-color: rgba(0, 0, 0, 0.32);
}

.nav-left {
  margin-right: auto;
  margin-left: auto;
}

.nav-logo {
  height: 2.9em;
}

.container-7 {
  width: 90%;
  max-width: 1280px;
}

.container-7.container-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 1em auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}

.lines {
  position: relative;
  display: none;
  overflow: visible;
  width: 24px;
  height: 21px;
}

.section2 {
  height: auto;
  background-color: #fff;
}

.section2.is--black {
  position: relative;
  overflow: hidden;
  background-color: #1b1b1b;
  background-image: none;
}

.section2.bg--img {
  height: 100vh;
  background-image: url('../images/Main-Hero-Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-8 {
  position: absolute;
  width: 50%;
}

.bold-text-12 {
  font-weight: 400;
}

.bold-text-13 {
  font-weight: 400;
}

.bold-text-14 {
  font-weight: 400;
}

.image-9 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
}

.image-10 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50%;
}

.section-mobile {
  position: relative;
  display: none;
  height: auto;
  background-color: #fff;
}

.section-mobile.is--black {
  background-color: #1b1b1b;
  background-image: none;
}

.section-mobile.bg--img {
  height: 100vh;
  background-image: url('../images/Main-Hero-Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.content-mob-wrapper {
  position: relative;
  margin-left: 102px;
}

.bold-text-15 {
  font-weight: 500;
}

.section-copy {
  position: relative;
  height: auto;
  background-color: #fff;
}

.section-copy.is--black {
  background-color: #1b1b1b;
  background-image: none;
}

.section-copy.bg--img {
  height: 100vh;
  background-image: url('../images/Main-Hero-Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-copy {
  position: relative;
  height: auto;
  background-color: #fff;
}

.section-copy.is--black {
  background-color: #1b1b1b;
  background-image: none;
}

.section-copy.bg--img {
  height: 100vh;
  background-image: url('../images/Main-Hero-Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-copy {
  position: relative;
  height: auto;
  background-color: #fff;
}

.section-copy.is--black {
  background-color: #1b1b1b;
  background-image: none;
}

.section-copy.bg--img {
  height: 100vh;
  background-image: url('../images/Main-Hero-Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-copy {
  position: relative;
  height: auto;
  background-color: #fff;
}

.section-copy.is--black {
  background-color: #1b1b1b;
  background-image: none;
}

.section-copy.bg--img {
  height: 100vh;
  background-image: url('../images/Main-Hero-Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0em auto;
  padding-top: 9.9em;
  padding-bottom: 9.9em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  margin-bottom: 2em;
  background-color: #fff;
}

.text-field-3 {
  margin-bottom: 2em;
  background-color: #fff;
}

.text-field-4 {
  margin-bottom: 2em;
  background-color: #fff;
}

.text-field-5 {
  margin-bottom: 2em;
  background-color: #fff;
}

.image-11 {
  height: 3.2em;
  margin-right: 1em;
}

.navbar-3-copy {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #b8bcc3;
}

.navbar-3-copy.bg-green {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 0em;
  padding-bottom: 0em;
  background-color: rgba(0, 0, 0, 0.32);
}

.navbar-3-copy.bg-green-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 0em;
  padding-bottom: 0em;
  background-color: rgba(0, 0, 0, 0.32);
}

.sun-head {
  margin-top: 1em;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.6em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.sun-head.is--dim {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.3);
}

.sun-head.grey {
  color: #848484;
}

.heading-2-copy {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #1b1b1b;
  font-size: 3.1em;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
}

.heading-2-copy.is--black {
  border-bottom: 2px none #e10b0b;
  color: #1b1b1b;
  line-height: 1.5;
  font-weight: 500;
}

.heading-2-copy-copy {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 4.1em;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}

.heading-2-copy-copy.is--black {
  border-bottom: 2px solid #e10b0b;
  color: #1b1b1b;
  line-height: 1.5;
  font-weight: 500;
}

.container-8 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 2.5em;
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 39em;
}

.marquee-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.marquee-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31em;
  padding-right: 2.5em;
  padding-left: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid hsla(0, 0%, 87.3%, 0.23);
}

.icon {
  margin: auto;
  color: #000;
}

.icon-2 {
  margin: auto;
  color: #000;
}

.slider {
  width: 100%;
  height: 100%;
  margin-bottom: 61px;
  background-color: #fff;
}

.slide {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2em;
}

.image-12 {
  display: block;
  width: 30.1em;
  margin: 0em auto auto;
  padding-top: 0px;
}

.image-12-copy {
  display: block;
  width: 30.1em;
  margin: auto;
  padding-top: 0px;
}

.client-section {
  position: relative;
  height: auto;
  background-color: #fff;
}

.client-section.is--black {
  background-color: #1b1b1b;
  background-image: none;
}

.client-section.bg--img {
  height: 100vh;
  background-image: url('../images/Main-Hero-Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav {
  display: none;
  margin-bottom: 68px;
}

.heading-2-copy {
  margin-top: auto;
  margin-bottom: auto;
  border: 1px none #000;
  font-family: Roboto, sans-serif;
  color: #1b1b1b;
  font-size: 5em;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.heading-2-copy.is--black {
  border-bottom: 2px none #e10b0b;
  color: #1b1b1b;
  line-height: 1.5;
  font-weight: 500;
}

.heading-2-copy-copy {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #1b1b1b;
  font-size: 3.1em;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
}

.heading-2-copy-copy.is--black {
  border-bottom: 2px none #e10b0b;
  color: #1b1b1b;
  line-height: 1.5;
  font-weight: 500;
}

.vandm {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 4.1em;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}

.vandm.is--black {
  border-bottom: 2px solid #e10b0b;
  color: #1b1b1b;
  line-height: 1.5;
  font-weight: 500;
}

.html-embed {
  margin-right: auto;
}

.bold-text-16 {
  font-size: 0.8em;
  font-weight: 500;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.h5 {
  margin: 0em 1.5em auto 0.6em;
  font-family: Roboto, sans-serif;
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 300;
}

.html-embed-2 {
  margin-top: 0em;
  margin-bottom: 0em;
}

.image-13 {
  display: none;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0em;
  padding-left: 0em;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.7em;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.button-red-copy {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #e10b0b;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #e10b0b;
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 700;
}

.button-red-copy:hover {
  background-color: red;
  color: #fff;
}

.image-12-copy {
  display: block;
  width: 26.1em;
  margin: 6.1em auto auto;
  padding-top: 0px;
}

.image-12-copy {
  display: block;
  width: 30.1em;
  margin: 2em auto auto;
  padding-top: 0px;
}

.image-14 {
  display: block;
  width: 23em;
  margin: 0em auto auto;
  padding-top: 0px;
}

.image-12-copy-copy {
  display: block;
  width: 26.1em;
  margin: 0em auto auto;
  padding-top: 0px;
}

.image-12-copy {
  display: block;
  width: 30.1em;
  margin: 2em auto auto;
  padding-top: 0px;
}

.image-15 {
  display: block;
  width: 23.1em;
  margin: 7.2em auto auto;
  padding-top: 0px;
}

.heading-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-wrapper-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0em auto 6.8em;
  padding-top: 0em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-16 {
  display: block;
  width: 36.2em;
  margin: -6.7em auto auto;
  padding-top: 0px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-copy {
  position: relative;
  height: auto;
  background-color: #fff;
}

.section-copy.is--black {
  background-color: #1b1b1b;
  background-image: none;
}

.section-copy.bg--img {
  height: 90vh;
  background-image: url('../images/hero-img.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-copy.bg--img-copy {
  height: 90vh;
  background-image: url('../images/Desktop---3.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-copy.bg--img-cu {
  height: 90vh;
  background-image: url('../images/Main-Hero-Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-copy {
  position: relative;
  height: auto;
  background-color: #fff;
}

.section-copy.is--black {
  background-color: #1b1b1b;
  background-image: none;
}

.section-copy.bg--img {
  height: 90vh;
  background-image: url('../images/hero-img.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-copy.bg--img-copy {
  height: 90vh;
  background-image: url('../images/Desktop---3.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-copy.bg--img-cu {
  height: 90vh;
  background-image: url('../images/Main-Hero-Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-16-copy {
  display: block;
  width: 30.7em;
  margin: 0em auto auto;
  padding-top: 0px;
}

.section-abtus {
  position: relative;
  height: auto;
  background-color: #fff;
}

.section-abtus.is--black {
  background-color: #1b1b1b;
  background-image: none;
}

.section-abtus.bg--img {
  height: 90vh;
  background-image: url('../images/hero-img.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-abtus.bg--img-copy {
  height: 90vh;
  background-image: url('../images/Desktop---3.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-abtus.bg--img-cu {
  height: 90vh;
  background-image: url('../images/Main-Hero-Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-abtus.bg--img2 {
  height: 90vh;
  background-image: url('../images/home.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-17 {
  width: 20px;
  height: 20px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-4-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0em;
  padding-left: 1.3em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.7em;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.certificate-container {
  max-width: 100%;
  padding-right: 0em;
  padding-left: 0em;
}

.container-copy {
  max-width: 100%;
  padding-right: 0em;
  padding-left: 0em;
}

.container-copy {
  max-width: 100%;
  padding-right: 0em;
  padding-left: 0em;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}

.ray-img {
  display: block;
  width: 30.7em;
  margin: 0em auto auto;
  padding-top: 0px;
}

.heading-4-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0em;
  padding-left: 0em;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.7em;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.heading-4-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0em;
  padding-left: 1.3em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.7em;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.success-message {
  width: 100%;
  padding-top: 192px;
  padding-bottom: 192px;
  background-color: transparent;
}

.text-block {
  font-family: Roboto, sans-serif;
  font-size: 2.7em;
  line-height: 1.3;
}

.image-18 {
  width: 20em;
  margin-top: 0em;
}

.image-19 {
  margin-top: 0em;
}

.section-admin {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.section-admin.is--black {
  background-color: #1b1b1b;
  background-image: none;
}

.section-admin.bg--img {
  height: 98vh;
  background-image: url('../images/hero-img.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-admin.bg--img-copy {
  height: 90vh;
  background-image: url('../images/Services.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-admin.bg--img-cu {
  height: 90vh;
  background-image: url('../images/Contact-us.png');
  background-position: 50% 50%;
  background-size: cover;
}

.admin-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10.5em;
  margin-left: 10.5em;
  padding: 0em;
  background-color: #fff;
}

.h7 {
  font-family: Roboto, sans-serif;
  font-size: 1.5em;
}

.column-5 {
  overflow: visible;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 1.8em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-6 {
  margin-bottom: 2em;
}

.image-20 {
  display: block;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.form-block-2 {
  display: block;
  margin-top: 52px;
  margin-bottom: 52px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-13 {
  position: relative;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #eee;
}

.txt-feild {
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.h1 {
  color: #1b1b1b;
  font-size: 3.5em;
}

.username {
  margin-bottom: 2em;
}

.h10 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 4.1em;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
}

.h10.is--black {
  margin-top: 0.5em;
  margin-bottom: 0.7em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-dim {
  margin-top: 0.5em;
  border: 1px none #000;
  color: hsla(0, 0%, 100%, 0.51);
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-dim-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #1b1b1b;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.h10.is--black-copy-copy {
  margin-top: 0.5em;
  border: 1px none #000;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 400;
}

.paragraph-gray-copy {
  display: block;
  margin-top: 1em;
  font-family: Poppins, sans-serif;
  color: #848484;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 400;
}

.paragraph-gray-copy.is--dim {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.3);
}

.paragraph-gray-copy.grey {
  color: #848484;
}

.bold-text-17 {
  font-weight: 500;
}

.bold-text-18 {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .footer-link {
    line-height: 1.2;
  }

  .container-7 {
    width: 87%;
    margin-right: auto;
    margin-left: auto;
  }

  .container-7.container-nav {
    margin-left: auto;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading {
    overflow: hidden;
  }

  .heading-2 {
    overflow: hidden;
  }

  .footer-wrapper {
    max-width: 100%;
  }

  .footer-content {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    line-height: 1.2;
  }

  .navbar-2 {
    display: block;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-link {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-menu {
    width: 224%;
  }

  .container-3 {
    width: 124%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-wrapper {
    overflow: hidden;
    margin-top: 0.5em;
  }

  .container-7.container-nav {
    max-width: 98%;
  }

  .heading-2-copy {
    overflow: hidden;
  }

  .image-12 {
    margin-top: 0em;
  }

  .heading-2-copy {
    overflow: hidden;
  }

  .heading-2-copy-copy {
    overflow: hidden;
  }

  .button-red-copy {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.3em;
  }

  .ray-img {
    margin-top: 0em;
  }

  .image-18 {
    width: 21.8em;
    margin-top: 0em;
  }

  .image-19 {
    margin-top: 1.7em;
  }
}

@media screen and (max-width: 991px) {
  .section.is--black {
    height: auto;
  }

  .left-container {
    height: 100%;
  }

  .left-container_wrapper {
    height: 50vh;
  }

  .right-container_wrapper {
    height: 50vh;
  }

  .footer-dark {
    padding: 4.27em 2.19em;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .menu-button {
    opacity: 0.8;
  }

  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    background-color: #fff;
  }

  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }

  .nav-menu {
    border-style: none;
    background-color: #fff;
  }

  .container-4 {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .marquee_sub-head {
    display: none;
  }

  .marquee_layout {
    font-size: 1.35vw;
  }

  .heading_wrap {
    width: 90%;
  }

  .container-5 {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .line-bot {
    border-radius: 3px;
    background-color: #fff;
  }

  .line-middle {
    border-radius: 3px;
    background-color: #fff;
  }

  .line-top {
    border-radius: 3px;
    background-color: #fff;
  }

  .nav-hamburger {
    display: none;
    margin-left: auto;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lines {
    position: relative;
  }

  .section2.is--black {
    height: auto;
  }

  .section-mobile.is--black {
    height: auto;
  }

  .section-copy.is--black {
    height: auto;
  }

  .section-copy.is--black {
    height: auto;
  }

  .section-copy.is--black {
    height: auto;
  }

  .section-copy.is--black {
    height: auto;
  }

  .container-8 {
    padding-right: 3em;
    padding-left: 3em;
  }

  .client-section.is--black {
    height: auto;
  }

  .html-embed-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-4 {
    padding-right: 0em;
    line-height: 1.2;
  }

  .section-copy.is--black {
    height: auto;
  }

  .section-copy.is--black {
    height: auto;
  }

  .section-abtus.is--black {
    height: auto;
  }

  .heading-4-copy {
    padding-right: 0em;
    line-height: 1.2;
  }

  .heading-4-copy {
    padding-right: 0em;
    line-height: 1.2;
  }

  .heading-6 {
    padding-right: 0em;
    line-height: 1.2;
  }

  .heading-4-copy-copy {
    padding-right: 0em;
    line-height: 1.2;
  }

  .section-admin.is--black {
    height: auto;
  }

  .column-5 {
    height: 100%;
  }

  .image-20 {
    position: static;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .left-container_wrapper {
    height: 50vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right-container_wrapper {
    height: 50vh;
  }

  .handp-wrapper {
    margin-top: 7.5em;
    margin-bottom: 7.5px;
  }

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content {
    margin-top: 40px;
    padding-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .stone-logo {
    width: 10%;
  }

  .navbar-2 {
    position: relative;
  }

  .heading_wrap {
    width: 90%;
  }

  .container-5 {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .timeline_quote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .timeline_centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0px;
  }

  .btn {
    min-width: 9.375em;
    padding: 0.875em 1.5em;
  }

  .btn-txt {
    font-size: 1em;
  }

  .nav-link-2 {
    margin-bottom: 1.75em;
    font-size: 1.25em;
  }

  .nav-menu-2 {
    z-index: 99;
    padding-top: 1em;
    padding-bottom: 0em;
    background-color: transparent;
    -webkit-backdrop-filter: blur(3em);
    backdrop-filter: blur(3em);
  }

  .nav-right {
    display: none;
    text-align: left;
  }

  .mw-90 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-logo-wrapper {
    padding-left: 0px;
  }

  .navbar-3 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .navbar-3.bg-green {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .navbar-3.bg-green-copy {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .nav-hamburger {
    display: block;
    background-color: transparent;
  }

  .nav-hamburger.w--open {
    background-color: transparent;
  }

  .nav-logo {
    height: 6em;
  }

  .container-7.container-nav {
    max-width: none;
  }

  .overlay {
    position: fixed;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100%;
  }

  .lines {
    height: 25px;
  }

  .navbar-3-copy {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .navbar-3-copy.bg-green {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .navbar-3-copy.bg-green-copy {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .marquee-wrapper {
    font-size: 0.7em;
  }

  .h7 {
    font-size: 16px;
  }

  .column-5 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    display: none;
  }

  .section.bg--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.bg--img-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.bg--img-cu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container {
    position: relative;
    z-index: 111111111;
    padding: 0px 0em;
  }

  .main-hero-wrapper {
    height: 30vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-wrapper {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    font-size: 30px;
    text-align: center;
  }

  .heading-2 {
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
  }

  .heading-2.is--black {
    margin-top: 0px;
    font-size: 32px;
    line-height: 1.2;
  }

  .button-hero {
    font-size: 8px;
  }

  .left-container_wrapper {
    height: auto;
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .right-container_wrapper {
    height: auto;
    margin-top: 0em;
  }

  .columns {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 5.23em;
  }

  .bold-text {
    font-size: 26px;
  }

  .paragraph.is--dim {
    font-size: 11px;
  }

  .bold-text-2 {
    font-size: 1.11em;
  }

  .handp-wrapper {
    width: auto;
    height: auto;
  }

  .h3.is--black {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-dim {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-dim-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #fff;
    font-size: 32px;
  }

  .h3.is--black-copy-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-copy-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h3.is--black-copy-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .image {
    width: 11em;
  }

  .underline {
    margin-right: 0px;
  }

  .paragraph-gray {
    margin-top: 1.1em;
    font-size: 11px;
  }

  .button-red {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .footer-dark {
    position: relative;
    margin-top: 0px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper {
    margin-top: 60px;
  }

  .footer-brand {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .footer-content {
    margin-left: 0em;
    grid-row-gap: 0px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-link.w--current {
    font-size: 12px;
  }

  .menu-icon {
    color: #1b1b1b;
  }

  .h4 {
    font-size: 16px;
  }

  .serv-content-wrapper {
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hp-wrapper2 {
    width: 80%;
    margin-left: 14px;
  }

  .heading_wrap {
    width: 90%;
  }

  .container-5 {
    padding: 7vh 4vw;
  }

  .timeline_item {
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }

  .timeline_text {
    font-size: 12px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .section-timeline {
    z-index: -311;
  }

  .heading-2-copy {
    font-size: 11em;
  }

  .bold-text-8 {
    font-size: 2em;
  }

  .bold-text-9 {
    font-size: 2em;
  }

  .bold-text-10 {
    font-size: 2em;
  }

  .div-block-4 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-2 {
    color: #e10b0b;
    font-size: 16px;
  }

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

  .h3-certification.is--black {
    font-size: 24px;
  }

  .div-block-5-copy {
    width: 100%;
  }

  .bold-text-11 {
    font-size: 2em;
  }

  .heading-wrapper-copy {
    padding-left: 0px;
  }

  .form {
    padding-top: 17.6em;
    padding-right: 6.3em;
    padding-left: 6.3em;
  }

  .field-label {
    font-size: 16px;
    font-weight: 600;
  }

  .field-label-2 {
    font-size: 16px;
    font-weight: 600;
  }

  .field-label-3 {
    font-size: 16px;
    font-weight: 600;
  }

  .button-submit {
    font-size: 16px;
  }

  .div-wrapper {
    margin-top: 0px;
    font-size: 1vw;
  }

  .btn {
    margin-top: 0.54em;
    padding-right: 1.25em;
    padding-left: 1.25em;
    border-radius: 0px;
    font-size: 11px;
  }

  .btn-txt {
    font-family: Poppins, sans-serif;
    font-size: 10px;
  }

  .nav-link-2 {
    font-size: 24px;
  }

  .nav-menu-2 {
    height: 100vh;
    padding-top: 18.2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1b1b1b;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .mw-90 {
    margin: auto;
  }

  .nav-logo-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-3.bg-green {
    z-index: 9007199254740991;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Roboto, sans-serif;
  }

  .navbar-3.bg-green-copy {
    z-index: 1111;
  }

  .lines {
    display: block;
  }

  .image-7 {
    width: 51%;
    height: auto;
    margin-bottom: 32px;
  }

  .section-mobile {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #1b1b1b;
  }

  .section-mobile.bg--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-mob-wrapper {
    margin: auto 21px auto 22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-15 {
    font-size: 16px;
  }

  .section-copy {
    display: block;
  }

  .section-copy.bg--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-copy {
    display: block;
  }

  .section-copy.bg--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-copy {
    display: block;
  }

  .section-copy.bg--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-copy {
    display: block;
  }

  .section-copy.bg--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-wrapper-copy {
    padding-bottom: 0em;
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-11 {
    height: 30px;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .navbar-3-copy.bg-green {
    z-index: 1111;
  }

  .navbar-3-copy.bg-green-copy {
    z-index: 1111;
  }

  .sun-head {
    margin-top: 0.3em;
    font-size: 12px;
  }

  .sun-head.is--dim {
    font-size: 11px;
  }

  .heading-2-copy {
    margin-top: 6px;
    margin-bottom: 28px;
    font-size: 21px;
  }

  .heading-2-copy.is--black {
    font-size: 32px;
  }

  .heading-2-copy-copy {
    font-size: 11em;
  }

  .slider {
    margin-bottom: 0px;
    padding-bottom: 78px;
  }

  .image-12 {
    width: 250px;
  }

  .client-section {
    display: block;
  }

  .client-section.bg--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2-copy {
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 21px;
    text-align: center;
  }

  .heading-2-copy.is--black {
    font-size: 32px;
  }

  .heading-2-copy-copy {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 21px;
  }

  .heading-2-copy-copy.is--black {
    font-size: 32px;
  }

  .vandm {
    font-size: 11em;
  }

  .bold-text-16 {
    font-size: 30px;
    text-align: center;
  }

  .div-block-8 {
    position: relative;
    overflow: hidden;
  }

  .h5 {
    padding-bottom: 35px;
    font-size: 16px;
  }

  .html-embed-2 {
    line-height: 20;
  }

  .heading-4 {
    margin-top: 0px;
    margin-left: 17px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    outline-color: #fff;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    font-size: 21px;
  }

  .button-red-copy {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .image-14 {
    width: 250px;
  }

  .image-12-copy-copy {
    width: 250px;
  }

  .image-15 {
    width: 250px;
  }

  .heading-wrapper-copy {
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-wrapper-copy-copy {
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-16 {
    width: 250px;
    margin-top: 0em;
  }

  .section-copy {
    display: block;
  }

  .section-copy.bg--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-copy.bg--img-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-copy.bg--img-cu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-copy {
    display: block;
  }

  .section-copy.bg--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-copy.bg--img-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-copy.bg--img-cu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-16-copy {
    width: 250px;
    margin-top: 23.1em;
  }

  .section-abtus {
    display: none;
  }

  .section-abtus.bg--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-abtus.bg--img-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-abtus.bg--img-cu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-left: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-abtus.bg--img2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-17 {
    width: 20px;
  }

  .div-block-11 {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .heading-4-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 8px;
    line-height: 1;
    font-weight: 400;
  }

  .certificate-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-copy {
    padding-top: 0px;
    padding-bottom: 77px;
  }

  .container-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .ray-img {
    width: 250px;
    margin-top: 8.4em;
  }

  .body-2 {
    overflow: visible;
  }

  .heading-4-copy {
    margin-top: 0px;
    margin-left: 17px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    outline-color: #fff;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    font-size: 21px;
  }

  .heading-6 {
    margin-top: 0px;
    margin-left: 17px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    outline-color: #fff;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    font-size: 21px;
  }

  .heading-4-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.8em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
  }

  .section-admin {
    display: block;
    padding-top: 97px;
  }

  .section-admin.bg--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-admin.bg--img-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-admin.bg--img-cu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h7 {
    font-size: 16px;
  }

  .h1 {
    margin-left: 31px;
    font-size: 28px;
    line-height: 1.2;
  }

  .form-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .h10.is--black {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-dim {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-dim-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #fff;
    font-size: 32px;
  }

  .h10.is--black-copy-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-copy-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .h10.is--black-copy-copy {
    margin-top: 26px;
    margin-bottom: 9px;
    color: #1b1b1b;
    font-size: 32px;
  }

  .paragraph-gray-copy {
    margin-top: 1.1em;
    font-size: 11px;
  }
}

#w-node-_6a1b5aee-5318-e058-015a-1f4cf713dc86-e91a0d91 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a1b5aee-5318-e058-015a-1f4cf713dc8f-e91a0d91 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a1b5aee-5318-e058-015a-1f4cf713dc9a-e91a0d91 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f9df40c-56ea-eff5-ea20-34f1a3591c8a-65aa6553 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f9df40c-56ea-eff5-ea20-34f1a3591c91-65aa6553 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f9df40c-56ea-eff5-ea20-34f1a3591c94-65aa6553 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84c2deeb-cb09-6946-8fda-f7091fec0e6e-ea7dd028 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84c2deeb-cb09-6946-8fda-f7091fec0e75-ea7dd028 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84c2deeb-cb09-6946-8fda-f7091fec0e78-ea7dd028 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8db6bdc3-0e9a-19c7-bf40-f9ab994050a4-afffa09a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8db6bdc3-0e9a-19c7-bf40-f9ab994050ab-afffa09a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8db6bdc3-0e9a-19c7-bf40-f9ab994050ae-afffa09a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7a35091-8ab3-2635-5276-0c0fe7d29324-e08a0dcd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7a35091-8ab3-2635-5276-0c0fe7d2932b-e08a0dcd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7a35091-8ab3-2635-5276-0c0fe7d2932e-e08a0dcd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7a35091-8ab3-2635-5276-0c0fe7d29324-9192fefd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7a35091-8ab3-2635-5276-0c0fe7d2932b-9192fefd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7a35091-8ab3-2635-5276-0c0fe7d2932e-9192fefd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c32f975b-a02e-9f45-4e64-8aee2c5833af-ea7dd028 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c32f975b-a02e-9f45-4e64-8aee2c5833b2-ea7dd028 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c32f975b-a02e-9f45-4e64-8aee2c5833b4-ea7dd028 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-c32f975b-a02e-9f45-4e64-8aee2c5833bb-ea7dd028 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c32f975b-a02e-9f45-4e64-8aee2c5833be-ea7dd028 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c32f975b-a02e-9f45-4e64-8aee2c5833ce-ea7dd028 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c32f975b-a02e-9f45-4e64-8aee2c5833d1-ea7dd028 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c32f975b-a02e-9f45-4e64-8aee2c5833e8-ea7dd028 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c32f975b-a02e-9f45-4e64-8aee2c5833eb-ea7dd028 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a1b5aee-5318-e058-015a-1f4cf713dc8f-e91a0d91 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4f9df40c-56ea-eff5-ea20-34f1a3591c91-65aa6553 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_84c2deeb-cb09-6946-8fda-f7091fec0e75-ea7dd028 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8db6bdc3-0e9a-19c7-bf40-f9ab994050ab-afffa09a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b7a35091-8ab3-2635-5276-0c0fe7d2932b-e08a0dcd {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b7a35091-8ab3-2635-5276-0c0fe7d2932b-9192fefd {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

