.resona-block-element.hero-section {
  height: 100vh;
  max-height: 972px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-height: 860px) {
  .resona-block-element.hero-section {
    max-height: 680px;
  }
}
@media (max-width: 767px) {
  .resona-block-element.hero-section {
    height: auto;
    min-height: 100vh;
  }
}
.resona-block-element.hero-section .viewport-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.resona-block-element.hero-section .viewport-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #DBDAD6;
  z-index: -1;
}
@media (max-width: 767px) {
  .resona-block-element.hero-section .viewport-container:before {
    right: 20px;
  }
}
.resona-block-element.hero-section .viewport-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 185px;
  width: 1px;
  background: #DBDAD6;
  z-index: -1;
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .resona-block-element.hero-section .viewport-container:after {
    left: 180px;
  }
}
@media (max-width: 767px) {
  .resona-block-element.hero-section .viewport-container:after {
    left: 20px;
  }
}
.resona-block-element.hero-section .viewport-container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .resona-block-element.hero-section .viewport-container .wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.resona-block-element.hero-section .viewport-container .wrapper .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.resona-block-element.hero-section .section-header-with-counter {
  position: relative;
  width: 100%;
}
.resona-block-element.hero-section .section-header-with-counter:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  height: 1px;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #DBDAD6;
}
.resona-block-element.hero-section.minimal {
  height: auto;
}
.resona-block-element.hero-section.minimal .wrapper {
  padding-top: 390px;
}