/** COLORS: */
/** COLORS; */
/** GRADIENTS: */
/** GRADIENTS; */
.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: 0.1s linear all;
}
.fade-fast-enter,
.fade-fast-leave-to {
  opacity: 0;
}
/*helpers*/
/*@import "helpers/_extend_ns";*/
.policy {
  position: relative;
}
.policy-header {
  padding: 16px 0 17px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #F0F0F0;
  background: #FFF;
  z-index: 100;
}
@supports (backdrop-filter: blur(35px)) or (-webkit-backdrop-filter: blur(35px)) {
  .policy-header {
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    background: rgba(255, 255, 255, 0.75);
  }
}
.policy-header .container-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.policy-header .btn {
  margin-right: 15px;
}
@media (max-width: 639.98px) {
  .policy-header .btn > span {
    padding: 8px 30px;
  }
}
.policy-header .btn .long-arrow {
  width: 20px;
  margin-bottom: -2px;
  margin-right: 8px;
  margin-left: 0;
  transition: 0.3s linear width, 0.3s linear margin-left;
}
@media (max-width: 639.98px) {
  .policy-header .btn .long-arrow {
    position: absolute;
    top: 9px;
    left: 20px;
  }
}
.policy-header .btn:hover .long-arrow {
  width: 30px;
  margin-left: -10px;
}
@media (max-width: 639.98px) {
  .policy-header .btn {
    text-indent: -300px;
  }
}
.policy-header-hider {
  position: relative;
  width: 100%;
  margin-top: -1px;
}
.policy-header-hider:before,
.policy-header-hider:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: calc(50% - 630px);
  padding-bottom: calc(50% - 630px);
  z-index: 100;
}
.policy-header-hider:before {
  left: 0;
  background: linear-gradient(135deg, white 50%, transparent 50%);
}
.policy-header-hider:after {
  right: 0;
  background: linear-gradient(225deg, white 50%, transparent 50%);
}
@media (max-width: 1199.98px) {
  .policy-header-hider {
    display: none;
  }
}
.policy-name {
  color: #000;
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
}
.policy-container {
  max-width: 780px;
  margin: auto;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.policy-links {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
  float: right;
  width: 220px;
  background: #FAFAFA;
  padding: 20px 0;
}
@media (min-width: 1600px) {
  .policy-links {
    display: block;
  }
}
.policy-links ol {
  counter-reset: item;
}
.policy-links ol > li > a {
  counter-increment: item;
}
.policy-links ol > li > a:before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}
.policy-links a {
  width: 100%;
  display: block;
  padding: 7px 25px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  background-color: transparent;
  transition: 0.1s linear background-color;
}
.policy-links a:hover,
.policy-links a.active {
  background-color: #F0F0F0;
}
.policy h1 {
  margin: 50px 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #000;
}
.policy h2 {
  margin: 50px 0 15px;
  font-weight: bold;
  font-size: 1em;
}
.policy p + p {
  margin-top: 15px;
}
.policy .anchor {
  position: relative;
  display: block;
  top: -30px;
  padding: 1px;
  height: 0;
  margin-top: -2px;
}
.policy ul {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 25px;
}
.policy ul > li:before {
  content: "—";
}
.policy ul > li {
  padding-left: 20px;
}
.policy ul > li:before {
  padding-right: 0.25em;
}
.policy ul > li p {
  margin: 0;
  display: inline-block;
  font-family: 'Courencies', 'Roboto', sans-serif;
}
.policy .disable-bottom-margin {
  margin-bottom: 0!important;
}
/*# sourceMappingURL=user_policy.css.map */