.link-with-icon {
  font-weight: bold;
}

body {
  color: #1a1a1a;
  font-family: "IBM Plex Mono", Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  padding-bottom: 30px;
}

.container {
  max-width: 800px;
}

a {
  color: #1a1a1a;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

.header {
  display: flex;
  width: 100%;
  height: 180px;
  background: url("/img/header-background.png");
  margin-bottom: 50px;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  position: relative;
}
.header img {
  max-height: 100%;
}
.header .header-logo-container {
  flex-grow: 1;
  text-align: center;
}
.header .header-right .auth-link-container {
  position: absolute;
  bottom: -30px;
  right: 10px;
  display: flex;
  gap: 10px;
}
.header .header-right .auth-link-container .separator {
  color: #ff0000;
  content: "/";
  height: 1em;
  width: 1em;
}

.red {
  color: #c83939;
}

.blue {
  color: #2d2e83;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #3C538F;
  color: #FFFFFF;
}
.sticky-footer a, .sticky-footer a:hover, .sticky-footer a:active, .sticky-footer a:focus {
  color: #FFFFFF;
}
.sticky-footer img {
  max-height: 25px;
}

@media screen and (max-width: 880px) {
  .sticky-footer {
    max-width: 100%;
    position: static !important;
    height: auto;
  }
  body {
    padding-bottom: 0;
  }
}
h1, h2 {
  font-weight: bold;
}

.link-with-icon, .icon {
  transition: background-color 0.2s ease-in-out;
}

.link-with-icon {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  position: relative;
  transition: 0.2s ease-in-out;
  padding: 5px;
}
.link-with-icon .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.link-with-icon .icon {
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
}
.link-with-icon.link-with-icon-full {
  background: #3C538F;
  border-radius: 25px;
  color: #FFFFFF;
  justify-content: space-between;
  position: relative;
  align-items: stretch;
}
.link-with-icon.link-with-icon-full .icon {
  width: 50px;
  min-width: 50px;
  border-radius: 25px;
  background: #1F305B;
}
.link-with-icon.link-with-icon-full .text {
  flex-grow: 1;
  text-align: center;
}
.link-with-icon.link-with-icon-full:hover {
  background: #1F305B;
}
.link-with-icon.link-with-icon-full:hover .icon {
  background: #3C538F;
}
.link-with-icon:hover .text {
  text-decoration: underline;
}
.link-with-icon:hover {
  top: -1px;
}
.link-with-icon:active {
  top: 2px;
}

ul.products {
  list-style-type: none;
  padding-left: 0;
}
ul.products li {
  margin-bottom: 20px;
}
ul.products li .link-header {
  font-weight: bold;
  font-size: 14px;
}
ul.products li .link-text {
  font-weight: normal;
  font-size: 14px;
}
.invalid-feedback {
  display: block !important;
}

.video iframe {
  width: 100%;
  height: 350px;
}



/*# sourceMappingURL=main.css.map */
