html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  box-sizing: border-box;
}

.async-hide {
  opacity: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Frutiger Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  background: #f1f0ef;
  color: #3d3938;
}
.wrap {
  display: flex;
  margin: 20px 15vw;
  font-weight: 500;
}

@font-face {
  font-family: "Frutiger Neue";
  font-display: swap;
  src: url("fonts/NeueFrutigerProRegular/font.woff2") format("woff2"),
    url("fonts/NeueFrutigerProRegular/font.woff") format("woff");
}

@font-face {
  font-family: "Generis Serif Com Medium";
  font-display: swap;
  src: url("fonts/GenerisSerifMedium/font.woff2") format("woff2"),
    url("fonts/GenerisSerifMedium/font.woff") format("woff");
}

.header-container {
  background-color: #fff;
  height: 100px;
  border-top: 5px solid #da0019;
  width: 100%;
  padding-bottom: 30px;
}

.logo-container {
  margin: 45px 0 0 15vw;
}

.nav-container {
  margin: 45px 0 0 15vw;
  margin-top: 0;
}

.language-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.language-menu li {
  float: left;
}

.language-menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.language-menu li a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: white;
}

.language-menu #active {
  color: #ccc;
  font-weight: bold;
}

.logo {
  height: 50px;
}

.top-bar {
  overflow: hidden;
  line-height: 84px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

header .top-bar .logo-container {
  width: 23rem;
}

header .top-bar ul li a,
header .top-bar ul li {
  color: rgba(34, 32, 25, 0.5);
  display: block;
  line-height: 18px;
}

header .top-bar a,
a {
  cursor: pointer;
  text-decoration: none;
}

li {
  list-style: none;
}

.barrier {
  height: 50px;
  background-color: #000;
}

.new-home-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(70vw - 16px);
  margin-top: 30px;
}

#title {
  font-family: "Generis Serif Com Medium", Georgia, Times, serif;
  font-size: 26px;
  font-style: italic;
  color: #da0019;
  line-height: 30px;
}

.message {
  padding: 10px 30px 10px 0px;
}

#new-home-title {
  font-family: "Generis Serif Com Medium", Georgia, Times, serif;
  font-size: 26px;
  font-style: italic;
  color: #da0019;
  line-height: 30px;
  margin: 16px 0;
}

.details-link {
  text-decoration: none;
}

#details-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 490px;
  margin: 50px 0;
}

#details {
  flex: 1;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.to_myfonts {
  position: relative;
  background: #fff;
  color: #000;
  width: 220px;
  text-align: center;
  cursor: pointer;
  padding: 1.45px;
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 15px;
  height: 22px;
  font-size: 14px;
  transition: background-color 0.2s, color 0.2s;
}

.to_myfonts::after {
  top: -23%;
  left: 102.5%;
  transform: rotateZ(90deg);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  cursor: pointer;
  border-bottom-color: #fff;
  border-width: 11.5px 12px 25px 13px;
}

.to_myfonts_fr {
  position: relative;
  background: #fff;
  color: #000;
  width: 220px;
  text-align: center;
  cursor: pointer;
  padding: 1.45px;
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 15px;
  height: 32px;
  font-size: 14px;
  transition: background-color 0.2s, color 0.2s;
}

.to_myfonts_fr::after {
  top: -23%;
  left: 102.5%;
  transform: rotateZ(90deg);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  cursor: pointer;
  border-bottom-color: #fff;
  border-width: 10px 18px 41px 18px;
}

.to_monotype_fr {
  position: relative;
  background: #fff;
  color: #000;
  width: 220px;
  text-align: center;
  cursor: pointer;
  padding: 1.45px;
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 15px;
  height: 32px;
  font-size: 14px;
  transition: background-color 0.2s, color 0.2s;
}

.to_monotype_fr::after {
  top: -23%;
  left: 102.5%;
  transform: rotateZ(90deg);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  cursor: pointer;
  border-bottom-color: #fff;
  border-width: 10px 18px 41px 18px;
  transition: border-bottom-color 0.2s;
}

.to_monotype {
  position: relative;
  background: #fff;
  color: #000;
  width: 220px;
  text-align: center;
  cursor: pointer;
  padding: 1.45px;
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 15px;
  height: 22px;
  font-size: 14px;
  transition: background-color 0.2s, color 0.2s;
}

.to_monotype::after {
  top: -23%;
  left: 102.5%;
  transform: rotateZ(90deg);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  cursor: pointer;
  border-bottom-color: #fff;
  border-width: 11.5px 12px 25px 13px;
  transition: border-bottom-color 0.2s;
}

.to_myfonts:hover {
  color: #ff0000;
}

.to_myfonts_fr:hover {
  color: #ff0000;
}

.to_monotype:hover {
  background-color: #ff0000;
  color: #fff;
  border-bottom-color: #ff0000;
}

.to_monotype:hover::after {
  border-bottom-color: #ff0000;
}

.to_monotype_fr:hover {
  background-color: #ff0000;
  color: #fff;
  border-bottom-color: #ff0000;
}

.to_monotype_fr:hover::after {
  border-bottom-color: #ff0000;
}

.footer-container {
  margin: 60px 0 0 0;
  background-color: #3d3938;
  color: #fff;
  padding: 60px 0 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 80%;
  align-items: inherit;
  justify-content: inherit;
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 50px;
  width: 90%;
}

.footer-content p {
  width: calc(50% - 80px);
}

.footer-nav {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer-nav-link {
  margin: 40px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-nav-link div {
  color: #a19d9d;
  margin: 0 5px;
}

.footer-nav-link a {
  color: #f1f0ef;
  text-decoration: none;
}

.p-link {
  color: #fff;
  text-decoration: underline;
}

.home-link {
  color: #000;
  text-decoration: underline;
}

.address-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 84px 0 72px;
  height: 40vh;
  width: 85vw;
}

.address {
  width: 80%;
  min-height: 225px;
  margin: 0 auto;
  text-align: left;
}

.address p {
  font-size: 16px;
  line-height: 16px;
  color: #777;
}

.address-title {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 35px;
}

.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.error-title {
  font-size: 150px;
  line-height: 150px;
}

.faq-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(70vw - 20px);
}

.faq-content {
  text-align: center;
  padding: 10px 0px;
}

.end-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(70vw - 20px);
}

#end-content {
  text-align: center;
}

.message p {
  text-align: justify;
}

#photo {
  width: 350px;
  object-fit: cover;
}

.cta-hear {
  font-family: "Generis Serif Com Medium", Georgia, Times, serif;
  font-size: 26px;
  font-style: italic;
  color: #da0019;
  line-height: 30px;
  text-align: left;
  display: block;
  width: 100%;
}

.left-align {
  text-align: left;
}

@media screen and (max-width: 992px) {
  .logo-container {
    margin: 20px 0 0 10vw;
  }

  .footer {
    width: 90%;
  }

  .footer-content {
    flex-direction: column;
    width: 90%;
  }

  .footer-content p {
    width: 100%;
  }

  .wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    height: auto;
    width: 90%;
  }

  .faq-wrap {
    width: 90%;
  }

  .new-home-container {
    width: 90%;
  }

  #sub {
    margin: 0 0 20px 0;
  }

  #photo {
    width: 100%;
  }
}

@media screen and (max-width: 610px) {
  .logo-container {
    margin: 20px 0 0 10vw;
  }

  .footer {
    width: 90%;
  }

  .footer-content {
    flex-direction: column;
    width: 90%;
  }

  .footer-content p {
    width: 100%;
  }

  .wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    height: auto;
    width: 90%;
  }

  #details-container {
    width: 90%;
    height: 100px;
    flex-direction: column;
  }

  .faq-wrap {
    width: 90%;
  }

  .new-home-container {
    width: 90%;
  }

  html,
  body {
    font-size: 85%;
  }

  #photo {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
