.privacy-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
}
 
.privacy-thq-fadein-elm {
  width: 100%;
  height: 105px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 0.00%,rgb(82, 40, 244) 98.00%);
}
 
.privacy-thq-hero-elm {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  background-color: #5228F4;
}
 
.privacy-image1 {
  width: auto;
  height: auto;
  margin-top: 130px;
  object-fit: cover;
  animation-name: fadeInDownBig;
  animation-delay: 0s;
  animation-duration: 1200ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.privacy-text10 {
  color: rgb(255, 255, 255);
  font-size: 70px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 80px;
  animation-name: fadeInDownBig;
  animation-delay: 0s;
  animation-duration: 1200ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.privacy-text11 {
  color: rgb(238, 233, 254);
  width: auto;
  font-size: 30px;
  max-width: auto;
  margin-top: var(--dl-layout-space-unit);
  text-align: center;
  line-height: 30px;
  animation-name: fadeInDown;
  animation-delay: 0s;
  animation-duration: 900ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.privacy-text14 {
  color: rgb(238, 233, 254);
  width: auto;
  font-size: 30px;
  max-width: auto;
  margin-top: var(--dl-layout-space-fourunits);
  text-align: center;
  line-height: 30px;
  margin-bottom: var(--dl-layout-space-unit);
  animation-name: fadeInDown;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.privacy-image2 {
  width: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  animation-name: fadeInDown;
  animation-delay: 0s;
  animation-duration: 900ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.privacy-text27 {
  color: rgb(238, 233, 254);
  width: auto;
  font-size: 30px;
  max-width: auto;
  margin-top: var(--dl-layout-space-fourunits);
  text-align: center;
  line-height: 30px;
  margin-bottom: var(--dl-layout-space-unit);
  animation-name: fadeInDown;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.privacy-image3 {
  width: auto;
  max-width: 100%;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  max-height: 100%;
  object-fit: cover;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  animation-name: fadeInDown;
  animation-delay: 0s;
  animation-duration: 900ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.privacy-image4 {
  width: auto;
  max-width: 100%;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  margin-top: var(--dl-layout-space-unit);
  max-height: 100%;
  object-fit: cover;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  animation-name: fadeInDown;
  animation-delay: 0s;
  animation-duration: 900ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.privacy-text30 {
  color: rgb(238, 233, 254);
  width: auto;
  font-size: 30px;
  max-width: auto;
  margin-top: var(--dl-layout-space-fourunits);
  text-align: center;
  line-height: 30px;
  margin-bottom: var(--dl-layout-space-unit);
  animation-name: fadeInDown;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.privacy-link1 {
  text-decoration: underline;
}
 
.privacy-link2 {
  display: contents;
}
 
.privacy-text40 {
  color: rgb(255, 255, 255);
  font-size: 70px;
  font-style: normal;
  margin-top: var(--dl-layout-space-twounits);
  text-align: center;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
}
 
.privacy-thq-fadeout-elm {
  width: 100%;
  height: 105px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0.00%,rgb(82, 40, 244) 98.00%);
}
 
.privacy-thq-hostlist-elm {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 160px;
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  padding-bottom: 160px;
  justify-content: center;
  background-color: #000000;
}
 
.privacy-thq-bottom-elm {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-self: center;
  margin-top: var(--dl-layout-space-threeunits);
  align-items: flex-start;
  user-select: none;
  flex-direction: column;
}
 
.privacy-image5 {
  flex: 0;
  width: auto;
  height: auto;
  max-width: var(--dl-layout-size-xxlarge);
  min-width: var(--dl-layout-size-xsmall);
  align-self: center;
  max-height: var(--dl-layout-size-xxlarge);
  min-height: var(--dl-layout-size-xsmall);
  object-fit: cover;
}
 
.privacy-text41 {
  color: rgb(104, 104, 104);
  align-self: center;
  text-align: center;
}
 
.privacy-text44 {
  color: rgb(104, 104, 104);
  align-self: center;
  text-align: center;
}
 
@media(max-width: 1200px) {
  .privacy-thq-hero-elm {
    height: 1900px;
  }
}
 
@media(max-width: 991px) {
  .privacy-thq-fadein-elm {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .privacy-thq-hero-elm {
    height: 1900px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .privacy-thq-fadeout-elm {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .privacy-thq-hostlist-elm {
    padding-top: var(--dl-layout-space-sevenunits);
    padding-bottom: var(--dl-layout-space-sevenunits);
  }
  .privacy-text41 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .privacy-text44 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}
 
@media(max-width: 767px) {
  .privacy-thq-fadein-elm {
    height: auto;
    position: relative;
    padding-top: var(--dl-layout-space-twounits);
    padding-bottom: var(--dl-layout-space-twounits);
    background-color: var(--dl-color-template-blue-bg);
  }
  .privacy-thq-hero-elm {
    height: 100%;
    position: relative;
    padding-bottom: 180px;
    background-color: var(--dl-color-template-blue-bg);
  }
  .privacy-text10 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
  .privacy-text11 {
    color: rgb(238, 233, 254);
    font-size: 16px;
    margin-top: var(--dl-layout-space-unit);
    line-height: 24px;
  }
  .privacy-text14 {
    color: rgb(238, 233, 254);
    font-size: 16px;
    margin-top: var(--dl-layout-space-unit);
    line-height: 24px;
  }
  .privacy-text27 {
    color: rgb(238, 233, 254);
    font-size: 16px;
    margin-top: var(--dl-layout-space-unit);
    line-height: 24px;
  }
  .privacy-text30 {
    color: rgb(238, 233, 254);
    font-size: 16px;
    margin-top: var(--dl-layout-space-unit);
    line-height: 24px;
  }
  .privacy-text40 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
  .privacy-thq-fadeout-elm {
    height: auto;
    position: relative;
    padding-top: var(--dl-layout-space-twounits);
    padding-bottom: var(--dl-layout-space-twounits);
    background-color: var(--dl-color-template-blue-bg);
  }
  .privacy-thq-hostlist-elm {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
}
 
@media(max-width: 479px) {
  .privacy-thq-fadein-elm {
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    border-color: #860000;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .privacy-thq-hero-elm {
    height: 100%;
    padding-bottom: 160px;
  }
  .privacy-image1 {
    overflow: visible;
    max-width: 100%;
    min-width: var(--dl-layout-size-small);
    align-self: center;
    max-height: 100%;
    min-height: var(--dl-layout-size-small);
    object-fit: scale-down;
  }
  .privacy-text11 {
    color: #EEE9FE;
  }
  .privacy-text14 {
    color: #EEE9FE;
  }
  .privacy-image2 {
    max-width: 100%;
    max-height: 100%;
  }
  .privacy-text27 {
    color: #EEE9FE;
  }
  .privacy-image3 {
    max-width: 100%;
    max-height: 100%;
  }
  .privacy-image4 {
    max-width: 100%;
    max-height: 100%;
  }
  .privacy-text30 {
    color: #EEE9FE;
  }
  .privacy-thq-fadeout-elm {
    height: 100%;
    padding-top: var(--dl-layout-space-twounits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .privacy-image5 {
    max-width: auto;
    min-width: var(--dl-layout-size-large);
    min-height: var(--dl-layout-size-large);
  }
}
