/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** 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/newsletter/newsletter.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; } }

.block-newsletter {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 0; }
  @media screen and (max-width: 1024px) {
    .block-newsletter {
      padding: 100px 50px; } }
  @media screen and (max-width: 1024px) {
    .block-newsletter {
      padding: 50px 30px; } }

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

.block-newsletter_container {
  max-width: 580px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  color: #fff; }

.block-newsletter_h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #fff; }

.block-newsletter_p {
  margin-bottom: 50px; }
  .block-newsletter_p p {
    color: #fff;
    text-align: center; }

.block-newsletter_form {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .block-newsletter_form {
      flex-direction: column;
      align-items: center;
      justify-content: unset; } }

.block-newsletter_input {
  padding: 13px 16px;
  max-width: 350px;
  width: 100%; }

.block-newsletter_btn {
  max-width: 194px;
  width: 100%;
  background-color: #0165ad;
  color: #fff;
  border: none;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .block-newsletter_btn {
      margin-top: 24px; } }

@media screen and (min-width: 1921px) {
  .block-newsletter {
    padding: 5.20833vw 0; }
  .block-newsletter_container {
    max-width: 30.20833vw; }
  .block-newsletter_h2 {
    margin-bottom: 1.5625vw; }
  .block-newsletter_p {
    margin-bottom: 2.60417vw; }
  .block-newsletter_input {
    padding: 0.67708vw 0.83333vw;
    max-width: 18.22917vw; }
  .block-newsletter_btn {
    max-width: 10.10417vw; } }

