/*@font-face {
  font-family: neue-montreal;
  src: url('./fonts/NeueMontreal-Regular-1.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: neue-montreal;
  src: url('./fonts/NeueMontreal-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: neue-montreal;
  src: url('./fonts/NeueMontreal-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}*/

:root {
  --grey-100: #eeeeef;
  --font-d-28px: 1.27273vw;
  --font-m-16px: 1rem;
  --black: black;
  --white: white;
  --font-d-69px: 3.13636vw;
  --font-d-57px: 2.59091vw;
  --font-d-48px: 2.18182vw;
  --font-d-40px: 1.81818vw;
  --font-d-33px: 1.5vw;
  --font-d-23px: 1.04545vw;
  --font-d-22px: 1vw;
  --font-d-19px: .863636vw;
  --font-d-13px: .590909vw;
  --font-d-82-8px: 3.76364vw;
  --font-d-24px: 1.09091vw;
  --font-d-152px: 6.90909vw;
  --font-d-112px: 5.09091vw;
  --font-m-9-14px: .57125rem;
  --font-m-13px: .8125rem;
  --font-m-24px: 1.5rem;
  --font-m-28px: 1.75rem;
  --font-m-33px: 2.0625rem;
  --font-m-36px: 2rem;
  --font-m-57px: 3.5625rem;
  --font-m-54px: 3.375rem;
}
a {
  text-decoration: none;
}

.is-h6 {
  font-size: var(--font-d-28px);
  line-height: 1.2;
}

.heading {
  font-weight: 400;
}

.section {
  z-index: 1;
  position: relative;
}

.padding-global {
  padding-left: 2.90909vw;
  padding-right: 2.90909vw;
}

.page-wrapper {
  z-index: 1;
  position: relative;
}

.main-wrap {
  z-index: 1;
  position: relative;
}

.color-red strong{
    color: #B22232;
}

.privacy-body-section.section.padding-global {
  z-index: 3;
  background-color: #e4dad7;
}

.privacy-small-text.heading.is-h6 {
  color: #000;
  font-family: neue-montreal, Arial, sans-serif;
  font-size: .818182vw;
  font-weight: 400;
  line-height: 1.4;
}

.not-bold {
  font-weight: 400;
}

.privacy-nav-links {
  opacity: .5;
  color: #000;
  font-family: neue-montreal, Arial, sans-serif;
  font-size: .9vw;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .3s;
}

.privacy-nav-links:hover, .privacy-nav-links.active {
  opacity: 1;
}

.privacy-body-container-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: #eeeeef;
  flex-flow: column;
  display: flex;
}

.privacy-body-container-2.padding-global {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: #e4dad7;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 11.6364vw;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
  overflow: visible;
}

.privacy-body-container-main {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.privacy-body-container-main.padding-global {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  width: 67.5%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.privacy-rich-text-2 {
  color: #000;
  font-family: neue-montreal, Arial, sans-serif;
  font-size: .818182vw;
  font-weight: 400;
  line-height: 1.5;
}

.privacy-nav-con {
  grid-column-gap: .85vw;
  grid-row-gap: .85vw;
  flex-flow: column;
  flex: 1;
  height: 100%;
  min-height: 100lvh;
  margin-bottom: 3vw;
  display: flex;
  position: sticky;
  top: 8vw;
}

.paragraph {
  font-family: neue-montreal, Arial, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    margin-bottom: 0;
  }

  .privacy-body-section.section.padding-global {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .privacy-small-text.heading.is-h6 {
    font-size: var(--font-m-16px);
    font-size: 1rem;
  }

  .not-bold {
    font-weight: 700;
  }

  .privacy-nav-links {
    font-size: .875rem;
  }

  .privacy-body-container-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .privacy-body-container-2.padding-global {
    border-radius: 1.25rem;
    padding: 2rem 1rem 3rem;
  }

  .privacy-body-container-main {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .privacy-body-container-main.padding-global {
    border-radius: 1.25rem;
    width: 100%;
    padding: 0 !important;
  }

  .privacy-rich-text-2 {
    font-size: .875rem;
  }

  .privacy-nav-con {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .is-h6 {
    font-size: var(--font-m-16px);
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-wrap {
    z-index: 2;
  }
}
/* 

@font-face {
  font-family: 'neue-montreal';
  src: url('./fonts/NeueMontreal-Regular-1.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'neue-montreal';
  src: url('./fonts/NeueMontreal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'neue-montreal';
  src: url('./fonts/NeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */