.text {
  /* If two consecutive sections share the same data-bg-color, remove padding-top on the second */
}
.text section[data-bg-color=bg-white] + section[data-bg-color=bg-white], .text section[data-bg-color=bg-buff] + section[data-bg-color=bg-buff] {
  padding-top: 0 !important;
}
.text {
  /* repeat for each background color you use */
}
.text .p-20 {
  padding: 20px;
}
.text .mb-20 {
  margin-bottom: 20px;
}
.text {
  /*
  html .container, html .container-fluid {
      max-width: 100%;

      img {
          max-width: 100%;
      }
  }
      */
  /* If two consecutive sections share the same data-bg-color, remove padding-top on the second */
}
.text section[data-bg-color=bg-white] + section[data-bg-color=bg-white], .text section[data-bg-color=bg-buff] + section[data-bg-color=bg-buff] {
  padding-top: 0 !important;
}
.text {
  /* repeat for each background color you use */
}
.text .p-20 {
  padding: 20px;
}
.text .mb-20 {
  margin-bottom: 20px;
}
.text {
  /*
  html .container, html .container-fluid {
      max-width: 100%;

      img {
          max-width: 100%;
      }
  }
      */
}
.text .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.text .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.text .table > tbody {
  vertical-align: inherit;
}
.text .table > thead {
  vertical-align: bottom;
}
.text .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.text .caption-top {
  caption-side: top;
}
.text .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.text .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.text .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.text .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.text .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.text .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.text .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.text .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.text .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.text .table-primary {
  --bs-table-color: #1f1f1f;
  --bs-table-bg: rgb(204, 224.2, 241.8);
  --bs-table-border-color: rgb(169.4, 185.56, 199.64);
  --bs-table-striped-bg: rgb(195.35, 214.54, 231.26);
  --bs-table-striped-color: #1f1f1f;
  --bs-table-active-bg: rgb(186.7, 204.88, 220.72);
  --bs-table-active-color: #1f1f1f;
  --bs-table-hover-bg: rgb(191.025, 209.71, 225.99);
  --bs-table-hover-color: #1f1f1f;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.text .table-secondary {
  --bs-table-color: #1f1f1f;
  --bs-table-bg: rgb(212, 226, 226.6);
  --bs-table-border-color: rgb(175.8, 187, 187.48);
  --bs-table-striped-bg: rgb(202.95, 216.25, 216.82);
  --bs-table-striped-color: #1f1f1f;
  --bs-table-active-bg: rgb(193.9, 206.5, 207.04);
  --bs-table-active-color: #1f1f1f;
  --bs-table-hover-bg: rgb(198.425, 211.375, 211.93);
  --bs-table-hover-color: #1f1f1f;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.text .table-success {
  --bs-table-color: #1f1f1f;
  --bs-table-bg: rgb(212, 226, 226.6);
  --bs-table-border-color: rgb(175.8, 187, 187.48);
  --bs-table-striped-bg: rgb(202.95, 216.25, 216.82);
  --bs-table-striped-color: #1f1f1f;
  --bs-table-active-bg: rgb(193.9, 206.5, 207.04);
  --bs-table-active-color: #1f1f1f;
  --bs-table-hover-bg: rgb(198.425, 211.375, 211.93);
  --bs-table-hover-color: #1f1f1f;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.text .table-info {
  --bs-table-color: #1f1f1f;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(171.48, 201.72, 207.8);
  --bs-table-striped-bg: rgb(197.82, 233.73, 240.95);
  --bs-table-striped-color: #1f1f1f;
  --bs-table-active-bg: rgb(189.04, 223.06, 229.9);
  --bs-table-active-color: #1f1f1f;
  --bs-table-hover-bg: rgb(193.43, 228.395, 235.425);
  --bs-table-hover-color: #1f1f1f;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.text .table-warning {
  --bs-table-color: #1f1f1f;
  --bs-table-bg: rgb(254.1, 246.3, 229.5);
  --bs-table-border-color: rgb(209.48, 203.24, 189.8);
  --bs-table-striped-bg: rgb(242.945, 235.535, 219.575);
  --bs-table-striped-color: #1f1f1f;
  --bs-table-active-bg: rgb(231.79, 224.77, 209.65);
  --bs-table-active-color: #1f1f1f;
  --bs-table-hover-bg: rgb(237.3675, 230.1525, 214.6125);
  --bs-table-hover-color: #1f1f1f;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.text .table-danger {
  --bs-table-color: #1f1f1f;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(204.6, 177.88, 180.44);
  --bs-table-striped-bg: rgb(237.15, 205.42, 208.46);
  --bs-table-striped-color: #1f1f1f;
  --bs-table-active-bg: rgb(226.3, 196.24, 199.12);
  --bs-table-active-color: #1f1f1f;
  --bs-table-hover-bg: rgb(231.725, 200.83, 203.79);
  --bs-table-hover-color: #1f1f1f;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.text .table-light {
  --bs-table-color: #1f1f1f;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(204.6, 205.4, 206.2);
  --bs-table-striped-bg: rgb(237.15, 238.1, 239.05);
  --bs-table-striped-color: #1f1f1f;
  --bs-table-active-bg: rgb(226.3, 227.2, 228.1);
  --bs-table-active-color: #1f1f1f;
  --bs-table-hover-bg: rgb(231.725, 232.65, 233.575);
  --bs-table-hover-color: #1f1f1f;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.text .table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.text .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .text .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .text .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .text .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1279.98px) {
  .text .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .text .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.text ul {
  padding-left: 20px;
  margin: 20px 0 30px 0;
}
.text ul > li {
  margin: 0 0 10px 0;
  line-height: 1.4em;
}
.text ul > li::marker {
  color: inherit;
}
.text ul > li > ul {
  margin: 10px 0 20px 0;
}
.text ol {
  margin: 20px 0 30px 0;
  padding-left: 20px;
}
.text ol > li {
  margin: 0 0 8px 0;
}
.text ol > li > ol {
  margin: 10px 0 20px 0;
}
.text ol > li > ol > li {
  font-size: 1rem;
  line-height: 1.4em;
}
@media (min-width: 992px) {
  .text ol > li > ol > li {
    font-size: 1.625rem;
  }
}
.text dl dt {
  display: inline-block;
}
.text dl dd {
  display: inline;
}
.text dl dd::after {
  content: "";
  display: block;
}
.text hr {
  border-color: rgb(210.6, 216.6, 222);
  border-top: 1px solid rgb(210.6, 216.6, 222);
  margin: 30px 0 30px 0;
  display: block;
  opacity: 1;
}
.text a {
  display: inline-block;
  font-weight: 600;
}
.text a:visited {
  color: #663763;
}
.text a:hover {
  text-decoration: underline;
}
.text a strong {
  font-weight: normal !important;
}
.text .link-external:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  content: "\e89e";
  font-size: 1.125rem;
  margin-right: 5px;
  top: 2px;
  position: relative;
}
.text table {
  border: 0;
  border-top-width: 2px;
  border-style: solid;
  border-color: rgb(210.6, 216.6, 222) !important;
  margin-top: 20px;
  margin-bottom: 32px;
  width: 100%;
  line-height: var(--bs-body-line-height);
}
.text table caption {
  caption-side: top;
  color: #1f1f1f;
  max-width: 866px;
  margin: 32px 0 16px 0;
  font-weight: bold;
  letter-spacing: -0.75px;
}
@media (max-width: 991.98px) {
  .text table caption {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 992px) {
  .text table caption {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.text table th,
.text table td {
  padding: 16px 32px 16px 0;
}
.text table th, .text table td {
  border-bottom: 1px solid rgb(210.6, 216.6, 222);
}
.text blockquote {
  border-left: 4px solid #00a5c0;
  margin: 32px 0;
  padding: 3px 0 3px 16px;
}
.text .highlight {
  margin: 32px 0;
  background-color: #f3efe9;
  padding: 16px 20px 16px 54px;
  color: #1f1f1f;
  position: relative;
}
.text .highlight .material-symbols-outlined {
  top: 17px;
  left: 20px;
}
.text .highlight p:last-child {
  margin-bottom: 0;
}
.text h2:first-of-type {
  margin-top: 0; /* or whatever value you want */
}

body[data-scroll-status=scroll-down] .anchorpoint {
  scroll-margin-top: 0px;
}

body[data-scroll-status=scroll-up] .anchorpoint {
  scroll-margin-top: 107px;
}