body {
  -webkit-font-smoothing: antialiased;
  color: var(--dark-color);
  background: url("inverted-bghexagons.8fb553fc.jpg") top / cover fixed;
  margin: 0;
  font-family: articulat-cf, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: grid;
}

@media only screen and (width <= 769px) {
  body {
    color: var(--dark-color);
    background-attachment: fixed;
    line-height: 1.5;
    transition: all 1s;
  }
}

.cic--global__privacy--wrapperbg {
  backdrop-filter: blur(5px);
  background-blend-mode: exclusion;
  background: #ffffff80 url("code-paintsplash-b-and-w.a415f688.png") 100% 0 / 180px 180px no-repeat;
  border: 1px solid #7cc2de;
}

@media screen and (width <= 769px) {
  .cic--global__privacy--wrapperbg {
    background-position: 100% 0;
    background-size: 100px 100px;
  }
}

.cic--global__privacy--mainwrapper {
  align-items: center;
  padding: 5vw;
  display: grid;
}

@media only screen and (width >= 1800px) {
  .cic--global__privacy--mainwrapper {
    padding: 8vw;
  }
}

.cic--global__privacy--innerwrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.cic--global__privacy--paragraphwrap {
  color: #333030;
  text-align: left;
  padding: 3%;
  line-height: 1.5;
}

.cic--global__privacy--titletext {
  color: #333030;
  text-transform: capitalize;
  z-index: 1;
  font-size: 1.35rem;
  font-weight: 600;
}

.cic--global__privacy--paragraphtext {
  z-index: 3;
  letter-spacing: .05rem;
  color: #333030;
  font-size: .9rem;
}

.cic--global__privacy--link {
  color: #7cc2defc;
  font-size: .9rem;
  text-decoration: none;
  transition: opacity .25s ease-in-out;
}

.cic--global__privacy--link:hover {
  opacity: .8;
}
