﻿/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #1955a5;
  --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: #036d76;
  --secondary: #66332a;
  --success: #007a47;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff4136;
  --light: #f6f3f2;
  --dark: #37444d;
  --cap-dark: #3955a5;
  --cap-light: #ffeb3d;
  --sand: #efead0;
  --gray: #667483;
  --primary-light: #d2e1e3;
  --warning-light: #fff0c1;
  --secondary-light: #f0ebea;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1148px;
  --breakpoint-xl: 1300px;
  --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);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #036d76;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: #01282b;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
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;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
progress {
  vertical-align: baseline;
}
[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;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
h2,
.h2 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
h3,
.h3 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 1.075rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 760px;
  }
}
@media (min-width: 1148px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1298px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1148px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.125);
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d6d9;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7cb3b8;
}
.table-hover .table-primary:hover {
  background-color: #a7ccd0;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a7ccd0;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d4c6c3;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #af9590;
}
.table-hover .table-secondary:hover {
  background-color: #c9b8b4;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c9b8b4;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8dacb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7aba9f;
}
.table-hover .table-success:hover {
  background-color: #a7d1bf;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a7d1bf;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcac7;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff9c96;
}
.table-hover .table-danger:hover {
  background-color: #ffb2ae;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb2ae;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfb;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #faf9f8;
}
.table-hover .table-light:hover {
  background-color: #f1f1ec;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f1f1ec;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c7cbcd;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #979ea2;
}
.table-hover .table-dark:hover {
  background-color: #babec1;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #babec1;
}
.table-cap-dark,
.table-cap-dark > th,
.table-cap-dark > td {
  background-color: #c8cfe6;
}
.table-cap-dark th,
.table-cap-dark td,
.table-cap-dark thead th,
.table-cap-dark tbody + tbody {
  border-color: #98a7d0;
}
.table-hover .table-cap-dark:hover {
  background-color: #b6c0de;
}
.table-hover .table-cap-dark:hover > td,
.table-hover .table-cap-dark:hover > th {
  background-color: #b6c0de;
}
.table-cap-light,
.table-cap-light > th,
.table-cap-light > td {
  background-color: #fff9c9;
}
.table-cap-light th,
.table-cap-light td,
.table-cap-light thead th,
.table-cap-light tbody + tbody {
  border-color: #fff59a;
}
.table-hover .table-cap-light:hover {
  background-color: #fff6b0;
}
.table-hover .table-cap-light:hover > td,
.table-hover .table-cap-light:hover > th {
  background-color: #fff6b0;
}
.table-sand,
.table-sand > th,
.table-sand > td {
  background-color: #fbf9f2;
}
.table-sand th,
.table-sand td,
.table-sand thead th,
.table-sand tbody + tbody {
  border-color: #f7f4e7;
}
.table-hover .table-sand:hover {
  background-color: #f5f0df;
}
.table-hover .table-sand:hover > td,
.table-hover .table-sand:hover > th {
  background-color: #f5f0df;
}
.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #d4d8dc;
}
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #afb7bf;
}
.table-hover .table-gray:hover {
  background-color: #c6cbd1;
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #c6cbd1;
}
.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: #f2f7f7;
}
.table-primary-light th,
.table-primary-light td,
.table-primary-light thead th,
.table-primary-light tbody + tbody {
  border-color: #e8eff0;
}
.table-hover .table-primary-light:hover {
  background-color: #e2eded;
}
.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: #e2eded;
}
.table-warning-light,
.table-warning-light > th,
.table-warning-light > td {
  background-color: #fffbee;
}
.table-warning-light th,
.table-warning-light td,
.table-warning-light thead th,
.table-warning-light tbody + tbody {
  border-color: #fff7df;
}
.table-hover .table-warning-light:hover {
  background-color: #fff5d5;
}
.table-hover .table-warning-light:hover > td,
.table-hover .table-warning-light:hover > th {
  background-color: #fff5d5;
}
.table-secondary-light,
.table-secondary-light > th,
.table-secondary-light > td {
  background-color: #fbf9f9;
}
.table-secondary-light th,
.table-secondary-light td,
.table-secondary-light thead th,
.table-secondary-light tbody + tbody {
  border-color: #f7f5f4;
}
.table-hover .table-secondary-light:hover {
  background-color: #f1eaea;
}
.table-hover .table-secondary-light:hover > td,
.table-hover .table-secondary-light:hover > th {
  background-color: #f1eaea;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(0, 0, 0, 0.125);
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1147.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1299.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.form-control:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #06e0f2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 109, 118, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #007a47;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(0, 122, 71, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #007a47;
  padding-right: calc(1.2em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23007a47' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3em + 0.1875rem) center;
  background-size: calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #007a47;
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 71, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.2em + 0.75rem);
  background-position: top calc(0.3em + 0.1875rem) right calc(0.3em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #007a47;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23007a47' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #007a47;
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 71, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #007a47;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #007a47;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #007a47;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00ad65;
  background-color: #00ad65;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 71, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #007a47;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #007a47;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #007a47;
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 71, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff4136;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(255, 65, 54, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ff4136;
  padding-right: calc(1.2em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3em + 0.1875rem) center;
  background-size: calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.2em + 0.75rem);
  background-position: top calc(0.3em + 0.1875rem) right calc(0.3em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff4136;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ff4136;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff4136;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff4136;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff7169;
  background-color: #ff7169;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff4136;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4136;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 109, 118, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #036d76;
  border-color: #036d76;
}
.btn-primary:hover {
  color: #fff;
  background-color: #024b51;
  border-color: #023f44;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #024b51;
  border-color: #023f44;
  box-shadow: 0 0 0 0.2rem rgba(41, 131, 139, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #036d76;
  border-color: #036d76;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #023f44;
  border-color: #013438;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 131, 139, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #66332a;
  border-color: #66332a;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #4b251f;
  border-color: #42211b;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #4b251f;
  border-color: #42211b;
  box-shadow: 0 0 0 0.2rem rgba(125, 82, 74, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #66332a;
  border-color: #66332a;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #42211b;
  border-color: #391c17;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 82, 74, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #007a47;
  border-color: #007a47;
}
.btn-success:hover {
  color: #fff;
  background-color: #005431;
  border-color: #004729;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #005431;
  border-color: #004729;
  box-shadow: 0 0 0 0.2rem rgba(38, 142, 99, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #007a47;
  border-color: #007a47;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #004729;
  border-color: #003a22;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 142, 99, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff1d10;
  border-color: #ff1103;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ff1d10;
  border-color: #ff1103;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 84, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1103;
  border-color: #f50d00;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 84, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f6f3f2;
  border-color: #f6f3f2;
}
.btn-light:hover {
  color: #212529;
  background-color: #e6dedb;
  border-color: #e1d7d4;
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e6dedb;
  border-color: #e1d7d4;
  box-shadow: 0 0 0 0.2rem rgba(214, 212, 212, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f6f3f2;
  border-color: #f6f3f2;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e1d7d4;
  border-color: #dcd0cc;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 212, 212, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #37444d;
  border-color: #37444d;
}
.btn-dark:hover {
  color: #fff;
  background-color: #273037;
  border-color: #222a2f;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #273037;
  border-color: #222a2f;
  box-shadow: 0 0 0 0.2rem rgba(85, 96, 104, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #37444d;
  border-color: #37444d;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #222a2f;
  border-color: #1c2328;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 96, 104, 0.5);
}
.btn-cap-dark {
  color: #fff;
  background-color: #3955a5;
  border-color: #3955a5;
}
.btn-cap-dark:hover {
  color: #fff;
  background-color: #2f4689;
  border-color: #2c417f;
}
.btn-cap-dark:focus,
.btn-cap-dark.focus {
  color: #fff;
  background-color: #2f4689;
  border-color: #2c417f;
  box-shadow: 0 0 0 0.2rem rgba(87, 111, 179, 0.5);
}
.btn-cap-dark.disabled,
.btn-cap-dark:disabled {
  color: #fff;
  background-color: #3955a5;
  border-color: #3955a5;
}
.btn-cap-dark:not(:disabled):not(.disabled):active,
.btn-cap-dark:not(:disabled):not(.disabled).active,
.show > .btn-cap-dark.dropdown-toggle {
  color: #fff;
  background-color: #2c417f;
  border-color: #293d76;
}
.btn-cap-dark:not(:disabled):not(.disabled):active:focus,
.btn-cap-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-cap-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 111, 179, 0.5);
}
.btn-cap-light {
  color: #212529;
  background-color: #ffeb3d;
  border-color: #ffeb3d;
}
.btn-cap-light:hover {
  color: #212529;
  background-color: #ffe717;
  border-color: #ffe60a;
}
.btn-cap-light:focus,
.btn-cap-light.focus {
  color: #212529;
  background-color: #ffe717;
  border-color: #ffe60a;
  box-shadow: 0 0 0 0.2rem rgba(222, 205, 58, 0.5);
}
.btn-cap-light.disabled,
.btn-cap-light:disabled {
  color: #212529;
  background-color: #ffeb3d;
  border-color: #ffeb3d;
}
.btn-cap-light:not(:disabled):not(.disabled):active,
.btn-cap-light:not(:disabled):not(.disabled).active,
.show > .btn-cap-light.dropdown-toggle {
  color: #212529;
  background-color: #ffe60a;
  border-color: #fce200;
}
.btn-cap-light:not(:disabled):not(.disabled):active:focus,
.btn-cap-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-cap-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 205, 58, 0.5);
}
.btn-sand {
  color: #212529;
  background-color: #efead0;
  border-color: #efead0;
}
.btn-sand:hover {
  color: #212529;
  background-color: #e5ddb3;
  border-color: #e2d9aa;
}
.btn-sand:focus,
.btn-sand.focus {
  color: #212529;
  background-color: #e5ddb3;
  border-color: #e2d9aa;
  box-shadow: 0 0 0 0.2rem rgba(208, 204, 183, 0.5);
}
.btn-sand.disabled,
.btn-sand:disabled {
  color: #212529;
  background-color: #efead0;
  border-color: #efead0;
}
.btn-sand:not(:disabled):not(.disabled):active,
.btn-sand:not(:disabled):not(.disabled).active,
.show > .btn-sand.dropdown-toggle {
  color: #212529;
  background-color: #e2d9aa;
  border-color: #dfd5a0;
}
.btn-sand:not(:disabled):not(.disabled):active:focus,
.btn-sand:not(:disabled):not(.disabled).active:focus,
.show > .btn-sand.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 204, 183, 0.5);
}
.btn-gray {
  color: #fff;
  background-color: #667483;
  border-color: #667483;
}
.btn-gray:hover {
  color: #fff;
  background-color: #55616d;
  border-color: #505b66;
}
.btn-gray:focus,
.btn-gray.focus {
  color: #fff;
  background-color: #55616d;
  border-color: #505b66;
  box-shadow: 0 0 0 0.2rem rgba(125, 137, 150, 0.5);
}
.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
  background-color: #667483;
  border-color: #667483;
}
.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #505b66;
  border-color: #4a545f;
}
.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 137, 150, 0.5);
}
.btn-primary-light {
  color: #212529;
  background-color: #d2e1e3;
  border-color: #d2e1e3;
}
.btn-primary-light:hover {
  color: #212529;
  background-color: #bad1d4;
  border-color: #b3cccf;
}
.btn-primary-light:focus,
.btn-primary-light.focus {
  color: #212529;
  background-color: #bad1d4;
  border-color: #b3cccf;
  box-shadow: 0 0 0 0.2rem rgba(183, 197, 199, 0.5);
}
.btn-primary-light.disabled,
.btn-primary-light:disabled {
  color: #212529;
  background-color: #d2e1e3;
  border-color: #d2e1e3;
}
.btn-primary-light:not(:disabled):not(.disabled):active,
.btn-primary-light:not(:disabled):not(.disabled).active,
.show > .btn-primary-light.dropdown-toggle {
  color: #212529;
  background-color: #b3cccf;
  border-color: #abc7cb;
}
.btn-primary-light:not(:disabled):not(.disabled):active:focus,
.btn-primary-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 197, 199, 0.5);
}
.btn-warning-light {
  color: #212529;
  background-color: #fff0c1;
  border-color: #fff0c1;
}
.btn-warning-light:hover {
  color: #212529;
  background-color: #ffe79b;
  border-color: #ffe48e;
}
.btn-warning-light:focus,
.btn-warning-light.focus {
  color: #212529;
  background-color: #ffe79b;
  border-color: #ffe48e;
  box-shadow: 0 0 0 0.2rem rgba(222, 210, 170, 0.5);
}
.btn-warning-light.disabled,
.btn-warning-light:disabled {
  color: #212529;
  background-color: #fff0c1;
  border-color: #fff0c1;
}
.btn-warning-light:not(:disabled):not(.disabled):active,
.btn-warning-light:not(:disabled):not(.disabled).active,
.show > .btn-warning-light.dropdown-toggle {
  color: #212529;
  background-color: #ffe48e;
  border-color: #ffe181;
}
.btn-warning-light:not(:disabled):not(.disabled):active:focus,
.btn-warning-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 210, 170, 0.5);
}
.btn-secondary-light {
  color: #212529;
  background-color: #f0ebea;
  border-color: #f0ebea;
}
.btn-secondary-light:hover {
  color: #212529;
  background-color: #e0d6d4;
  border-color: #dbcfcc;
}
.btn-secondary-light:focus,
.btn-secondary-light.focus {
  color: #212529;
  background-color: #e0d6d4;
  border-color: #dbcfcc;
  box-shadow: 0 0 0 0.2rem rgba(209, 205, 205, 0.5);
}
.btn-secondary-light.disabled,
.btn-secondary-light:disabled {
  color: #212529;
  background-color: #f0ebea;
  border-color: #f0ebea;
}
.btn-secondary-light:not(:disabled):not(.disabled):active,
.btn-secondary-light:not(:disabled):not(.disabled).active,
.show > .btn-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: #dbcfcc;
  border-color: #d5c8c5;
}
.btn-secondary-light:not(:disabled):not(.disabled):active:focus,
.btn-secondary-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 205, 205, 0.5);
}
.btn-outline-primary {
  color: #036d76;
  border-color: #036d76;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #036d76;
  border-color: #036d76;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 109, 118, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #036d76;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #036d76;
  border-color: #036d76;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 109, 118, 0.5);
}
.btn-outline-secondary {
  color: #66332a;
  border-color: #66332a;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #66332a;
  border-color: #66332a;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 51, 42, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #66332a;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #66332a;
  border-color: #66332a;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 51, 42, 0.5);
}
.btn-outline-success {
  color: #007a47;
  border-color: #007a47;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #007a47;
  border-color: #007a47;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 71, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #007a47;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #007a47;
  border-color: #007a47;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 71, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #ff4136;
  border-color: #ff4136;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff4136;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}
.btn-outline-light {
  color: #f6f3f2;
  border-color: #f6f3f2;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f6f3f2;
  border-color: #f6f3f2;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 243, 242, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f6f3f2;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f6f3f2;
  border-color: #f6f3f2;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 243, 242, 0.5);
}
.btn-outline-dark {
  color: #37444d;
  border-color: #37444d;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #37444d;
  border-color: #37444d;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 68, 77, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #37444d;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #37444d;
  border-color: #37444d;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 68, 77, 0.5);
}
.btn-outline-cap-dark {
  color: #3955a5;
  border-color: #3955a5;
}
.btn-outline-cap-dark:hover {
  color: #fff;
  background-color: #3955a5;
  border-color: #3955a5;
}
.btn-outline-cap-dark:focus,
.btn-outline-cap-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 85, 165, 0.5);
}
.btn-outline-cap-dark.disabled,
.btn-outline-cap-dark:disabled {
  color: #3955a5;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-cap-dark:not(:disabled):not(.disabled):active,
.btn-outline-cap-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-cap-dark.dropdown-toggle {
  color: #fff;
  background-color: #3955a5;
  border-color: #3955a5;
}
.btn-outline-cap-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-cap-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-cap-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 85, 165, 0.5);
}
.btn-outline-cap-light {
  color: #ffeb3d;
  border-color: #ffeb3d;
}
.btn-outline-cap-light:hover {
  color: #212529;
  background-color: #ffeb3d;
  border-color: #ffeb3d;
}
.btn-outline-cap-light:focus,
.btn-outline-cap-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 61, 0.5);
}
.btn-outline-cap-light.disabled,
.btn-outline-cap-light:disabled {
  color: #ffeb3d;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-cap-light:not(:disabled):not(.disabled):active,
.btn-outline-cap-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-cap-light.dropdown-toggle {
  color: #212529;
  background-color: #ffeb3d;
  border-color: #ffeb3d;
}
.btn-outline-cap-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-cap-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-cap-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 61, 0.5);
}
.btn-outline-sand {
  color: #efead0;
  border-color: #efead0;
}
.btn-outline-sand:hover {
  color: #212529;
  background-color: #efead0;
  border-color: #efead0;
}
.btn-outline-sand:focus,
.btn-outline-sand.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 234, 208, 0.5);
}
.btn-outline-sand.disabled,
.btn-outline-sand:disabled {
  color: #efead0;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-sand:not(:disabled):not(.disabled):active,
.btn-outline-sand:not(:disabled):not(.disabled).active,
.show > .btn-outline-sand.dropdown-toggle {
  color: #212529;
  background-color: #efead0;
  border-color: #efead0;
}
.btn-outline-sand:not(:disabled):not(.disabled):active:focus,
.btn-outline-sand:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sand.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 234, 208, 0.5);
}
.btn-outline-gray {
  color: #667483;
  border-color: #667483;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #667483;
  border-color: #667483;
}
.btn-outline-gray:focus,
.btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 116, 131, 0.5);
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #667483;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #667483;
  border-color: #667483;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 116, 131, 0.5);
}
.btn-outline-primary-light {
  color: #d2e1e3;
  border-color: #d2e1e3;
}
.btn-outline-primary-light:hover {
  color: #212529;
  background-color: #d2e1e3;
  border-color: #d2e1e3;
}
.btn-outline-primary-light:focus,
.btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 225, 227, 0.5);
}
.btn-outline-primary-light.disabled,
.btn-outline-primary-light:disabled {
  color: #d2e1e3;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active,
.btn-outline-primary-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-light.dropdown-toggle {
  color: #212529;
  background-color: #d2e1e3;
  border-color: #d2e1e3;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 225, 227, 0.5);
}
.btn-outline-warning-light {
  color: #fff0c1;
  border-color: #fff0c1;
}
.btn-outline-warning-light:hover {
  color: #212529;
  background-color: #fff0c1;
  border-color: #fff0c1;
}
.btn-outline-warning-light:focus,
.btn-outline-warning-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 240, 193, 0.5);
}
.btn-outline-warning-light.disabled,
.btn-outline-warning-light:disabled {
  color: #fff0c1;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-warning-light:not(:disabled):not(.disabled):active,
.btn-outline-warning-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning-light.dropdown-toggle {
  color: #212529;
  background-color: #fff0c1;
  border-color: #fff0c1;
}
.btn-outline-warning-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 240, 193, 0.5);
}
.btn-outline-secondary-light {
  color: #f0ebea;
  border-color: #f0ebea;
}
.btn-outline-secondary-light:hover {
  color: #212529;
  background-color: #f0ebea;
  border-color: #f0ebea;
}
.btn-outline-secondary-light:focus,
.btn-outline-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 235, 234, 0.5);
}
.btn-outline-secondary-light.disabled,
.btn-outline-secondary-light:disabled {
  color: #f0ebea;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active,
.btn-outline-secondary-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: #f0ebea;
  border-color: #f0ebea;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 235, 234, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #036d76;
  text-decoration: none;
}
.btn-link:hover {
  color: #01282b;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1148px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1300px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0.3em solid;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0.3em solid;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #036d76;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.2rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.1rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #036d76;
  background-color: #036d76;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(3, 109, 118, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #06e0f2;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #32eafa;
  border-color: #32eafa;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.1rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.1rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #036d76;
  background-color: #036d76;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(3, 109, 118, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(3, 109, 118, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(3, 109, 118, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.1rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(3, 109, 118, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.2em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #06e0f2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 109, 118, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.2em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.2em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #06e0f2;
  box-shadow: 0 0 0 0.2rem rgba(3, 109, 118, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.2em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 109, 118, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 109, 118, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 109, 118, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #036d76;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #32eafa;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #036d76;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #32eafa;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #036d76;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #32eafa;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #036d76;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1147.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1148px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1299.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1300px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-deck .card {
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0.5rem;
    margin-bottom: 0;
    margin-left: 0.5rem;
  }
}
.card-group > .card {
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #036d76;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #01282b;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 109, 118, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #036d76;
  border-color: #036d76;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #036d76;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #023f44;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 109, 118, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #66332a;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #42211b;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 51, 42, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #007a47;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #004729;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 71, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #ff4136;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #ff1103;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f6f3f2;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #e1d7d4;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 243, 242, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #37444d;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #222a2f;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 68, 77, 0.5);
}
.badge-cap-dark {
  color: #fff;
  background-color: #3955a5;
}
a.badge-cap-dark:hover,
a.badge-cap-dark:focus {
  color: #fff;
  background-color: #2c417f;
}
a.badge-cap-dark:focus,
a.badge-cap-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(57, 85, 165, 0.5);
}
.badge-cap-light {
  color: #212529;
  background-color: #ffeb3d;
}
a.badge-cap-light:hover,
a.badge-cap-light:focus {
  color: #212529;
  background-color: #ffe60a;
}
a.badge-cap-light:focus,
a.badge-cap-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 61, 0.5);
}
.badge-sand {
  color: #212529;
  background-color: #efead0;
}
a.badge-sand:hover,
a.badge-sand:focus {
  color: #212529;
  background-color: #e2d9aa;
}
a.badge-sand:focus,
a.badge-sand.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 234, 208, 0.5);
}
.badge-gray {
  color: #fff;
  background-color: #667483;
}
a.badge-gray:hover,
a.badge-gray:focus {
  color: #fff;
  background-color: #505b66;
}
a.badge-gray:focus,
a.badge-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 116, 131, 0.5);
}
.badge-primary-light {
  color: #212529;
  background-color: #d2e1e3;
}
a.badge-primary-light:hover,
a.badge-primary-light:focus {
  color: #212529;
  background-color: #b3cccf;
}
a.badge-primary-light:focus,
a.badge-primary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(210, 225, 227, 0.5);
}
.badge-warning-light {
  color: #212529;
  background-color: #fff0c1;
}
a.badge-warning-light:hover,
a.badge-warning-light:focus {
  color: #212529;
  background-color: #ffe48e;
}
a.badge-warning-light:focus,
a.badge-warning-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 240, 193, 0.5);
}
.badge-secondary-light {
  color: #212529;
  background-color: #f0ebea;
}
a.badge-secondary-light:hover,
a.badge-secondary-light:focus {
  color: #212529;
  background-color: #dbcfcc;
}
a.badge-secondary-light:focus,
a.badge-secondary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 235, 234, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #02393d;
  background-color: #cde2e4;
  border-color: #b8d6d9;
}
.alert-primary hr {
  border-top-color: #a7ccd0;
}
.alert-primary .alert-link {
  color: #000b0c;
}
.alert-secondary {
  color: #351b16;
  background-color: #e0d6d4;
  border-color: #d4c6c3;
}
.alert-secondary hr {
  border-top-color: #c9b8b4;
}
.alert-secondary .alert-link {
  color: #110907;
}
.alert-success {
  color: #003f25;
  background-color: #cce4da;
  border-color: #b8dacb;
}
.alert-success hr {
  border-top-color: #a7d1bf;
}
.alert-success .alert-link {
  color: #000c07;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #85221c;
  background-color: #ffd9d7;
  border-color: #ffcac7;
}
.alert-danger hr {
  border-top-color: #ffb2ae;
}
.alert-danger .alert-link {
  color: #5b1713;
}
.alert-light {
  color: #807e7e;
  background-color: #fdfdfc;
  border-color: #fcfcfb;
}
.alert-light hr {
  border-top-color: #f1f1ec;
}
.alert-light .alert-link {
  color: #666565;
}
.alert-dark {
  color: #1d2328;
  background-color: #d7dadb;
  border-color: #c7cbcd;
}
.alert-dark hr {
  border-top-color: #babec1;
}
.alert-dark .alert-link {
  color: #08090a;
}
.alert-cap-dark {
  color: #1e2c56;
  background-color: #d7dded;
  border-color: #c8cfe6;
}
.alert-cap-dark hr {
  border-top-color: #b6c0de;
}
.alert-cap-dark .alert-link {
  color: #111930;
}
.alert-cap-light {
  color: #857a20;
  background-color: #fffbd8;
  border-color: #fff9c9;
}
.alert-cap-light hr {
  border-top-color: #fff6b0;
}
.alert-cap-light .alert-link {
  color: #5c5416;
}
.alert-sand {
  color: #7c7a6c;
  background-color: #fcfbf6;
  border-color: #fbf9f2;
}
.alert-sand hr {
  border-top-color: #f5f0df;
}
.alert-sand .alert-link {
  color: #615f54;
}
.alert-gray {
  color: #353c44;
  background-color: #e0e3e6;
  border-color: #d4d8dc;
}
.alert-gray hr {
  border-top-color: #c6cbd1;
}
.alert-gray .alert-link {
  color: #1f2327;
}
.alert-primary-light {
  color: #6d7576;
  background-color: #f6f9f9;
  border-color: #f2f7f7;
}
.alert-primary-light hr {
  border-top-color: #e2eded;
}
.alert-primary-light .alert-link {
  color: #555b5b;
}
.alert-warning-light {
  color: #857d64;
  background-color: #fffcf3;
  border-color: #fffbee;
}
.alert-warning-light hr {
  border-top-color: #fff5d5;
}
.alert-warning-light .alert-link {
  color: #68624e;
}
.alert-secondary-light {
  color: #7d7a7a;
  background-color: #fcfbfb;
  border-color: #fbf9f9;
}
.alert-secondary-light hr {
  border-top-color: #f1eaea;
}
.alert-secondary-light .alert-link {
  color: #636161;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #036d76;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #333;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #036d76;
  border-color: #036d76;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1148px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1300px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #02393d;
  background-color: #b8d6d9;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #02393d;
  background-color: #a7ccd0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #02393d;
  border-color: #02393d;
}
.list-group-item-secondary {
  color: #351b16;
  background-color: #d4c6c3;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #351b16;
  background-color: #c9b8b4;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #351b16;
  border-color: #351b16;
}
.list-group-item-success {
  color: #003f25;
  background-color: #b8dacb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #003f25;
  background-color: #a7d1bf;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #003f25;
  border-color: #003f25;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #85221c;
  background-color: #ffcac7;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #85221c;
  background-color: #ffb2ae;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #85221c;
  border-color: #85221c;
}
.list-group-item-light {
  color: #807e7e;
  background-color: #fcfcfb;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #807e7e;
  background-color: #f1f1ec;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #807e7e;
  border-color: #807e7e;
}
.list-group-item-dark {
  color: #1d2328;
  background-color: #c7cbcd;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1d2328;
  background-color: #babec1;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1d2328;
  border-color: #1d2328;
}
.list-group-item-cap-dark {
  color: #1e2c56;
  background-color: #c8cfe6;
}
.list-group-item-cap-dark.list-group-item-action:hover,
.list-group-item-cap-dark.list-group-item-action:focus {
  color: #1e2c56;
  background-color: #b6c0de;
}
.list-group-item-cap-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1e2c56;
  border-color: #1e2c56;
}
.list-group-item-cap-light {
  color: #857a20;
  background-color: #fff9c9;
}
.list-group-item-cap-light.list-group-item-action:hover,
.list-group-item-cap-light.list-group-item-action:focus {
  color: #857a20;
  background-color: #fff6b0;
}
.list-group-item-cap-light.list-group-item-action.active {
  color: #fff;
  background-color: #857a20;
  border-color: #857a20;
}
.list-group-item-sand {
  color: #7c7a6c;
  background-color: #fbf9f2;
}
.list-group-item-sand.list-group-item-action:hover,
.list-group-item-sand.list-group-item-action:focus {
  color: #7c7a6c;
  background-color: #f5f0df;
}
.list-group-item-sand.list-group-item-action.active {
  color: #fff;
  background-color: #7c7a6c;
  border-color: #7c7a6c;
}
.list-group-item-gray {
  color: #353c44;
  background-color: #d4d8dc;
}
.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
  color: #353c44;
  background-color: #c6cbd1;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #353c44;
  border-color: #353c44;
}
.list-group-item-primary-light {
  color: #6d7576;
  background-color: #f2f7f7;
}
.list-group-item-primary-light.list-group-item-action:hover,
.list-group-item-primary-light.list-group-item-action:focus {
  color: #6d7576;
  background-color: #e2eded;
}
.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: #6d7576;
  border-color: #6d7576;
}
.list-group-item-warning-light {
  color: #857d64;
  background-color: #fffbee;
}
.list-group-item-warning-light.list-group-item-action:hover,
.list-group-item-warning-light.list-group-item-action:focus {
  color: #857d64;
  background-color: #fff5d5;
}
.list-group-item-warning-light.list-group-item-action.active {
  color: #fff;
  background-color: #857d64;
  border-color: #857d64;
}
.list-group-item-secondary-light {
  color: #7d7a7a;
  background-color: #fbf9f9;
}
.list-group-item-secondary-light.list-group-item-action:hover,
.list-group-item-secondary-light.list-group-item-action:focus {
  color: #7d7a7a;
  background-color: #f1eaea;
}
.list-group-item-secondary-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7a7a;
  border-color: #7d7a7a;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.2;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1148px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1300px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #036d76 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #023f44 !important;
}
.bg-secondary {
  background-color: #66332a !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #42211b !important;
}
.bg-success {
  background-color: #007a47 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #004729 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #ff4136 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff1103 !important;
}
.bg-light {
  background-color: #f6f3f2 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e1d7d4 !important;
}
.bg-dark {
  background-color: #37444d !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #222a2f !important;
}
.bg-cap-dark {
  background-color: #3955a5 !important;
}
a.bg-cap-dark:hover,
a.bg-cap-dark:focus,
button.bg-cap-dark:hover,
button.bg-cap-dark:focus {
  background-color: #2c417f !important;
}
.bg-cap-light {
  background-color: #ffeb3d !important;
}
a.bg-cap-light:hover,
a.bg-cap-light:focus,
button.bg-cap-light:hover,
button.bg-cap-light:focus {
  background-color: #ffe60a !important;
}
.bg-sand {
  background-color: #efead0 !important;
}
a.bg-sand:hover,
a.bg-sand:focus,
button.bg-sand:hover,
button.bg-sand:focus {
  background-color: #e2d9aa !important;
}
.bg-gray {
  background-color: #667483 !important;
}
a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #505b66 !important;
}
.bg-primary-light {
  background-color: #d2e1e3 !important;
}
a.bg-primary-light:hover,
a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #b3cccf !important;
}
.bg-warning-light {
  background-color: #fff0c1 !important;
}
a.bg-warning-light:hover,
a.bg-warning-light:focus,
button.bg-warning-light:hover,
button.bg-warning-light:focus {
  background-color: #ffe48e !important;
}
.bg-secondary-light {
  background-color: #f0ebea !important;
}
a.bg-secondary-light:hover,
a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: #dbcfcc !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
.border {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #036d76 !important;
}
.border-secondary {
  border-color: #66332a !important;
}
.border-success {
  border-color: #007a47 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #ff4136 !important;
}
.border-light {
  border-color: #f6f3f2 !important;
}
.border-dark {
  border-color: #37444d !important;
}
.border-cap-dark {
  border-color: #3955a5 !important;
}
.border-cap-light {
  border-color: #ffeb3d !important;
}
.border-sand {
  border-color: #efead0 !important;
}
.border-gray {
  border-color: #667483 !important;
}
.border-primary-light {
  border-color: #d2e1e3 !important;
}
.border-warning-light {
  border-color: #fff0c1 !important;
}
.border-secondary-light {
  border-color: #f0ebea !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1148px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1148px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1148px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1300px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1148px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1148px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #036d76 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #01282b !important;
}
.text-secondary {
  color: #66332a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #301814 !important;
}
.text-success {
  color: #007a47 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #002e1a !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #ff4136 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e90d00 !important;
}
.text-light {
  color: #f6f3f2 !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #d7c9c5 !important;
}
.text-dark {
  color: #37444d !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #171d20 !important;
}
.text-cap-dark {
  color: #3955a5 !important;
}
a.text-cap-dark:hover,
a.text-cap-dark:focus {
  color: #25386c !important;
}
.text-cap-light {
  color: #ffeb3d !important;
}
a.text-cap-light:hover,
a.text-cap-light:focus {
  color: #f0d700 !important;
}
.text-sand {
  color: #efead0 !important;
}
a.text-sand:hover,
a.text-sand:focus {
  color: #dcd197 !important;
}
.text-gray {
  color: #667483 !important;
}
a.text-gray:hover,
a.text-gray:focus {
  color: #454e58 !important;
}
.text-primary-light {
  color: #d2e1e3 !important;
}
a.text-primary-light:hover,
a.text-primary-light:focus {
  color: #a3c2c6 !important;
}
.text-warning-light {
  color: #fff0c1 !important;
}
a.text-warning-light:hover,
a.text-warning-light:focus {
  color: #ffdd75 !important;
}
.text-secondary-light {
  color: #f0ebea !important;
}
a.text-secondary-light:hover,
a.text-secondary-light:focus {
  color: #d0c1bd !important;
}
.text-body {
  color: #333 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1148px !important;
  }
  .container {
    min-width: 1148px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: rgba(0, 0, 0, 0.125);
  }
  .table .thead-dark th {
    color: inherit;
    border-color: rgba(0, 0, 0, 0.125);
  }
}
html {
  font-size: 18px;
}
body {
  font-variant-ligatures: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-feature-settings: "lnum";
}
section,
aside,
article,
footer {
  position: relative;
  z-index: 2;
}
main {
  background-color: #fff;
}
main > section,
main > aside {
  padding: 0 0.5rem;
}
main > article {
  padding: 0 0.5rem 1.5rem;
}
.container-wide {
  max-width: 1298px;
  margin: 0 auto;
}
.bg-cover {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.icon-bookmark-empty:hover:before {
  content: "";
  color: #2f2f2f;
}
.tooltip-inner {
  font-family: -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";
}
.article-meta {
  font-family: -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-weight: 500;
  margin-bottom: 0;
}
.article-meta .list-inline-item {
  margin-right: 0;
  display: inline;
}
.article-meta .list-inline-item * {
  font-size: 0.75rem;
  color: #036d76;
}
.article-meta .section-title,
.article-meta .time,
.article-meta .icon-lock {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.article-meta li + li::before {
  content: " | ";
  color: #d1d1d1;
}
.article-meta [class^="icon-"]:before,
.article-meta [class*=" icon-"]:before {
  width: auto;
}
.inner {
  background: #fff;
  padding: 1.5rem;
  border-radius: 3px;
}
.card-link + .card-link {
  margin-left: 0;
}
a.teaser {
  text-decoration: none;
}
.nav-item,
.dropdown-item,
.nav-link {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
figcaption,
time,
.article-meta {
  font-size: 0.875rem;
  color: #6c757d;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
}
.banner {
  padding-bottom: 1rem;
}
.banner img {
  max-width: 100%;
  height: auto;
}
.banner .bannercontent {
  display: flex;
}
.banner .bannercontent > div {
  margin: 0 auto;
}
.banner .card .bannercontent {
  display: grid;
  align-items: center;
  justify-items: center;
}
#placement_463420_0,
#placement_458027_0,
#placement_473538_0,
#placement_462807_0,
#placement_473535_0,
#placement_462807_1 {
  height: 70vh;
  height: 70svh;
  min-height: 530px;
  z-index: 0;
  pointer-events: auto;
  clip-path: inset(0% 0% 0% 0%);
  overflow: hidden;
  transition: width 0.5s ease, height 0.5s ease;
}
#placement_463420_0 .bannercontent,
#placement_458027_0 .bannercontent,
#placement_473538_0 .bannercontent,
#placement_462807_0 .bannercontent,
#placement_473535_0 .bannercontent,
#placement_462807_1 .bannercontent {
  position: fixed;
  top: 57px;
  background-size: auto 100%;
  background-position-x: center;
  background-position-y: 0;
  object-fit: cover;
  width: 100%;
  height: 70svh;
  background-repeat: no-repeat;
  transition: width 0.5s ease, height 0.5s ease, background-size 0.5s ease;
}
#placement_463420_0 iframe,
#placement_458027_0 iframe,
#placement_473538_0 iframe,
#placement_462807_0 iframe,
#placement_473535_0 iframe,
#placement_462807_1 iframe {
  height: inherit;
  width: 100%;
  z-index: 1;
  position: fixed;
  inset: 0;
  object-fit: cover;
  overflow: hidden;
  transition: width 0.5s ease, height 0.5s ease;
}
@media (min-aspect-ratio: 1/1) {
  #placement_463420_0,
  #placement_458027_0,
  #placement_473538_0,
  #placement_462807_0,
  #placement_473535_0,
  #placement_462807_1 {
    height: calc(100svh - 57px);
  }
  #placement_463420_0 .bannercontent,
  #placement_458027_0 .bannercontent,
  #placement_473538_0 .bannercontent,
  #placement_462807_0 .bannercontent,
  #placement_473535_0 .bannercontent,
  #placement_462807_1 .bannercontent {
    background-size: 100% auto;
    height: calc(100svh - 57px);
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1148px) {
  #placement_463420_0,
  #placement_458027_0,
  #placement_473538_0,
  #placement_462807_0,
  #placement_473535_0,
  #placement_462807_1 {
    height: calc(100svh - 80px);
  }
  #placement_463420_0 .bannercontent,
  #placement_458027_0 .bannercontent,
  #placement_473538_0 .bannercontent,
  #placement_462807_0 .bannercontent,
  #placement_473535_0 .bannercontent,
  #placement_462807_1 .bannercontent {
    background-size: 100% auto;
    height: calc(100svh - 100px);
  }
}
#placement_458027_0 {
  height: 80vh;
  height: 80svh;
}
#placement_458027_0 .bannercontent {
  top: 0;
  min-height: 100%;
  background-position-y: 0;
  background-size: cover;
}
@media (min-aspect-ratio: 1/1) {
  #placement_458027_0 {
    height: calc(100vh - 57px);
    height: calc(100svh - 57px);
  }
  #placement_458027_0 .bannercontent {
    background-size: 100% auto;
    height: calc(100svh - 57px);
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1148px) {
  #placement_458027_0 {
    height: calc(100vh - 100px);
    height: calc(100svh - 100px);
  }
  #placement_458027_0 .bannercontent {
    background-size: cover;
  }
}
.sticky-menu iframe {
  z-index: 1;
}
.topscrollarrow,
.scroll-icon {
  position: absolute;
  z-index: 9;
  bottom: 90px;
  opacity: 0.5;
  left: 0;
  right: 0;
  width: 6%;
  min-width: 25px;
  max-width: 90px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transform: translate3d(0, -15%, 0);
  animation: fadeOutDown ease 2s infinite;
  display: none;
}
.section-title {
  margin-bottom: 0;
}
.list-title {
  text-transform: uppercase;
  padding: 0 0.25rem;
  font-weight: 900;
}
.list-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.list-header .list-title {
  white-space: nowrap;
  padding-right: 1rem;
  margin-bottom: 0;
}
.list-header .list-title.nav {
  display: block;
  font-size: 1.35rem;
}
.list-header .list-title a {
  font-weight: 400;
  color: #6c757d;
}
.list-header .list-title a.active {
  font-weight: 900;
  color: #036d76;
}
.list-header .list-title a:hover {
  text-decoration: none;
  color: #66332a;
}
.list-header .list-title a:not(:last-of-type):after {
  content: " | ";
  font-weight: 300;
  color: #6c757d;
}
.list-header .line {
  border-bottom: 2px solid #9e9e9e;
  width: 100%;
  margin-right: 1rem;
}
.line-header {
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
}
.line-header .line-header-title {
  width: 100%;
  text-transform: uppercase;
  margin: 0 1rem;
}
.line-header .line {
  border-bottom: 2px solid #9e9e9e;
  width: 100%;
}
.article-list {
  padding: 0.5rem 0;
  background-color: #fff;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
}
.article-list .list-group-item {
  padding: 0.5rem 0.25rem;
}
.article-list .list-group-item a:not(.section-title) {
  color: #333;
  margin-bottom: 0;
}
.article-list .list-group-item a:not(.section-title):hover {
  color: #66332a;
  text-decoration: none;
}
.article-list .list-group-item:hover {
  color: #66332a;
  text-decoration: none;
}
.article-list.numbered-list .list-group-item,
.article-list .numbered-list .list-group-item {
  display: grid;
  grid-template-columns: 1.5rem auto;
  grid-template-rows: auto;
  grid-gap: 1rem;
  align-items: center;
  counter-increment: article;
}
.article-list.numbered-list .list-group-item i:before,
.article-list .numbered-list .list-group-item i:before {
  content: counter(article);
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  color: #9e9e9e;
  text-align: right;
}
.article-list.img-list-circle .list-group-item {
  display: grid;
  grid-template-columns: 75px auto;
  grid-gap: 1rem;
  align-items: center;
}
.article-list.img-list-circle .list-group-item figure {
  margin-bottom: 0;
}
.article-list.img-list-circle .list-group-item figure img {
  border-radius: 50%;
  width: 100%;
  height: 75px;
  width: 75px;
  object-fit: cover;
  filter: brightness(0.95);
}
.article-list.podcast-list .list-group-item {
  display: grid;
  grid-template-columns: 1.5rem auto;
  grid-template-rows: auto;
  grid-gap: 1rem;
  align-items: center;
  counter-increment: article;
}
.article-list.podcast-list .list-group-item i:before {
  content: "";
  font-family: "fontello";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  color: #37444d;
  text-align: right;
}
.article-list.related .list-header {
  margin-bottom: 0;
}
.article-list.img-list .list-group-item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 4fr;
}
.article-list.img-list .list-group-item figure {
  margin-right: 1rem;
}
.section-title {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #036d76;
  font-size: 0.875rem;
  font-family: "Raleway", sans-serif;
}
.list-display li {
  margin-bottom: 0.5rem;
}
.list-checkmarks {
  padding-left: 1.5rem;
  font-size: 0.9rem;
}
.list-checkmarks li {
  list-style-type: none;
  padding-left: 1rem;
}
.list-checkmarks li:before {
  font-family: "Fontello";
  content: "";
  margin: 0 10px 0 -28px;
  color: #007a47;
}
.side-banners {
  margin: 1rem auto 0;
}
.side-banners .sticky-banner {
  display: none;
}
.side-banners .sticky-banner .bannercontent {
  position: sticky;
  top: 70px;
}
@media (min-width: 1148px) {
  .side-banners {
    display: grid;
    grid-template-columns: 930px;
    grid-template-rows: auto;
    grid-gap: 16px;
    width: 930px;
  }
}
@media (min-width: 1148px) {
  .side-banners {
    grid-template-columns: 160px 930px;
    width: 1132px;
  }
  .side-banners .sticky-banner.left {
    display: block;
  }
}
@media (min-width: 1300px) {
  .side-banners {
    grid-template-columns: 160px 930px 160px;
    width: 1298px;
  }
  .side-banners .sticky-banner.right {
    display: block;
  }
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 16px;
}
.content-grid .teaser:hover {
  text-decoration: none;
}
.content-grid .grid-col-1,
.content-grid .grid-col-1-2,
.content-grid .grid-col-1-3,
.content-grid .grid-col-2,
.content-grid .grid-col-2-3,
.content-grid .grid-col-3,
.content-grid .grid-full-width {
  grid-column: 1/4;
}
.content-grid .grid-col-1 > .teaser,
.content-grid .grid-col-1-2 > .teaser,
.content-grid .grid-col-1-3 > .teaser,
.content-grid .grid-col-2 > .teaser,
.content-grid .grid-col-2-3 > .teaser,
.content-grid .grid-col-3 > .teaser,
.content-grid .grid-full-width > .teaser {
  margin-bottom: 1rem;
}
.content-grid .grid-col-1 > .teaser p,
.content-grid .grid-col-1-2 > .teaser p,
.content-grid .grid-col-1-3 > .teaser p,
.content-grid .grid-col-2 > .teaser p,
.content-grid .grid-col-2-3 > .teaser p,
.content-grid .grid-col-3 > .teaser p,
.content-grid .grid-full-width > .teaser p {
  color: #333;
}
.content-grid .grid-col-1 .full-width-cell,
.content-grid .grid-col-1-2 .full-width-cell,
.content-grid .grid-col-1-3 .full-width-cell,
.content-grid .grid-col-2 .full-width-cell,
.content-grid .grid-col-2-3 .full-width-cell,
.content-grid .grid-col-3 .full-width-cell,
.content-grid .grid-full-width .full-width-cell {
  grid-column: 1/-1;
}
.content-grid .grid-full-width {
  grid-column: 1/4;
}
@media (min-width: 768px) {
  .content-grid .grid-full-width > .teaser.teaser-ad .teaser-title {
    font-size: 2.5rem;
  }
  .content-grid .grid-full-width > .teaser.teaser-ad p {
    font-size: 1rem;
  }
}
.content-grid .grid-dark {
  padding: 1rem;
  background-color: #37444d;
}
.content-grid .grid-dark .teaser-title {
  color: #fff;
}
.content-grid .grid-dark .article-meta,
.content-grid .grid-dark .list-inline-item * {
  color: #adb5bd;
}
.content-grid .grid-secondary {
  padding: 1rem;
  background-color: #66332a;
}
.content-grid .grid-secondary .teaser-title {
  color: #fff;
}
.content-grid .grid-secondary .article-meta,
.content-grid .grid-secondary .list-inline-item * {
  color: #adb5bd;
}
.content-grid .grid-primary {
  padding: 1rem;
  background-color: #036d76;
}
.content-grid .grid-primary .teaser-title {
  color: #fff;
}
.content-grid .grid-primary .article-meta,
.content-grid .grid-primary .list-inline-item * {
  color: #adb5bd;
}
.content-grid .grid-ligth {
  padding: 1rem;
  background-color: #f6f3f2;
}
.content-grid .grid-border {
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media (min-width: 576px) {
  .content-grid .grid-col-1 {
    grid-column: 1/2;
  }
  .content-grid .grid-col-1-2 {
    grid-column: 1/3;
  }
  .content-grid .grid-col-2 {
    grid-column: 2/3;
  }
  .content-grid .grid-col-2-3 {
    grid-column: 2/4;
  }
  .content-grid .grid-col-3 {
    grid-column: 3/4;
  }
}
@media (min-width: 1148px) {
  .content-grid {
    padding: 0;
  }
}
.teaser-grid {
  display: grid;
  grid-template-rows: auto;
  grid-gap: 1rem;
  margin-bottom: 1rem;
}
.teaser-grid .teaser-title {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.teaser-grid .teaser-title i {
  font-size: 80%;
}
.teaser-grid.grid-1 {
  grid-template-columns: repeat(1fr);
}
.teaser-grid.grid-1 .teaser-title {
  font-size: 1.75rem;
}
.teaser-grid.grid-1 .teaser-title i {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .teaser-grid.grid-1 .teaser-title {
    font-size: 2.25rem;
  }
}
.teaser-grid.grid-2,
.teaser-grid.grid-4 {
  grid-template-columns: repeat(2, 1fr);
}
.teaser-grid.grid-1-2,
.teaser-grid.grid-3 {
  grid-template-columns: repeat(2, 1fr);
}
.teaser-grid.grid-1-2 .teaser:nth-of-type(3n + 1),
.teaser-grid.grid-3 .teaser:nth-of-type(3n + 1) {
  grid-column: 1/3;
}
.teaser-grid.grid-1-2 .teaser:nth-of-type(3n + 1) .teaser-title,
.teaser-grid.grid-3 .teaser:nth-of-type(3n + 1) .teaser-title {
  font-size: 1.75rem;
}
@media (min-width: 576px) {
  .teaser-grid.grid-1-2 .teaser:nth-of-type(3n + 1) .teaser-title,
  .teaser-grid.grid-3 .teaser:nth-of-type(3n + 1) .teaser-title {
    font-size: 2.25rem;
  }
  .teaser-grid.grid-1-2 .teaser:nth-of-type(3n + 1) .teaser-title i,
  .teaser-grid.grid-3 .teaser:nth-of-type(3n + 1) .teaser-title i {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .teaser-grid.grid-1-2 .teaser.teaser-ad .teaser-title,
  .teaser-grid.grid-3 .teaser.teaser-ad .teaser-title {
    font-size: 1.65rem;
  }
}
.teaser-grid.grid-1-2-2 {
  grid-template-columns: repeat(2, 1fr);
}
.teaser-grid.grid-1-2-2 .teaser:nth-of-type(5n + 1) {
  grid-column: 1/3;
}
.teaser-grid.grid-1-2-2 .teaser:nth-of-type(5n + 1) .teaser-title {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .teaser-grid.grid-1-2-2 .teaser:nth-of-type(5n + 1) .teaser-title {
    font-size: 2.25rem;
  }
  .teaser-grid.grid-1-2-2 .teaser:nth-of-type(5n + 1) .teaser-title i {
    font-size: 1.125rem;
  }
}
@media (min-width: 1148px) {
  .teaser-grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .teaser-grid.grid-3 .teaser:nth-of-type(3n + 1) {
    grid-column: 1/1;
  }
  .teaser-grid.grid-3 .teaser:nth-of-type(3n + 1) .teaser-title {
    font-size: 1.125rem;
  }
  .teaser-grid.grid-3 .teaser:nth-of-type(3n + 1) .teaser-title i {
    font-size: 80%;
  }
  .teaser-grid.grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .teaser-grid.grid-4 .teaser-title,
  .teaser-grid.grid-4 .noimg .teaser-title {
    font-size: 1rem;
  }
}
.teaser-grid.teaser-grid-wide .teaser > a {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 1rem;
  align-items: center;
}
.teaser-grid.teaser-grid-wide .teaser > a figure {
  order: 2;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}
.teaser-grid.teaser-grid-wide .teaser > a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.marketzone .market-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 1rem;
  grid-template-areas: "large large large small1 podcast podcast" "large large large small2 podcast podcast";
}
.marketzone .large {
  grid-area: large;
}
.marketzone .large .teaser-title {
  font-size: 2.25rem;
}
.marketzone .large .teaser-title i {
  font-size: 1.125rem;
}
.marketzone .small1 {
  grid-area: small1;
}
.marketzone .small2 {
  grid-area: small2;
}
.marketzone .podcast {
  grid-area: podcast;
}
.zone {
  max-width: 1298px;
  margin: 2rem auto;
}
.zone .zone-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-gap: 1rem;
  border-bottom: 3px solid #036d76;
  padding-bottom: 1rem;
}
.zone .zone-grid :nth-child(1) {
  grid-area: 1/1/2/13;
}
@media (min-width: 768px) {
  .zone .zone-grid :nth-child(1) {
    grid-area: 1/1/2/9;
  }
}
@media (min-width: 1148px) {
  .zone .zone-grid :nth-child(1) {
    grid-area: 1/1/3/7;
  }
  .zone .zone-grid :nth-child(1).cover {
    max-height: unset;
  }
}
.zone .zone-grid :nth-child(2) {
  grid-area: 2/1/3/7;
}
@media (min-width: 768px) {
  .zone .zone-grid :nth-child(2) {
    grid-area: 1/9/2/13;
  }
}
@media (min-width: 1148px) {
  .zone .zone-grid :nth-child(2) {
    grid-area: 1/7/2/10;
  }
}
.zone .zone-grid :nth-child(3) {
  grid-area: 2/7/3/13;
}
@media (min-width: 768px) {
  .zone .zone-grid :nth-child(3) {
    grid-area: 2/1/3/5;
  }
}
@media (min-width: 1148px) {
  .zone .zone-grid :nth-child(3) {
    grid-area: 1/10/2/13;
  }
}
.zone .zone-grid :nth-child(4) {
  grid-area: 3/1/4/13;
}
.zone .zone-grid :nth-child(4) .teaser-title {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .zone .zone-grid :nth-child(4) {
    grid-area: 2/5/3/9;
  }
  .zone .zone-grid :nth-child(4) .teaser-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1148px) {
  .zone .zone-grid :nth-child(4) {
    grid-area: 2/7/3/10;
  }
}
.zone .zone-grid :nth-child(5) {
  grid-area: 4/1/5/13;
}
@media (min-width: 768px) {
  .zone .zone-grid :nth-child(5) {
    grid-area: 2/9/3/13;
  }
}
@media (min-width: 1148px) {
  .zone .zone-grid :nth-child(5) {
    grid-area: 2/10/3/13;
  }
}
.zone .zone-grid .article-list,
.zone .zone-grid .list-group-item {
  background-color: rgba(0, 0, 0, 0);
}
.zone.zone-business {
  background-color: #f6f3f2;
  padding: 1.5rem;
}
.zone.zone-business .article-list,
.zone.zone-business .list-group-item {
  background-color: rgba(0, 0, 0, 0);
}
.zone-sm {
  background: #f6f3f2;
  padding: 1rem 1.5rem 0.5rem;
  margin-bottom: 1rem;
}
.zone-sm.zone-topic-clusters {
  background-color: #036d76;
}
.zone-sm.zone-topic-clusters .zone-header {
  border-bottom-color: #f6f3f2;
}
.zone-sm.zone-topic-clusters .zone-header h2,
.zone-sm.zone-topic-clusters .zone-header h3 {
  color: #fff;
}
.zone-sm.zone-topic-clusters .teaser-grid {
  grid-gap: 2rem 1rem;
}
.zone-sm.zone-topic-clusters .eff-cta {
  background-color: #ffc107;
  color: #000;
  margin-bottom: 1rem;
}
.zone-sm.zone-topic-clusters .eff-cta:hover {
  background-color: #ffce3a;
}
.zone-sm.zone-topic-clusters .teaser figure {
  margin-bottom: 0.5rem;
}
.zone-sm.zone-topic-clusters .teaser .teaser-title {
  font-size: 1.25rem;
}
.zone-sm.zone-topic-clusters .teaser .teaser-body {
  padding: 0;
}
.zone-sm.zone-topic-clusters .teaser .teaser-title,
.zone-sm.zone-topic-clusters .teaser .teaser-text {
  color: #fff;
  opacity: 0.9;
  transition: opacity 0.25s;
}
.zone-sm.zone-topic-clusters .teaser .teaser-text {
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.zone-sm.zone-topic-clusters .teaser:hover .teaser-title,
.zone-sm.zone-topic-clusters .teaser:hover .teaser-text {
  opacity: 1;
}
@media (max-width: 575.95px) {
  .zone-sm.zone-topic-clusters .grid-2,
  .zone-sm.zone-topic-clusters .grid-3,
  .zone-sm.zone-topic-clusters .grid-4,
  .zone-sm.zone-topic-clusters .grid-5,
  .zone-sm.zone-topic-clusters .grid-6 {
    grid-template-columns: unset;
  }
  .zone-sm.zone-topic-clusters .grid-2 .teaser,
  .zone-sm.zone-topic-clusters .grid-3 .teaser,
  .zone-sm.zone-topic-clusters .grid-4 .teaser,
  .zone-sm.zone-topic-clusters .grid-5 .teaser,
  .zone-sm.zone-topic-clusters .grid-6 .teaser {
    grid-column: unset !important;
  }
}
.zone-sm .grid-2,
.zone-sm .grid-3,
.zone-sm .grid-4,
.zone-sm .grid-5,
.zone-sm .grid-6 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .zone-sm .grid-3,
  .zone-sm .grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .zone-sm .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.zone-sm .grid-5 .teaser:first-of-type {
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .zone-sm .grid-5 .teaser:first-of-type {
    grid-column: unset;
  }
}
@media (min-width: 768px) {
  .zone-sm .grid-5 {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .zone-sm .grid-5 .teaser:nth-of-type(1) {
    grid-area: 1/1/2/4;
  }
  .zone-sm .grid-5 .teaser:nth-of-type(2) {
    grid-area: 1/4/2/7;
  }
  .zone-sm .grid-5 .teaser:nth-of-type(3) {
    grid-area: 2/1/3/3;
  }
  .zone-sm .grid-5 .teaser:nth-of-type(4) {
    grid-area: 2/3/3/5;
  }
  .zone-sm .grid-5 .teaser:nth-of-type(5) {
    grid-area: 2/5/3/7;
  }
}
.zone-sm .grid-6-plus .teaser:first-of-type {
  grid-column: unset;
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  .zone-sm .grid-6-plus .teaser:first-of-type {
    grid-column: 1/3;
  }
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(1) {
  grid-area: 1/1/2/3;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(2) {
  grid-area: 1/3/2/5;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(3) {
  grid-area: 1/5/2/7;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(4) {
  grid-area: 2/1/3/3;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(5) {
  grid-area: 2/3/3/5;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(6) {
  grid-area: 2/5/3/7;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(7) {
  grid-area: 3/1/4/7;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(8) {
  grid-area: 4/1/5/7;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(9) {
  grid-area: 5/1/6/7;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(10) {
  grid-area: 6/1/7/7;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(11) {
  grid-area: 7/1/8/7;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(12) {
  grid-area: 8/1/9/7;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(13) {
  grid-area: 9/1/10/7;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(14) {
  grid-area: 10/1/11/7;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(7),
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(8),
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(9),
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(10),
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(11),
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(12),
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(13),
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(14) {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1rem;
}
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(7) figure,
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(8) figure,
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(9) figure,
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(10) figure,
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(11) figure,
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(12) figure,
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(13) figure,
.zone-sm .grid-6-plus .teaser:first-of-type .teaser:nth-of-type(14) figure {
  margin-bottom: 0 !important;
}
.zone-sm .zone-header h1,
.zone-sm .zone-header h2 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .zone-sm .zone-header h1,
  .zone-sm .zone-header h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1148px) {
  .zone-sm .zone-header.zone-header-lg .zone-header h1,
  .zone-sm .zone-header.zone-header-lg .zone-header h2 {
    font-size: 5rem;
  }
  .zone-sm .zone-header.zone-header-lg .zone-header .zone-icon img {
    width: auto;
    height: 80px;
  }
}
.zone-sm .grid-market {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  .zone-sm .grid-market {
    grid-template-columns: 1.5fr 1fr;
  }
}
.zone-sm .grid-market .teaser-grid .teaser:first-of-type .teaser-title {
  font-size: 1.75rem;
}
.zone-sm .grid-market .podcast {
  padding: 0 1rem 1rem;
  text-align: center;
}
.zone-sm .article-list,
.zone-sm .list-group-item {
  background-color: rgba(0, 0, 0, 0);
}
.grid-business-market {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  .grid-business-market {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.grid-business-market .teaser-grid .teaser:first-of-type .teaser-title {
  font-size: 1.75rem;
}
.grid-business-market .podcast {
  padding: 0 1rem 1rem;
  text-align: center;
}
.grid-business-market .article-list {
  margin-top: 0;
  padding-top: 0;
}
.zone-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  .zone-grid-2 {
    grid-template-columns: 1.5fr 1fr;
  }
}
.zone-grid-2 .teaser-grid .teaser:first-of-type .teaser-title {
  font-size: 1.75rem;
}
.zone-grid-2 .podcast {
  padding: 0 1rem 1rem;
  text-align: center;
}
@media (min-width: 576px) {
  .teaser-grid.grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .teaser-grid.grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .teaser-grid.grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .teaser-grid.grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .teaser-grid.grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1148px) {
  .teaser-grid.grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .teaser-grid.grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .teaser-grid.grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .teaser-grid.grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .teaser-grid.grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.teaser {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: #37444d;
  position: relative;
}
.teaser figure {
  position: relative;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
}
.teaser figure img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.teaser .teaser-body {
  transition: all 0.3s;
}
.teaser .teaser-title {
  font-size: 1rem;
  margin-bottom: 0;
  word-break: break-word;
  color: #333;
}
.teaser .teaser-title:hover {
  color: #66332a;
}
@media (min-width: 768px) {
  .teaser .teaser-title {
    font-size: 1.125rem;
  }
}
.teaser .teaser-title.h2 {
  font-size: 1.5rem;
}
.teaser:hover .teaser-title {
  color: #66332a;
}
.teaser img {
  transition: all 0.2s linear;
}
.teaser:hover .teaser-title,
.teaser:hover p,
.teaser:hover a {
  text-decoration: none;
}
.teaser:hover img {
  transition: all 2s ease-in-out;
  transform: scale(1.1);
}
.teaser a:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  z-index: 10;
}
.teaser .teaser-main {
  position: relative;
}
.teaser .teaser-main:hover {
  color: #66332a;
}
.teaser .related-news li {
  position: relative;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-family: "Raleway", sans-serif;
}
.teaser .related-news li a {
  color: #37444d;
}
.teaser .related-news li a:hover {
  color: #66332a;
}
.teaser.noimg {
  height: 100%;
  background-color: #036d76;
  display: grid;
  align-items: center;
  padding: 1rem;
}
.teaser.noimg .section-title,
.teaser.noimg li {
  color: #fff !important;
}
.teaser.noimg .teaser-title {
  font-size: 1rem;
  color: #fff !important;
}
@media (min-width: 768px) {
  .teaser.noimg .teaser-title {
    font-size: 1.125rem;
  }
}
.teaser.video figure {
  position: relative;
}
.teaser.video figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  transition: all 0.2s ease;
}
.teaser.video figure:after {
  content: "";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 1.15rem;
  line-height: 43px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #eaeaea;
  background-color: #37444d;
  opacity: 0.6;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 1;
  border: 3px solid rgba(255, 255, 255, 0.9);
}
.teaser.video:hover figure:before {
  opacity: 0.1;
}
.teaser.video:hover figure:after {
  border: 3px solid rgba(255, 255, 255, 0.9);
  opacity: 0.9;
}
.teaser .teaser-body {
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .teaser.cover {
    margin-bottom: 1rem;
  }
  .teaser.cover:after {
    pointer-events: none;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(55, 68, 77, 0), rgba(55, 68, 77, 0.8));
  }
  .teaser.cover figure {
    height: 100%;
  }
  .teaser.cover figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .teaser.cover figure:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(55, 68, 77, 0), rgba(55, 68, 77, 0.8));
  }
  .teaser.cover .teaser-body {
    position: absolute;
    color: #fff;
    text-align: left;
    left: 1.5rem;
    right: 1.5rem;
    padding-bottom: 0;
    bottom: 5%;
    z-index: 5;
  }
  .teaser.cover .teaser-body .section-title,
  .teaser.cover .teaser-body .teaser-title,
  .teaser.cover .teaser-body p,
  .teaser.cover .teaser-body i,
  .teaser.cover .teaser-body li,
  .teaser.cover .teaser-body time,
  .teaser.cover .teaser-body .time {
    color: #fff;
  }
  .teaser.cover:hover .teaser-title {
    color: #f6f3f2;
  }
}
.teaser.cover .teaser-title {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .teaser.cover .teaser-title {
    font-size: 2.25rem;
  }
}
.teaser.cover p {
  display: none;
}
@media (min-width: 768px) {
  .teaser.cover p {
    display: block;
  }
}
.teaser .video-overlay {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.teaser .video-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.teaser .video-overlay .teaser-body {
  position: absolute;
  color: #fff;
  text-align: left;
  left: 1.5rem;
  right: 1.5rem;
  padding-bottom: 0;
  bottom: 5%;
  z-index: 5;
}
.teaser .video-overlay .teaser-body .section-title,
.teaser .video-overlay .teaser-body .teaser-title,
.teaser .video-overlay .teaser-body p,
.teaser .video-overlay .teaser-body i,
.teaser .video-overlay .teaser-body li,
.teaser .video-overlay .teaser-body time,
.teaser .video-overlay .teaser-body .time {
  color: #fff;
}
.teaser .video-overlay .teaser-body p {
  display: none;
}
@media (min-width: 768px) {
  .teaser .video-overlay .teaser-body p {
    display: block;
  }
}
.teaser.breaking {
  padding: 3rem 1rem 1rem;
  background-color: #ff0;
  position: relative;
}
.teaser.breaking .teaser-title,
.teaser.breaking p,
.teaser.breaking a {
  color: #000;
}
.teaser.breaking .article-meta li + li::before {
  color: #838383;
}
.teaser.breaking:before {
  content: "BREAKING";
  position: absolute;
  top: 0.35rem;
  left: 1rem;
  font-size: 2rem;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
}
.grid-dark .teaser:hover .teaser-title {
  color: #f6f3f2;
}
.teaser-ad {
  overflow: hidden;
}
.teaser-ad img {
  width: 100%;
  height: auto;
}
.teaser-ad p {
  font-size: 0.85rem;
  color: #37444d;
}
.teaser-ad .section-title {
  font-family: -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";
  color: #036d76;
  font-size: 0.75rem;
  font-weight: 500;
}
#top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#top-header .navbar {
  padding: 0;
  font-size: 0.85rem;
}
#top-header .date {
  font-weight: 900;
  color: #66332a;
  padding-left: 1rem;
  padding-right: 1rem;
}
#top-header .nav-link {
  color: #37444d;
}
#top-header .nav-link:hover {
  color: #036d76;
}
#top-header.bg-primary .date {
  color: #fff;
}
#top-header.bg-primary .nav-link {
  color: #fff;
}
#top-header.bg-primary .nav-link:hover {
  color: #f6f3f2;
}
#menu .nav {
  flex-wrap: nowrap;
}
#menu .nav-item {
  padding: 1rem 1rem;
  color: #37444d;
  font-weight: 400;
}
#menu .nav-item.active {
  background-color: #036d76;
  color: #fff;
}
#menu .nav-item:hover {
  text-decoration: none;
}
#menu .nav-item:hover:not(.active):not(.dropdown) {
  background-color: #66332a;
  color: #fff;
}
#menu .nav-item .dropdown-item:hover {
  background-color: #f0ebe9;
}
#menu .logo {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  width: 0;
  transform: scale(0);
}
#menu .logo img {
  transition: all 0.25s;
}
#menu.sticky .logo {
  width: 30px;
  transform: scale(1);
}
#menu.sticky .logo:hover img {
  transform: scale(0.9);
}
#menu .nav-container {
  max-width: 1298px;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu .menu-1 {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow-x: hidden;
}
#menu .menu-1 .logo {
  transition: all 0.2s;
}
#menu .menu-1 .nav {
  width: calc(100% - 3rem);
  white-space: nowrap;
  flex-wrap: nowrap;
  flex-shrink: 0;
  -webkit-overflow-scrolling: touch;
  padding-left: 0;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
}
#menu .menu-1 .nav::-webkit-scrollbar {
  display: none;
}
#menu .menu-1 .nav .nav-item {
  transition: all 0.2s;
}
#menu .menu-1 .nav .nav-item:first-of-type.active {
  margin-left: 0.5rem;
}
#menu .menu-1 .nav .nav-item:last-of-type {
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  #menu .menu-1 {
    width: 84%;
  }
}
#menu .menu-1 .arrow-left,
#menu .menu-1 .arrow-right {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
}
#menu .menu-1 .arrow-left {
  padding-right: 1rem;
  width: 30px;
  background-image: linear-gradient(to left, rgba(246, 243, 242, 0), rgb(246, 243, 242), rgb(246, 243, 242));
}
#menu .menu-1 .arrow-left .overflow-arrow {
  opacity: 0.5;
}
#menu .menu-1 .arrow-left.hidden {
  opacity: 0;
}
#menu .menu-1 .arrow-right {
  padding-left: 1rem;
  width: 35px;
  right: 0;
  background-image: linear-gradient(to right, rgba(246, 243, 242, 0), rgb(246, 243, 242), rgb(246, 243, 242));
}
#menu .menu-1 .arrow-right .overflow-arrow {
  opacity: 0.5;
}
#menu .menu-1 .arrow-right.hidden {
  opacity: 0;
}
#menu .menu-2 {
  display: none;
  margin-left: auto;
  width: 16%;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  #menu .menu-2 {
    display: flex;
  }
}
#menu.sticky .logo {
  margin-right: 0.25rem;
}
#main-header {
  background-color: #fff;
  padding: 1rem 0;
  position: relative;
  z-index: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
@media (min-width: 1148px) {
  #main-header {
    padding: 1.5rem 0;
  }
}
#main-header #loginbtn {
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: #37444d;
}
#main-header #loginbtn:hover {
  color: #036d76;
}
#main-header #loginbtn svg {
  height: 1.75rem;
}
#main-header .dropdown-menu.show {
  z-index: 1022;
}
#main-header .usermenu .btn,
#main-header .usermenu .dropdown-item {
  font-weight: 400;
  padding-right: 0.15rem;
}
#main-header .usermenu .dropdown-toggle::after {
  margin-left: 0;
}
@media (min-width: 1148px) {
  #main-header .usermenu .dropdown-toggle::after {
    margin-left: 0.2rem;
  }
}
#main-header #usermenu span {
  display: none;
}
#main-header #usermenu [class^="icon-"]:before {
  margin-right: 0;
}
@media (min-width: 1148px) {
  #main-header #usermenu span {
    display: inline;
  }
  #main-header #usermenu i {
    display: none;
  }
}
#main-header .navbar-toggler .toggler-icon {
  color: #37444d;
}
#main-header .navbar-toggler .toggler-icon:hover {
  color: #036d76;
}
#main-header .navbar-toggler .toggler-icon svg {
  height: 1.75rem;
}
#main-header .navbar-brand {
  width: 100%;
  max-width: 500px;
}
#main-header .promo-buttons {
  margin: 0 3rem;
}
#main-header .promo-buttons * {
  white-space: nowrap;
}
.mobile-menu:before {
  content: "";
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.25s;
}
#mobilmenu {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transform: translateX(1000%);
  text-align: left;
  overflow-y: auto;
  margin: 0;
  text-align: left;
  overflow-y: auto;
  float: none;
  list-style: none;
  width: 100%;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1060;
}
@media (min-width: 768px) {
  #mobilmenu {
    width: 370px;
  }
}
#mobilmenu .inner {
  padding: 2rem;
}
#mobilmenu h3 {
  color: #f6f3f2;
}
#mobilmenu .nav-link {
  padding: 0.5rem 0;
  font-size: 1.25rem;
  line-height: 1.8;
}
#mobilmenu.show {
  transform: translateX(0);
}
#mobilmenu.collapsing {
  transition: height 0s;
}
#mobilmenu .close-nav {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 18px;
  height: 18px;
  opacity: 0.3;
}
#mobilmenu .close-nav:hover {
  opacity: 1;
}
#mobilmenu .close-nav:before,
#mobilmenu .close-nav:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #036d76;
  z-index: 99;
}
#mobilmenu .close-nav:before {
  transform: rotate(45deg);
}
#mobilmenu .close-nav:after {
  transform: rotate(-45deg);
}
#mobilmenu .search {
  position: relative;
}
#mobilmenu .search input {
  font-size: 1.25rem;
  width: 100%;
  line-height: 2;
  outline: none !important;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#mobilmenu .search button {
  background: none;
  display: flex;
  height: 100%;
  align-items: center;
  border: medium none;
  padding: 7px 16px;
  position: absolute;
  color: #666;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 1.5rem;
  outline: none;
  border-radius: 0;
}
.zone-local .article-list-group .col-12 {
  margin-bottom: 1.5rem;
}
.zone-local .article-list-group .img-header {
  max-width: 250px;
}
.zone-local .article-list-group .card {
  height: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #f6f3f2;
}
.zone-local .article-list-group .card .list-footer {
  margin: 1rem 0 1.5rem;
}
.zone-local .article-list {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  margin: 0;
  padding: 0;
}
.zone-local .article-list .list-group-item {
  background-color: #f6f3f2;
}
.zone-local .article-list .list-group-item a,
.zone-local .article-list .list-group-item h6 {
  font-weight: 400;
}
.zone-local .article-list .list-group-item a:hover,
.zone-local .article-list .list-group-item h6:hover {
  color: #036d76;
}
.zone-local .article-list .list-group-item .article-meta .section-title {
  color: #37444d;
}
.zone-local .article-list figure {
  margin: 1.5rem 0.5rem 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 1rem;
}
section.zone-local .article-list-group .card {
  padding: 0;
}
section.zone-local .article-list-group .card .card-footer {
  text-align: center;
  padding: 1rem 1.25rem;
}
section.zone-local .article-list-group .card .epaper-banner {
  overflow: visible;
  height: 280px;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 0.5rem;
  justify-content: unset;
  border-radius: 0.25rem 0.25rem 0 0;
}
section.zone-local .article-list-group .card .epaper-banner .btn {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: -18px;
}
section.zone-local .article-list-group .card .epaper-stack img {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
section.zone-local .article-list figure {
  margin: 0.75rem 0.5rem 0.5rem;
}
section.zone-local .lokalavis-list {
  padding: 0 0.5rem 1rem;
}
.content-grid section.zone-local .card-body {
  padding: 1.5rem 0.5rem 0.5rem;
}
.content-grid section.zone-local h6 {
  font-size: 0.85rem;
}
.zone-agrinews {
  background-color: #007290;
}
.zone-agrinews .teaser-title {
  color: #fff;
}
.zone-agrinews .zone-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.zone-agrinews .zone-header img {
  width: 300px;
  height: auto;
  filter: grayscale(1) contrast(0%) brightness(500%);
}
.banner-gallery .nav-link {
  color: #fff;
}
.banner-gallery .nav-link.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.banner-gallery .nav-tabs {
  border-bottom: 0;
}
.banner-gallery .nav-tabs .nav-item {
  margin-bottom: 0;
  color: #fff;
}
.banner-gallery .nav-link {
  border: 0;
}
.banner-gallery .nav-link.active,
.banner-gallery .nav-link:hover,
.banner-gallery .nav-link:focus {
  border-bottom: 0;
  background-color: rgba(246, 243, 242, 0.4);
  border: 0;
}
.banner-gallery figure {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.banner-gallery .tab-content {
  background: #f6f3f2;
  background: linear-gradient(180deg, rgba(246, 243, 242, 0.4) 0%, rgba(246, 243, 242, 0.2) 100%);
  border-radius: 1rem;
  overflow: hidden;
  color: #fff;
  padding: 2rem 3rem;
  font-size: 1.25rem;
}
.banner-gallery figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 2rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  color: #37444d;
  font-size: 1.25rem;
  color: #fff;
  justify-content: space-between;
}
.banner-gallery .info {
  font-weight: 700;
  margin-bottom: -5%;
}
.banner-gallery .price {
  font-weight: 900;
  text-align: right;
  margin-top: -5%;
}
.banner-gallery.bg-light .nav-link {
  color: #036d76;
}
.banner-gallery.bg-light .nav-link.active {
  color: #fff;
  background-color: rgba(55, 68, 77, 0.3);
}
.banner-gallery.bg-light .tab-content {
  background: #37444d;
  background: linear-gradient(180deg, rgba(55, 68, 77, 0.3) 0%, rgba(55, 68, 77, 0.1) 100%);
}
.banner-gallery.bg-light .price,
.banner-gallery.bg-light .info {
  color: #37444d;
}
@media (max-width: 1024px) {
  .banner-gallery .nav-tabs {
    margin-bottom: 1rem;
  }
  .banner-gallery .nav-tabs .nav-link {
    border-radius: 0.25rem;
  }
}
.banner-table td,
.banner-table th {
  padding: 1.5rem;
}
.banner-table td svg,
.banner-table th svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.banner-table thead th,
.banner-table td {
  text-align: center;
}
.banner-table thead th {
  vertical-align: end;
}
.article-zone div[class^="col-"] {
  margin-bottom: 1rem;
}
.article-zone .carousel {
  height: 100%;
}
.article-zone .carousel img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.article-zone .carousel-inner {
  display: flex;
  height: 100%;
}
.zone-tabs {
  padding-top: 2.5rem;
}
.zone-tabs .nav-link {
  color: #37444d;
  border-color: rgba(0, 0, 0, 0.125);
  background-color: #f8f8f8;
  margin: 0 0.25rem;
  padding: 0.5rem;
  align-items: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .zone-tabs .nav-link {
    font-size: 1.25rem;
    color: #37444d;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0.5rem 2rem;
    margin: 0 1rem;
  }
}
.zone-tabs .nav-link:hover {
  background-color: #f6f3f2;
}
.zone-tabs .nav-link.active {
  background-color: #f6f3f2;
  border-color: rgba(0, 0, 0, 0.125) rgba(0, 0, 0, 0.125) #f6f3f2;
}
.zone-tabs .nav-link .tab-icon {
  width: 2rem;
  display: inline-block;
  margin-right: 0.5rem;
  display: none;
}
@media (min-width: 1024px) {
  .zone-tabs .nav-link .tab-icon {
    display: block;
  }
}
.zone-tabs .nav-link .tab-icon img {
  width: 100%;
  height: auto;
  position: relative;
}
.tab-content {
  background-color: #f6f3f2;
}
.tab-content .zone {
  margin: 0 auto 2rem;
  border-width: 0 0 1px 0;
}
.tab-content .zone .zone-grid {
  border-bottom: 0;
  padding: 0 1.5rem;
}
.widget .bg-icon-img {
  position: absolute;
  height: 4rem;
  width: auto;
  top: 0;
  z-index: -1;
  opacity: 0.15;
  right: 1rem;
  transform: scaleX(-1);
}
.zone-header {
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 3px solid #036d76;
  padding-bottom: 0.5rem;
  display: grid;
  align-content: center;
  grid-column-gap: 1.5rem;
  grid-template-columns: auto;
  grid-auto-flow: column;
}
.zone-header h1,
.zone-header h2 {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #036d76;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .zone-header h1,
  .zone-header h2 {
    font-size: 4rem;
  }
}
.zone-header h1 a:hover,
.zone-header h2 a:hover {
  text-decoration: none;
}
.zone-header .zone-nav {
  width: 100%;
  border-top: 3px solid;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.zone-header .zone-nav .nav-link:hover {
  color: #036d76;
}
.zone-header .zone-buttons {
  font-size: 0.85rem;
  line-height: 1.2;
  color: #6c757d;
}
.zone-header .zone-buttons a {
  white-space: nowrap;
}
.zone-header .zone-icon img {
  width: 54px !important;
  object-fit: scale-down;
  object-position: right;
}
.theme-hoest-tour .zone-header .zone-buttons {
  display: none;
  display: flex;
}
@media (min-width: 1024px) {
  .theme-hoest-tour .zone-header .zone-buttons {
    align-items: center;
  }
  .theme-hoest-tour .zone-header .zone-buttons a {
    margin-right: 3rem;
  }
}
.theme-hoest-tour .zone-header .zone-icon img {
  max-width: 175px;
}
@media (min-width: 1024px) {
  .theme-hoest-tour .zone-header .zone-icon img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .theme-hoest .zone-header .zone-icon img {
    width: 9rem;
    height: 62px;
  }
}
.theme-kultur #menu .nav-item.active {
  background-color: #a41de0;
}
.theme-kultur .zone-header {
  border-bottom-color: #a41de0;
}
.theme-kultur .zone-header h1,
.theme-kultur .zone-header h2,
.theme-kultur .zone-header a {
  color: #a41de0;
}
.theme-kultur .zone-grid {
  border-bottom-color: #a41de0;
}
.theme-kvaeg #menu .nav-item.active {
  background-color: #8f1a17;
}
.theme-kvaeg .zone-header {
  border-bottom-color: #8f1a17;
}
.theme-kvaeg .zone-header h1,
.theme-kvaeg .zone-header h2,
.theme-kvaeg .zone-header a {
  color: #8f1a17;
}
.theme-kvaeg .zone-grid {
  border-bottom-color: #8f1a17;
}
.theme-maskiner #menu .nav-item.active {
  background-color: #0051ad;
}
.theme-maskiner .zone-header {
  border-bottom-color: #0051ad;
}
.theme-maskiner .zone-header h1,
.theme-maskiner .zone-header h2,
.theme-maskiner .zone-header a {
  color: #0051ad;
}
.theme-maskiner .zone-grid {
  border-bottom-color: #0051ad;
}
.theme-svin #menu .nav-item.active {
  background-color: #c60;
}
.theme-svin .zone-header {
  border-bottom-color: #c60;
}
.theme-svin .zone-header h1,
.theme-svin .zone-header h2,
.theme-svin .zone-header a {
  color: #c60;
}
.theme-svin .zone-grid {
  border-bottom-color: #c60;
}
.theme-planter #menu .nav-item.active {
  background-color: #4d9900;
}
.theme-planter .zone-header {
  border-bottom-color: #4d9900;
}
.theme-planter .zone-header h1,
.theme-planter .zone-header h2,
.theme-planter .zone-header a {
  color: #4d9900;
}
.theme-planter .zone-grid {
  border-bottom-color: #4d9900;
}
.theme-marked #menu .nav-item.active {
  background-color: #01414e;
}
.theme-marked .zone-header {
  border-bottom-color: #01414e;
}
.theme-marked .zone-header h1,
.theme-marked .zone-header h2,
.theme-marked .zone-header a {
  color: #01414e;
}
.theme-marked .zone-grid {
  border-bottom-color: #01414e;
}
.theme-business .zone-header h1,
.theme-business .zone-header h2 {
  font-family: "Bodoni Moda", serif;
}
.theme-business .zone-header h1,
.theme-business .zone-header h2,
.theme-business .zone-header a {
  color: #000;
}
.theme-hoest-tour .zone-header,
.theme-hoest .zone-header {
  grid-template-columns: auto auto auto auto;
}
@media (max-width: 576px) {
  .side-banners .zone-header h2 {
    font-size: 1.4rem;
    padding-right: 0;
  }
  .side-banners .zone-icon img {
    width: auto !important;
    object-fit: contain;
    height: 25px;
  }
}
.anniversary-list p {
  margin-bottom: 0;
}
.calendar-list .badge {
  width: 5rem;
  font-family: -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";
}
.calendar-list .display-4 {
  margin-bottom: 0;
}
.calendar-list .list-inline {
  font-family: -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";
}
.job-list .list-group-item {
  background-color: rgba(0, 0, 0, 0);
  word-break: break-word;
}
.loginbox {
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  position: relative;
}
.loginbox.mx-3 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.loginbox.my-5 {
  margin-top: 0.5rem !important;
}
.loginbox .lead {
  font-weight: 300;
}
.loginbox h3,
.loginbox h4 {
  margin-top: 0;
}
.loginbox button {
  font-weight: 700;
}
.loginbox .btn {
  text-decoration: none;
}
.loginbox:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -154px;
  height: 150px;
  width: 110%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.75) 24%, hsla(0, 0%, 100%, 0.9) 77%, #fff);
  left: -5%;
}
#passwordreset {
  z-index: 10;
}
.article-lock-circle {
  display: block;
  width: 100px;
  height: 100px;
  background: #37444d;
  border-radius: 50%;
  margin: -50px auto 0;
  line-height: 100px;
  font-size: 3rem;
  border: 2px solid rgba(0, 0, 0, 0.125);
  position: relative;
}
.article-lock-circle .icon-lock:before {
  color: #f6f3f2;
}
.eavis .card-body {
  padding: 0.5rem;
}
.eavis a {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.eavis a:before {
  content: "";
  display: flex;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
}
.eavis a:after {
  content: "";
  font-family: "Fontello";
  font-size: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0);
}
.eavis a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.eavis a:hover:after {
  color: #fff;
}
.eavis.paywall {
  cursor: not-allowed;
}
.eavis.paywall a {
  pointer-events: none;
}
.eavis.paywall a:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.eavis.paywall a:after {
  content: "";
  color: #fff;
}
.event figure,
.advertorial figure {
  text-align: center;
  height: 5rem;
}
.event .card-header,
.advertorial .card-header {
  background-color: rgba(0, 0, 0, 0.01);
}
.event .card-body,
.advertorial .card-body {
  background-color: rgba(0, 0, 0, 0.03);
}
.event img,
.advertorial img {
  height: 100%;
  width: auto;
  max-width: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  padding: 0 1rem;
}
.event table,
.advertorial table {
  margin-bottom: 0;
}
.event td,
.advertorial td {
  padding: 0.35rem 0;
}
.event th,
.advertorial th {
  padding: 0.35rem 1rem 0.35rem 0;
}
.navne .card-img-top {
  height: 320px;
  overflow: hidden;
}
.navne .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.img-navne {
  width: 33%;
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.event-search {
  background-color: #f6f3f2;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.event-search label {
  padding-right: 0.25rem;
}
@media (min-width: 1148px) {
  .event-search input[type="date"] {
    max-width: 12rem;
  }
}
.event-details,
.advertorial-details {
  background-color: #f6f3f2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .event-details,
  .advertorial-details {
    width: 50%;
    margin-bottom: 1rem;
    float: right;
    margin-left: 1rem;
  }
}
.event-details figure,
.advertorial-details figure {
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-details img,
.advertorial-details img {
  max-height: 100px;
  object-fit: contain;
  padding: 1rem;
}
.event-details .card-body,
.advertorial-details .card-body {
  background-color: #f6f3f2;
}
.event-details th,
.advertorial-details th {
  padding-left: 0;
}
.event-details td,
.advertorial-details td {
  padding-right: 0;
  word-break: break-word;
}
.event figure {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event .card-title {
  margin-top: 1rem;
}
.event th {
  padding-left: 0;
}
.event td {
  padding-right: 0;
}
.section-promo {
  background-color: #f6f3f2;
  padding: 1rem;
  justify-content: center;
  display: flex;
  align-items: center;
}
.section-promo img {
  height: 5rem;
  width: 5rem;
  object-fit: contain;
  object-position: bottom;
  width: auto;
}
.section-promo a {
  transition: all 0.25s ease-in-out;
}
.section-promo a:hover {
  text-decoration: none;
  transform: scale(1.1);
  filter: grayscale(1) brightness(0);
}
#landbrugsmarkedet {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
  width: 100%;
  background-size: cover;
  background-position: center top;
}
#landbrugsmarkedet .lm-facebook {
  display: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #005286;
  font-size: 48px;
  text-align: center;
}
#landbrugsmarkedet .lm-facebook i {
  line-height: 70px;
  color: #fff;
}
@media (min-width: 1148px) {
  #landbrugsmarkedet .lm-facebook {
    display: inline-block;
  }
}
#landbrugsmarkedet .logo {
  width: 320px;
  margin-bottom: 2rem;
}
#landbrugsmarkedet .lm-form {
  background-color: #f8f5ec;
  margin: 3rem 0;
  padding: 2rem 1.5rem;
}
#landbrugsmarkedet .btn-lm {
  background-color: #107d4d;
  color: #fff;
}
#landbrugsmarkedet .custom-select {
  color: #6c757d;
}
#landbrugsmarkedet .property {
  border-radius: 0.65rem;
  overflow: hidden;
  margin: 0 auto 1.5rem;
  max-width: 350px;
}
@media (min-width: 768px) {
  #landbrugsmarkedet .property {
    max-width: unset;
  }
}
#landbrugsmarkedet .property .thumb {
  position: relative;
}
#landbrugsmarkedet .property .thumb img {
  transition: all 0.5s ease;
  height: 170px;
  width: 100%;
  object-fit: cover;
}
#landbrugsmarkedet .property .details {
  padding: 1.5rem 1rem;
  background: #fff;
  position: relative;
}
#landbrugsmarkedet .property .details .info-list {
  font-size: 0.875rem;
  padding: 1rem 0 0 0;
  margin: 1rem 0 0 0;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
}
#landbrugsmarkedet .property .details .info-list li {
  display: inline-block;
  list-style: none;
  margin-right: 0.75rem;
}
#landbrugsmarkedet .property .details .contact-list {
  padding: 0.7rem 1rem 0.85rem 1rem;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -50px;
  padding: 10px 20px 14px 20px;
  transition: all 0.5s ease;
  background: #f6f6f6;
  width: 100%;
  visibility: hidden;
  opacity: 1;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
}
#landbrugsmarkedet .property .details .contact-list li {
  margin-right: 3px;
  list-style: none;
  display: inline-block;
}
#landbrugsmarkedet .property .details .contact-list li .phone {
  background: #f6e6d3;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 0.25rem;
  display: inline-block;
}
#landbrugsmarkedet .property .details .contact-list li:last-child {
  margin-right: 0;
}
#landbrugsmarkedet .property .maegler {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0;
}
#landbrugsmarkedet .property .maegler-logo {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 25px;
  top: -25px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.3);
}
#landbrugsmarkedet .property .maegler-logo img {
  width: 25px;
  display: inline-block;
}
#landbrugsmarkedet .property .title {
  font-weight: 700;
  margin-bottom: 1rem;
  min-height: 3rem;
}
#landbrugsmarkedet .property:hover .contact-list {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
}
.prefooter .col {
  display: flex;
}
.prefooter .card {
  text-align: center;
  display: flex;
  background: rgba(0, 0, 0, 0);
  border: none;
}
.prefooter .card p:last-of-type {
  margin-bottom: 0;
}
.prefooter .card-img-top {
  height: 100px;
  width: auto;
  max-width: 200px;
  object-position: center;
  margin-bottom: 0.5rem;
}
.prefooter .card-footer {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 0;
}
.prefooter .list-inline {
  margin-bottom: 0;
}
.list-results {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 1.5rem;
}
.list-results .article-meta a {
  color: inherit;
  font-weight: inherit;
  text-transform: none;
}
.list-results .list-item {
  display: flex;
  align-items: start;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.list-results .list-item > div {
  position: relative;
  width: 85%;
}
.list-results .list-item:hover {
  text-decoration: none;
}
.list-results i {
  width: auto;
  margin-left: auto;
  font-size: 2rem;
  text-align: right;
}
.list-results .article-meta span {
  padding-right: 0.25rem;
}
.list-results .article-meta time {
  padding-left: 0.25rem;
}
.medieinformation figure {
  text-align: center;
  height: 15rem;
}
.medieinformation .card-header {
  background-color: rgba(0, 0, 0, 0.01);
}
.medieinformation .card-body {
  background-color: #f6f3f2;
  transition: all 0.2s;
}
.medieinformation .card-text {
  transition: all 0.2s;
}
.medieinformation img {
  height: 100%;
  width: auto;
  max-width: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  padding: 0 1rem;
}
.medieinformation .card:hover .card-body {
  background-color: #036d76;
}
.medieinformation .card:hover .card-header {
  background-color: rgba(0, 0, 0, 0.04);
}
.medieinformation .card:hover .card-text {
  color: #fff;
}
.medieinformation .col:first-of-type {
  margin-top: 1.5rem;
}
@media (min-width: 1148px) {
  .medieinformation .col:first-of-type {
    margin-top: 0;
  }
}
.podcast-view {
  background-color: #f6f3f2;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
.podcast-content {
  background-color: #f6f3f2;
  text-align: center;
  position: relative;
  border-radius: 1rem;
  margin-bottom: 3rem;
  padding: 1.5rem;
}
.podcast-content h1 {
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .podcast-content h1 {
    font-size: 1.75rem;
  }
}
.podcast-content h1 + div {
  margin-bottom: 1rem;
}
.podcast-content figure {
  margin: 0 auto;
}
.podcast-content p {
  font-size: 1.5rem;
}
.podcast-list .podcast-list-item {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 40px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.podcast-list .podcast-list-item:last-of-type {
  border-bottom: 0;
}
.podcast-list .podcast-list-item p {
  color: #6c757d;
}
.podcast-list .podcast-list-item .btn i {
  margin-right: 0.5rem;
}
.podcast-list .podcast-list-item .btn i:before {
  content: "";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
}
.podcast-list h3,
.podcast-list .h6 {
  margin-bottom: 0;
  font-weight: 600;
}
#account-admin {
  padding-bottom: 5rem;
}
.advitorial-company-box {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.advitorial-company-box a {
  font-size: 600;
}
.advitorial-company-box .circle-icon {
  background-color: #f6f3f2;
  color: #37444d;
}
.advitorial-company-box .circle-icon:hover {
  color: #036d76;
}
.advitorial-company-box .list-inline:last-of-type {
  margin-bottom: 0;
}
.table-fixed {
  border-bottom: 4px solid #dee2e6 !important;
}
.table-fixed thead {
  background: #f6f3f2;
  position: sticky;
  top: 0;
  z-index: 10;
}
.table-fixed thead tr,
.table-fixed tbody tr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.table-fixed thead td:not(:first-of-type),
.table-fixed thead th:not(:first-of-type),
.table-fixed tbody td:not(:first-of-type),
.table-fixed tbody th:not(:first-of-type) {
  text-align: right;
}
.table-fixed tbody {
  position: relative;
  overflow: scroll;
  height: 320px;
  display: block;
}
.table-fixed ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.table-fixed ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.article-container-advitorial .advitorial-company-box .row {
  align-items: center;
}
.article-container-advitorial .advitorial-company-box img {
  max-height: 220px;
  max-width: 100%;
  width: auto;
  object-fit: cover;
}
.card.bg-primary a,
.card.bg-dark a {
  color: #fff;
  text-decoration: underline;
}
.card.bg-primary a:hover,
.card.bg-dark a:hover {
  color: #ece5e3;
}
#epay_paymentcollection label,
#epay_paymentcollection span {
  font-size: 1rem !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 700 !important;
  color: #37444d !important;
}
#epay_paymentcollection #creditCardInfo {
  font-size: 1rem !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
#epay_paymentcollection .epay_payment_button_light {
  margin-top: 20px;
  float: left;
  margin-left: 127px;
  font-size: 1rem;
  padding: 0.35rem 1rem;
  background-color: #056c75;
  color: #fff;
  border-radius: 0.25rem;
  border: none;
}
.campaign-canvas {
  position: relative;
}
.campaign-canvas:before {
  opacity: 0.2;
  content: "";
  min-height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-image: url(https://cdn.lfmedia.dk/cmscontent/effektivt/assets/img/cropbg-col.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.campaign-checkmarks li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.75rem;
  word-wrap: break-word;
}
.campaign-checkmarks li:before {
  font-family: "Fontello";
  content: "";
  color: #007a47;
  position: absolute;
  left: -2rem;
}
@media screen and (max-width: 576px) {
  .campaign-checkmarks li {
    font-weight: 700;
  }
  .campaign-canvas:before {
    background-size: cover;
  }
  h1.display-4 {
    font-size: 1.65rem;
    letter-spacing: -0.5px;
  }
  .rfs-xs {
    font-size: 0.85rem !important;
  }
}
.abopakke {
  padding: 0 0.75rem;
  display: flex;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .abopakke:nth-of-type(4) {
    max-width: unset;
    flex: 1;
  }
}
.abopakke .card {
  width: 100%;
}
.abopakke .card .card-header {
  text-align: center;
  background: #fff;
  border-bottom: 0;
  padding: 1.5rem 1rem 0.5rem;
}
.abopakke .card .card-header h2 {
  font-family: "Lora", serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.abopakke .card .card-header img {
  max-width: 100%;
  height: auto;
}
.abopakke .card.topdeal {
  background: #eaeeef;
  box-shadow: 2px 2px 11px 2px rgba(0, 0, 0, 0.5);
}
.abopakke .card.topdeal .card-header {
  background: #eaeeef;
}
.abopakke .card.topdeal .abo-options {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.abopakke .abo-deal {
  padding-bottom: 1.5rem;
}
.abopakke .abo-options {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
}
.abopakke .abo-price {
  text-align: center;
}
.abopakke .abo-price small {
  color: #6c757d;
}
.abopakke .price {
  margin-bottom: 0;
  font-family: "Lora", serif;
}
.abopakke .form-check {
  padding-bottom: 0.5rem;
}
.abopakke .abo-btn {
  text-align: center;
  padding-top: 1rem;
}
.abopakke .card-body p,
.abopakke .card-body li,
.abopakke .card-body label {
  font-size: 0.9rem;
}
.abopakke .abo-details {
  display: flex;
}
.abopakke .list-checkmarks {
  padding-left: 0;
}
.abopakke .list-checkmarks li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  padding-left: 0;
  left: 1.5rem;
  margin-right: 1.5rem;
}
.abopakke .list-checkmarks li:before {
  font-family: "Fontello";
  content: "";
  color: #007a47;
}
.section-header {
  padding: 1rem 0;
  background-color: #f6f3f2;
}
.section-header .section-header-grid {
  display: grid;
  grid-template-columns: fit-content(80%) fit-content(20%);
  grid-template-rows: 1fr auto;
  grid-template-areas: "title image" "content content";
  grid-gap: 0.5rem 1.5rem;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .section-header .section-header-grid {
    grid-template-columns: fit-content(40%) auto fit-content(15%);
    grid-template-rows: 1fr;
    grid-template-areas: "title content image";
  }
}
.section-header .section-header-content {
  grid-area: content;
}
.section-header .section-header-content p {
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .section-header .section-header-content p {
    font-size: 1rem;
  }
}
.section-header .section-header-title {
  grid-area: title;
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  .section-header .section-header-title {
    font-size: 4rem;
  }
}
.section-header .section-header-image {
  grid-area: image;
}
.section-header .section-header-image img {
  max-height: 70px;
  width: auto;
}
@media (min-width: 576px) {
  .section-header .section-header-image img {
    max-height: 85px;
  }
}
.page-selection .pagination {
  max-width: 100%;
  overflow: scroll;
}
.custom-switch.language-switch {
  padding-left: 3.25rem;
}
.custom-switch.language-switch .custom-control-label {
  vertical-align: top;
  padding-left: 3rem;
  top: -3px;
}
.custom-switch.language-switch .custom-control-label:before {
  width: 5.5rem;
  height: 1.75rem;
  border-radius: 1rem;
  background-image: url(../img/unionjack.svg);
  border: 1px solid #cecece;
  background-color: #efefef;
  background-size: 68px 30px;
  background-position: -25px center;
  background-repeat: no-repeat;
  transition: all 0.25s;
  filter: grayscale(0.8);
}
.custom-switch.language-switch .custom-control-label:after {
  top: calc(0.1rem - 4px);
  left: calc(-2.25rem + 17px);
  width: calc(2rem + 2px);
  height: calc(2rem + 2px);
  background: radial-gradient(circle, rgb(85, 85, 85) 0%, rgb(0, 0, 0) 100%);
  border: 1px solid #000;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}
.custom-switch.language-switch .custom-control-input {
  width: 3rem;
  height: 1.5rem;
}
.custom-switch.language-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-size: 75px 50px;
  background-position: left center;
  filter: grayscale(0.3) brightness(1.3);
  border: 1px solid #848484;
}
.custom-switch.language-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #f1f2f6;
  border: 3px solid #666;
  transform: translateX(2.85rem);
}
.fordelsklub-nykredit {
  background-color: #07094a;
  background-image: url(https://cdn.lfmedia.dk/cmscontent/effektivt/assets/img/nykreditbg.png);
  background-size: cover;
}
.fordelsklub-nykredit .inner {
  background: rgba(0, 0, 0, 0);
  padding: 1.5rem 0;
}
.fordelsklub-nykredit .card-header h3 {
  font-size: 1.3rem;
}
.nutrifair-kampagne {
  background-image: url(https://cdn.lfmedia.dk/cmscontent/effektivt/assets/img/nutrifair.jpeg);
  background-size: cover;
}
.nutrifair-kampagne .inner {
  background: rgba(0, 0, 0, 0);
  padding: 1.5rem 0;
}
.nutrifair-kampagne .card-subtitle {
  color: #076533;
}
.nutrifair-kampagne .card-header {
  background-color: #42321c;
}
.nutrifair-kampagne .card-header h3 {
  color: #fff;
  font-size: 1.3rem;
}
.nutrifair-kampagne .row .col-lg-6:nth-of-type(2) .card-body img {
  max-width: 220px;
}
.nutrifair-kampagne:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.subscription-inline-teaser.related-document-content .teaser {
  background-color: #036d76;
  color: #fff;
  border-radius: 0.25rem;
}
.subscription-inline-teaser.related-document-content .teaser * {
  color: #fff;
}
.subscription-inline-teaser.related-document-content .teaser:hover {
  color: #fff;
  background-color: #02565d;
}
.subscription-inline-teaser.related-document-content .teaser:hover .card-title,
.subscription-inline-teaser.related-document-content .teaser:hover p {
  color: #fff;
}
.subscription-inline-teaser.related-document-content .teaser:hover img {
  transform: none;
}
.subscription-inline-teaser.related-document-content figure img {
  object-fit: contain;
}
.subscription-inline-teaser.related-document-content .card-title {
  margin-bottom: 0;
}
.subscription-inline-teaser.related-document-content .small {
  font-size: 86%;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
}
.card.flip-card .flip-card-back .card-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.tema-header {
  margin-bottom: 2.5rem;
}
.topic-cluster .article-container {
  margin: 0 auto 3rem;
  max-height: 520px;
  overflow: hidden;
  position: relative;
}
.topic-cluster .article-container #hidemore {
  display: none;
}
.topic-cluster .article-container.expanded {
  max-height: none;
  margin-bottom: 3rem;
}
.topic-cluster .article-container.expanded #readmore {
  display: none;
}
.topic-cluster .article-container.expanded #hidemore {
  display: block;
  margin: 0 auto;
  z-index: 9;
  position: relative;
}
.topic-cluster .article-container.expanded .topic-cluster-article-more {
  background-image: none;
}
.topic-cluster .topic-cluster-article-more {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 100px 0 100px 0;
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.75) 50%, white 75%);
}
.topic-cluster #readmore {
  position: relative;
  bottom: -100px;
}
.topic-cluster #readmore:after {
  position: absolute;
  content: "";
  height: 36px;
  width: 116px;
  left: -1px;
  top: -1px;
  pointer-events: auto;
}
.topic-cluster .accordion-card .accordion-panel-title {
  display: flex;
  justify-content: space-between;
}
.topic-cluster .accordion-card .accordion-panel-title i {
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 900;
  transform: rotate(0);
  transition: transform 0.25s;
}
.topic-cluster .accordion-card .accordion-panel-title[aria-expanded="true"] i {
  transform: rotate(45deg);
}
.topic-cluster .topic-teasers .teaser {
  border: 1px solid #fff;
}
.topic-cluster .topic-teasers .teaser:hover {
  background-color: #f6f3f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.topic-cluster .topic-teasers .teaser figure {
  margin-bottom: 0.5rem;
}
.topic-cluster .topic-teasers .teaser-title {
  color: #37444d;
  font-size: 1.25rem;
}
.topic-cluster .topic-teasers .teaser-text {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.topic-cluster .topic-teasers .teaser-body {
  padding: 0.75rem 1.5rem 1.5rem;
}
@media (max-width: 576px) {
  .topic-cluster .topic-teasers .teaser-grid.grid-4 {
    grid-template-columns: none;
  }
}
.topic-cluster .side-banners {
  margin-bottom: 3rem;
}
.teaser-list .teaser-list-item {
  align-items: center;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.teaser-list .teaser-list-item .teaser-title {
  font-size: 1.15rem;
  margin-bottom: 0;
}
.card .faktabox-expand {
  margin: 0 auto 3rem;
  max-height: 520px;
  overflow: hidden;
  position: relative;
}
.card .faktabox-expand.expanded {
  max-height: none;
}
.card .faktabox-expand.expanded .faktabox-article-more {
  display: none;
}
.card .faktabox-expand.expanded #hidemore {
  display: block;
  margin: 0 auto;
  z-index: 9;
  position: relative;
}
.card .faktabox-expand #hidemore {
  display: none;
}
.card #readmore {
  position: relative;
  transform: translateY(2.5rem) !important;
}
.card #readmore:after {
  position: absolute;
  content: "";
  height: 36px;
  width: 116px;
  left: -1px;
  top: -1px;
  pointer-events: auto;
}
.card .faktabox-article-more {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 100px 0 100px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(25%, rgba(255, 255, 255, 0.5)),
    color-stop(50%, rgba(255, 255, 255, 0.75)),
    color-stop(75%, white)
  );
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.75) 50%, white 75%);
}
.epaper-banner {
  position: relative;
  background-color: #37444d;
  width: 300px;
  height: 250px;
  border-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.epaper-banner .btc {
  position: absolute;
  z-index: 9;
  bottom: 80px;
  right: 20px;
}
.epaper-banner .btc .btn {
  background-color: #8f1a17;
  border: 3px solid #fff;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  color: #fff;
  box-shadow: 0 0.5rem 5rem rgba(255, 255, 255, 0.475) !important;
  border-radius: 0.5rem;
}
.epaper-banner .btc .btn:hover {
  background-color: #036d76;
}
.epaper-stack {
  position: relative;
  margin: 0 auto;
  height: auto;
  width: 100%;
  height: 250px;
  z-index: auto;
}
.epaper-stack img {
  position: absolute;
  height: auto;
  width: 160px;
  top: 20px;
  left: 2rem;
  border: 1px solid #fff;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
  backface-visibility: hidden;
  transform-origin: 50% -50%;
}
.epaper-stack img:nth-child(1) {
  transform: scale(0.925) translateX(-15px);
}
.epaper-stack img:nth-child(2) {
  transform: scale(0.95) translateX(-10px);
}
.epaper-stack img:nth-child(3) {
  transform: scale(0.975) translateX(-5px);
}
.epaper-stack img:nth-child(4) {
  transform: scale(1);
}
.epaper-stack.justify-content-center img {
  left: unset;
}
.banner-label-more {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: -1rem;
  display: block;
  text-align: center;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.p-10 {
  padding: 5rem;
}
.pb-10 {
  padding-bottom: 5rem;
}
.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}
.pt-6,
.py-6 {
  padding-top: 4rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}
.pt-7,
.py-7 {
  padding-top: 5rem !important;
}
.mb-6,
.my-6 {
  padding-bottom: 4rem !important;
}
.mt-6,
.my-6 {
  padding-top: 4rem !important;
}
.mb-7,
.my-7 {
  padding-bottom: 5rem !important;
}
.mt-7,
.my-7 {
  padding-top: 5rem !important;
}
.flip-y {
  transform: scaleY(-1);
}
.z-0,
.z-1,
.z-2,
.z-3,
.z-1000 {
  position: relative;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.fill-primary-light {
  fill: #d2e1e3;
}
.fill-primary {
  fill: #036d76;
}
.fill-white {
  fill: #fff;
}
.rotate-right {
  transform: rotateZ(1deg);
}
.rotate-left {
  transform: rotateZ(-1deg);
}
.z-1000 {
  z-index: 1000;
}
.bg-svin {
  background-color: #c60 !important;
}
.bg-planter {
  background-color: #4d9900 !important;
}
.bg-kvaeg {
  background-color: #8f1a17 !important;
}
.text-svin {
  color: #c60 !important;
}
.text-svin svg {
  fill: #c60;
}
.text-planter {
  color: #4d9900 !important;
}
.text-kvaeg {
  color: #8f1a17 !important;
}
.f-size-4 {
  font-size: 4rem;
}
.f-size-3 {
  font-size: 3rem;
}
.rfs {
  font-size: 1rem;
}
.font-sans-serif {
  font-family: "Raleway", sans-serif;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-black {
  font-weight: 900;
}
.flip-y {
  transform: scaleY(-1);
}
.text-ss {
  font-family: -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";
}
.overflow-x-scroll {
  overflow-x: auto;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.sticky-column {
  position: sticky;
  top: 70px;
  z-index: 1020;
}
.row-striped:nth-of-type(odd) {
  background-color: #f6f3f2;
}
.row-striped:nth-of-type(even) {
  background-color: #fff;
}
.row-striped {
  padding: 1rem 0;
  align-items: center;
}
@media (min-width: 728px) {
  .rfs {
    font-size: 1.25rem;
  }
  .text-sm-left {
    text-align: left !important;
  }
}
.icon-circle {
  width: 40px;
  height: 40px;
  background: #036d76;
  border-radius: 50%;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle i {
  color: #fff;
  line-height: 1;
}
.icon-circle:hover {
  background: #023f44;
}
.img-invert {
  filter: brightness(1000) contrast(200) grayscale(100);
}
.grundskrift-kursiv,
.Kommentar-skribent {
  font-style: italic;
}
.citat-person,
.hojre-kursiv {
  font-style: italic;
  text-align: right;
}
.no-underline,
.no-underline:hover {
  text-decoration: none !important;
}
.d-grid {
  display: grid;
}
.grid-cols-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1148px) {
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.checkmarks-light li:before {
  color: #f6f3f2;
}
@media screen and (min-width: 768px) {
  .w-md-25 {
    width: 50%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-75 {
    width: 75%;
  }
}
@media screen and (min-width: 1140px) {
  .w-lg-25 {
    width: 50%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .zone-header.zone-header-lg h2 {
    font-size: 5rem;
  }
  .zone-header.zone-header-lg .zone-icon img {
    width: auto;
    height: 80px;
  }
}
.expand-plus-icon {
  background-color: #036d76;
  border-radius: 50%;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  outline: none;
  position: relative;
}
.expand-plus-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.expand-plus-icon span:before {
  content: "+";
  font-size: 2rem;
  color: #f6f3f2;
  line-height: 2rem;
}
.expand-plus-icon[aria-expanded="true"] span {
  transform: rotate(45deg);
}
.expand-plus-icon:focus {
  outline: 0;
}
.zone-dark {
  background-color: #37444d;
}
.zone-dark .teaser-title {
  color: #fff;
}
.zone-dark .zone-header {
  border-bottom: 0;
  margin-bottom: 0.5rem;
}
.zone-dark .zone-header * {
  color: #fff;
}
.Anvisning {
  display: none;
}
.card.bg-sand .list-group,
.card.bg-sand .list-group-item {
  background-color: #efead0;
}
.card.bg-gray {
  color: #efead0;
}
.card.bg-gray .list-group,
.card.bg-gray .list-group-item {
  background-color: #667483;
  color: #fff;
  border-color: rgba(239, 234, 208, 0.5);
}
#aboaften {
  padding-bottom: 7rem;
}
#aboaften .card {
  font-weight: 700;
}
#aboaften .card label {
  color: #efead0;
}
#aboaften .card .card-header {
  font-weight: 900;
  padding: 1rem 0;
  color: #efead0;
}
#aboaften .card .list-group-item.d-flex {
  padding: 0.75rem 0.5rem;
}
#aboaften .card .list-group-item.d-flex div:first-of-type {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #efead0;
  min-width: 80px;
}
#aboaften .dxbs-combobox .input-group-append .dropdown-toggle {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0 0.3rem 0.3rem 0;
  background-color: #fff !important;
  border-color: rgba(0, 0, 0, 0.125);
}
#aboaften .dxbs-combobox .input-group-append .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.155em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
  color: #085c63;
}
#aboaften .dxbs-combobox .dxbs-listbox > ul > li > a {
  color: #495057;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#aboaften .dxbs-combobox .dxbs-listbox > ul > li > a:hover {
  text-decoration: none;
}
#aboaften .dxbs-combobox .dxbs-listbox > ul > li > a.active {
  color: #495057;
}
#PageForm > .container .row {
  align-items: center;
  padding-bottom: 0.5rem;
}
.img-16-9 {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 0;
}
.img-16-9 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.form-group-header {
  margin-bottom: 1rem;
}
.col-form-label {
  font-size: 1.25rem;
  font-weight: 700;
}
.form-group-header {
  margin-bottom: 1rem;
}
.account-nav a {
  font-weight: 700;
}
.account-nav a.active {
  color: #37444d;
}
.account-info {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.account-info.show {
  display: block;
  opacity: 1;
}
.form-check-inline:not(:last-of-type) {
  margin-right: 2rem;
}
#progressbar {
  background-color: #fff;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0;
  overflow: hidden;
  align-items: center;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#progressbar li {
  list-style-type: none;
  text-align: center;
  font-weight: 700;
  padding: 1.5rem 0;
  color: #37444d;
  font-family: "Raleway", sans-serif;
  height: 100%;
  background-color: #ced4da;
  font-size: 1.15rem;
}
#progressbar li i {
  margin-right: 0.2rem;
}
#progressbar li.active {
  color: #fff;
  background-color: #37444d;
}
#progressbar li:not(:last-of-type) {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
#progressbar.fourcol {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 768px) {
  #progressbar {
    display: grid;
  }
}
.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em 1em;
}
@media (min-width: 576px) {
  .check-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .check-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.abonnements-grid {
  display: grid;
  grid-gap: 2rem 0;
}
.abonnements-pakke {
  display: grid;
  border: 1px solid rgba(0, 0, 0, 0.125);
  align-items: center;
  background-color: #f6f3f2;
  min-height: 6rem;
  padding: 1rem;
}
.abonnements-pakke .abo-navn {
  margin-bottom: 1rem;
}
.abonnements-pakke .abo-navn h4 {
  color: #036d76;
  font-size: 1.5rem;
  font-weight: 700;
}
.abonnements-pakke .abo-navn h4 span {
  display: block;
  color: #212529;
  font-weight: 900;
}
.abonnements-pakke .abo-navn h4 span.dropdown-toggle {
  color: #fff;
}
.abonnements-pakke .abo-navn h4 .active span {
  color: #fff;
}
.abonnements-pakke .abo-navn .input-group {
  margin-top: 0.5rem;
}
.abonnements-pakke .abo-pris .btn {
  margin: 1rem auto;
}
@media (min-width: 992px) {
  .abonnements-pakke {
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 1em;
  }
  .abonnements-pakke .abo-navn .btn {
    margin-bottom: 0;
  }
}
.dxtcLite.dxtc-noTabs > .dxtc-content {
  border: none;
}
article .banner-300 {
  margin: 1.5rem auto;
}
.article-body {
  padding: 0 0.5rem;
  max-width: 930px;
  margin: 0 auto;
  width: 100%;
  line-height: 1.5;
}
.article-body .podcast figure {
  margin-bottom: 0;
}
.article-body > figure {
  margin-bottom: 1.5rem;
}
.article-text {
  margin-bottom: 3rem;
}
.article-text .mr {
  font-size: 1.25rem;
  margin-bottom: 0.15rem;
}
.related-article {
  padding: 1rem 0;
}
.related-article .card {
  background: #f6f3f2;
  color: #37444d;
}
.related-article .card p.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-article .card:hover {
  text-decoration: none;
}
.related-article .card:hover .card-title {
  color: #66332a;
}
.related-article figure {
  width: 100%;
  height: 100%;
}
.related-article figure img {
  height: 100% !important;
  object-fit: cover;
}
.info-box {
  background-color: #036d76;
  color: #fff;
}
.info-box .card-body {
  padding: 2rem;
}
.article-toolbar-1 > .row {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.byline {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  margin-left: 0.5rem;
}
.byline a {
  text-decoration: none;
  font-feature-settings: "lnum";
  line-height: 1.2;
  font-size: 0.875rem;
}
.byline a[href="tel:"] {
  display: none;
}
.byline img {
  height: 50px;
  width: auto;
  margin: 0 0.5rem -0.55rem 0;
}
.byline p {
  margin-bottom: 0;
  color: #6c757d;
}
.byline .byline-contact {
  font-size: 0.875rem;
  color: #6c757d;
}
.byline .list-inline {
  margin-top: 0.15rem;
}
.byline .dropdown-menu {
  padding: 0;
}
.byline .dropdown-item {
  font-size: 0.875rem;
  color: #6c757d;
  padding: 0.25rem 0.5rem;
}
.byline .dropdown-item i {
  margin-right: 0.25rem;
}
.Kommentar-skribent {
  display: flex;
  align-items: center;
  width: 250px;
  margin-bottom: 1rem;
}
.Kommentar-skribent img {
  width: 65px;
  margin-right: 0.5rem;
}
.Kommentar-skribent p {
  margin-bottom: 0;
}
.article-tools {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.article-tools ul {
  padding-inline-start: 0;
  margin-bottom: 0;
}
.article-tools .list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}
.article-tools .share-icon {
  width: 30px;
}
.article-tools .btn-bookmark {
  font-weight: 700;
  color: #007290;
  margin-left: 1.5rem;
  font-size: 1rem;
}
.article-container {
  max-width: 576px;
  margin: 0 auto;
}
.article-container .mr {
  font-size: 1.25rem;
  padding-top: 1rem;
}
.article-container p a {
  text-decoration: underline;
}
.article-container table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 0;
  margin-bottom: 2rem;
}
.article-container table th,
.article-container table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.article-container table th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.article-container table caption {
  caption-side: top;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #333;
  padding-bottom: 0.5rem;
}
.article-container table caption p {
  margin-bottom: 0;
}
blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.125);
  padding: 2rem 0 1.5rem;
  margin: 2rem 0;
  position: relative;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -0.35rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font-size: 6rem;
  line-height: 1;
  font-family: georgia;
  color: #036d76;
  text-align: center;
}
blockquote:after {
  content: attr(cite);
  display: block;
  text-align: right;
  color: #036d76;
  margin-top: 0.5rem;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
.card.bg-primary blockquote:before {
  color: #fff;
  background-color: #036d76;
}
.card.bg-primary blockquote:before {
  color: #fff;
  background-color: #036d76;
}
.card.bg-light blockquote:before {
  background-color: #f6f3f2;
}
.faktaboks-titel {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.fakta-indledning {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.fakta-mellemrubrik {
  font-size: 1rem;
}
form[action="/artikler/kvaeg/79142/klov-kontrol-paa-vej.aspx"] .faktaboks {
  margin-bottom: 1.5rem;
}
form[action="/artikler/kvaeg/79142/klov-kontrol-paa-vej.aspx"] .faktaboks:before {
  content: "";
  background-color: #66332a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 0;
}
form[action="/artikler/kvaeg/79142/klov-kontrol-paa-vej.aspx"] .faktaboks .card-body {
  z-index: 1;
}
form[action="/artikler/kvaeg/79142/klov-kontrol-paa-vej.aspx"] .faktaboks .faktaboks-titel {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  height: 80px;
}
form[action="/artikler/kvaeg/79142/klov-kontrol-paa-vej.aspx"] .faktaboks .fakta-indledning {
  font-size: 1.15rem;
}
form[action="/artikler/kvaeg/79142/klov-kontrol-paa-vej.aspx"] .faktaboks.card-cattle .faktaboks-titel {
  width: 75%;
}
form[action="/artikler/kvaeg/79142/klov-kontrol-paa-vej.aspx"] .faktaboks.card-cattle:after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 0;
  height: 75px;
  width: 20%;
  background-image: url("../img/kvaeg_neg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
form[action="/artikler/kvaeg/79142/klov-kontrol-paa-vej.aspx"] .faktaboks.card-cattle .fakta-tekst {
  margin-left: 1.25rem;
  position: relative;
}
form[action="/artikler/kvaeg/79142/klov-kontrol-paa-vej.aspx"] .faktaboks.card-cattle .fakta-tekst:before {
  content: "";
  top: 8px;
  left: 0;
  position: absolute;
  transform: translateX(-1.15rem);
  width: 10px;
  height: 10px;
  background-color: #66332a;
}
form[action="/artikler/kvaeg/79142/klov-kontrol-paa-vej.aspx"] .faktaboks .fakta-kilde {
  text-align: right;
  margin-top: 0.5rem;
}
form[action="/artikler/kvaeg/79142/klov-kontrol-paa-vej.aspx"] .faktaboks p:last-of-type {
  margin-bottom: 0;
}
.card.bg-blue .faktabox-article-more {
  background-image: linear-gradient(rgba(0, 81, 173, 0) 0%, rgba(0, 81, 173, 0.5) 25%, rgba(0, 81, 173, 0.75) 50%, rgb(0, 81, 173) 60%);
}
.card.bg-blue .faktabox-expand ul {
  padding-inline-start: inherit;
}
.card.bg-blue .faktabox-expand ul li {
  margin-bottom: 0.5rem;
}
.card.bg-blue .btn-outline-light,
.card.bg-blue .btn-outline-secondary,
.card.bg-blue .btn-outline-primary {
  color: #f6f3f2;
  border-color: #f6f3f2;
}
.card.bg-blue .btn-outline-primary:hover,
.card.bg-blue .btn-outline-light:hover,
.card.bg-blue .btn-outline-secondary:hover {
  color: #212529;
  background-color: #f6f3f2;
  border-color: #f6f3f2;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: relative;
  width: 100%;
  bottom: -15px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.lokalavis-slider {
  margin: 2rem 0;
}
.lokalavis-slider .list-group-item,
.lokalavis-slider .article-list {
  background-color: rgba(0, 0, 0, 0);
}
.lokalavis-slider .flickity-page-dots {
  position: relative;
  bottom: 0;
}
[data-gallery] figure {
  position: relative;
}
[data-gallery] figure:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: #fff;
  background-color: #37444d;
  background-image: url(../img/galleri.svg);
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  pointer-events: none;
}
[data-gallery] figure:hover:after {
  background-color: #036d76;
}
figure.gallery {
  position: relative;
}
figure.gallery:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: #fff;
  background-color: #37444d;
  background-image: url(../img/galleri.svg);
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  pointer-events: none;
}
figure.gallery:hover:after {
  background-color: #036d76;
}
.ekko-lightbox {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important;
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container .ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox-container iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox .ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}
.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > :focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  position: absolute;
  text-align: left;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 1.5rem;
  border: 0;
  right: 0;
  bottom: 0;
  text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@keyframes a {
  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.banner {
  position: relative;
}
.bannersize {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 900;
}
.carousel .carousel-inner > img {
  width: 100%;
}
h5 .icon-bookmark-empty {
  font-size: 80%;
}
#landbrugsmarkedet iframe {
  width: 100%;
  border: 0;
  height: 1200px;
  display: none;
}
@media (min-width: 768px) {
  #landbrugsmarkedet iframe {
    display: block;
  }
}
@media (min-width: 992px) {
  #landbrugsmarkedet iframe {
    height: 1150px;
  }
}
@media (min-width: 1200px) {
  #landbrugsmarkedet iframe {
    height: 770px;
  }
}
#modalbackdrop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}
.menu-open #modalbackdrop {
  display: block;
  z-index: 1055;
}
#topbtn {
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 2rem;
  z-index: 1060;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: -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-weight: 700;
  transition: all 0.5s ease-out;
}
#topbtn i {
  position: relative;
  top: -2px;
}
#topbtn:hover,
#topbtn.active {
  background-color: #036d76;
  opacity: 0.8;
}
.sticky-banner.right {
  order: 3;
  margin-left: auto;
}
.lokalavis-slider .lokalavis-header {
  margin-bottom: 1rem;
}
.lokalavis-slider .epaper-banner .btc {
  right: auto;
}
.lokalavis-slider .epaper-banner .btc .btn {
  display: none;
}
.lokalavis-slider .epaper-stack img {
  left: unset;
}
.lokalavis-slider .card {
  background-color: #f6f3f2;
  min-height: 600px;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.lokalavis-slider .img-header {
  width: 250px;
}
.lokalavis-slider .carousel-cell {
  width: 80%;
  height: 810px;
  margin-right: 0rem;
  transform: scale(0.88);
  filter: brightness(0.7) blur(1px);
  z-index: 0;
  pointer-events: none;
}
.lokalavis-slider .carousel-cell.is-selected {
  transform: scale(1);
  filter: brightness(1);
  z-index: 1;
  pointer-events: all;
}
.lokalavis-slider .carousel-cell.is-selected .epaper-banner .btc .btn {
  display: block;
}
@media (min-width: 992px) {
  .lokalavis-slider .carousel-cell {
    width: 40%;
  }
}
header.bg-dark a {
  color: #fff;
}
figure.card-img-top,
.card figure {
  margin-bottom: 0;
}
.contact-list-groups .list-group-item {
  align-items: flex-start;
}
.teaser.embed-responsive iframe {
  height: 100% !important;
  width: 100% !important;
}
.event .card-header {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event .card-header img {
  max-height: 75px;
  object-fit: contain;
}
.side-banners .navne .col {
  padding: 0;
}
.media.business-card {
  box-shadow: none;
  border: 1px solid #d3d3d3;
  padding: 1rem;
  margin: 1rem 0;
  height: auto;
  transition: all 0.25s eas;
}
.media.business-card:hover {
  border: 1px solid #d3d3d3;
  background-color: #f6f3f2;
}
.zone .zone-grid .cover .teaser-title {
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .zone .zone-grid .cover a {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
  }
  .zone .zone-grid .cover:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    z-index: 0;
  }
  .zone .zone-grid .cover figure {
    height: 100%;
    width: 100%;
  }
  .zone .zone-grid .cover figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .zone .zone-grid .cover .teaser-body {
    height: auto;
    position: absolute;
    left: 0;
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }
  .zone .zone-grid .cover .teaser-body * {
    color: #fff;
  }
  .zone .zone-grid .cover .teaser-title {
    font-size: 1.75rem !important;
  }
}
.flip-card .card-body {
  padding: 0.75rem;
}
.flip-card .card-body .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.traktorstatistik main {
  background-color: #e6e6e7;
}
.traktorstatistik main #framediv {
  margin: 0 -10px;
  width: calc(100% + 20px);
  overflow: hidden;
}
.traktorstatistik main #framediv iframe {
  position: absolute;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
}
@media (orientation: landscape) {
  .traktorstatistik main {
    padding: 3rem 0;
  }
}
@media (orientation: portrait) {
  .traktorstatistik main {
    padding: 0;
  }
  .traktorstatistik main #framediv {
    height: 4350px !important;
  }
}
#menu button:focus,
.main-header button:focus {
  outline: 0;
}
body.mega-menu-open {
  height: 100%;
  overflow: hidden;
}
#main-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
  height: 57px;
  display: flex;
  align-items: center;
  z-index: 1040;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}
@media (min-width: 1148px) {
  #main-header {
    box-shadow: none;
  }
  #main-header .btn {
    white-space: nowrap;
  }
}
#main-header .abo-cta,
#main-header .mobil-nav-cta {
  padding: 0.25rem;
  font-size: 0.65rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  white-space: nowrap;
}
@media (min-width: 1148px) {
  #main-header .abo-cta,
  #main-header .mobil-nav-cta {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0.25rem;
  }
}
@media (min-width: 1148px) {
  #main-header {
    position: relative;
    padding: 1rem 0;
    height: 100px;
  }
}
#main-header #loginbtn {
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: #37444d;
  padding: 0.35rem 0.5rem;
  border-radius: 0.25rem;
}
#main-header #loginbtn:hover {
  color: #fff;
}
#main-header #loginbtn svg {
  height: 1.75rem;
}
#main-header .dropdown-menu.show {
  z-index: 1022;
}
#main-header .navbar-toggler {
  padding: 0.25rem 0 0.25rem 0.5rem;
  order: 3;
}
#main-header .usermenu .btn,
#main-header .usermenu .dropdown-item {
  font-weight: 300;
  padding-right: 0.15rem;
}
#main-header .usermenu .dropdown-toggle::after {
  margin-left: 0;
}
@media (min-width: 1148px) {
  #main-header .usermenu .dropdown-toggle::after {
    margin-left: 0.2rem;
  }
}
#main-header #usermenu span {
  display: none;
}
#main-header #usermenu [class^="icon-"]:before {
  margin-right: 0;
}
@media (min-width: 1148px) {
  #main-header #usermenu span {
    display: inline;
  }
  #main-header #usermenu i {
    display: none;
  }
}
#main-header .navbar-toggler .toggler-icon {
  color: #37444d;
}
#main-header .navbar-toggler .toggler-icon:hover {
  color: #036d76;
}
#main-header .navbar-toggler .toggler-icon svg {
  height: 1.75rem;
}
#main-header .navbar-brand {
  margin: 0;
  width: auto;
}
@media (min-width: 1148px) {
  #main-header .navbar-brand {
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 225px);
  }
}
#main-header .navbar-brand #BaseMasterContentPlaceholder_PageHeader_NavBarBrandImage {
  height: 25px;
}
@media (min-width: 768px) {
  #main-header .navbar-brand #BaseMasterContentPlaceholder_PageHeader_NavBarBrandImage {
    height: 35px;
    display: block;
  }
}
@media (min-width: 1148px) {
  #main-header .navbar-brand #BaseMasterContentPlaceholder_PageHeader_NavBarBrandImage {
    height: auto;
    width: 450px;
    display: block;
  }
}
#main-header .navbar-brand #l-mobillogo {
  display: none;
}
#main-header .navbar-brand img {
  width: auto;
  height: 40px;
  position: relative;
  object-fit: scale-down;
}
@media (min-width: 768px) {
  #main-header .navbar-brand img {
    height: 44px;
  }
}
@media (min-width: 1148px) {
  #main-header .navbar-brand img {
    height: 56px;
  }
}
#main-header .promo-buttons {
  margin: 0 3rem;
}
#main-header .promo-buttons * {
  white-space: nowrap;
}
a .icon-search {
  color: #37444d;
}
a .icon-search:hover {
  color: #036d76;
}
#menu.topmenu {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  position: sticky;
  z-index: 1020;
}
#menu.topmenu .container-fluid,
#menu.topmenu .container-sm,
#menu.topmenu .container-md,
#menu.topmenu .container-lg,
#menu.topmenu .container-xl {
  max-width: 1298px;
}
#menu.topmenu .fixed-navbar {
  position: relative;
  justify-content: center;
  min-height: 57px;
}
#menu.topmenu #searchbtn .icon-search {
  color: #37444d;
  margin-right: 0.25rem;
  border-right: 1px solid #ccc;
  padding-right: 0.75rem;
}
#menu.topmenu #searchbtn .icon-search:hover {
  color: #036d76;
}
#menu.topmenu #loginbtn {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: -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-weight: 700;
  font-size: 0.85rem;
  padding: 0.35rem 0.5rem;
  transition: all 0.25s;
  border-radius: 0.25rem;
  white-space: nowrap;
}
#menu.topmenu #loginbtn:hover {
  background-color: #036d76;
  color: #fff;
  text-decoration: none;
}
#menu.topmenu .navbar-toggler {
  height: 100%;
  display: flex;
  align-items: center;
}
#menu.topmenu .nav-items {
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.35s;
  position: absolute;
  left: 0;
  transform: translateX(0);
  overflow: hidden;
}
@media (min-width: 992px) {
  #menu.topmenu .nav-items {
    display: flex;
  }
}
#menu.topmenu .nav-item {
  padding: 1rem 1.25rem;
  color: #37444d;
  font-weight: 400;
  white-space: nowrap;
}
#menu.topmenu .nav-item.active {
  background-color: #036d76;
  color: #fff;
}
#menu.topmenu .nav-item:hover {
  text-decoration: none;
}
#menu.topmenu .nav-item.no-hover {
  padding: 0.65rem 1rem !important;
}
#menu.topmenu .nav-item.no-hover:hover {
  background-color: unset;
  color: #37444d;
}
#menu.topmenu .nav-item.no-hover:hover .btn-warning {
  color: #fff;
}
#menu.topmenu .nav-item .dropdown-item:hover {
  background-color: #f0ebe9;
}
#menu.topmenu .logo {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  width: 0;
  transform: scale(0);
}
#menu.topmenu .logo img {
  transition: all 0.25s;
}
#menu.topmenu.sticky .logo {
  width: 30px;
  transform: scale(1);
}
#menu.topmenu.sticky .logo:hover img {
  transform: scale(0.9);
}
#menu.topmenu .nav-container {
  max-width: 1298px;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu.topmenu .menu-1 {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow-x: hidden;
}
#menu.topmenu .menu-1 .logo {
  transition: all 0.2s;
}
#menu.topmenu .menu-2 {
  display: none;
  margin-left: auto;
  width: 16%;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  #menu.topmenu .menu-2 {
    display: flex;
  }
}
#menu.topmenu.sticky .logo {
  margin-right: 0.25rem;
}
#menu.topmenu .navlogo {
  display: flex;
  align-items: center;
  left: 0;
  height: 57px;
  width: 42px;
}
#menu.topmenu .navlogo img {
  width: auto;
  height: 35px;
  object-fit: scale-down;
}
#menu.topmenu .nav {
  flex-wrap: nowrap;
}
#menu.topmenu #abocta,
#menu.topmenu .menu-cta-inline {
  width: 0;
  height: 0;
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  margin-left: auto;
  transition: all 0.25s ease-in;
  transform: scale(0);
}
#menu.topmenu.sticky .navlogo {
  opacity: 1;
  transform: scale(1);
}
#menu.topmenu.sticky #abocta,
#menu.topmenu.sticky .menu-cta-inline {
  height: 35px;
  width: auto !important;
  text-overflow: clip;
  white-space: nowrap;
  margin-left: auto !important;
  transition: all 0.25s ease-in;
  transform: scale(1) translateX(-1.5rem) !important;
}
#megamenu {
  padding: 20px 20px;
  position: relative;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0px;
  overflow: scroll;
  max-height: 100vh;
  font-family: -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";
  z-index: 1010;
}
#megamenu .netvaerksarrangement {
  display: none;
  position: relative;
}
#megamenu .netvaerksarrangement:before {
  position: absolute;
  top: 0;
  content: "";
  left: -20px;
  right: -20px;
  height: 133%;
  top: -1rem;
  background-color: #ffc107;
  z-index: -1;
}
@media screen and (max-width: 991.9px) {
  #megamenu .netvaerksarrangement {
    display: block;
  }
  #megamenu > .container .row:last-of-type div:last-of-type {
    margin-bottom: 10rem;
  }
}
#megamenu .mega-menu-header {
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
#megamenu .mega-menu-header .nav .nav-item {
  padding: 0.2rem 0;
}
#megamenu .mega-menu-header .nav .nav-item:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
#megamenu li {
  margin-bottom: 1rem;
}
#megamenu li a {
  font-family: -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-size: 1rem;
  font-weight: 500;
}
#megamenu li a:hover {
  text-decoration: none;
}
.sticky-menu #megamenu {
  position: fixed;
  top: 57px;
}
@media (max-width: 1148px) {
  .sticky-menu #main-header {
    position: sticky;
    top: 0;
    z-index: 1040;
  }
}
#main-header.sticky-top {
  position: sticky;
  z-index: 1020;
}
.sticky-top + #menu {
  z-index: 2;
}
.nav-icon {
  display: inline-block;
  width: 35px;
  height: 20px;
  position: relative;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 2px;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #37444d;
  opacity: 1;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
.nav-icon span:nth-child(1),
.nav-icon span:nth-child(2) {
  top: 7px;
  transform-origin: left center;
}
.nav-icon span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.nav-icon span:nth-child(3) {
  top: 14px;
  transform-origin: left center;
  width: 60%;
  right: 0 !important;
}
.close-icon {
  position: relative;
  width: 35px;
  height: 35px;
  display: none;
  transition: all 0.25s;
  opacity: 0.8;
}
.close-icon:hover:before,
.close-icon:hover:after {
  opacity: 1;
}
.close-icon:before,
.close-icon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 35px;
  width: 3px;
  background-color: #37444d;
}
.close-icon:before {
  transform: rotate(45deg);
}
.close-icon:after {
  transform: rotate(-45deg);
}
.mega-menu-open .nav-icon {
  display: none;
}
.mega-menu-open .close-icon {
  display: inline-block;
}
#menu .navbar-toggler:hover .nav-icon span:nth-child(3) {
  width: 100%;
}
#modal-search .icon-search {
  background-color: #fff;
}
.language-selector img {
  width: 1.25rem;
  filter: grayscale(0.9);
}
.language-selector .nav-link {
  padding: 0.25rem;
  cursor: pointer;
}
.language-selector .nav-link.active img,
.language-selector .nav-link:hover img {
  filter: grayscale(0);
}
.sw {
  position: relative;
}
.sw *,
.sw *::before,
.sw *::after {
  box-sizing: border-box;
}
.sw > .tab-content {
  position: relative;
  overflow: hidden;
}
.sw .toolbar {
  padding: 0.8rem;
}
.sw .toolbar > .btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  user-select: none;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  cursor: pointer;
}
.sw .toolbar > .btn.disabled,
.sw .toolbar > .btn:disabled {
  opacity: 0.65;
}
.sw > .nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.sw > .nav .nav-item {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.sw > .nav .nav-link {
  display: block;
  padding: 0.5rem 0.25rem;
  text-decoration: none;
  font-size: 11px;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.sw > .nav .nav-link:hover,
.sw > .nav .nav-link:active,
.sw > .nav .nav-link:focus {
  text-decoration: none;
}
.sw > .nav .nav-link::-moz-focus-inner {
  border: 0 !important;
}
.sw > .nav .nav-link.disabled {
  color: #ccc !important;
  pointer-events: none;
  cursor: default;
}
.sw > .nav .nav-link.hidden {
  display: none !important;
}
.sw.sw-justified > .nav > li,
.sw.sw-justified > .nav .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.sw.sw-loading {
  user-select: none;
}
.sw.sw-loading::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  transition: all 0.2s ease;
}
.sw.sw-loading::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 2rem;
  height: 2rem;
  border: 10px solid #f3f3f3;
  border-top: 10px solid #3498db;
  border-radius: 50%;
  z-index: 10;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sw-theme-arrows {
  border: 1px solid #eee;
}
.sw-theme-arrows > .tab-content > .tab-pane {
  padding: 10px;
}
.sw-theme-arrows .toolbar > .btn {
  color: #fff;
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  font-weight: 400;
}
.sw-theme-arrows > .nav {
  overflow: hidden;
  border-bottom: 0;
}
.sw-theme-arrows > .nav .nav-link {
  position: relative;
  height: 100%;
  min-height: 100%;
}
.sw-theme-arrows > .nav .nav-link {
  overflow: hidden;
  margin-bottom: 1px;
  margin-right: unset;
}
.sw-theme-arrows > .nav .nav-link::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  margin-top: -50px;
  border-top: 50px solid rgba(0, 0, 0, 0);
  border-bottom: 50px solid rgba(0, 0, 0, 0);
  border-left: 30px solid #f8f8f8;
  z-index: 2;
}
.sw-theme-arrows > .nav .nav-link::before {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  margin-top: -50px;
  margin-left: 1px;
  border-top: 50px solid rgba(0, 0, 0, 0);
  border-bottom: 50px solid rgba(0, 0, 0, 0);
  border-left: 30px solid #eee;
  z-index: 1;
}
.sw-theme-arrows > .nav .nav-link.inactive {
  color: #999;
  border-color: #f8f8f8;
  background: #f8f8f8;
  cursor: not-allowed;
}
.sw-theme-arrows > .nav .nav-link.active {
  color: #fff;
  border-color: #5bc0de;
  background: #5bc0de;
  cursor: pointer;
}
.sw-theme-arrows > .nav .nav-link.active::after {
  border-left-color: #5bc0de;
}
.sw-theme-arrows > .nav .nav-link.done {
  color: #fff;
  border-color: #5cb85c;
  background: #5cb85c;
  cursor: pointer;
}
.sw-theme-arrows > .nav .nav-link.done::after {
  border-left-color: #5cb85c;
}
.sw-theme-arrows > .nav .nav-link.disabled {
  color: #eee;
  border-color: #f9f9f9;
  background: #f9f9f9;
  cursor: not-allowed;
}
.sw-theme-arrows > .nav .nav-link.disabled::after {
  border-left-color: #f9f9f9;
}
.sw-theme-arrows > .nav .nav-link.danger {
  color: #fff;
  border-color: #d9534f;
  background: #d9534f;
  cursor: pointer;
}
.sw-theme-arrows > .nav .nav-link.danger::after {
  border-left-color: #d9534f;
}
#smartwizard.sw-theme-arrows {
  margin: 0 1.5rem;
}
#smartwizard.sw-theme-arrows > .nav .nav-link {
  border-color: #f6f3f2;
  background: #f6f3f2;
  font-weight: 400;
}
#smartwizard.sw-theme-arrows > .nav .nav-link:before {
  border-left-color: rgba(0, 0, 0, 0.125);
}
#smartwizard.sw-theme-arrows > .nav .nav-link:after {
  border-left-color: #f6f3f2;
}
#smartwizard.sw-theme-arrows > .nav .nav-link.active {
  border-color: #036d76;
  background: #036d76;
}
#smartwizard.sw-theme-arrows > .nav .nav-link.active:after,
#smartwizard.sw-theme-arrows > .nav .nav-link.active:before {
  border-left-color: #036d76;
}
#smartwizard.sw-theme-arrows > .nav .nav-link.inactive.done {
  color: #ccc;
  background: #37444d;
}
#smartwizard.sw-theme-arrows > .nav .nav-link.inactive.done:before {
  border-left-color: #f6f3f2;
}
#smartwizard.sw-theme-arrows > .nav .nav-link.inactive.done:after {
  border-left-color: #37444d;
}
#smartwizard + .row .d-flex .card {
  width: 100%;
}
@media (min-width: 576px) {
  #smartwizard.sw > .nav .nav-item {
    border-left: 0;
  }
  #smartwizard.sw-theme-arrows > .nav .nav-link {
    overflow: visible;
    margin-bottom: none;
  }
  #smartwizard.sw-theme-arrows > .nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  #smartwizard.sw-theme-arrows > .nav .nav-link {
    position: relative;
    height: 100%;
    min-height: 100%;
    margin-right: 30px;
    margin-left: -30px;
    padding-left: 40px;
    font-size: 12px;
  }
  #smartwizard .sw > .nav .nav-link {
    font-size: 1rem;
  }
  #smartwizard .sw-theme-arrows > .nav .nav-link {
    padding: 0.75rem 1rem 0.9rem;
  }
}
@media (min-width: 1148px) {
  #smartwizard.sw > .nav .nav-link {
    font-size: 16px;
  }
}
#smartwizard.sw-theme-arrows {
  margin: 0;
  border: none;
}
.article-collection header {
  position: relative;
  z-index: 1;
}
.article-collection .q-lg {
  font-size: 1.5rem;
  padding-left: 2rem;
  padding-top: 2rem;
  border-left: 5px solid #036d76;
  border-top: 0;
  border-bottom: 0;
  margin: 2rem 0;
  font-weight: 200;
  margin-left: 1rem;
  font-family: "Raleway";
  padding-bottom: 0;
}
.article-collection .q-lg:before {
  left: 7%;
  top: 1rem;
  height: 3rem;
}
.article-collection .q-lg cite {
  display: block;
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.article-collection .bg-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.article-collection .tema-header .h1 {
  margin-bottom: 0;
  font-size: 3.5rem;
}
.article-collection .theme-nav {
  font-family: "Raleway", sans-serif;
}
.article-collection h1 {
  font-weight: 700;
}
.article-collection .tema-header {
  padding: 2rem 0;
}
.article-collection .tema-header a {
  font-size: 2.25rem;
  color: #fff;
}
.article-collection .tema-header a:hover {
  text-decoration: none;
}
.article-collection .article-container {
  margin-bottom: 1.5rem;
}
.article-collection ol li {
  margin-bottom: 1.5rem;
  margin-left: -0.5rem;
}
.article-collection ol li::marker {
  font-size: 1.5rem;
  color: #036d76;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.theme-30dage .box-shadow {
  box-shadow: 0.5rem 0.5rem 0 rgba(3, 109, 118, 0.07);
}
.theme-30dage .divider {
  position: relative;
  margin: 0 -0.5rem;
}
.theme-30dage .divider.flip-y {
  top: -2px;
}
.theme-30dage .divider svg {
  height: 6vw;
  background: 0px 0px !important;
}
.theme-30dage .swiffy-slider .slider-container {
  border-radius: 0.65rem;
  overflow: hidden;
}
.theme-30dage .swiffy-slider .avatar-author {
  display: flex;
}
.theme-30dage .swiffy-slider .avatar-author .avatar {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.theme-30dage .swiffy-slider .avatar-author h6 {
  margin-bottom: 0px;
}
.theme-30dage .swiffy-slider .card {
  min-height: 220px;
}
.theme-30dage .swiffy-slider button:focus {
  outline: 0;
}
.theme-30dage .swiffy-slider .slider-nav::after,
.theme-30dage .swiffy-slider .slider-nav::before {
  width: 2rem;
  height: 2rem;
  opacity: 0.4;
}
.theme-30dage .usp-card {
  border-radius: 0.625rem;
  overflow: hidden;
  background: #d2e1e3;
}
@media (min-width: 576px) {
  .theme-30dage .usp-card {
    min-height: 24rem;
  }
}
.theme-30dage .usp-card .icon-round {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #036d76;
}
@media (min-width: 576px) {
  .theme-30dage .usp-card .icon-round {
    transform: scale(2.5);
    position: relative;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
.theme-30dage .usp-card .icon-round .icon {
  height: 2.25rem;
  flex-shrink: 0;
  width: auto;
  filter: invert(0.95);
}
.theme-30dage .usp-card .badge {
  position: absolute;
  top: 3rem;
  right: 3rem;
  max-height: 1.5rem;
  font-size: 1rem;
}
.theme-30dage .campaign-checkmarks li:before {
  color: #036d76;
}
.theme-30dage .accordion-card {
  border-radius: 0.65rem;
}
.theme-30dage .accordion-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theme-30dage .accordion-panel-title i {
  font-style: normal;
  font-weight: 900;
  font-size: 1.5rem;
}
.theme-30dage section {
  z-index: 10;
  background-color: #fff;
}
.theme-30dage footer {
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.theme-30dage footer .btn-lg,
.theme-30dage footer .btn-group-lg > .btn {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .theme-30dage footer .btn-lg,
  .theme-30dage footer .btn-group-lg > .btn {
    font-size: 1.25rem;
  }
}
.printkampagne {
  background-image: url(paperbg.jpg);
}
.printkampagne h1 {
  line-height: 1.1;
}
.printkampagne #tilbudssplash {
  position: absolute;
  width: 1000px;
  bottom: -130px;
  left: -150px;
}
.printkampagne label {
  display: none;
}
.printkampagne .container-xl {
  padding-top: 5rem;
}
.printkampagne #save {
  width: 100%;
}
.printkampagne .btn-mobile {
  background-color: #5a78ff;
  border-color: #5a78ff;
  color: #fff;
}
.subscription-deals .hero span {
  color: #036d76;
}
.subscription-deals .card {
  border: none;
}
.subscription-deals .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.18) !important;
}
.subscription-deals .card .card-header {
  text-align: center;
  background-color: #37444d;
  color: #fff;
  border-bottom: 0;
  padding: 1rem 1rem 0.75rem;
}
.subscription-deals .card .card-header h2.abo-title {
  font-size: 1.35rem;
  font-family: "Raleway", sans-serif;
}
.subscription-deals .card .list-checkmarks li {
  font-size: 0.85rem;
  list-style-type: none;
  position: unset;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  padding-left: 0;
  left: unset;
  margin-right: 0;
  margin-left: 1rem;
}
.subscription-deals .card .list-checkmarks li:before {
  width: 22px;
  position: relative;
  display: inline-block;
  margin: 0 3px 0 -25px;
}
.subscription-deals .card .abo-deal {
  padding-bottom: 0;
}
.subscription-deals .card .card-body,
.subscription-deals .card .card-footer {
  font-size: 0.9rem;
}
.subscription-deals .card .card-body {
  padding: 1.25rem 1rem 0.5rem;
}
.subscription-deals .card .card-footer {
  background-color: #fff;
  border-top: none;
  padding: 0 1.25rem 1.25rem;
}
.subscription-deals .card .card-footer .abo-btn {
  padding: 0.5rem;
}
.subscription-deals .card .card-footer .form-check-label {
  line-height: 1.4;
}
.subscription-deals .card .card-footer .abo-options {
  padding: 0.75rem 0 0.5rem;
}
.subscription-deals .card .card-footer .footer-title {
  font-weight: 700;
  margin-bottom: 0.65rem;
  font-family: "Raleway";
  text-align: center;
  color: #036d76;
}
.subscription-deals .card.campaign .card-header {
  background-color: #ffc107;
  color: #37444d;
}
.subscription-deals .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 120px;
  height: 120px;
  text-align: right;
}
.subscription-deals .ribbon span {
  font-size: 13px;
  font-family: "Raleway";
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 162px;
  display: block;
  background: #ffc107;
  background: linear-gradient(#ffc107 0%, #dda704 100%);
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 38px;
  right: -33px;
}
.subscription-deals .ribbon span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #97740a;
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-top: 3px solid #97740a;
}
.subscription-deals .ribbon span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid #97740a;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-top: 3px solid #97740a;
}
#BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback #btnPaymentMobilePay.mobilepay-btn {
  background-image: url(https://cdn.lfmedia.dk/cmscontent/effektivt/Gfx/mobilepay-white.svg);
  background-color: #5a78ff;
}
#BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback #btnPaymentMobilePay.mobilepay-btn:hover {
  background-color: #748dff;
}
#BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback #btnPaymentCard.cardpay-btn {
  background-color: #37444d;
  color: #fff;
  height: 50px;
}
#BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback #btnPaymentCard.cardpay-btn:hover {
  background-color: #42515c;
}
#BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback .card:hover {
  box-shadow: none !important;
}
#BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback .card-header {
  padding: 1rem 1rem;
}
#BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback .card-header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback .card-header .col .h3 {
  text-align: left !important;
}
#BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback .card-header .mb-lg-0 {
  margin-bottom: 0 !important;
}
#BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback .card-header a {
  color: #fff;
}
#BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback .card-header a:hover {
  color: #f6f3f2;
}
form[action="/abonnement/ugeavis.aspx"] #BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback .card-header a {
  color: #036d76;
}
form[action="/abonnement/ugeavis.aspx"] #BaseMasterContentPlaceholder_MainContentPlaceholder_ctl01_PaymentCallback .card-header a:hover {
  color: #37444d;
}
.bg-repeat-0 {
  background-repeat: no-repeat !important;
}
.bg-size-cover {
  background-size: cover !important;
}
.btn-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}
.fw-bold {
  font-weight: 800 !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.left-0 {
  top: 0;
}
.right-0 {
  top: 0;
}
.podcastlist article.hover {
  cursor: pointer;
}
.podcastlist article.hover .card-body h3 {
  color: #036d76;
}
.podcastlist article.hover .play-icon {
  background-color: rgba(0, 0, 0, 0.3);
}
.podcastlist article.hover .play-icon i {
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  transform: scale(0.9);
}
.podcastlist .icon-bookmark {
  font-size: 1.5rem;
  line-height: 50px;
}
.podcastlist .podcast-cover {
  min-height: 15rem;
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.podcastlist .podcast-cover img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.podcastlist .podcast-cover .play-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-in-out;
}
.podcastlist .podcast-cover .play-icon i {
  width: 4rem;
  height: 4rem;
  border: 7px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  font-size: 1.75rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 4rem;
  transition: 0.2s ease-in-out;
}
.podcastlist .podcast-cover .play-icon i:before {
  position: relative;
  top: -7px;
  left: 3px;
}
.podcastlist .podcast-cover:hover .play-icon {
  background-color: rgba(0, 0, 0, 0.3);
}
.podcastlist .podcast-cover:hover .play-icon i {
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  transform: scale(0.9);
}
.podcastlist .badge {
  font-size: 1rem;
}
.podcastlist .round-img {
  position: relative;
  width: 60px;
  height: 60px;
}
.podcastlist .round-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 0;
}
.podcastlist .share-icons i {
  margin-top: -0.1rem;
}
.podcast-player {
  left: 0;
  background: #c7c2c0;
  position: fixed;
  height: 128px;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background-color: #036d76;
  box-shadow: 0 -0.15rem 0.35rem rgba(0, 0, 0, 0.25);
  transform: translateY(200px);
  transition: 0.5s ease-in-out;
  border-radius: 0;
}
.podcast-player #podcast-close {
  position: absolute;
  text-align: center;
  right: -3px;
  top: -25px;
  font-size: 0.7rem;
  font-family: sans-serif;
  width: 50px;
  height: 30px;
  border-radius: 0.25rem;
  background-color: #056d75;
  color: #ddd;
  line-height: 30px;
  box-shadow: 0 -0.15rem 0.35rem rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.podcast-player-open .podcast-player {
  transform: translateY(0);
}
.zone.nutrifair .logo {
  width: 150px;
}
@media (min-width: 768px) {
  .zone.nutrifair .logo {
    width: 200px;
  }
}
.zone.nutrifair .zone-header {
  grid-template-columns: auto auto;
}
.zone.nutrifair .btn {
  background-color: #69a0b2;
  color: #fff;
  padding: 0.35rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0.3rem;
}
.zone.nutrifair .btn.btn-dark {
  background-color: #42311b;
  border-color: #42311b;
}
.zone.nutrifair .btn:hover {
  background-color: #42311b;
}
.zone.nutrifair .zone-header,
.zone.nutrifair .zone-grid {
  border-bottom-color: #42311b;
}
.zone.nutrifair .zone-grid .list-group-item {
  display: flex;
}
.zone.nutrifair .list-program {
  background-color: #42311b;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.zone.nutrifair .list-udstillere {
  background-color: #69a0b2;
  padding: 1rem;
}
.zone.nutrifair .list-udstillere span {
  color: #32545e;
  margin-right: 0.25rem;
}
.zone.nutrifair .article-list {
  display: block;
  grid-area: unset;
  margin: 0;
  padding: 0;
}
.zone.nutrifair .article-list,
.zone.nutrifair .article-list a,
.zone.nutrifair .article-list .list-title {
  color: #fff;
}
.zone.nutrifair .article-list a:hover {
  color: #eee;
}
.zone.nutrifair .article-meta * {
  color: #42311b;
}
.zone.nutrifair .article-list .article-meta * {
  color: #ddd;
}
.zone.nutrifair .article-list .list-group-item {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.zone.nutrifair .list-btn {
  padding: 0 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.35rem;
  display: flex;
  height: 30px;
  align-items: center;
  line-height: 1;
  font-family: sans-serif;
  background: rgba(255, 255, 255, 0.4);
  border: rgba(0, 0, 0, 0);
}
.zone.nutrifair .list-btn:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.zone.nutrifair .zone-grid :nth-child(4) {
  grid-area: 3/1/4/7;
}
.zone.nutrifair .zone-grid :nth-child(5) {
  grid-area: 3/7/4/13;
}
.zone.nutrifair .zone-grid :nth-child(4) .teaser-title {
  font-size: 1.15rem;
}
@media (min-width: 767.9px) {
  .zone.nutrifair .zone-grid .teaser .teaser-title {
    font-size: 1rem;
  }
  .zone.nutrifair .zone-grid :nth-child(1) {
    grid-area: 1/1/3/7;
  }
  .zone.nutrifair .zone-grid :nth-child(2) {
    grid-area: 1/10/2/13;
  }
  .zone.nutrifair .zone-grid :nth-child(3) {
    grid-area: 1/7/3/10;
  }
  .zone.nutrifair .zone-grid :nth-child(4) {
    grid-area: 2/7/3/10;
  }
  .zone.nutrifair .zone-grid :nth-child(5) {
    grid-area: 2/10/3/13;
  }
}
@media (min-width: 992px) {
  .zone-grid .teaser .teaser-title {
    font-size: 1.15rem !important;
  }
}
.teaser-item {
  padding: 1rem;
  background-color: #036d76;
  overflow: hidden;
  width: 100%;
  border-radius: 0.15rem;
}
.teaser-item.breaking {
  background-color: #ffdf4a;
}
.teaser-item.breaking .teaser-title {
  color: #222;
}
.teaser-item figure,
.teaser-item .article-meta {
  display: none;
}
.teaser-item a {
  position: relative;
  width: 100%;
  display: flex;
}
.teaser-item .teaser-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
}
@media (min-width: 500px) {
  .teaser-item .teaser-title {
    font-size: calc(1.25rem + (1vw - 0.21875rem) * 2.3301);
    min-height: 0vw;
  }
}
@media (min-width: 1380px) {
  .teaser-item .teaser-title {
    font-size: 2.74rem;
  }
}
.teaser-item .teaser-title.large {
  font-size: 1.75rem;
}
@media (min-width: 500px) {
  .teaser-item .teaser-title.large {
    font-size: calc(1.75rem + (1vw - 3.5px) * 5.8252);
    min-height: 0vw;
  }
}
@media (min-width: 1380px) {
  .teaser-item .teaser-title.large {
    font-size: 5rem;
  }
}
.teaser-item.bg-light .teaser-title {
  color: #333;
}
.teaser-item.bg-primary a:hover,
.teaser-item.bg-dark a:hover {
  text-decoration-color: #fff;
}
.traktorstatistik main {
  background-color: #e6e6e7;
}
.traktorstatistik main #framediv {
  margin: 0 -10px;
  width: calc(100% + 20px);
  overflow: hidden;
}
.traktorstatistik main #framediv iframe {
  position: absolute;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
@media (orientation: landscape) {
  .traktorstatistik main {
    padding: 3rem 0;
  }
  .traktorstatistik .embed-responsive-16by9::before {
    padding-top: 60%;
  }
}
@media (orientation: portrait) {
  .traktorstatistik main {
    padding: 0;
  }
  .traktorstatistik main #framediv {
    height: 4350px !important;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 20px;
  }
}
.btn-blue {
  color: #fff;
  background-color: #1955a5;
  border-color: #144484;
}
.btn-blue:hover {
  color: #fff;
  background-color: #123e79;
  border-color: #1c60bb;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #123e79;
  border-color: #1c60bb;
  box-shadow: 0 0 0 0.2rem rgba(55, 96, 150, 0.5);
}
.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #1955a5;
  border-color: #144484;
}
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #206cd1;
  border-color: #051120;
}
.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 96, 150, 0.5);
}
.btn-outline-blue {
  color: #1955a5;
  border-color: #1955a5;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #1c60bb;
  border-color: #1955a5;
}
.btn-outline-blue:focus,
.btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 85, 165, 0.5);
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #1955a5;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #1c60bb;
  border-color: #1955a5;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 85, 165, 0.5);
}
.btn-business {
  color: #212529;
  background-color: #ffcc9e;
  border-color: #66332a;
}
.btn-business:hover {
  color: #212529;
  background-color: #ffb16b;
  border-color: #66332a;
}
.btn-business:focus,
.btn-business.focus {
  color: #212529;
  background-color: #ffb16b;
  border-color: #66332a;
  box-shadow: 0 0 0 0.2rem rgba(92, 49, 42, 0.5);
}
.btn-business.disabled,
.btn-business:disabled {
  color: #212529;
  background-color: #ffcc9e;
  border-color: #66332a;
}
.btn-business:not(:disabled):not(.disabled):active,
.btn-business:not(:disabled):not(.disabled).active,
.show > .btn-business.dropdown-toggle {
  color: #212529;
  background-color: #ffe7d1;
  border-color: #66332a;
}
.btn-business:not(:disabled):not(.disabled):active:focus,
.btn-business:not(:disabled):not(.disabled).active:focus,
.show > .btn-business.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 49, 42, 0.5);
}
.btn-outline-business {
  color: #ffcc9e;
  border-color: #ffcc9e;
}
.btn-outline-business:hover {
  color: #fff;
  background-color: #ffd9b8;
  border-color: #ffcc9e;
}
.btn-outline-business:focus,
.btn-outline-business.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 158, 0.5);
}
.btn-outline-business.disabled,
.btn-outline-business:disabled {
  color: #ffcc9e;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-business:not(:disabled):not(.disabled):active,
.btn-outline-business:not(:disabled):not(.disabled).active,
.show > .btn-outline-business.dropdown-toggle {
  color: #212529;
  background-color: #ffd9b8;
  border-color: #ffcc9e;
}
.btn-outline-business:not(:disabled):not(.disabled):active:focus,
.btn-outline-business:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-business.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 158, 0.5);
}
article audio {
  margin: 1rem 0;
}
article .article-text {
  color: #444;
}
.site-footer {
  background-color: #37444d;
  padding-top: 3rem;
  z-index: 4;
}
.site-footer p,
.site-footer a,
.site-footer li,
.site-footer h5 {
  color: #fff;
}
.site-footer img {
  max-width: 500px;
}
.site-footer li a {
  line-height: 1.5;
}
.circle-icon {
  display: inline-block;
  background: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2rem;
  vertical-align: middle;
  color: #333;
}
#menu {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  position: sticky;
  top: -1px;
  z-index: 1020;
}
#menu .dropdown a:hover {
  text-decoration: none;
}
#menu .dropdown-toggle {
  height: 100%;
  height: 53px;
  color: #37444d;
}
#menu .dropdown-toggle:hover {
  color: #036d76;
}
#menu .dropdown-menu {
  border-radius: 0;
  border-top: 0;
}
#menu .dropdown-menu.show {
  margin: 0;
}
#menu .dropdown-item {
  font-size: 0.8rem;
  font-weight: 400;
  color: #66332a;
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
}
#menu .nav-pills .nav-link {
  background-color: #036d76;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
}
#menu.bg-dark .nav-item,
#menu.bg-dark i,
#menu.bg-dark .dropdown-toggle {
  color: #fff;
}
#menu.bg-light .dropdown-menu {
  background-color: #f6f3f2;
}
.menu-inner {
  display: flex;
}
.menu-inner-version-2 .navbar-nav .nav-link {
  color: #66332a;
  font-size: 1rem;
}
.menu-inner .nav-item {
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  color: #37444d;
  text-transform: uppercase;
  display: inline-block;
}
.menu-inner .nav-item:hover {
  text-decoration: none;
  color: #036d76;
}
#modal-search .close {
  font-size: 2.5rem;
  position: absolute;
  top: 5%;
  right: 5%;
  color: #fff;
  z-index: 99999;
}
#modal-search .modal-dialog {
  height: 100%;
  width: 100%;
  max-width: 95%;
  display: flex;
  align-items: center;
}
#modal-search .modal-content {
  max-width: 500px;
  background: rgba(0, 0, 0, 0);
  margin: 0 auto;
}
#modal-search .search-wrap button {
  background: none;
  display: flex;
  height: 100%;
  align-items: center;
  border: medium none;
  padding: 7px 16px;
  position: absolute;
  color: #666;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 1.5rem;
  outline: none;
  border-radius: 0;
}
#modal-search .search-wrap .search-input {
  border: none;
  font-size: 1.5rem;
  width: 100%;
  line-height: 2;
  outline: none !important;
  padding: 0.5rem 1rem;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #37444d;
}
.modal-backdrop.show {
  opacity: 0.95;
}
+ section {
  padding-top: 2rem;
}
section header h2 {
  color: #66332a;
}
section header h2 span {
  text-transform: uppercase;
  color: #036d76;
}
.carousel {
  margin-bottom: 1rem;
}
.carousel .carousel-caption {
  text-align: left;
  left: 10%;
  right: 10%;
  padding-bottom: 0;
}
.carousel .section-title {
  color: #fff;
}
.carousel .carousel-item {
  height: 100%;
}
.carousel .carousel-item > img {
  width: 100%;
}
.carousel .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 10%;
}
.carousel .article-meta li .section-title,
.carousel .article-meta li i,
.carousel .article-meta li:before,
.carousel .article-meta li:after {
  color: #fff;
}
.background-video {
  position: relative;
  background-color: #000;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.background-video.v-size-8 {
  height: 25rem;
  min-height: unset;
}
@media (min-width: 576px) {
  .background-video {
    height: 40vh;
    min-height: 20rem;
  }
}
@media (min-width: 768px) {
  .background-video {
    height: 50vh;
    min-height: 20rem;
  }
}
@media (min-width: 992px) {
  .background-video {
    height: 75vh;
    min-height: 25rem;
  }
}
.background-video .overlay {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.background-video .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.background-video .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.background-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.background-video .video-caption {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  color: #fff;
  padding: 1rem 5%;
  z-index: 3;
}
.background-video .article-meta li .section-title,
.background-video .article-meta li i,
.background-video .article-meta li:before,
.background-video .article-meta li:after {
  color: #fff;
}
.bg-icon {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.bg-icon i {
  position: absolute;
  top: -130px;
  right: -20px;
  font-size: 20rem;
  opacity: 0.2;
  font-family: -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-style: normal;
  font-weight: 700;
  z-index: -1;
}
#eavis {
  position: relative;
}
#eavis a {
  position: absolute;
  width: 170px;
  height: 100%;
  bottom: -0.5rem;
  right: 0;
}
#eavis a span {
  padding: 0.15rem 0.5rem;
  position: absolute;
  top: -2rem;
  left: 0;
  border: 1px solid;
  background: #37444d;
  color: #fff;
  border-radius: 0.25rem;
}
#eavis a:hover span {
  background-color: #036d76;
}
@media (min-width: 1024px) {
  #top-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.marketpodcast .col-md-8 img {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.podcast-list .list-group-item {
  display: flex;
  align-items: center;
}
.podcast-list .list-group-item i {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.podcast-list h6 {
  margin-bottom: 0;
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
#top-header nav {
  max-width: 1298px;
  margin: 0 auto;
  padding: 0 1rem;
}
#top-scroll-banner-nav .navbar-brand img {
  width: 300px;
  height: auto;
  position: static;
}
#top-scroll-banner-nav .navbar {
  padding: 1rem;
  border-bottom: 4px solid #036d76;
}
#top-scroll-banner-content img {
  width: 100%;
  height: auto;
}
.btn-scroll {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.btn-scroll a:hover {
  text-decoration: none;
}
.outer-container {
  max-width: 1298px;
  margin: 0 auto;
}
.outer-container .container,
.outer-container .container-sm,
.outer-container .container-md,
.outer-container .container-lg {
  position: relative;
}
.outer-container .sticky-banner {
  position: absolute;
  width: 160px;
  z-index: 1;
  transition: all 0.5s;
  margin: 0 auto 2rem;
  height: 100%;
  padding-bottom: 1rem;
}
.outer-container .sticky-banner.left {
  left: 0;
  transform: translateX(-165px);
}
.outer-container .sticky-banner.right {
  right: 0;
  transform: translateX(165px);
}
.outer-container .sticky-banner .bannercontent {
  position: sticky;
  top: 70px;
}
.widget {
  margin-bottom: 1rem;
}
.img-fluid {
  width: 100%;
  max-width: unset;
}
article {
  line-height: 1.5;
  margin-bottom: 3rem;
}
article .content {
  line-height: 1.5;
}
article .lead {
  color: #6c757d;
}
article figcaption {
  padding-top: 0.5rem;
  color: #6c757d;
}
.accupixel {
  width: 1px !important;
  height: 1px !important;
} /*# sourceMappingURL=style.min.css.map */

@media (max-width: 1148px) {
  .teaser-grid:has(.banner-300) .teaser:nth-last-of-type(2) {
    grid-column: span 2;
  }
  .teaser-grid:has(.banner-300) .banner-300 {
    grid-column: span 2;
  }
}

.banner-300 .bannercontent > div {
  width: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.banner-300 .bannercontent > div a img {
  aspect-ratio: 300 / 250;
  width: 100%;
  max-width: 350px;
}

.rounded-xl {
  border-radius: 1.5rem;
  overflow: hidden;
}

#PageBody div:is(#placement_463420_0, #placement_458027_0, #placement_473538_0, #placement_462807_0, #placement_473535_0, #placement_462807_1),
#PageBody
  div:is(#placement_463420_0, #placement_458027_0, #placement_473538_0, #placement_462807_0, #placement_473535_0, #placement_462807_1)
  .bannercontent {
  background-size: calc(100svh - 60px) auto;
  height: calc(100svh - 60px);
}

#PageBody
  div:is(#placement_463420_0, #placement_458027_0, #placement_473538_0, #placement_462807_0, #placement_473535_0, #placement_462807_1)
  .bannercontent {
  background-size: cover;
}

#PageBody div:is(#placement_463420_0, #placement_473538_0, #placement_462807_0, #placement_473535_0, #placement_462807_1) iframe {
  height: inherit !important;
  inset: 60px 0 0 0 !important;
}
#PageBody #placement_458027_0 iframe {
  inset: 0 !important;
}

@media (min-aspect-ratio: 1/1) and (min-width: 1148px) {
  #PageBody div:is(#placement_463420_0, #placement_458027_0, #placement_473538_0, #placement_462807_0, #placement_473535_0, #placement_462807_1),
  #PageBody
    div:is(#placement_463420_0, #placement_458027_0, #placement_473538_0, #placement_462807_0, #placement_473535_0, #placement_462807_1)
    .bannercontent {
    background-size: calc(100svh - 100px) auto;
    height: calc(100svh - 100px);
  }

  #PageBody
    div:is(#placement_463420_0, #placement_458027_0, #placement_473538_0, #placement_462807_0, #placement_473535_0, #placement_462807_1)
    .bannercontent {
    background-size: cover;
  }

  #PageBody div:is(#placement_463420_0, #placement_473538_0, #placement_462807_0, #placement_473535_0, #placement_462807_1) iframe {
    inset: 100px 0 0 0 !important;
  }
}

.teaser.cover.rounded-xl {
  container-type: inline-size;
}

.cover.rounded-xl time {
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 400;
  color: #fff;
}

.teaser.cover.rounded-xl .card-title {
  font-size: clamp(20px, calc(1.25rem + ((1cqi - 3.2px) * 1.0204)), 30px);
  font-size: clamp(1.25rem, 6cqw, 2rem);
  min-height: 0vw;
}
.teaser.cover.rounded-xl:after {
  pointer-events: none;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(188deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.85) 85%);
}

.teaser.cover.rounded-xl .teaser-body {
  position: absolute;
  color: #fff;
  text-align: left;
  left: 1.5rem;
  right: 1.5rem;
  padding-bottom: 0;
  bottom: 5%;
  z-index: 5;
}
.teaser.cover.rounded-xl {
  margin-bottom: 1rem;
}


@media (min-width: 768px) {
    .teaser.cover figure:after {
background-image: unset;
    }
    .teaser.cover:after {
      background-image: linear-gradient(rgba(55, 68, 77, 0), rgb(0 0 0 / 35%));
    }
}

.teaser.no-img {
background-color: var(--primary);
padding: 1rem;
}

.teaser.no-img .teaser-title, .teaser.no-img div a {
font-size: larger!important;
color: white;
}

.teaser.no-img .article-meta .list-inline-item * {
color: white;
}
