/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
.pageHeader {
  margin-top: 100px;
  background-image: url(../images/privacy.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20vw;
}

.articlePrivacy {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.articlePrivacy .title {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .articlePrivacy .title {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.articlePrivacy .title .container {
  margin: 30px auto;
}

.articlePrivacy .title .container h2 {
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 3.6em;
  color: #209edb;
  margin-top: 10px;
}

.articlePrivacy .title .container hr {
  border-top: 1px solid #209edb;
  margin: 0 auto;
  width: 230px;
}

.articlePrivacy .title .container h3 {
  text-align: center;
  font-size: 2em;
  color: #656464;
  margin: 10px auto;
}

.articlePrivacy .context .container h4 {
  color: #209edb;
  font-weight: bold;
}

.articlePrivacy .context .container p {
  margin-bottom: 30px;
}

.articlePrivacy .formBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.articlePrivacy .formBg .colorBlock1 {
  position: absolute;
  background-color: #656464;
  width: 600px;
  height: 1000px;
  bottom: 0;
  right: -860px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  opacity: .3;
  -webkit-animation: displace 5s infinite alternate linear;
          animation: displace 5s infinite alternate linear;
}

@media only screen and (max-width: 767px) {
  .articlePrivacy .formBg .colorBlock1 {
    right: -1020px;
  }
}

.articlePrivacy .formBg .colorline1,
.articlePrivacy .formBg .colorline2 {
  position: absolute;
  width: 2px;
  height: 170px;
  background-color: #fff;
  right: 130px;
  bottom: 0px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: slope 4s infinite linear;
          animation: slope 4s infinite linear;
}

@media only screen and (max-width: 767px) {
  .articlePrivacy .formBg .colorline1,
  .articlePrivacy .formBg .colorline2 {
    right: -20px;
    bottom: 0px;
  }
}

.articlePrivacy .formBg .colorline2 {
  background-color: rgba(101, 100, 100, 0.5);
  height: 230px;
  left: auto;
  top: auto;
  width: 4px;
  right: -80px;
  bottom: 250px;
  -webkit-animation: slope 2s infinite linear;
          animation: slope 2s infinite linear;
}

@media only screen and (max-width: 767px) {
  .articlePrivacy .formBg .colorline2 {
    right: -80px;
    bottom: 60px;
  }
}
/*# sourceMappingURL=privacy.css.map */