/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-title-content/block-title-content.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.errorPage {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .errorPage__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .errorPage__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .errorPage__text {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .errorPage__text p {
      margin: 0 0 48px; }
    .errorPage__text h1 {
      margin: 0 0 48px; }
    .errorPage__text .btn.show {
      animation: fadeInUp 0.3s forwards; }

.titleContent {
  padding: 128px 0; }
  .titleContent__wrapper {
    max-width: 1378px;
    margin: 0 auto;
    width: 100%; }
    .titleContent__wrapper > p {
      margin: 0 0 48px;
      opacity: 0; }
    @media screen and (max-width: 1440px) {
      .titleContent__wrapper {
        padding: 0 60px; } }
    @media screen and (max-width: 768px) {
      .titleContent__wrapper {
        padding: 0 20px; } }
    .titleContent__wrapper.show > p {
      animation: fadeInUp 0.7s forwards; }
    .titleContent__wrapper.show .titleContent__wrapper-text h2 {
      animation: fadeInUp 0.7s forwards 0.3s; }
    .titleContent__wrapper.show .titleContent__wrapper-text p {
      animation: fadeInUp 0.7s forwards 0.6s; }
    .titleContent__wrapper.show .titleContent__wrapper-text ul {
      animation: fadeInUp 0.7s forwards 0.6s; }
    .titleContent__wrapper-text {
      display: flex; }
      .titleContent__wrapper-text h2 {
        margin: 0 48px 0 0;
        max-width: 522px;
        min-width: 522px;
        width: 100%;
        opacity: 0; }
      .titleContent__wrapper-text p {
        opacity: 0; }
      .titleContent__wrapper-text ul {
        opacity: 0; }
        .titleContent__wrapper-text ul li {
          padding: 0 0 0 23px;
          position: relative; }
          .titleContent__wrapper-text ul li::after {
            content: "";
            position: absolute;
            left: 0;
            top: 12px;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #000; }
          .titleContent__wrapper-text ul li:not(:last-child) {
            margin: 0 0 6px; }
          .titleContent__wrapper-text ul li ul {
            margin: 6px 0; }
      @media screen and (max-width: 1440px) {
        .titleContent__wrapper-text h2 {
          min-width: 420px; } }
      @media screen and (max-width: 991px) {
        .titleContent__wrapper-text {
          flex-direction: column; }
          .titleContent__wrapper-text h2 {
            min-width: unset;
            margin: 0 0 32px; } }

@media screen and (min-width: 1921px) {
  .titleContent {
    padding: 6.66667vw 0; }
    .titleContent__wrapper {
      max-width: 71.77083vw; }
      .titleContent__wrapper > p {
        margin: 0 0 2.5vw; }
      .titleContent__wrapper-text h2 {
        margin: 0 2.5vw 0 0;
        max-width: 27.1875vw;
        min-width: 27.1875vw; }
      .titleContent__wrapper-text ul li {
        padding: 0 0 0 1.19792vw; }
        .titleContent__wrapper-text ul li::after {
          top: 0.625vw;
          width: 0.20833vw;
          height: 0.20833vw; }
        .titleContent__wrapper-text ul li:not(:last-child) {
          margin: 0 0 0.3125vw; }
        .titleContent__wrapper-text ul li ul {
          margin: 0.3125vw 0; } }

