/**
* Block Name: hero_about_about
*/

section.hero_about .bg_image_wrapper {
  position: relative;
  min-height: 90vh;
  width: 100%;
  overflow: hidden;
}

section.hero_about div.container {
  position: relative;
  z-index: 1;
}
section.hero_about div.text_wrapper {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 150px;
}

section.hero_about div.text_wrapper a.scroll_link {
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}

section.hero_about div.text_wrapper a.scroll_link:after {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.16666 1.16683V10.4752L2.1 6.4085C1.775 6.0835 1.24166 6.0835 0.916663 6.4085C0.591663 6.7335 0.591663 7.2585 0.916663 7.5835L6.40833 13.0752C6.73333 13.4002 7.25833 13.4002 7.58333 13.0752L13.075 7.5835C13.4 7.2585 13.4 6.7335 13.075 6.4085C12.75 6.0835 12.225 6.0835 11.9 6.4085L7.83333 10.4752V1.16683C7.83333 0.708496 7.45833 0.333496 7 0.333496C6.54166 0.333496 6.16666 0.708496 6.16666 1.16683Z' fill='%23262b2e'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 5px;
  bottom: 3px;
  height: 16px;
  width: 16px;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

section.hero_about div.text_wrapper a.scroll_link:hover::after {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

section.hero_about div.spacer {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -50px;
  z-index: 0;
  position: relative;
}

section.hero_about .bg_image_wrapper::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.65);
}

section.hero_about .embed-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

section.hero_about .embed-container iframe,
section.hero_about .embed-container object,
section.hero_about .embed-container embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

section.hero_about .embed-container iframe.lazyloaded {
}
