.homepage-block.hero-section {
  margin-left: auto;
  margin-right: auto;
  height: 90vh;
  max-height: 970px;
}
@media (max-width: 767px) {
  .homepage-block.hero-section {
    height: auto;
    min-height: 100vh;
  }
}
.homepage-block.hero-section .viewport-container {
  position: relative;
  max-width: 1920px;
  height: 100%;
  overflow: unset;
}
.homepage-block.hero-section .homepage-block-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homepage-block.hero-section .homepage-block-background .homepage-block-background-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-block.hero-section .homepage-block-background .homepage-block-background-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-block.hero-section .homepage-block-background .homepage-block-background-video {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-block.hero-section .homepage-content-elements {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column {
  width: 56.25%;
  position: relative;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media (max-width: 767px) {
  .homepage-block.hero-section .homepage-content-elements .homepage-left-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column > div {
  width: 100%;
  height: 100%;
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-1 {
  padding: 70px;
  position: relative;
  background: rgba(7, 17, 56, 0.95);
}
@media (max-width: 767px) {
  .homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-1 {
    background: rgba(7, 17, 56, 0.65);
    padding-left: 40px;
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-1 .homepage-logo-element {
    max-width: 200px;
  }
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-2 {
  background: rgba(7, 17, 56, 0.75);
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
}
@media (max-width: 767px) {
  .homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-2 {
    background: rgba(7, 17, 56, 0.25);
  }
}
@media (max-width: 767px) {
  .homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-2 .heading.fz-56 {
    font-size: 44px;
  }
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-3 {
  background: rgba(7, 17, 56, 0.75);
  padding: 40px;
}
@media (max-width: 767px) {
  .homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-3 {
    background: rgba(7, 17, 56, 0.25);
  }
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-4 {
  position: relative;
  background: rgba(7, 17, 56, 0.75);
  padding: 40px;
}
@media (max-width: 767px) {
  .homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-4 {
    padding-bottom: 140px;
  }
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-4:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
  z-index: 2;
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-4:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.66;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-4:after {
    opacity: 0.33;
  }
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-4 .homepage-title {
  position: relative;
  z-index: 3;
}
.homepage-block.hero-section .homepage-content-elements .homepage-left-column .homepage-left-element-4 .homepage-description {
  position: relative;
  z-index: 3;
  margin-top: 18px;
  max-width: 360px;
}
.homepage-block.hero-section .homepage-content-elements .homepage-right-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 100%;
}
.homepage-block.hero-section .homepage-navigation-container {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .homepage-block.hero-section .homepage-navigation-container {
    position: absolute;
  }
  .homepage-block.hero-section .homepage-navigation-container .link-as-bttn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-width: unset !important;
  }
}
.homepage-block.hero-section .homepage-navigation-container .homepage-navigation-container-left {
  width: 56.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .homepage-block.hero-section .homepage-navigation-container .homepage-navigation-container-left {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.homepage-block.hero-section .homepage-navigation-container .homepage-navigation-container-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 767px) {
  .homepage-block.hero-section .homepage-navigation-container .homepage-navigation-container-right {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.homepage-block.hero-section .homepage-right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.homepage-block.hero-section .homepage-right-column .homepage-right-column-container {
  height: 50%;
  aspect-ratio: 1/1;
  margin-top: auto;
  margin-right: auto;
  background: rgba(5, 41, 106, 0.35);
  position: relative;
  z-index: 10;
}
.homepage-block.hero-section .homepage-right-column .homepage-right-column-container:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../../images/dual_pixel.svg) no-repeat center center;
  background-size: contain;
  top: 0;
  right: 0;
  -webkit-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
}