.privacy-note-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.privacy-note-header-section {
  width: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}
 
.privacy-note-navlink1 {
  display: contents;
}
 
.privacy-note-logo1 {
  width: 250px;
  height: auto;
  text-decoration: none;
}
 
.privacy-note-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.privacy-note-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.privacy-note-link11 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  transition: 0.3s;
  text-decoration: none;
}
 
.privacy-note-link11:hover {
  fill: var(--dl-color-accents-green);
  color: var(--dl-color-accents-green);
}
 
.privacy-note-link21 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  transition: 0.3s;
  text-decoration: none;
}
 
.privacy-note-link21:hover {
  fill: var(--dl-color-accents-green);
  color: var(--dl-color-accents-green);
}
 
.privacy-note-link31 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  transition: 0.3s;
  text-decoration: none;
}
 
.privacy-note-link31:hover {
  fill: var(--dl-color-accents-green);
  color: var(--dl-color-accents-green);
}
 
.privacy-note-burger-menu {
  display: none;
}
 
.privacy-note-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.privacy-note-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.privacy-note-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.privacy-note-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.privacy-note-navlink2 {
  display: contents;
}
 
.privacy-note-logo2 {
  height: 3rem;
  text-decoration: none;
}
 
.privacy-note-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.privacy-note-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.privacy-note-links2 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.privacy-note-link12 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  transition: 0.3s;
  text-decoration: none;
}
 
.privacy-note-link12:hover {
  fill: var(--dl-color-accents-green);
  color: var(--dl-color-accents-green);
}
 
.privacy-note-link22 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  transition: 0.3s;
  text-decoration: none;
}
 
.privacy-note-link22:hover {
  fill: var(--dl-color-accents-green);
  color: var(--dl-color-accents-green);
}
 
.privacy-note-link32 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  transition: 0.3s;
  text-decoration: none;
}
 
.privacy-note-link32:hover {
  fill: var(--dl-color-accents-green);
  color: var(--dl-color-accents-green);
}
 
.privacy-note-description-section {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
  justify-content: center;
}
 
.privacy-note-text10 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  text-align: center;
  margin-bottom: 100px;
}
 
.privacy-note-description-text {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.privacy-note-text11 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
}
 
.privacy-note-text13 {
  color: var(--dl-color-theme-secondary1);
}
 
.privacy-note-text15 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text16 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text19 {
  color: var(--dl-color-theme-secondary1);
}
 
.privacy-note-text21 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text22 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text25 {
  color: var(--dl-color-theme-secondary1);
}
 
.privacy-note-text27 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text28 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text31 {
  color: var(--dl-color-theme-secondary1);
}
 
.privacy-note-text33 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text34 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text37 {
  color: var(--dl-color-theme-secondary1);
}
 
.privacy-note-text39 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text40 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text45 {
  color: var(--dl-color-theme-secondary1);
}
 
.privacy-note-text47 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text48 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text51 {
  color: var(--dl-color-theme-secondary1);
}
 
.privacy-note-text53 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text54 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text57 {
  color: var(--dl-color-theme-secondary1);
}
 
.privacy-note-text59 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text60 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text63 {
  color: var(--dl-color-theme-secondary1);
}
 
.privacy-note-text65 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-text66 {
  color: var(--dl-color-accents-green);
  font-size: 32px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
 
.privacy-note-footer-section {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: 20px;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}
 
.privacy-note-navlink3 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  text-decoration: none;
}
 
.privacy-note-copyright {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
}
 
.privacy-note-navlink4 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  text-decoration: none;
}
 
@media(max-width: 767px) {
  .privacy-note-header-section {
    padding: 20px;
  }
  .privacy-note-desktop-menu {
    display: none;
  }
  .privacy-note-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .privacy-note-icon1 {
    fill: var(--dl-color-accents-green);
    width: 80px;
    height: auto;
  }
  .privacy-note-mobile-menu {
    top: 0px;
    padding: 20px;
    background-color: var(--dl-color-theme-neutral-dark);
  }
  .privacy-note-logo2 {
    width: 250px;
    height: auto;
  }
  .privacy-note-icon3 {
    fill: var(--dl-color-accents-green);
    width: 60px;
    height: 100%;
  }
  .privacy-note-links2 {
    align-self: center;
    flex-direction: column;
  }
  .privacy-note-footer-section {
    align-items: center;
    flex-direction: column;
  }
  .privacy-note-navlink3 {
    margin-bottom: 20px;
  }
  .privacy-note-copyright {
    margin-bottom: 20px;
  }
}
 
@media(max-width: 479px) {
  .privacy-note-header-section {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .privacy-note-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
  .privacy-note-text10 {
    font-size: 2rem;
  }
}
