@font-face {
  font-family: "Nhaasgroteskdspro 65 Md";
  src: url('../fonts/NHaasGroteskDSPro-65Md.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgroteskdspro 55 Rg";
  src: url('../fonts/NHaasGroteskDSPro-55Rg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ingram Mono;
  src: url('../fonts/Ingram-Mono-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

body {
  color: #000;
  font-family: "Nhaasgroteskdspro 55 Rg", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #000;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ingram Mono, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Nhaasgroteskdspro 65 Md", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.section {
  width: 100%;
}

.container {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  max-width: 1280px;
  height: 995px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-wrapper {
  flex: none;
  align-self: flex-end;
  margin-right: 0;
  padding: 50px;
}

.logo-img {
  width: 100px;
  max-width: 100%;
  display: inline-block;
}

.main-paragraph {
  text-align: left;
  align-self: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 50px;
  font-weight: 400;
  line-height: 22px;
}

.links-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 50px;
  display: flex;
}

.perrotin-link-wrapper {
  background-color: #0000;
  width: 150px;
  max-width: 100%;
  display: block;
}

.perrotin-logo {
  max-width: 100%;
  display: inline-block;
}

.omr-link-wrapper {
  background-color: #0000;
  width: 110px;
  max-width: 100%;
  display: block;
}

.omr-logo {
  max-width: 100%;
  display: inline-block;
}

.basic-button {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #000;
}

.div-block {
  align-self: flex-start;
}

.container-emerald {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.heading {
  font-family: "Nhaasgroteskdspro 55 Rg", sans-serif;
}

.tang-logo {
  max-width: 100%;
  display: inline-block;
}

.tang-link-wrapper {
  background-color: #0000;
  width: 250px;
  max-width: 100%;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .container, .container-emerald {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    text-transform: uppercase;
  }

  p {
    margin-bottom: 0;
  }

  .logo-wrapper {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 18px;
  }

  .main-paragraph {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .links-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .basic-button {
    text-align: center;
    width: 100%;
  }

  .div-block {
    margin-left: 20px;
  }

  .container-emerald {
    padding-left: 20px;
    padding-right: 40px;
  }
}


@font-face {
  font-family: 'Nhaasgroteskdspro 65 Md';
  src: url('../fonts/NHaasGroteskDSPro-65Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgroteskdspro 55 Rg';
  src: url('../fonts/NHaasGroteskDSPro-55Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ingram Mono';
  src: url('../fonts/Ingram-Mono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}