.masthead.-type-1 .masthead__text {
  max-width: 100%;
}

@media screen and (max-width: 1450px) {
  .masthead.-type-1 .masthead__title {
    line-height: 1.2;
    font-size: 4.5vw;
  }

  .masthead.-type-1 .masthead__text {
    max-width: 27.75rem;
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .mt-5-contact, .my-5-contact {
    margin-top: 10rem !important;
  }

  .masthead.-type-1.contact-header {
    height: 110vh;
    width: 100%;
  }

  .masthead.-type-1 .masthead__title {
    line-height: 1.2;
    font-size: 9.5vw;
  }

  .nav__bg {
    width: 100vw;
    right: 0 !important;
    left: auto;
  }

  .navList li a {
    font-size: 20px;
  }

  .navList li a.submenu {
    font-size: 18px !important;
  }

  .header__logo div, .header__logo img {
    width: 210px !important;
  }

  .masthead.-type-1 .masthead__text {
    max-width: 27.75rem;
    font-size: 18px;
  }

  .nav__inner {
    width: 100%;
    right: 0 !important;
    left: auto;
  }

  .map-box .sectionHeading.-xl .sectionHeading__title {
    line-height: 1.1;
    font-weight: 700;
    font-size: 40px;
  }

  section.personalized-support .display-3 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff !important;
  }

  header.video-box .display-3 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff !important;
    width: 30%;
    text-align: left;
  }

  .preloader__bg::after {
    top: 35%;
    left: 39% !important;
  }

  .n-mobile {
    display: none !important;
  }
}

@media (max-width: 426px) {
  .ui-element.js-ui {
    transform: translate(0px, -50px) !important;
    margin-top: 88% !important;
  }

  .masthead.-type-1 {
    height: initial !important;
  }
  .mt-130 {
    margin-top: 60px;
  }
}