/*! CSS Used from: http://127.0.0.1:5501/policy/css/lib/bootstrap.min.css */

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
/*! CSS Used from: http://127.0.0.1:5501/policy/css/main.css */
h4 {
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
h4 {
  font-size: 24px;
  margin-top: -4px;
  font-weight: 500;
}
p {
  margin: 0;
  padding: 0;
}
a {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  color: #ffc827;
}
ul {
  margin: -7px 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 7px 0;
}
.title {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 18px;
  }
  .container {
    max-width: 460px !important;
  }
  p {
    font-size: 15px;
  }
}
.privacy-policy-sidebar-menu {
  position: sticky;
  top: 20px;
}
.privacy-policy-sidebar-menu li {
  width: 100%;
  padding: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.17);
}
.privacy-policy-sidebar-menu li:last-child {
  border: 0;
}
.privacy-policy-sidebar-menu li a {
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.privacy-policy-sidebar-menu li a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 0;
  background: #ffc827;
  right: 0;
  top: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.privacy-policy-sidebar-menu li a.active {
  color: #ffc827;
}
.privacy-policy-sidebar-menu li a.active::before {
  height: 100%;
  transform-origin: bottom;
}
.privacy-policy-sidebar-menu li a:hover {
  color: #ffc827;
}
.privacy-policy-content {
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .privacy-policy-content {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .privacy-policy-content {
    padding-left: 0px;
  }
}
.privacy-policy-content .content-item {
  margin-bottom: 40px;
}
.privacy-policy-content .content-item:last-child {
  margin-bottom: 0;
}
.privacy-policy-content .content-item .title {
  margin-bottom: 15px;
}
.privacy-policy-content .content-item .info-list {
  margin-top: 15px;
}
.privacy-policy-content .content-item .info-list li {
  padding-left: 25px;
  position: relative;
}
.privacy-policy-content .content-item .info-list li::before {
  position: absolute;
  font-weight: 900;
  font-size: 16px;
  font-family: "Line Awesome Free";
  content: "\f101";
  left: 0;
  top: 6px;
  color: #ffc827;
}

@media (min-width: 1200px) {
  .padding-top {
    padding-top: 40px;
  }
  .padding-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .padding-top {
    padding-top: 110px;
  }
  .padding-bottom {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .padding-top {
    padding-top: 90px;
  }
  .padding-bottom {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .padding-top {
    padding-top: 80px;
  }
  .padding-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .padding-top {
    padding-top: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
}
.privacy-policy {
  overflow: initial !important;
}
