/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-media-banner/block-media-banner.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.page-404 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (max-width: 980px) {
    .page-404 {
      padding: 0 50px; } }
  @media screen and (max-width: 767px) {
    .page-404 {
      padding: 0 25px; } }

.page-404_number {
  color: #fff; }

.page-404_title {
  max-width: 780px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px; }

.page-404_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; }

.page-404_button {
  background-color: #fff;
  color: #0165ad;
  border: none; }

@media screen and (min-width: 1921px) {
  .page-404_title {
    max-width: 40.625vw;
    margin-bottom: 2.60417vw; } }

.media-banner {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden; }

.media-banner_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  transform: scale(1);
  transition: 2s transform; }
  .media-banner_image.show {
    transform: scale(1.05); }

.media-banner_content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 154px 70px 70px;
  display: flex;
  align-items: flex-end; }
  @media screen and (max-width: 768px) {
    .media-banner_content {
      padding: 130px 30px 60px;
      align-items: center; }
      .media-banner_content .border {
        display: none; } }

.media-banner_content-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 60px 50px; }
  @media screen and (max-width: 1280px) {
    .media-banner_content-wrapper {
      flex-direction: column;
      align-items: flex-start; } }
  @media screen and (max-width: 768px) {
    .media-banner_content-wrapper {
      padding: 0 30px 30px; } }

.media-banner_h2-wrapper {
  overflow: hidden; }
  .media-banner_h2-wrapper.show .media-banner_h2 {
    transform: translateY(0); }

.media-banner_h2 {
  color: #fff;
  max-width: 720px;
  width: 100%;
  transform: translateY(200px);
  transition: 2s transform 1s; }
  @media screen and (max-width: 1500px) {
    .media-banner_h2 {
      margin-right: 50px; } }
  @media screen and (max-width: 1280px) {
    .media-banner_h2 {
      margin-right: 0;
      margin-bottom: 30px; } }

.banner_line-wrapper {
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 1921px) {
  .media-banner_content {
    padding: 8.02083vw 3.64583vw 3.64583vw; }
  .media-banner_content-wrapper {
    padding: 0 3.125vw 2.60417vw; }
  .media-banner_h2 {
    max-width: 37.5vw;
    transform: translateY(10.41667vw); } }

