.row {
}

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

.nav-pills .nav-link {
  color: #555;
}

a {
  border: none;
}

* {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div {
  font-weight: bold;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  position: relative;
}

@media (min-width: 768px) {
  h1 {
    color: #ffffff;
  }
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #2d4156;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

.row, .row > .column {
  padding: 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

.dh-header-non-rectangular-container h1, p {
  color: white;
  font-weight: bold;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 1.625;
  font-weight: 300;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

section {
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: grid;
}

* {
  box-sizing: border-box;
}

div {
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1, .h1 {
  font-size: 2.5rem;
}

.h1, h1 {
  font-size: 36px;
  padding-top: 5px;
}

.h1, h1 {
  /*color: black;*/
}

.h1, h1 {
  font-size: 32px;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

@media (min-width: 300px) {
  p {
    font-size: 0.75rem!important;
  }
}

@media (min-width: 300px) {
  section {
  }
}

p {
  font-family: 'Roboto';
  color: #7d7d7d;
}

