body {
  font-feature-settings: "salt";
}

h1,
h2 {
  font-weight: 700;
}

section {
  padding: 100px 0;
}

.section-title {
  margin-top: -6px;
}

.title {
  margin-bottom: 50px;
}

.title h2 {
  font-weight: 600;
}

.title h5 {
  font-weight: 500;
}

.landing-page {
  overflow-x: hidden;
  background: var(--bs-body-bg);
}

.public-page-shell {
  min-height: 100vh;
}

.public-page-content {
  overflow-wrap: anywhere;
}

.public-page-content img {
  max-width: 100%;
  height: auto;
}

.public-page-content table {
  width: 100%;
}

.public-page-content > :last-child {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .landing-page .container {
    max-width: 1200px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 1099;
  width: 100%;
  padding: 16px 0;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background-color: var(--pc-header-background);
}

.navbar.top-nav-collapse.default {
  box-shadow: none;
}

.navbar.default,
.navbar.top-nav-collapse {
  box-shadow: 0 8px 6px -10px rgba(0, 0, 0, 0.5);
}

.navbar .nav-link {
  font-weight: 500;
  color: var(--bs-body-color);
}

.navbar .nav-link:active,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--bs-primary);
}

[data-pc-theme="dark"].landing-page .navbar.default,
[data-pc-theme="dark"].landing-page .navbar.top-nav-collapse {
  background: rgba(19, 25, 32, 0.92);
}

header {
  overflow: hidden;
  position: relative;
  padding: 90px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
}

header h1 {
  font-size: 55px;
}

header .container,
header > * {
  position: relative;
  z-index: 5;
}

.footer .footer-top {
  padding: 60px 0;
}

.footer .footer-bottom {
  padding: 22px 0;
}

.footer .footer-link a {
  display: block;
  margin: 14px 0;
  color: var(--bs-primary);
  transition: all 0.08s cubic-bezier(0.37, 0.24, 0.53, 0.99);
}

.footer .footer-link a:not(:hover) {
  color: var(--bs-body-color);
  opacity: 0.9;
}

.footer .footer-link li:last-child a {
  margin-bottom: 0;
}

.footer .footer-sos-link a {
  color: var(--bs-primary);
  transition: all 0.08s cubic-bezier(0.37, 0.24, 0.53, 0.99);
}

.footer .footer-sos-link a:not(:hover) {
  color: var(--bs-body-color);
  opacity: 0.9;
}

@media (max-width: 991.98px) {
  section {
    padding: 40px 0;
  }

  .footer .footer-top {
    padding: 40px 0;
  }
}

@media (max-width: 940px) {
  .section-title {
    margin-top: -5px;
  }
}

@media (max-width: 767.98px) {
  header .header-content {
    text-align: center;
  }

  header h1 {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .footer .footer-link a {
    margin: 4px 0;
  }
}

@media (max-width: 460px) {
  .section-title {
    margin-top: -4px;
  }
}
