/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-label-title-cta/block-label-title-cta.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; }

.ltc {
  background: #f3f0ec;
  padding: 128px 0; }
  @media screen and (max-width: 1600px) {
    .ltc {
      padding: 80px 0; } }
  @media screen and (max-width: 1366px) {
    .ltc {
      padding: 64px 0; } }
  @media screen and (max-width: 768px) {
    .ltc {
      padding: 24px 0; } }
  .ltc__wrapper {
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 756px;
    width: 100%;
    margin: 0 auto; }
    .ltc__wrapper.show .btn,
    .ltc__wrapper.show .ltc__wrapper-label,
    .ltc__wrapper.show h2 {
      animation: fadeInUp 0.7s forwards 0.3s; }
    .ltc__wrapper-label {
      margin: 0 0 48px;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .ltc__wrapper-label {
          margin: 0 0 24px; } }
    .ltc__wrapper h2 {
      margin: 0 0 48px;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .ltc__wrapper h2 {
          margin: 0 0 24px; } }

@media screen and (min-width: 1921px) {
  .ltc {
    padding: 6.66667vw 0; }
    .ltc__wrapper {
      padding: 0 1.04167vw;
      max-width: 39.375vw; }
      .ltc__wrapper-label {
        margin: 0 0 2.5vw; }
      .ltc__wrapper h2 {
        margin: 0 0 2.5vw; } }

