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

.footer {
  padding: 100px 0 40px;
  background-color: #fff;
  font-family: "Urbanist"; }
  @media screen and (max-width: 1440px) {
    .footer {
      padding: 80px 15px 30px; } }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 32px 15px; } }
  .footer-top {
    padding-bottom: 25px;
    border-bottom: 1px solid #4d4d4d;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      .footer-top {
        flex-wrap: wrap; } }
    @media screen and (max-width: 768px) {
      .footer-top {
        flex-direction: column; } }
    .footer-top__left {
      max-width: 310px; }
      @media screen and (max-width: 1280px) {
        .footer-top__left {
          width: 100%;
          max-width: 45%; } }
      @media screen and (max-width: 768px) {
        .footer-top__left {
          max-width: 100%;
          text-align: center; } }
      .footer-top__left-logo {
        margin-bottom: 40px;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .footer-top__left-logo {
            margin: 0 0 32px; } }
      .footer-top__left-content {
        margin-bottom: 60px;
        font-size: 18px;
        text-transform: capitalize; }
        @media screen and (max-width: 768px) {
          .footer-top__left-content {
            margin: 0 0 32px; } }
      .footer-top__left-social {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 768px) {
          .footer-top__left-social {
            display: none; } }
        .footer-top__left-social p {
          width: 100%;
          margin-bottom: 35px;
          font-size: 18px; }
          @media screen and (max-width: 768px) {
            .footer-top__left-social p {
              margin: 0 0 16px; } }
        .footer-top__left-social a {
          width: 40px;
          height: 40px;
          border: 1px solid rgba(0, 0, 0, 0.3);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 25px;
          transition: 0.3s ease; }
          @media screen and (max-width: 768px) {
            .footer-top__left-social a {
              margin: 0 10px; } }
          .footer-top__left-social a img {
            height: 20px; }
          .footer-top__left-social a:hover {
            border-color: #a58460;
            background-color: #a58460; }
    .footer-top__middle {
      max-width: 520px; }
      @media screen and (max-width: 1280px) {
        .footer-top__middle {
          max-width: 50%;
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .footer-top__middle {
          max-width: 100%;
          text-align: center; } }
      .footer-top__middle h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 35px; }
      .footer-top__middle ul {
        columns: 2; }
        @media screen and (max-width: 768px) {
          .footer-top__middle ul {
            columns: 1; } }
        .footer-top__middle ul li {
          margin-bottom: 35px;
          font-size: 18px;
          margin-right: 40px; }
          @media screen and (max-width: 768px) {
            .footer-top__middle ul li {
              margin: 0 0 16px; }
              .footer-top__middle ul li:last-child {
                margin: 0 0 32px; } }
          .footer-top__middle ul li a {
            color: #4d4d4d; }
            .footer-top__middle ul li a:hover {
              color: #a58460; }
      .footer-top__middle-social {
        display: none;
        flex-wrap: wrap; }
        @media screen and (max-width: 768px) {
          .footer-top__middle-social {
            justify-content: center;
            align-items: center;
            margin: 0 0 32px;
            display: flex; } }
        .footer-top__middle-social h4 {
          width: 100%;
          margin-bottom: 35px;
          font-size: 18px; }
          @media screen and (max-width: 768px) {
            .footer-top__middle-social h4 {
              margin: 0 0 16px; } }
        .footer-top__middle-social a {
          width: 40px;
          height: 40px;
          border: 1px solid rgba(0, 0, 0, 0.3);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 25px;
          transition: 0.3s ease; }
          @media screen and (max-width: 768px) {
            .footer-top__middle-social a {
              margin: 0 10px; } }
          .footer-top__middle-social a img {
            height: 20px; }
          .footer-top__middle-social a:hover {
            border-color: #a58460;
            background-color: #a58460; }
    .footer-top__right {
      max-width: 270px; }
      @media screen and (max-width: 1280px) {
        .footer-top__right {
          margin-top: 30px;
          max-width: 100%;
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .footer-top__right {
          text-align: center;
          margin: 0; } }
      .footer-top__right h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 35px; }
      .footer-top__right-contact {
        margin-bottom: 30px; }
        .footer-top__right-contact a {
          color: #4d4d4d; }
          .footer-top__right-contact a:hover {
            color: #a58460; }
        @media screen and (max-width: 768px) {
          .footer-top__right-contact {
            margin: 0 0 16px; } }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 25px; }
    @media screen and (max-width: 1280px) {
      .footer-bottom {
        flex-direction: column; } }
    .footer-bottom a {
      color: #000; }
      .footer-bottom a:hover {
        color: #a58460; }
    .footer-bottom__left {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1280px) {
        .footer-bottom__left {
          text-align: center;
          margin-bottom: 30px;
          justify-content: center; } }
      @media screen and (max-width: 767px) {
        .footer-bottom__left {
          flex-direction: column; } }
      .footer-bottom__left a {
        display: block;
        position: relative; }
        .footer-bottom__left a:not(:last-child) {
          margin: 0 6px 0 0;
          padding: 0 6px 0 0;
          border-right: 1px solid #000; }
          @media screen and (max-width: 767px) {
            .footer-bottom__left a:not(:last-child) {
              margin: 0 0 6px;
              padding: 0 0 6px;
              border-right: none;
              border-bottom: 1px solid #000; } }
        @media screen and (max-width: 768px) {
          .footer-bottom__left a {
            font-size: 12px;
            line-height: 20px; } }
    @media screen and (max-width: 1280px) {
      .footer-bottom__right {
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .footer-bottom__right {
        font-size: 10px;
        line-height: 12px; } }
    .footer-bottom__right a {
      position: relative; }
      .footer-bottom__right a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #4d4d4d;
        transition: 0.3s ease; }
      .footer-bottom__right a:hover::after {
        background-color: #a58460; }

@media screen and (min-width: 1921px) {
  .footer {
    padding: 5.20833vw 0 2.08333vw; }
    .footer-top {
      padding-bottom: 1.30208vw;
      border-bottom: 0.05208vw solid #4d4d4d; }
      .footer-top__left {
        max-width: 16.14583vw; }
        .footer-top__left-logo {
          margin-bottom: 2.08333vw; }
        .footer-top__left-content {
          margin-bottom: 3.125vw;
          font-size: 0.9375vw; }
        .footer-top__left-social h4 {
          margin-bottom: 1.82292vw;
          font-size: 0.9375vw; }
        .footer-top__left-social a {
          width: 3.125vw;
          height: 3.125vw;
          border: 0.05208vw solid rgba(0, 0, 0, 0.3);
          margin-right: 1.30208vw; }
          .footer-top__left-social a img {
            height: 1.04167vw; }
      .footer-top__middle {
        max-width: 27.08333vw; }
        .footer-top__middle h3 {
          font-size: 1.66667vw;
          line-height: 2.08333vw;
          margin-bottom: 1.82292vw; }
        .footer-top__middle ul li {
          margin-bottom: 1.82292vw;
          font-size: 0.9375vw;
          margin-right: 2.08333vw; }
      .footer-top__right {
        max-width: 14.0625vw; }
        .footer-top__right h3 {
          font-size: 1.66667vw;
          line-height: 2.08333vw;
          margin-bottom: 1.82292vw; }
        .footer-top__right-contact {
          margin-bottom: 1.5625vw; }
    .footer-bottom {
      padding-top: 1.30208vw; }
      .footer-bottom__left a:first-of-type {
        margin-right: 5.20833vw; }
        .footer-bottom__left a:first-of-type::after {
          right: -2.60417vw;
          width: 0.05208vw; }
      .footer-bottom__right a::after {
        height: 0.05208vw; } }

