@font-face {
  font-family: "FF DIN Regular";
  src: url("./fonts/FF_DIN_Regular.eot");
  src: url("./fonts/FF_DIN_Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/FF_DIN_Regular.woff2") format("woff2"), url("./fonts/FF_DIN_Regular.woff") format("woff"), url("./fonts/FF_DIN_Regular.ttf") format("truetype"), url("./fonts/FF_DIN_Regular.svg#FF_DIN_Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 18px; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #003859;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

 figcaption, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "FF DIN Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  text-align: left;
  background-color: #e2007d; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

 h2 {
  margin-top: 0;
  margin-bottom: 1.25rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }


ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }


ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }


strong {
  font-weight: bolder; }

a {
  color: #fecdeb;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: black;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

img {
  vertical-align: middle;
  border-style: none; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

[hidden] {
  display: none !important; }

 h2, .h2 {
  margin-bottom: 1.25rem;
  font-weight: 500;
  line-height: 1.2; }

h2, .h2 {
  font-size: 1rem; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 826.6666666667px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1000px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

 .col-6, .col-12, .col-sm-12, .col-md-6, .col-md-12, .col-lg-3, .col-lg-4, .col-lg-8, .col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

 body {
  margin-top: 1.25rem !important; }
@media (min-width: 768px) {

   body {
    margin-top: 5rem !important; } }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  
  img {
    page-break-inside: avoid; }

  p,
  h2 {
    orphans: 3;
    widows: 3; }

  h2 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; } }
@media (min-width: 992px) {
  .klngrl-container {
    margin-left: 8.3333333333%;
    padding-left: 15px; } }
dt {
  font-weight: normal; }

dd {
  margin-bottom: 1.5rem; }

@media (max-width: 767.98px) {
  .col-objects {
    order: 2; }

  .col-arrows {
    order: 1; }

  .col-categories {
    order: 3; } }
@media (max-width: 767.98px) and (orientation: landscape) {
  .col-objects, .col-categories,
  .col-arrows .col-6 {
    max-width: 33%;
    flex: 0 0 33%; } }
.img-klngrl {
  width: 100%; }

a {
  background-color: none;
  padding: 0 0.2em; }

.header-text {
  padding-bottom: 3rem; }

 h2 {
  font-weight: bold; }

 ul {
  padding-left: 1em;
  list-style-position: inside;
  list-style-type: none;
  margin-bottom: 0; }
  
.bg-dark {
  background-color: #003859;
}
