@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 320px;
  --breakpoint-sm: 480px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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; }

@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; }
  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: 1280px !important; }
  .container {
    min-width: 1280px !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: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

*,
*::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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  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;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

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-weight: 500;
  line-height: 1.2; }

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

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

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

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: "\2014\00A0"; }

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-xs,
.container-sm,
.container-md,
.container-lg {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 320px) {
  .container, .container-xs {
    max-width: 374px; } }

@media (min-width: 480px) {
  .container, .container-xs, .container-sm {
    max-width: 1023px; } }

@media (min-width: 1024px) {
  .container, .container-xs, .container-sm, .container-md {
    max-width: 1279px; } }

@media (min-width: 1280px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 1439px; } }

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }

.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.33333%;
  max-width: 33.33333%; }

.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.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.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.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 320px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xs-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xs-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    order: -1; }
  .order-xs-last {
    order: 13; }
  .order-xs-0 {
    order: 0; }
  .order-xs-1 {
    order: 1; }
  .order-xs-2 {
    order: 2; }
  .order-xs-3 {
    order: 3; }
  .order-xs-4 {
    order: 4; }
  .order-xs-5 {
    order: 5; }
  .order-xs-6 {
    order: 6; }
  .order-xs-7 {
    order: 7; }
  .order-xs-8 {
    order: 8; }
  .order-xs-9 {
    order: 9; }
  .order-xs-10 {
    order: 10; }
  .order-xs-11 {
    order: 11; }
  .order-xs-12 {
    order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 480px) {
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.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: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.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: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.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: #dee2e6; }

.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: 319.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xs > .table-bordered {
    border: 0; } }

@media (max-width: 479.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: 1023.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: 1279.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: 1439.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.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

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.5; }

.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.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  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: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px; }

.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: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  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='%2328a745' 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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff 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='%2328a745' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.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: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.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(40, 167, 69, 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: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px; }

.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.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: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.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(220, 53, 69, 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: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 480px) {
  .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; } }

.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: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !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: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !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: 320px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: flex !important; }
  .d-xs-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 480px) {
  .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: 1024px) {
  .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: 1280px) {
  .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: 1440px) {
  .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.85714%; }

.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: 320px) {
  .flex-xs-row {
    flex-direction: row !important; }
  .flex-xs-column {
    flex-direction: column !important; }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xs-start {
    justify-content: flex-start !important; }
  .justify-content-xs-end {
    justify-content: flex-end !important; }
  .justify-content-xs-center {
    justify-content: center !important; }
  .justify-content-xs-between {
    justify-content: space-between !important; }
  .justify-content-xs-around {
    justify-content: space-around !important; }
  .align-items-xs-start {
    align-items: flex-start !important; }
  .align-items-xs-end {
    align-items: flex-end !important; }
  .align-items-xs-center {
    align-items: center !important; }
  .align-items-xs-baseline {
    align-items: baseline !important; }
  .align-items-xs-stretch {
    align-items: stretch !important; }
  .align-content-xs-start {
    align-content: flex-start !important; }
  .align-content-xs-end {
    align-content: flex-end !important; }
  .align-content-xs-center {
    align-content: center !important; }
  .align-content-xs-between {
    align-content: space-between !important; }
  .align-content-xs-around {
    align-content: space-around !important; }
  .align-content-xs-stretch {
    align-content: stretch !important; }
  .align-self-xs-auto {
    align-self: auto !important; }
  .align-self-xs-start {
    align-self: flex-start !important; }
  .align-self-xs-end {
    align-self: flex-end !important; }
  .align-self-xs-center {
    align-self: center !important; }
  .align-self-xs-baseline {
    align-self: baseline !important; }
  .align-self-xs-stretch {
    align-self: stretch !important; } }

@media (min-width: 480px) {
  .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: 1024px) {
  .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: 1280px) {
  .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: 1440px) {
  .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: 320px) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-none {
    float: none !important; } }

@media (min-width: 480px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 1024px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .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: 320px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 0.25rem !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important; }
  .m-xs-2 {
    margin: 0.5rem !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important; }
  .m-xs-3 {
    margin: 1rem !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important; }
  .m-xs-4 {
    margin: 1.5rem !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important; }
  .m-xs-5 {
    margin: 3rem !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 0.25rem !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important; }
  .p-xs-2 {
    padding: 0.5rem !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important; }
  .p-xs-3 {
    padding: 1rem !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important; }
  .p-xs-4 {
    padding: 1.5rem !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important; }
  .p-xs-5 {
    padding: 3rem !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important; }
  .m-xs-n1 {
    margin: -0.25rem !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important; }
  .m-xs-n2 {
    margin: -0.5rem !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important; }
  .m-xs-n3 {
    margin: -1rem !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important; }
  .m-xs-n4 {
    margin: -1.5rem !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important; }
  .m-xs-n5 {
    margin: -3rem !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important; } }

@media (min-width: 480px) {
  .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: 1024px) {
  .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: 1280px) {
  .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: 1440px) {
  .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: 320px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .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: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !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: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !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: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

html,
body {
  font-size: 16px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.24px;
  font-weight: 500;
  hyphens: none; }

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

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000;
  text-decoration-color: #28a745; }

/* example @content use:
input,  
textarea {  
  @include input-placeholder {
      color: $grey;
  }
}
*/
#spinner {
  margin-top: 100px;
  margin-bottom: 100px;
  display: none; }

body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  word-break: break-word !important; }

main {
  overflow: hidden; }

#main-content {
  overflow: hidden; }

img, video {
  max-width: 100%; }

video {
  margin: 30px 0; }

u {
  text-decoration-color: #00843D; }

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 36px; }

.container-article {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto; }

.top-header {
  font-size: 72px;
  font-weight: 400;
  line-height: 90px;
  color: #00491E; }

@media (max-width: 1280px) {
  .top-header {
    font-size: 52px; } }

@media (max-width: 768px) {
  .top-header {
    font-size: 36px;
    line-height: 48px; } }

.mellom-header {
  font-size: 36px;
  font-weight: 400;
  line-height: 54px;
  color: #00843D; }

@media (max-width: 768px) {
  .mellom-header {
    font-size: 28px;
    line-height: 42px; } }

.intro-header {
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  color: #000000;
  margin-bottom: 10px; }

.intro-header a {
  color: #000000; }

@media (max-width: 1024px) {
  .intro-header {
    line-height: 35px; } }

.intro-header-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #00491E; }

.green {
  color: #00843D; }

@media (max-width: 1024px) {
  .social-links {
    margin-left: 30px; } }

.social-links .intro-header {
  color: #00843D;
  margin-bottom: 35px; }

@media (max-width: 1024px) {
  .social-links .intro-header {
    font-size: 28px;
    margin-bottom: 20px; } }

.social-links a {
  margin-right: 25px;
  display: inline-block; }

@media (max-width: 1024px) {
  .social-links a {
    margin-right: 15px; }
  .social-links a img {
    width: 45px;
    height: 45px; } }

a.link {
  text-decoration: none;
  padding-bottom: 2px;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #00843D;
  padding: 2px 0;
  font-weight: 600; }

a.link:hover {
  color: #404040;
  text-decoration: none;
  border-bottom-color: #FF6900; }

a.link.link-1 {
  padding: 5px 0;
  color: #404040; }

a.link.link-1:hover {
  color: #404040; }

a.link.link-2 {
  padding: 5px 0;
  color: #00843D; }

a.link.link-2:hover {
  color: #00843D; }

a.big-link {
  font-size: 28px;
  padding-bottom: 5px;
  border-bottom: 2px solid #00843D;
  text-decoration: none;
  line-height: 52px; }

a.big-link:hover {
  text-decoration: none;
  color: #000000;
  border-bottom-color: #FF6900; }

a.big-link.big-link-orange {
  border-bottom-color: #FF6900; }

a.big-link.big-link-orange:hover {
  border-bottom-color: #00843D; }

@media (max-width: 768px) {
  a.big-link {
    font-size: 16px;
    line-height: 36px; } }

.menuSearch {
  background: none;
  border: 0; }

.menuSearch:focus {
  outline: none; }

.icon-search {
  background-image: url("../../images/icon-search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px; }

@media (max-width: 992px) {
  .icon-search {
    margin-right: 0; } }

.icon-search.icon-search-black {
  background-image: url("../../images/icon-search-black.svg"); }

.icon-speaker {
  background-image: url("../../images/icon-speaker.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px; }

@media (max-width: 992px) {
  .icon-speaker {
    margin-right: 20px; } }

.icon-close {
  background-image: url("../../images/icon-close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px; }

.button-mobile-menu {
  border: 0;
  background: transparent; }

.button-mobile-menu .icon-mobile-menu {
  background-image: url("../../images/icon-menu-mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  display: block; }

.bg-1 {
  background-color: rgba(214, 235, 188, 0.4);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 35%, rgba(214, 235, 188, 0.4) 35%, rgba(214, 235, 188, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 35%, rgba(214, 235, 188, 0.4) 35%, rgba(214, 235, 188, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 35%, rgba(214, 235, 188, 0.4) 35%, rgba(214, 235, 188, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(214,235,188,0.4)',GradientType=0 );
  /* IE6-9 */ }

@media (max-width: 1280px) {
  .bg-1 {
    padding: 0;
    margin: 0;
    background: linear-gradient(180deg, white 0%, white 20%, #d6ebbc 20%, #d6ebbc 85%, white 85%, white 100%); }
  .bg-1.with-CTA {
    background: linear-gradient(180deg, white 0%, white 20%, #d6ebbc 20%, #d6ebbc 100%, white 100%, white 100%); } }

.bg-2 {
  background-color: rgba(214, 235, 188, 0.4);
  background: -moz-linear-gradient(right, #ffffff 0%, #ffffff 5%, rgba(214, 235, 188, 0.4) 5%, rgba(214, 235, 188, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 5%, rgba(214, 235, 188, 0.4) 5%, rgba(214, 235, 188, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 5%, rgba(214, 235, 188, 0.4) 5%, rgba(214, 235, 188, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(214,235,188,0.4)',GradientType=0 );
  /* IE6-9 */ }

@media (max-width: 1280px) {
  .bg-2 {
    background: none; } }

.form-control {
  height: 64px;
  border-radius: 8px; }

.form-control :-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9b9b;
  font-size: 21px;
  font-weight: 600; }

.form-control ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
  font-size: 18px;
  font-weight: 400; }

.form-control :-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b;
  font-size: 18px;
  font-weight: 400; }

.form-control :-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
  font-size: 18px;
  font-weight: 400; }

.articles-home {
  margin-top: 128px; }

@media (max-width: 1023px) {
  .articles-home {
    padding: 0;
    margin: 0;
    max-width: 100%; }
  .articles-home .row {
    margin: 0; } }

.articles-home__item .article-block__content--tags {
  margin-top: 25px !important;
  margin-bottom: 10px !important; }

@media (max-width: 1024px) {
  .articles-home__item {
    margin: 0 0 60px 0; }
  .articles-home__item.pt-128 {
    padding-top: 0; } }

@media (max-width: 768px) {
  .articles-home__item {
    margin: 0 0 60px 0;
    padding: 0 !important;
    width: calc(100% - 30px); }
  .articles-home__item h2 {
    margin: 30px; }
  .articles-home__item.offset-md-1 {
    margin-left: 8.33333%; } }

@media (max-width: 768px) and (max-width: 768px) {
  .articles-home__item.offset-md-1 {
    margin-left: 0; } }

@media (max-width: 768px) {
  .articles-home__item .article-block__image {
    width: calc(100% - 45px);
    display: block; }
  .articles-home__item .article-block__content {
    margin: 30px 0 0 30px;
    padding-right: 30px; }
  .articles-home__item .article-block__content--tags {
    display: none; }
  .articles-home__item .article-block__content h4 {
    font-weight: 600;
    font-size: 21px; }
  .articles-home__item .article-block__content p {
    margin-bottom: 0; }
  .articles-home__item:nth-child(1) {
    width: calc(100% - 30px);
    margin: 0 0 60px 30px; }
  .articles-home__item:nth-child(1) h2 {
    margin-left: 0; }
  .articles-home__item:nth-child(1) .article-block__image {
    width: 100%; }
  .articles-home__item:nth-child(1) .article-block__content {
    margin: 30px 30px 0 0; }
  .articles-home__item.article-newsletter-box {
    margin-left: 30px; } }

.articles-home__item--last {
  margin-top: 0; }

@media (max-width: 1023px) {
  .articles-home__item--last {
    margin-top: 0px !important; } }

.articles-home__item--last p {
  margin-bottom: 88px; }

@media (max-width: 1023px) {
  .articles-home__item--last p {
    margin-bottom: 40px !important; }
  .articles-home__item--last p + a {
    margin: 0 auto; } }

.articles-home__b-row.row {
  margin-top: 100px; }

.articles-home__b-row.row .mellom-header {
  margin-bottom: 48px; }

.articles-home__b-row.row .articles-home__item {
  margin-bottom: 28px; }

@media (max-width: 768px) {
  .articles-home__b-row.row .articles-home__item:nth-child(1) {
    margin-left: 0; }
  .articles-home__b-row.row .articles-home__item:nth-child(1) .article-block__image {
    width: calc(100% - 45px); }
  .articles-home__b-row.row .articles-home__item:nth-child(1) .article-block__content {
    margin: 30px 0 0 30px; } }

.articles-home .btn__container {
  margin: 50px 0; }

@media (max-width: 768px) {
  .articles-home .btn__container {
    margin: 34px 0 0 0; } }

.articles-home .btn__container .showMoreNews {
  margin: 0 auto;
  cursor: pointer; }

.articles-home .btn__container .showMoreNews:hover {
  color: #FFFFFF; }

.articles-home .btn__container .showMoreNews:hover:active {
  color: #000000; }

.validation-form {
  margin: 30px 0;
  font-size: 16px; }

.btn-container__mobile {
  display: none; }

@media (max-width: 1024px) {
  .btn-container__mobile {
    display: flex; } }

.btn__container {
  margin: 50px auto;
  display: flex;
  justify-content: center; }

.btn__container.front-page {
  justify-content: start; }

@media (max-width: 992px) {
  .btn__container.front-page {
    justify-content: center; } }

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 73, 30, 0.95);
  width: 100%;
  height: 100vh;
  z-index: 998;
  display: none; }

.modal-backdrop {
  background-color: rgba(0, 73, 30, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }

.modal-backdrop.show {
  opacity: 0.95; }

.modal-dialog {
  max-width: 1105px; }

.modal-dialog button.close {
  opacity: 1;
  margin-bottom: 10px;
  cursor: pointer; }

.modal-dialog .modal-content {
  border-radius: 0; }

.modal-dialog .modal-content .modal-body {
  padding: 90px 115px; }

.modal-dialog .modal-content .modal-body .relatedPersons {
  margin-bottom: 0; }

.modal-dialog .modal-content .modal-body .relatedPersons .personInfo {
  padding: 80px 115px; }

.modal-dialog .modal-content .modal-body .relatedPersons .personInfo h4 {
  margin-bottom: 20px; }

.close-btn {
  background: none;
  border: 0;
  display: none;
  position: absolute;
  top: 35px;
  right: 35px; }

.close-btn:focus {
  outline: 0;
  border: 0; }

.video-wrapper {
  position: relative; }

.video-wrapper iframe {
  width: 100% !important; }

@media (max-width: 768px) {
  .video-wrapper iframe {
    height: 330px; } }

.video-wrapper video {
  width: 100%; }

.video-wrapper .play-button {
  position: absolute;
  top: calc(50% - (112px / 2));
  left: calc(50% - (112px / 2));
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #78BE21; }

.video-wrapper .play-button img {
  width: 100%;
  max-width: 45px;
  height: auto;
  margin-left: 5px; }

.politic-block {
  margin-bottom: 136px; }

@media (max-width: 992px) {
  .politic-block {
    margin-bottom: 70px; } }

.politic-block h4 {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 52px;
  font-weight: 500; }

@media (max-width: 992px) {
  .politic-block h4 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px; } }

.politic-block p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400; }

@media (max-width: 992px) {
  .politic-block p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px; } }

.politic-block ul {
  padding-top: 25px;
  margin-top: 30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 992px) {
  .politic-block ul {
    padding-top: 0px;
    margin-top: 0px; } }

.politic-block ul li {
  flex-basis: calc(50% - 15px);
  margin-bottom: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 15px; }

@media (max-width: 992px) {
  .politic-block ul li {
    margin-bottom: 15px; } }

@media (max-width: 768px) {
  .politic-block ul li {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    overflow: visible;
    white-space: normal; } }

.politic-block ul li a {
  font-size: 28px;
  line-height: 45px;
  font-weight: 500; }

@media (max-width: 992px) {
  .politic-block ul li a {
    font-size: 20px;
    line-height: 40px; } }

.politic-block.politic-block-Senterungdommen h4 {
  margin-top: 35px;
  font-weight: 400; }

.politic-block.politic-block-Senterungdommen .imageWrapper {
  width: 100%;
  max-width: 570px; }

.politic-block.politic-block-Senterungdommen ul li a {
  padding-bottom: 5px;
  font-weight: 400;
  letter-spacing: 1.4px; }

.politic-block.politic-block-Senterungdommen p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.4px;
  color: #404040;
  width: 100%;
  max-width: 536px; }

.politic-block .politic-block-btn {
  margin-top: 40px; }

.politic-block .politic-block-btn .button {
  width: 100%;
  max-width: 310px; }

.politic-block.one-col ul {
  display: block; }

.politic-block.image-right .imageWrapper {
  float: right; }

@media (max-width: 992px) {
  .politic-block.image-right .imageWrapper {
    float: none; } }

@media (max-width: 992px) {
  .politic-block.image-right .row {
    flex-direction: column-reverse; } }

.title-page {
  margin-top: 4px;
  margin-bottom: 127px; }

@media (max-width: 992px) {
  .title-page {
    margin-top: 40px;
    margin-bottom: 40px; } }

.title-page.only {
  margin-bottom: 90px; }

@media (max-width: 992px) {
  .title-page.only {
    margin-bottom: 40px; } }

.title-page h1 {
  font-weight: 400;
  font-size: 76px;
  line-height: 92px;
  text-align: center;
  letter-spacing: 2.4px;
  color: #00843D;
  margin-bottom: 25px; }

@media (max-width: 992px) {
  .title-page h1 {
    font-size: 32px;
    line-height: 40px; } }

.title-page .intro {
  width: 100%;
  max-width: 652px;
  margin: 0 auto;
  text-align: center; }

.title-page .intro p {
  font-weight: 400;
  font-size: 21px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 1.4px;
  color: #404040; }

.title-page nav {
  display: flex;
  justify-content: space-around;
  margin: 64px 0 0 0; }

@media (max-width: 992px) {
  .title-page nav {
    flex-direction: column; } }

.title-page nav a {
  border-bottom: 2px solid #00843D;
  color: #00491E;
  font-size: 28px; }

.title-page nav a:hover {
  text-decoration: none; }

@media (max-width: 992px) {
  .title-page nav a {
    text-align: center; } }

.sub-titles {
  font-size: 48px;
  color: #00843D;
  line-height: 92px;
  margin-bottom: 100px;
  text-align: center;
  display: block; }

@media (max-width: 1024px) {
  .sub-titles {
    font-size: 32px;
    margin-bottom: 30px; } }

.sub-titles + .intro {
  font-size: 16px;
  line-height: 29px;
  color: #404040;
  margin-top: -50px;
  margin-bottom: 50px;
  display: block;
  width: 55%; }

@media (max-width: 1024px) {
  .sub-titles + .intro {
    width: 100%;
    margin-top: 0; } }

.glossary.alphabetical-order .letter__content .letter {
  font-size: 54px;
  line-height: 78px; }

.glossary .letter__content {
  margin-bottom: 100px; }

.glossary .letter__content .letter {
  font-size: 54px;
  color: #00843D;
  line-height: 78px;
  text-align: right; }

@media (max-width: 1024px) {
  .glossary .letter__content .letter {
    text-align: left; } }

.glossary .letter__content .letter span, .glossary .letter__content .letter a {
  color: #00843D;
  margin-right: 20px; }

.glossary .letter__content ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  padding-left: 0;
  list-style: none; }

@media (max-width: 1024px) {
  .glossary .letter__content ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; } }

.glossary .letter__content ul li {
  list-style-position: inside;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

.glossary .letter__content ul li a {
  font-size: 28px;
  line-height: 62px;
  color: #00843D; }

.glossary.glossary-Senterungdommen {
  padding-top: 64px; }

@media (max-width: 992px) {
  .glossary.glossary-Senterungdommen {
    padding-top: 0; } }

.glossary.glossary-Senterungdommen .letter__content .letter {
  font-weight: 400;
  text-align: left; }

.glossary.glossary-Senterungdommen .letter__content ul li a {
  font-weight: 400; }

.blockquote {
  color: #00843D;
  font-weight: 300;
  font-size: 3rem;
  font-weight: 1.25; }

.block-feature {
  padding: 75px; }

@media (max-width: 1024px) {
  .block-feature {
    padding: 70px 40px 40px 40px; } }

.block-feature h4 {
  color: #00843D;
  margin-bottom: 30px;
  max-width: 400px;
  width: 100%; }

@media (max-width: 1024px) {
  .block-feature h4 {
    font-size: 25px;
    line-height: 35px; } }

.block-feature p {
  max-width: 400px;
  width: 100%;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400; }

@media (max-width: 1024px) {
  .block-feature p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px; } }

.block-feature.block-feature-green {
  background-color: #EAF5DD; }

.resolutions {
  margin-bottom: 50px; }

.resolutions h5 {
  font-size: 28px;
  color: #000000;
  line-height: 35px;
  font-weight: 400;
  margin: 20px 0; }

.resolutions p {
  font-size: 16px;
  line-height: 24px;
  max-width: 662px; }

.resolutions ul {
  list-style: none;
  padding-left: 10px; }

.resolutions ul li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #404040;
  max-width: 100%;
  margin-bottom: 5px;
  padding-left: 28px;
  position: relative;
  font-weight: 400; }

.resolutions ul li:before {
  content: '';
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #78BE21;
  position: absolute;
  top: 5px;
  left: -5px; }

.resolutions.resolutions-Senterungdommen {
  margin-bottom: 64px; }

.resolutions.resolutions-Senterungdommen .date {
  color: #00843D;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  display: block; }

.resolutions.resolutions-Senterungdommen h5 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.4px;
  color: #00491E;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 400; }

.resolutions.resolutions-Senterungdommen h5 a {
  color: #00491E; }

.resolutions.resolutions-Senterungdommen p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #404040;
  max-width: 100%; }

.documents {
  margin-top: 64px; }

@media (max-width: 992px) {
  .documents {
    margin: 0 auto 50px auto; } }

.documents h5, .documents a {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.4px;
  color: #00491E;
  font-weight: 400;
  margin-bottom: 16px;
  font-weight: 400;
  text-decoration: none; }

.documents p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #404040;
  max-width: 100%;
  font-weight: 400;
  margin-bottom: 16px; }

.documents .download a {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #00491E;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #00843D; }

.Senterpartiskolen .documents {
  margin-top: 64px; }

@media (max-width: 1279px) {
  .Senterpartiskolen .documents {
    margin: 0 auto 50px auto; } }

@media (max-width: 992px) {
  .Senterpartiskolen .documents {
    margin-top: 0; } }

@media (max-width: 768px) {
  .Senterpartiskolen .documents {
    max-width: 375px; } }

.Senterpartiskolen .documents__wrapper {
  display: flex;
  width: 100%; }

@media (max-width: 768px) {
  .Senterpartiskolen .documents__wrapper {
    flex-direction: column; } }

.Senterpartiskolen .documents__wrapper--image {
  flex-basis: 160px;
  width: 160px;
  margin-right: 65px; }

.Senterpartiskolen .documents__wrapper--image img {
  width: 100%;
  height: auto; }

@media (max-width: 768px) {
  .Senterpartiskolen .documents__wrapper--image {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; } }

.Senterpartiskolen .documents__wrapper--content {
  flex-basis: calc(100% - 225px);
  width: calc(100% - 225px); }

@media (max-width: 768px) {
  .Senterpartiskolen .documents__wrapper--content {
    flex-basis: 100%;
    width: 100%; } }

.Senterpartiskolen .documents__wrapper--content h5 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.4px;
  color: #00491E;
  font-weight: 400;
  margin-bottom: 16px;
  font-weight: 400; }

.Senterpartiskolen .documents__wrapper--content p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #404040;
  max-width: 100%;
  font-weight: 400;
  margin-bottom: 16px; }

.Senterpartiskolen .documents__wrapper--content .download a {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #00491E;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #00843D; }

.persons {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap; }

.persons__item {
  flex-basis: calc(50% - 30px);
  width: calc(50% - 30px);
  margin-bottom: 64px; }

@media (max-width: 768px) {
  .persons__item {
    flex-direction: column;
    flex-basis: 100%;
    width: 100%; } }

.persons__item--wrapper {
  display: flex; }

@media (max-width: 768px) {
  .persons__item--wrapper {
    margin-bottom: 30px;
    flex-direction: column; } }

.persons__item--wrapper-image {
  margin-right: 33px;
  flex-basis: 160px;
  width: 160px; }

.persons__item--wrapper-image img {
  width: 100%; }

@media (max-width: 768px) {
  .persons__item--wrapper-image {
    margin-right: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px; } }

.persons__item--wrapper-content {
  flex-basis: calc(100% - (196px + 33px));
  width: calc(100% - (196px + 33px)); }

@media (max-width: 768px) {
  .persons__item--wrapper-content {
    margin-right: 0;
    flex-basis: 100%;
    width: 100%; } }

.persons__item--wrapper-content h5 {
  font-size: 21px;
  line-height: 42px;
  letter-spacing: 1.05px;
  font-weight: 500;
  color: #404040; }

.persons__item--wrapper-content span {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #404040;
  max-width: 100%;
  font-weight: 400;
  display: block; }

.persons__item--wrapper-content span.position {
  margin-bottom: 30px; }

.persons__item--wrapper-content a {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #404040;
  max-width: 100%;
  font-weight: 400;
  display: inline-block; }

.persons__item--wrapper-content a.phone, .persons__item--wrapper-content a.mail {
  text-decoration: none;
  border-bottom: 1px solid #00843D;
  margin-bottom: 8px; }

.persons__item--wrapper-content .read-more {
  margin-top: 20px; }

@media (max-width: 992px) {
  .persons__item--wrapper-content .read-more {
    margin-bottom: 48px; } }

.persons__item--wrapper-content .read-more a {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #404040;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #00843D; }

@media (max-width: 992px) {
  .persons {
    margin-top: 0; } }

input[type=submit], input.button.button-primary {
  color: #00843D;
  height: 48px; }

.form-group {
  position: relative;
  margin-bottom: 1.5rem; }

.form-group .form-text {
  color: red; }

.form-group .form-control-placeholder {
  position: absolute;
  top: 12px;
  font-size: 18px;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
  color: #404040; }

.form-group .form-control:focus {
  box-shadow: none;
  border-color: #00843D;
  outline: 0;
  background-color: rgba(120, 190, 33, 0.1);
  padding-top: 20px; }

.form-group .form-control:valid {
  padding-top: 20px; }

.form-group .form-control:focus + .form-control-placeholder,
.form-group .form-control:valid + .form-control-placeholder {
  color: #A8A8A8;
  font-size: 12px;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  top: 25px; }

.form-group input {
  height: 64px; }

.form-group textarea {
  height: auto;
  min-height: 150px; }

.form-group.error .form-control {
  border-color: red; }

.sidebar .faktabok {
  max-width: 100%; }

.card-block {
  margin-bottom: 32px; }

.container__popup {
  color: #fff;
  position: absolute;
  top: 128px;
  left: 0;
  z-index: 10000;
  overflow: hidden; }

@media (max-width: 1280px) {
  .container__popup {
    padding: 0; } }

.container__popup h2 {
  color: #fff;
  text-align: center; }

.container__popup .close-btn {
  top: 0;
  right: 15px; }

@media (max-width: 768px) {
  .container__popup .close-btn {
    right: 30px; }
  .container__popup .close-btn + h2 {
    display: none; } }

article {
  margin-bottom: 100px; }

.main-links__desktop--container .main-links {
  padding-top: 60px;
  padding-bottom: 60px; }

.main-links__desktop--container .main-links h3 {
  margin-bottom: 64px; }

.main-links__desktop--container .main-links a.big-link {
  margin-bottom: 24px;
  line-height: 59px; }

.main-links__desktop--container .main-links a.link {
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: none;
  color: #00843D;
  margin-top: 30px;
  display: block; }

.main-links__desktop--container + .relatedPersons {
  margin-top: 75px; }

.select-text {
  position: relative; }

.select-text__dropdown {
  font-size: 0;
  white-space: nowrap;
  width: 100%; }

.select-text__dropdown__list {
  font-size: 14px;
  text-align: left;
  list-style: none;
  padding: 25px 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 32px;
  margin: 2px 0 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 100%;
  min-width: 250px;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 1000;
  display: none;
  transform: translateX(0) translateY(62px) !important; }

.select-text__dropdown__list li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer; }

.select-text__dropdown__list li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.select-text .form-control {
  padding: 0 64px 0 32px;
  border-radius: 32px;
  position: relative;
  margin-bottom: 0; }

.header-green-Senterungdommen .select-text .form-control {
  font-size: 21px;
  line-height: 21px;
  border-radius: 20px; }

.date-picker {
  position: relative; }

.date-picker .form-control, .date-picker .form-control[read-only] {
  background-color: #fff;
  padding: 0 64px 0 32px;
  border-radius: 32px;
  position: relative;
  margin-bottom: 0; }

.dropdown-toggle {
  background-color: transparent;
  border-radius: 32px;
  border: none;
  position: absolute;
  height: 64px;
  width: 64px;
  top: 0;
  right: 0;
  z-index: 3;
  background-image: url("../../images/icon-arrow-down.svg");
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat; }

.dropdown-toggle:focus-visible {
  background-color: #EAF5DD; }

.dropdown-toggle:focus {
  outline: none; }

.dropdown-toggle--search {
  background-image: url("../../images/icon-search-black.svg");
  background-size: 16px;
  height: 64px !important; }

.pagination {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 100px; }

.pagination ul {
  list-style: none;
  margin: auto; }

.pagination li {
  font-weight: 600;
  text-align: center;
  display: inline-block;
  min-width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 0 5px; }

.pagination li span {
  font-size: 19px; }

.pagination li a, .pagination li span {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: pre;
  border: 0;
  color: #000000; }

.pagination li a:hover, .pagination li span:hover {
  color: #00843D;
  text-decoration: none; }

.pagination li.active a, .pagination li.active span {
  color: #fff;
  background-color: #00843D; }

.pagination li.paginationNext a, .pagination li.paginationPrevious a {
  background-image: url("../../images/icon-arrow-sm.svg");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat; }

.pagination li.paginationPrevious a {
  transform: rotate(180deg); }

.filterResolution {
  margin-bottom: 140px; }

@media (max-width: 768px) {
  .filterResolution {
    margin-bottom: 175px; } }

.kontaktBox {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto 50px auto; }

@media (min-width: 1280px) {
  .kontaktBox {
    margin: 50px auto 50px auto;
    max-width: 1439px !important; } }

@media (max-width: 1279px) {
  .kontaktBox {
    margin: 0 auto 50px auto; } }

.breadcrumb__menu {
  text-align: center;
  margin-bottom: 48px; }

.breadcrumb__menu span, .breadcrumb__menu a, .breadcrumb__menu b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.4px;
  color: rgba(0, 73, 30, 0.6);
  display: inline-block; }

@media (max-width: 992px) {
  .breadcrumb__menu span, .breadcrumb__menu a, .breadcrumb__menu b {
    font-size: 14; } }

@media (max-width: 992px) {
  .breadcrumb__menu span {
    display: block;
    margin-bottom: 10px; }
  .breadcrumb__menu b {
    display: none; } }

.breadcrumb__menu--select {
  z-index: 9991;
  display: inline-block;
  position: relative; }

.breadcrumb__menu--select .abtn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.4px;
  color: #00491E;
  padding-right: 35px;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #00491E;
  position: relative; }

.breadcrumb__menu--select .abtn img {
  position: absolute;
  right: 0;
  top: 5px; }

.breadcrumb__menu--select .abtn.active img {
  transform: rotate(180deg); }

.breadcrumb__menu--select .dropdown {
  display: none;
  top: calc(100% + 32px);
  position: absolute;
  background: #F3EFEB;
  padding: 40px;
  width: 435px;
  right: 50%;
  transform: translateX(50%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }

.breadcrumb__menu--select .dropdown.active {
  display: block; }

@media (max-width: 992px) {
  .breadcrumb__menu--select .dropdown {
    width: 100vw;
    max-width: 354px;
    padding: 20px 30px;
    right: 44%; } }

.breadcrumb__menu--select .dropdown .content {
  position: relative; }

.breadcrumb__menu--select .dropdown .content::after {
  content: "";
  background-color: #F3EFEB;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -55px;
  width: 42px;
  height: 42px; }

@media (max-width: 992px) {
  .breadcrumb__menu--select .dropdown .content::after {
    left: calc(50% - 42px);
    transform: translateX(0) rotate(45deg);
    top: -35px; } }

.breadcrumb__menu--select .dropdown .content a {
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1.4px;
  color: #00491E;
  font-weight: 400;
  text-decoration: none;
  display: block;
  text-align: left; }

@media (max-width: 992px) {
  .breadcrumb__menu--select .dropdown .content a {
    font-size: 16px;
    line-height: 36px; } }

.breadcrumb__menu--select .dropdown .content a.active {
  font-weight: 600; }

.banner-link {
  width: 100%;
  padding-bottom: 30px;
  text-align: center; }

.banner-link .button {
  margin: 0 auto; }

#fileUploadBox {
  width: auto;
  padding: 0 30px; }

.upload-group label {
  display: flex;
  align-items: center; }

.upload-group label span {
  margin-right: 20px; }

#addRowButton {
  display: block; }

.Senterpartiskolen-pages .articles-home .article-block .article-block__image figure {
  margin-bottom: 40px; }

.Senterpartiskolen-pages .title-page .intro {
  max-width: 880px; }

#__ba_panel {
  position: absolute;
  margin-top: -150px;
  background-color: transparent; }

.text-block {
  margin-bottom: 87px; }

.text-block h2 {
  font-family: "Raleway", serif;
  font-size: 28px;
  line-height: 57px;
  color: #00843D;
  margin-bottom: 16px; }

.text-block p {
  font-family: "Raleway", serif;
  font-size: 16px;
  line-height: 150%;
  color: #081010; }

.text-block a.btn-more {
  font-family: "Raleway", serif;
  font-size: 16px;
  line-height: 150%;
  color: #404040;
  position: relative;
  display: inline-block;
  float: right; }

.text-block a.btn-more:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #00843D; }

.contact-info {
  padding: 48px 82px;
  margin-bottom: 64px;
  background-color: rgba(234, 245, 221, 0.5); }

@media (max-width: 1280px) {
  .contact-info {
    padding: 20px;
    margin-bottom: 40px; } }

.contact-info h1, .contact-info h2, .contact-info h3, .contact-info h4, .contact-info h5, .contact-info h6 {
  margin-bottom: 24px;
  font-family: "Raleway", serif;
  font-size: 28px;
  line-height: 40px;
  color: #00843D; }

.contact-info p {
  font-family: "Raleway", serif;
  font-size: 16px;
  line-height: 24px;
  color: #081010;
  margin-bottom: 0; }

.img {
  position: relative;
  width: 100%;
  overflow: hidden; }

.img.aspectRatio--1x1 {
  padding-top: calc((1 / 1) * 100%); }

.img.aspectRatio--4x3 {
  padding-top: calc((3 / 4) * 100%); }

.img.aspectRatio--16x9 {
  padding-top: calc((9.8 / 16) * 100%); }

.img.aspectRatio--9x11 {
  padding-top: calc((11 / 9) * 100%); }

.img.aspectRatio--16x10 {
  padding-top: calc((10.1 / 16) * 100%); }

.img.aspectRatio--535x342 {
  padding-top: calc((342 / 535) * 100%); }

.img.aspectRatio--310x400 {
  padding-top: calc((400 / 310) * 100%); }

.img.aspectRatio--570x696 {
  padding-top: calc((696 / 570) * 100%); }

.img.aspectRatio--570x432 {
  padding-top: calc((432 / 570) * 100%); }

.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%); }

.m-128 {
  margin: 128px 0; }

.mt-128 {
  margin-top: 128px; }

.mb-128 {
  margin-bottom: 128px; }

.m-64 {
  margin: 64px 0; }

.mt-64 {
  margin-top: 64px; }

.mb-64 {
  margin-bottom: 64px; }

.mb-48 {
  margin-bottom: 48px; }

.m-32 {
  margin: 32px 0; }

.mt-32 {
  margin-top: 32px; }

.mb-32 {
  margin-bottom: 32px; }

.m-24 {
  margin: 24px 0; }

.mt-24 {
  margin-top: 24px; }

.mb-24 {
  margin-bottom: 24px; }

.p-128 {
  padding: 128px 0; }

.pt-128 {
  padding-top: 128px; }

.pb-128 {
  padding-bottom: 128px; }

.p-64 {
  padding: 64px 0; }

.pt-64 {
  padding-top: 64px; }

.pb-64 {
  padding-bottom: 64px; }

.p-32 {
  padding: 32px 0; }

.pt-32 {
  padding-top: 32px; }

.pb-32 {
  padding-bottom: 32px; }

.p-24 {
  padding: 24px 0; }

.pt-24 {
  padding-top: 24px; }

.pb-24 {
  padding-bottom: 24px; }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 45px;
  margin-bottom: 60px; }

@media (max-width: 992px) {
  header {
    align-items: baseline;
    padding-top: 12px;
    margin-bottom: 11px; } }

header .header__menu {
  padding-top: 27px; }

@media (max-width: 992px) {
  header .header__menu {
    width: auto; } }

header .header__menu .button {
  width: 198px; }

@media (max-width: 992px) {
  header .header__menu .button {
    display: none; } }

header .header__menu .button-mobile-menu {
  display: none; }

@media (max-width: 992px) {
  header .header__menu .button-mobile-menu {
    display: block; } }

@media (max-width: 992px) {
  header .header__logo img {
    height: 48px; } }

header .header__options {
  padding-top: 27px;
  align-items: center; }

header .header__options.error {
  width: 245px; }

@media (max-width: 992px) {
  header .header__options.error {
    width: auto; } }

header .header__options .button {
  width: 193px; }

@media (max-width: 992px) {
  header .header__options .button {
    display: none; } }

.menu-hidden {
  background-color: #78BE21;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9992;
  padding: 62px 62px 62px 290px;
  display: none;
  overflow-y: auto; }

@media (max-width: 1280px) {
  .menu-hidden {
    padding: 0; } }

.menu-hidden__primary {
  width: 100%; }

@media (max-width: 1280px) {
  .menu-hidden__primary {
    height: 100vh;
    overflow: scroll;
    padding-bottom: 100px; } }

@media (max-width: 1280px) {
  .menu-hidden__primary nav {
    padding: 50px 50px 0 100px; }
  .menu-hidden__primary nav + nav {
    padding-top: 0; } }

@media (max-width: 576px) {
  .menu-hidden__primary nav {
    padding: 50px 40px; } }

.menu-hidden__primary nav a {
  color: #00491E;
  display: block;
  font-weight: 400;
  letter-spacing: 1.8px;
  position: relative;
  max-width: 280px; }

@media (max-width: 1280px) {
  .menu-hidden__primary nav a {
    max-width: 100%; } }

.menu-hidden__primary nav a:hover {
  text-decoration: underline; }

.menu-hidden__primary nav a:after {
  content: "";
  background-image: url("../../images/icon-arrow.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  display: block;
  position: absolute;
  left: 288px;
  top: 9px; }

@media (max-width: 395px) {
  .menu-hidden__primary nav a:after {
    left: 208px; } }

.menu-hidden__primary nav a.primary-menu p {
  max-width: 280px;
  font-size: 26px;
  line-height: 38px;
  margin-right: 8px;
  margin-bottom: 28px; }

.menu-hidden__primary nav a.primary-menu p:last-child {
  margin-bottom: 58px; }

@media (max-width: 395px) {
  .menu-hidden__primary nav a.primary-menu p {
    max-width: 200px; } }

.menu-hidden__primary nav a.secondary-menu {
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 1.4px; }

.menu-hidden__primary nav a.secondary-menu:after {
  display: none; }

.menu-hidden__primary nav a.active:after {
  left: calc(288px + 26px); }

@media (max-width: 395px) {
  .menu-hidden__primary nav a.active:after {
    left: calc(208px + 26px); } }

@media (max-width: 576px) {
  .menu-hidden__primary nav a.active {
    margin: 0; } }

@media (max-width: 1280px) {
  .menu-hidden__primary .medlem-button {
    display: none; } }

.menu-hidden__primary .btn-container-top {
  display: flex; }

.menu-hidden__primary .btn-container-top .button {
  width: 140px;
  margin-right: 25px;
  color: #00491E; }

@media (max-width: 1280px) {
  .menu-hidden__primary .btn-container-top .button {
    width: auto; } }

.menu-hidden__primary .btn-container-top .button i {
  color: #00491E;
  margin-right: 15px; }

@media (max-width: 1280px) {
  .menu-hidden__primary .button-search-menu {
    display: none; } }

.menu-hidden__primary .button-search-menu .icon-search {
  background-image: url("../../images/icon-search-green-dark.svg"); }

@media (max-width: 1280px) {
  .menu-hidden__primary .medlem-button {
    display: none; } }

.menu-hidden__primary .btn-container-top {
  display: flex; }

.menu-hidden__primary .btn-container-top .button {
  width: 140px;
  margin-right: 25px;
  color: #00491E; }

@media (max-width: 1280px) {
  .menu-hidden__primary .btn-container-top .button {
    width: auto; } }

.menu-hidden__primary .btn-container-top .button i {
  color: #00491E;
  margin-right: 15px; }

@media (max-width: 1280px) {
  .menu-hidden__primary .button-search-menu {
    display: none; } }

.menu-hidden__primary .button-search-menu .icon-search {
  background-image: url("../../images/icon-search-green-dark.svg"); }

.menu-hidden__primary .button-close {
  margin-bottom: 84px; }

@media (max-width: 1280px) {
  .menu-hidden__primary .button-close {
    margin: 50px;
    font-size: 0;
    border: 0;
    width: 48px;
    height: 48px; }
  .menu-hidden__primary .button-close .icon-close {
    margin: 0; } }

@media (max-width: 576px) {
  .menu-hidden__primary .button-close {
    margin: 20px 40px; } }

@media (min-width: 1280px) {
  .menu-hidden__primary .menu-top-section {
    max-width: 460px; } }

.menu-hidden__primary .label-search-menu {
  color: #00843D;
  padding-right: 7px;
  font-weight: 600;
  vertical-align: middle; }

.menu-hidden__primary .icon-search {
  margin-right: 0; }

.menu-hidden__primary .button-search {
  display: none;
  outline: 0;
  border: 0;
  background: none;
  float: right;
  top: -60px;
  position: relative;
  right: 40px;
  width: 60px;
  height: 40px;
  display: block; }

@media (min-width: 577px) and (max-width: 1280px) {
  .menu-hidden__primary .button-search {
    top: -93px; } }

@media (min-width: 1280px) {
  .menu-hidden__primary .button-search {
    top: -130px; } }

.menu-hidden__primary .button-dark-green {
  max-width: 280px;
  width: 100%;
  margin: 48px 0 68px 0; }

@media (max-width: 1280px) {
  .menu-hidden__primary .secondary-nav {
    background-color: #00843D;
    height: 100%; }
  .menu-hidden__primary .secondary-nav a {
    color: #FFFFFF; }
  .menu-hidden__primary .secondary-nav a:after {
    background-image: url("../../images/icon-arrow-white.svg"); } }

.menu-hidden__submenu {
  background-color: #EAF5DD;
  width: 596px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  padding: 62px 62px 62px 111px;
  overflow-y: scroll;
  transition: width 1000ms; }

.menu-hidden__submenu--wrapper {
  display: none; }

@media (max-width: 1280px) {
  .menu-hidden__submenu {
    left: 100%;
    padding: 62px; } }

@media (max-width: 576px) {
  .menu-hidden__submenu {
    padding: 62px 30px; } }

.menu-hidden__submenu.active {
  width: 60%; }

.menu-hidden__submenu.active .menu-hidden__submenu--wrapper {
  display: block; }

@media (min-width: 1280px) and (max-width: 1600px) {
  .menu-hidden__submenu.active {
    width: 45%; } }

@media (max-width: 1280px) {
  .menu-hidden__submenu.active {
    width: 90%;
    transform: translate(15%, 0);
    left: 0; } }

@media (max-width: 576px) {
  .menu-hidden__submenu.active {
    transform: translate(25%, 0); } }

.menu-hidden__submenu .back-button {
  display: none;
  margin-bottom: 84px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  cursor: pointer; }

@media (max-width: 1280px) {
  .menu-hidden__submenu .back-button {
    text-decoration: underline;
    margin-bottom: 35px;
    padding-left: 35px; } }

.menu-hidden__submenu .back-button:hover {
  color: #000000;
  text-decoration: none; }

.menu-hidden__submenu .back-button:before {
  content: "";
  background-image: url("../../images/icon-arrow.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
  top: 2px; }

@media (max-width: 1280px) {
  .menu-hidden__submenu .back-button {
    display: block; } }

.menu-hidden__submenu h6 {
  margin-bottom: 88px;
  height: 48px; }

.menu-hidden__submenu h6 a {
  font-size: 16px;
  font-weight: 600;
  color: #00491E;
  text-decoration: underline; }

@media (max-width: 1280px) {
  .menu-hidden__submenu h6 {
    margin-bottom: 30px; } }

.menu-hidden__submenu nav a {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 36px;
  display: block;
  color: #00491E; }

.menu-hidden__submenu nav a:hover {
  text-decoration: underline; }

@media (max-width: 1280px) {
  .menu-hidden__submenu nav a {
    font-size: inherit;
    margin-bottom: 5px; } }

@media (max-width: 1280px) {
  .menu-hidden__submenu nav a {
    font-size: inherit; } }

.menu-hidden.menu-hidden-Senterungdommen .menu-hidden__primary nav a:last-child {
  margin-bottom: 48px; }

.menu-hidden.menu-hidden-Senterungdommen .menu-hidden__submenu nav a {
  font-weight: 400; }

.menu-hidden.menu-hidden-Senterungdommen .btnWrapper {
  display: flex;
  margin-bottom: 48px; }

@media (max-width: 1280px) {
  .menu-hidden.menu-hidden-Senterungdommen .btnWrapper {
    padding: 0 50px 0 100px; } }

@media (max-width: 992px) {
  .menu-hidden.menu-hidden-Senterungdommen .btnWrapper {
    padding: 0 50px; } }

.menu-hidden.menu-hidden-Senterungdommen .btnWrapper .button {
  background: #ADD77A;
  border: none;
  margin-right: 33px; }

@media (max-width: 992px) {
  .menu-hidden.menu-hidden-Senterungdommen .btnWrapper .button {
    margin: 0 10px; } }

.menu-hidden.menu-hidden-Senterungdommen .btnWrapper .button:hover {
  color: #404040; }

.menu-hidden.menu-hidden-Senterungdommen article p {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.8px;
  color: #00491E;
  margin-bottom: 10px; }

.menu-hidden.menu-hidden-Senterungdommen article a {
  color: #00491E;
  text-decoration: underline; }

footer {
  background-color: #00491E;
  padding: 158px 0 224px 0;
  color: #FFFFFF;
  position: relative;
  margin-top: 100px; }

@media (max-width: 1024px) {
  footer {
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-top: 60px; } }

footer .address h6 {
  display: none;
  color: #FFFFFF;
  margin-bottom: 64px;
  font-weight: 600;
  font-size: 21px;
  line-height: 21px; }

@media (max-width: 1024px) {
  footer .address h6 {
    display: block;
    margin-bottom: 23px;
    margin-top: 50px; } }

footer .address p, footer .address ul, footer .address li, footer .address span, footer .address small, footer .address a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600; }

footer .logo-footer {
  margin-bottom: 64px;
  display: block; }

@media (max-width: 1024px) {
  footer .logo-footer img {
    height: 78px; } }

footer span {
  color: #FFFFFF;
  display: block;
  font-weight: 600;
  font-size: 16px; }

footer .links-list {
  margin-top: 105px; }

@media (max-width: 1024px) {
  footer .links-list {
    margin-top: 0; } }

footer .links-list h6 {
  color: #FFFFFF;
  margin-bottom: 64px;
  font-weight: 600;
  font-size: 21px;
  line-height: 21px; }

@media (max-width: 1024px) {
  footer .links-list h6 {
    margin-top: 70px;
    margin-bottom: 23px; } }

footer .links-list nav a {
  color: #FFFFFF;
  display: block;
  margin-bottom: 13px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600; }

@media (max-width: 1024px) {
  footer .links-list nav a {
    line-height: 24px;
    margin-bottom: 20px; } }

footer .footer__credits {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 87px;
  display: block;
  background-color: #00843D; }

.button {
  width: 195px;
  height: 48px;
  text-decoration: none;
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.75px; }

.button:disabled, .button[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #e4e4e4;
  border-color: #e4e4e4; }

.button:focus {
  outline: none; }

.button:hover {
  text-decoration: none; }

.button.button-full {
  width: 100%; }

.button:active {
  transform: scale(0.95); }

.button.button-primary {
  border-color: #00843D;
  color: #404040;
  background: transparent; }

.button.button-primary:focus {
  border-width: 2px; }

.button.button-primary:hover {
  background-color: #00843D;
  color: #FFFFFF; }

.button.button-primary:active {
  border-color: #00843D;
  color: #404040;
  background: transparent; }

.button.button-secondary {
  border-color: #00843D;
  color: #404040;
  background: #EAF5DD; }

.button.button-secondary:focus {
  border-width: 2px; }

.button.button-secondary:hover {
  background-color: #00843D;
  color: #FFFFFF; }

.button.button-secondary:active {
  border-color: #00843D;
  color: #404040;
  background: transparent; }

.button.button-green {
  border-color: #78BE21;
  color: #404040;
  background-color: #78BE21; }

.button.button-green:focus {
  border-width: 2px;
  border-color: #00843D; }

.button.button-green:hover {
  border-color: #00843D;
  background-color: #00843D;
  color: #FFFFFF; }

.button.button-green:active {
  border-color: #78BE21;
  color: #404040;
  background-color: #78BE21; }

.button.button-green.mac {
  border-color: #00843D;
  color: #404040;
  background: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 15px 40px;
  border-width: 2px;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 100px; }

.button.button-green.mac:focus {
  border-width: 2px; }

.button.button-green.mac:hover {
  background-color: #00843D;
  color: #FFFFFF; }

.button.button-green.mac:active {
  border-color: #00843D;
  color: #404040;
  background: transparent; }

.button.button-dark-green {
  border-color: #00843D;
  color: #FFFFFF;
  background-color: #00843D; }

.button.button-dark-green:focus {
  border-width: 2px;
  border-color: #00491E; }

.button.button-dark-green:hover {
  border-color: #00843D;
  border-width: 2px;
  background-color: #78BE21;
  color: #404040; }

.button.button-dark-green:active {
  border-color: #00843D;
  color: #FFFFFF;
  background-color: #00843D; }

.button.button-orange {
  border-color: #FF6900;
  color: #FF6900;
  background-color: #FFFFFF; }

.button.button-orange:focus {
  border-width: 2px; }

.button.button-orange:hover {
  border-width: 2px;
  background-color: #FF6900;
  color: #FFFFFF; }

.button.button-orange:active {
  border-width: 2px;
  background-color: #FF6900;
  color: #FFFFFF; }

.button.button-icon {
  border-color: #78BE21;
  color: #00843D;
  background-color: transparent; }

.button.button-icon:focus {
  border-width: 2px; }

.button.button-icon:hover {
  background-color: #EAF5DD; }

.button.button-icon:active {
  border-color: #78BE21;
  color: #00843D;
  background-color: transparent; }

.button.button-icon .icon-menu {
  background-image: url("../../images/icon-menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  margin-right: 16px; }

.button.button-big {
  font-size: 20px;
  height: 68px;
  border-radius: 50px;
  text-align: center; }

@media (max-width: 768px) {
  .button.button-big {
    font-size: 18px; } }

.buttons-like {
  display: flex;
  width: 192px; }

.buttons-like .button {
  background-color: #fff;
  padding: 0; }

.buttons-like .button:before {
  content: '';
  width: 30px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 20px; }

.buttons-like .button:first-child {
  border-radius: 24px 0 0 24px; }

.buttons-like .button:first-child:before {
  background-image: url("../../images/thumb-up.svg"); }

.buttons-like .button:last-child {
  border-radius: 0 24px 24px 0; }

.buttons-like .button:last-child:before {
  background-image: url("../../images/thumb-down.svg");
  background-position-y: bottom; }

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.form .input-group {
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 24px; }

.form .input-group.half-input {
  width: calc(50% - 15px);
  flex-basis: calc(50% - 15px); }

@media (max-width: 992px) {
  .form .input-group.half-input {
    width: 100%;
    flex-basis: 100%; } }

.form .input-group label {
  display: block;
  margin-bottom: 5px;
  color: #00491E;
  font-weight: 600;
  width: 100%;
  padding-left: 6px; }

.form .input-group input, .form .input-group select, .form .input-group textarea {
  border: 1px solid #979797;
  width: 100%;
  height: 64px;
  font-size: 21px;
  line-height: 32px;
  display: flex;
  align-items: center;
  padding: 18px 24px;
  border-radius: 20px;
  color: #404040; }

.form .input-group input::placeholder, .form .input-group input .placeholder-input, .form .input-group select::placeholder, .form .input-group select .placeholder-input, .form .input-group textarea::placeholder, .form .input-group textarea .placeholder-input {
  color: #979797; }

.form .input-group input:focus-visible, .form .input-group input:focus, .form .input-group select:focus-visible, .form .input-group select:focus, .form .input-group textarea:focus-visible, .form .input-group textarea:focus {
  outline: 0;
  border-color: #404040;
  color: #404040; }

.form .input-group .placeholder-input {
  color: #979797;
  font-size: 21px;
  line-height: 32px;
  position: relative;
  top: -48px;
  left: 24px;
  pointer-events: none;
  font-weight: 300; }

.form .input-group textarea {
  min-height: 200px; }

.form .input-group .select-text {
  width: 100%; }

.form .input-group .select-text__dropdown__list {
  top: 0; }

.form .input-group .select-text__dropdown__list li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.form .input-group .select-text__dropdown__list li::before {
  display: none; }

.form .input-group .select-text__dropdown__list li a {
  text-decoration: none; }

.form .checkbox-group {
  display: flex;
  width: 100%;
  margin-bottom: 48px; }

.form .checkbox-group input {
  margin-right: 20px;
  border: 1px solid #979797;
  width: 24px;
  height: 24px;
  border-radius: 5px; }

.form .checkbox-group label {
  font-size: 16px;
  line-height: 24px;
  color: #081010;
  max-width: 592px;
  font-weight: 300; }

.form .checkbox-group label a {
  text-decoration-color: #081010; }

.form .button-container {
  display: flex;
  width: 100%; }

@media (max-width: 992px) {
  .form .button-container {
    flex-direction: column; } }

.form .button-container button {
  margin-right: 20px;
  min-width: 235px; }

@media (max-width: 992px) {
  .form .button-container button {
    margin-bottom: 10px;
    width: 100%; } }

.form .button-container button.button-primary {
  color: #00843D; }

.form .table-container {
  overflow: auto;
  width: 100%;
  margin-bottom: 50px; }

.form .table-container table {
  margin-bottom: 15px;
  border: 0; }

.form .table-container table thead {
  border: 1px soid #a8a8a8; }

.form .table-container table thead tr th {
  background-color: #EAF5DD;
  white-space: nowrap; }

.form .table-container table thead tr th.additionalColumn {
  text-align: center; }

.form .table-container table thead tr th.additionalColumn .icon-button {
  display: inherit;
  margin: 0 auto;
  display: block;
  line-height: 23px; }

.form .table-container table tbody tr td {
  background-color: #FFFFFF !important;
  padding: 2px;
  border-bottom: 1px solid #a8a8a8; }

.form .table-container table tbody tr td.registrationColumnTableNumber input {
  width: 120px; }

.form .table-container table tbody tr td:first-child {
  border-left: 1px solid #a8a8a8; }

.form .table-container table tbody tr td:last-child {
  text-align: center; }

.form .table-container table tbody tr td input {
  border: 0;
  padding: 5px;
  height: 48px; }

.form .table-container table tbody tr td input [type="date"] {
  border: 1px solid #999999; }

.form .table-container table tbody tr:last-child {
  padding-top: 10px; }

.form .table-container table tbody tr:last-child td {
  border-bottom: 0; }

.form .table-container table tbody tr:last-child td:first-child {
  border-left: 0; }

.form .table-container + a.button {
  margin-top: 10px;
  margin-bottom: 48px; }

.form .table-container .icon-button {
  background-color: #333;
  padding: 0 8px 3px 8px;
  margin: 0 3px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  color: #FFF;
  width: 24px;
  height: 24px;
  font-weight: 600; }

.form .table-container .icon-button.delrow {
  background-color: red; }

.form .table-container .icon-button.addcol {
  background-color: green; }

.form .table-container .icon-button.disabled {
  background-color: #CCC; }

.main-banner {
  width: 100%;
  padding-bottom: 64px; }

@media (max-width: 1280px) {
  .main-banner {
    padding: 0;
    max-width: 100%; } }

.main-banner__wrapper {
  width: 1533px;
  position: relative;
  left: -104px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

@media (max-width: 1600px) {
  .main-banner__wrapper {
    width: 100%;
    left: 0; } }

@media (max-width: 1280px) {
  .main-banner__wrapper {
    left: 0;
    flex-direction: column;
    align-items: flex-end; } }

.main-banner__wrapper--image {
  width: 55%;
  flex-basis: 55%; }

@media (min-width: 1280px) {
  .main-banner__wrapper--image.style-2 {
    width: 50%;
    flex-basis: 50%; } }

@media (max-width: 1280px) {
  .main-banner__wrapper--image {
    width: 100%;
    flex-basis: 100%; } }

.main-banner__wrapper--image figure img {
  width: 100%; }

.main-banner__wrapper--image a.button {
  display: none;
  z-index: 2;
  position: relative;
  top: -80px;
  height: 33px;
  background-color: #FFFFFF;
  margin-right: 30px;
  float: right;
  color: #00843D;
  max-width: 136px;
  font-size: 14px; }

@media (max-width: 1280px) {
  .main-banner__wrapper--image a.button {
    display: flex; } }

.main-banner__wrapper--content {
  display: flex;
  flex-direction: column;
  background-color: #78BE21;
  z-index: 1;
  position: absolute;
  height: 603px;
  width: 60%;
  right: -91px;
  padding: 94px 113px 64px 113px;
  max-width: 860px; }

.main-banner__wrapper--content.main-banner__wrapper--content-style-2 {
  height: initial;
  max-height: 603px;
  overflow: hidden; }

@media (max-width: 1280px) {
  .main-banner__wrapper--content.main-banner__wrapper--content-style-2 {
    max-height: initial; } }

.main-banner__wrapper--content.main-banner__wrapper--content-style-2 h1 {
  font-size: 54px;
  z-index: 1; }

.main-banner__wrapper--content.main-banner__wrapper--content-style-2 h2 {
  color: #FFFFFF;
  font-weight: 900;
  margin-left: 50px;
  font-size: 72px; }

.main-banner__wrapper--content.main-banner__wrapper--content-style-2 p {
  font-size: 28px;
  margin-left: 50px;
  margin-top: 20px;
  display: block; }

@media (min-width: 1280px) {
  .main-banner__wrapper--content.main-banner__wrapper--content-style-2:after {
    content: "";
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaf5dd+0,eaf5dd+100&0+0,1+68 */
    background: -moz-linear-gradient(top, rgba(120, 190, 33, 0) 0%, #78be21 68%, #78be21 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(120, 190, 33, 0) 0%, #78be21 68%, #78be21 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(120, 190, 33, 0) 0%, #78be21 68%, #78be21 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaf5dd', endColorstr='#78BE21',GradientType=0 );
    /* IE6-9 */ }
  .main-banner__wrapper--content.main-banner__wrapper--content-style-2:hover {
    max-height: 100%;
    height: auto; }
  .main-banner__wrapper--content.main-banner__wrapper--content-style-2:hover:after {
    display: none; }
  .main-banner__wrapper--content.main-banner__wrapper--content-style-2:hover > div {
    overflow-y: auto; } }

.main-banner__wrapper--content.open {
  z-index: 999999;
  height: auto;
  top: 64px;
  max-height: 1850px; }

@media (max-width: 1600px) {
  .main-banner__wrapper--content {
    right: 0;
    width: calc(((100% / 12 ) - 26px) * 8);
    padding: 94px 50px 64px 50px; } }

@media (max-width: 1280px) {
  .main-banner__wrapper--content {
    position: relative;
    width: 95%;
    padding: 100px;
    justify-content: center;
    top: -50px;
    height: auto;
    max-width: 100%; } }

@media (max-width: 768px) {
  .main-banner__wrapper--content {
    padding: 30px;
    min-height: 326px; } }

.main-banner__wrapper--content h1 {
  margin: 0 0 52px 50px; }

@media (max-width: 768px) {
  .main-banner__wrapper--content h1 {
    margin-bottom: 20px;
    margin-left: 30px; } }

.main-banner__wrapper--content h6 {
  margin: 0 0 24px 50px;
  color: #00491E;
  line-height: 28px; }

@media (max-width: 768px) {
  .main-banner__wrapper--content h6 {
    margin-left: 30px; } }

.main-banner__wrapper--content small {
  color: #00491E;
  font-size: 21px;
  font-weight: 400;
  margin-left: 50px; }

@media (max-width: 768px) {
  .main-banner__wrapper--content small {
    margin-left: 30px; } }

.main-banner__wrapper--content small a {
  font-weight: 900;
  color: #FFFFFF; }

@media (max-width: 768px) {
  .main-banner__wrapper--content small {
    font-size: 16px; } }

.main-banner__wrapper--content form {
  position: relative;
  max-width: 618px;
  z-index: 0; }

@media (max-width: 1280px) {
  .main-banner__wrapper--content form {
    max-width: 100%; } }

@media (max-width: 500px) {
  .main-banner__wrapper--content form:before {
    content: "";
    width: 65px;
    height: 46px;
    position: absolute;
    right: 2px;
    top: 3px;
    border-radius: 0 41px 41px 0;
    background: -moz-linear-gradient(left, rgba(239, 247, 228, 0) 0%, #eff7e4 38%, #eff7e4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(239, 247, 228, 0) 0%, #eff7e4 38%, #eff7e4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(239, 247, 228, 0) 0%, #eff7e4 38%, #eff7e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eff7e4', endColorstr='#eff7e4',GradientType=1 );
    /* IE6-9 */
    z-index: 1; } }

.main-banner__wrapper--content form button {
  background: none;
  border: 0;
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 1; }

@media (max-width: 1024px) {
  .main-banner__wrapper--content form button {
    right: 24px; } }

@media (max-width: 768px) {
  .main-banner__wrapper--content form button {
    top: 12px; } }

.main-banner__wrapper--content .list {
  display: none;
  overflow-y: scroll;
  height: 100%; }

.main-banner__wrapper--content .list span {
  color: #FFFFFF;
  margin-left: 45px;
  display: block;
  font-size: 24px; }

.main-banner__wrapper--content .list a {
  display: block;
  font-size: 28px;
  color: #00491E;
  line-height: 28px;
  padding: 22.5px 45px; }

.main-banner__wrapper--content .list a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  text-decoration: none; }

.main-banner__wrapper--content .list a.common {
  font-weight: 600; }

.main-banner .button-container {
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.main-banner .button-container .button {
  width: auto;
  padding: 0 30px; }

@media (max-width: 768px) {
  .main-banner .button-container {
    padding: 0 15px 50px 15px;
    margin: 0; } }

#headerSearch {
  height: 80px;
  border-radius: 41px;
  border: 1px solid #979797;
  background-color: #EFF7E4;
  width: 618px;
  color: #081010;
  font-size: 21px;
  font-weight: 600;
  padding: 0 48px;
  margin: 0 0 48px 0; }

#headerSearch ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #081010;
  font-size: 21px;
  font-weight: 600; }

#headerSearch ::-moz-placeholder {
  /* Firefox 19+ */
  color: #081010;
  font-size: 21px;
  font-weight: 600; }

#headerSearch :-ms-input-placeholder {
  /* IE 10+ */
  color: #081010;
  font-size: 21px;
  font-weight: 600; }

#headerSearch :-moz-placeholder {
  /* Firefox 18- */
  color: #081010;
  font-size: 21px;
  font-weight: 600; }

@media (max-width: 1533px) {
  #headerSearch {
    max-width: 100%;
    width: 100%; } }

@media (max-width: 768px) {
  #headerSearch {
    height: 52px;
    padding: 0 55px 0 24px !important;
    margin-bottom: 30px; }
  #headerSearch :-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px; }
  #headerSearch ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px; }
  #headerSearch :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px; }
  #headerSearch :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px; } }

@media (max-width: 500px) {
  #headerSearch {
    font-size: 13px !important; } }

.faktabok {
  background-color: #EAF5DD;
  width: 100%;
  max-width: 425px;
  padding: 50px;
  margin: 0 0 50px 0;
  position: relative;
  clear: both; }

.faktabok.faktabok-left {
  margin-right: 115px;
  float: left; }

.faktabok.faktabok-right {
  margin-left: 115px;
  float: right; }

.faktabok.faktabok-cream {
  background-color: #F3EFEB; }

.faktabok h3 {
  color: #00843D;
  margin-bottom: 25px;
  line-height: 57px; }

.faktabok p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px; }

.faktabok p + h3 {
  margin-bottom: 20px; }

.faktabok h4 {
  font-size: 21px;
  color: #000000; }

.faktabok .intro-header {
  margin-top: 0px; }

.faktabok {
  background-color: #EAF5DD;
  width: 100%;
  max-width: 425px;
  padding: 50px;
  margin: 0 0 50px 0;
  position: relative; }

.faktabok.faktabok-left {
  margin-right: 115px;
  float: left; }

@media (max-width: 1024px) {
  .faktabok.faktabok-left {
    float: none;
    margin-right: 0; } }

.faktabok.faktabok-right {
  margin-left: 115px;
  float: right; }

@media (max-width: 1024px) {
  .faktabok.faktabok-right {
    margin-left: 0;
    float: none; } }

.faktabok.faktabok-cream {
  background-color: #F3EFEB; }

.faktabok h3 {
  color: #00843D;
  margin-bottom: 25px;
  line-height: 57px; }

.faktabok h3 span {
  color: #00843D;
  margin-left: 30px; }

.faktabok p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px; }

.faktabok p + h3 {
  margin-bottom: 20px; }

.faktabok h4 {
  font-size: 21px;
  color: #000000; }

.article-content .faktabok {
  margin: 0 auto 64px auto; }

@media (max-width: 992px) {
  .article-content .faktabok {
    max-width: 100%; } }

.article-content .faktabok.faktabok-left {
  margin-left: calc((16.66% - 36px) * 2 * -1);
  margin-right: 110px; }

@media (max-width: 1024px) {
  .article-content .faktabok.faktabok-left {
    margin-left: 0;
    margin-right: 0; } }

.article-content .faktabok.faktabok-right {
  margin-right: calc((16.66% - 36px) * 2 * -1);
  margin-left: 110px; }

@media (max-width: 1024px) {
  .article-content .faktabok.faktabok-right {
    margin-left: 0;
    margin-right: 0; } }

.article-content .faktabok.float-right {
  margin-left: 114px;
  margin-right: -25%; }

@media (max-width: 1280px) {
  .article-content .faktabok.float-right {
    margin-left: 48px;
    margin-right: 0px; } }

@media (max-width: 992px) {
  .article-content .faktabok.float-right {
    margin-inline: auto; } }

.article-content .faktabok.float-left {
  margin-right: 114px;
  margin-left: -25%; }

@media (max-width: 1280px) {
  .article-content .faktabok.float-left {
    margin-right: 48px;
    margin-left: 0px; } }

@media (max-width: 992px) {
  .article-content .faktabok.float-left {
    margin-inline: auto; } }

.article-banner {
  width: 100%;
  padding-bottom: 56px; }

@media (max-width: 1500px) {
  .article-banner {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 768px) {
  .article-banner {
    max-width: calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
    margin-right: -15px;
    margin-left: -15px; } }

.article-banner__wrapper {
  width: 1635px;
  position: relative;
  left: -114px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

@media (max-width: 1600px) {
  .article-banner__wrapper {
    width: 100%;
    left: 0; } }

@media (max-width: 1280px) {
  .article-banner__wrapper {
    left: 0;
    flex-direction: column;
    align-items: flex-end; } }

@media (max-width: 768px) {
  .article-banner__wrapper {
    height: auto; } }

.article-banner__wrapper--image {
  width: 50%;
  flex-basis: 50%;
  height: 610px; }

@media (max-width: 1280px) {
  .article-banner__wrapper--image {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: -50px; } }

.article-banner__wrapper--image.no-image {
  height: 550px; }

@media (max-width: 1280px) {
  .article-banner__wrapper--image.no-image {
    margin-bottom: 0; } }

@media (max-width: 768px) {
  .article-banner__wrapper--image {
    height: 330px; } }

@media (max-width: 768px) {
  .article-banner__wrapper--image {
    height: 100%; } }

.article-banner__wrapper--image.no-image {
  height: 550px; }

@media (max-width: 1280px) {
  .article-banner__wrapper--image.no-image {
    margin-bottom: 0; } }

.article-banner__wrapper--image figure {
  width: 100%;
  height: 100%; }

@media (max-width: 768px) {
  .article-banner__wrapper--image figure {
    height: 279px; } }

.article-banner__wrapper--image figure img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%; }

.article-banner__wrapper--image a.button {
  display: none;
  z-index: 2;
  position: relative;
  top: -80px;
  height: 33px;
  background-color: #FFFFFF;
  margin-right: 30px;
  float: right;
  color: #00843D;
  max-width: 136px;
  font-size: 14px; }

@media (max-width: 1280px) {
  .article-banner__wrapper--image a.button {
    display: flex; } }

.article-banner__wrapper--info {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0;
  margin: 32px auto 50px auto;
  width: 100%;
  display: block;
  max-width: 1439px; }

@media (max-width: 1280px) {
  .article-banner__wrapper--info {
    padding: 0 0 0 5%;
    margin-bottom: 30px; } }

@media (min-width: 768px) and (max-width: 1280px) {
  .article-banner__wrapper--info {
    padding: 0 0 0 0;
    margin-top: 70px; } }

@media (max-width: 768px) {
  .article-banner__wrapper--info {
    display: none;
    flex-direction: column;
    padding: 0 30px 30px 30px;
    margin-bottom: 30px; } }

.article-banner__wrapper--info span {
  flex-shrink: 0;
  margin-right: 24px;
  letter-spacing: 2px; }

@media (max-width: 768px) {
  .article-banner__wrapper--info span {
    margin-bottom: 10px; } }

.article-banner__wrapper--info .tag {
  color: #00843D;
  display: inline-block;
  margin-right: 15px; }

@media (max-width: 768px) {
  .article-banner__wrapper--info .breadcrumbs {
    padding: 0 15px; } }

.article-banner__wrapper--info .line-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.article-banner__wrapper--info .lag-tags {
  margin-right: 24px;
  margin-top: 22px;
  text-align: right;
  margin-left: auto;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: flex-end; }

.article-banner__wrapper--info .lag-tags .tag {
  margin: 0; }

.article-banner__wrapper .line-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.article-banner__wrapper .author-name {
  text-align: right;
  padding-right: 24px;
  margin-top: 22px; }

.article-banner__wrapper .author-name p {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.875rem;
  margin: 0; }

.article-banner__wrapper .lag-tags {
  margin-right: 24px;
  margin-top: 22px;
  text-align: right;
  margin-left: auto;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: flex-end; }

.article-banner__wrapper .lag-tags .tag {
  margin: 0; }

.article-banner__wrapper--video {
  width: 60%;
  flex-basis: 60%;
  height: 676px;
  position: relative; }

.article-banner__wrapper--video .play-button {
  position: absolute;
  top: calc(50% - (112px / 2));
  left: calc(50% - (112px / 2));
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #78BE21; }

.article-banner__wrapper--video .play-button img {
  width: 100%;
  max-width: 45px;
  height: auto;
  margin-left: 5px; }

@media (max-width: 1280px) {
  .article-banner__wrapper--video {
    width: 100%;
    flex-basis: 100%; } }

.article-banner__wrapper--video video {
  width: 100%;
  height: 100%; }

.article-banner__wrapper--video video img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%; }

.article-banner__wrapper--content {
  display: flex;
  flex-direction: column;
  background-color: #EAF5DD;
  z-index: 1;
  height: 610px;
  width: 50%;
  padding: 94px 113px 64px 113px;
  overflow: hidden;
  justify-content: center; }

.article-banner__wrapper--content p a:hover, .article-banner__wrapper--content a:hover {
  color: #404040;
  text-decoration: underline;
  text-decoration-color: #FF6900 !important; }

.article-banner__wrapper--content > div {
  overflow: hidden; }

@media (max-width: 1600px) {
  .article-banner__wrapper--content {
    right: 0;
    width: 50%;
    padding: 94px 50px 64px 50px; } }

@media (max-width: 1280px) {
  .article-banner__wrapper--content {
    position: static;
    width: 100%;
    padding: 100px;
    top: 0px;
    height: auto;
    max-width: 100%;
    justify-content: center; } }

@media (max-width: 768px) {
  .article-banner__wrapper--content {
    padding: 30px 15px;
    min-height: 200px; } }

.article-banner__wrapper--content h1 {
  margin: 0;
  font-size: 54px;
  line-height: 62px;
  hyphens: none;
  -webkit-hyphens: none; }

@media (max-width: 768px) {
  .article-banner__wrapper--content h1 {
    font-size: 32px !important;
    line-height: 42px !important;
    margin-bottom: 0 !important; } }

.article-banner__wrapper--content p {
  font-size: 21px;
  line-height: 38px;
  color: #000000;
  word-break: break-word; }

.article-banner__wrapper--content h6 {
  margin: 0 0 24px 50px;
  color: #00491E;
  line-height: 28px; }

@media (max-width: 768px) {
  .article-banner__wrapper--content h6 {
    margin-left: 30px; } }

.article-banner__wrapper--content small {
  color: #00491E;
  font-size: 21px;
  font-weight: 400;
  margin-left: 50px; }

@media (max-width: 768px) {
  .article-banner__wrapper--content small {
    margin-left: 30px; } }

.article-banner__wrapper--content small a {
  font-weight: 900;
  color: #FFFFFF; }

@media (max-width: 768px) {
  .article-banner__wrapper--content small {
    font-size: 16px; } }

.article-banner__wrapper--content form {
  position: relative;
  max-width: 618px; }

@media (max-width: 1280px) {
  .article-banner__wrapper--content form {
    max-width: 100%; } }

.article-banner__wrapper--content form button {
  background: none;
  border: 0;
  position: absolute;
  top: 28px;
  right: 0; }

@media (max-width: 1024px) {
  .article-banner__wrapper--content form button {
    right: 24px; } }

@media (max-width: 768px) {
  .article-banner__wrapper--content form button {
    top: 12px; } }

.article-banner__wrapper--content .list {
  display: none;
  overflow-y: scroll;
  height: 100%; }

.article-banner__wrapper--content .list span {
  color: #FFFFFF;
  margin-left: 45px;
  display: block;
  font-size: 24px; }

.article-banner__wrapper--content .list a {
  display: block;
  font-size: 28px;
  color: #00491E;
  line-height: 28px;
  padding: 22.5px 45px; }

.article-banner__wrapper--content .list a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  text-decoration: none; }

.article-banner__wrapper--content .list a.common {
  font-weight: 600; }

.article-banner__wrapper > .article-titles {
  margin-bottom: 20px; }

.article-banner.inverted .article-banner__wrapper {
  flex-direction: row-reverse; }

.article-banner.flytilbudet-banner .article-banner__wrapper--content {
  background-color: #EAF5DD;
  height: auto;
  padding: 76px 113px;
  max-height: 290px;
  min-height: 290px; }

@media (max-width: 1280px) {
  .article-banner.flytilbudet-banner .article-banner__wrapper--content {
    padding: 30px;
    max-height: initial; } }

@media (min-width: 1280px) {
  .article-banner.flytilbudet-banner .article-banner__wrapper--content:after {
    height: 70px; }
  .article-banner.flytilbudet-banner .article-banner__wrapper--content:hover {
    min-height: 290px;
    max-height: initial; } }

.article-banner.flytilbudet-banner .article-banner__wrapper--content h1 {
  margin-bottom: 0px; }

.article-banner.article-banner__full {
  margin-bottom: 64px;
  width: 100%; }

@media (max-width: 768px) {
  .article-banner.article-banner__full {
    padding: 0px;
    margin-bottom: 56px; } }

.article-banner.article-banner__full .article-banner__wrapper {
  width: 100%;
  height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 0; }

@media (max-width: 1280px) {
  .article-banner.article-banner__full .article-banner__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; } }

@media (max-width: 768px) {
  .article-banner.article-banner__full .article-banner__wrapper {
    height: auto; } }

.article-banner.article-banner__full .article-banner__wrapper--content {
  position: absolute;
  padding: 55px 66px;
  height: auto;
  bottom: auto;
  max-height: 600px;
  max-width: 573px; }

@media (max-width: 768px) {
  .article-banner.article-banner__full .article-banner__wrapper--content {
    left: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px; } }

.article-banner.article-banner__full .article-banner__wrapper--content h1 {
  font-size: 48px;
  line-height: 62px;
  color: #00491E;
  margin-bottom: 0; }

@media (max-width: 768px) {
  .article-banner.article-banner__full .article-banner__wrapper--content h1 {
    font-size: 36px;
    line-height: 48px; } }

.article-banner.article-banner__full .article-banner__wrapper--image {
  max-width: 100%;
  flex-basis: 100%;
  height: 720px; }

@media (max-width: 768px) {
  .article-banner.article-banner__full .article-banner__wrapper--image {
    margin: 0;
    height: 279px; } }

.article-banner.article-banner__full .article-banner__wrapper--info {
  padding: 0 15px; }

.article-banner.article-banner__full.container {
  max-width: 1635px;
  left: -114px; }

@media (max-width: 768px) {
  .article-banner.article-banner__full.container {
    margin-bottom: 56px; } }

.article-banner.article-banner__full.container .article-banner__wrapper {
  max-width: 1635px;
  height: 610px; }

@media (max-width: 768px) {
  .article-banner.article-banner__full.container .article-banner__wrapper {
    height: auto; } }

.article-banner.article-banner__full.container .article-banner__wrapper .article-banner__wrapper--content {
  top: 137px; }

@media (max-width: 768px) {
  .article-banner.article-banner__full.container .article-banner__wrapper .article-banner__wrapper--content {
    top: 0; } }

.article-banner.article-banner__full.container .article-banner__wrapper .article-banner__wrapper--image {
  height: 610px; }

@media (max-width: 768px) {
  .article-banner.article-banner__full.container .article-banner__wrapper .article-banner__wrapper--image {
    height: 100%; } }

.article-banner.article-banner__full.container .article-banner__wrapper .article-banner__wrapper--info {
  padding: 0; }

@media (max-width: 768px) {
  .article-banner.article-banner__full.left {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 768px) {
  .article-banner.article-banner__full.left.container {
    margin-left: -15px; } }

.article-banner.article-banner__full.left .article-banner__wrapper .article-banner__wrapper--content {
  left: 144px; }

@media (max-width: 768px) {
  .article-banner.article-banner__full.left .article-banner__wrapper .article-banner__wrapper--content {
    left: 0; } }

@media (max-width: 768px) {
  .article-banner.article-banner__full.right {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 768px) {
  .article-banner.article-banner__full.right.container {
    margin-left: -15px; } }

.article-banner.article-banner__full.right .article-banner__wrapper .article-banner__wrapper--content {
  right: 144px; }

@media (max-width: 768px) {
  .article-banner.article-banner__full.right .article-banner__wrapper .article-banner__wrapper--content {
    right: 50px; } }

@media (max-width: 768px) {
  .article-banner.article-banner__full.no-title .article-banner__wrapper {
    height: 195px; }
  .article-banner.article-banner__full.no-title .article-banner__wrapper .article-banner__wrapper--image {
    height: 195px; }
  .article-banner.article-banner__full.no-title .article-banner__wrapper .article-banner__wrapper--image figure {
    height: 195px; } }

.article-banner.article-banner__85 .article-banner__wrapper {
  width: 1484px;
  left: -78px; }

.article-banner.article-banner__85 .article-banner__wrapper--image {
  width: calc(85% + 78px);
  flex-basis: calc(85% + 78px);
  height: 666px; }

.article-banner.article-banner__85 .article-banner__wrapper--content {
  top: 135px;
  width: 817px;
  height: auto;
  padding: 80px 95px; }

.article-banner.article-banner__85 .article-banner__wrapper--content h1 {
  margin-bottom: 0; }

@media (max-width: 1484px) {
  .article-banner.article-banner__85 .article-banner__wrapper {
    left: 0;
    width: 100%; } }

.article-banner.article-banner__campaign .article-banner__wrapper {
  width: 90%;
  left: 0;
  height: 851px;
  overflow: hidden; }

.article-banner.article-banner__campaign .article-banner__wrapper--video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.article-banner.article-banner__campaign .article-banner__wrapper--video video {
  width: auto;
  height: 851px; }

.article-banner.article-banner__campaign .article-banner__wrapper--video .play-button {
  top: calc(851px / 2 - 112px / 2);
  left: calc(95% / 2 - 112px / 2); }

.article-banner.article-banner__campaign .article-banner__wrapper--content {
  top: auto;
  bottom: auto;
  width: 817px;
  height: auto;
  padding: 80px 95px;
  background-color: #78BE21; }

.article-banner.article-banner__campaign .article-banner__wrapper--content h1 {
  margin-bottom: 0;
  color: #FFFFFF;
  font-weight: 600; }

.article-banner.article-banner__center {
  padding-bottom: 128px !important; }

@media (max-width: 1280px) {
  .article-banner.article-banner__center {
    padding-bottom: 60px !important; } }

.article-banner.article-banner__center .article-banner__wrapper--content {
  top: 75px;
  padding: 75px 149px 75px 71px;
  height: 518px;
  min-height: initial; }

@media (max-width: 1280px) {
  .article-banner.article-banner__center .article-banner__wrapper--content {
    height: auto; } }

@media (max-width: 768px) {
  .article-banner.article-banner__center .article-banner__wrapper--content {
    padding: 30px; } }

.article-banner.article-banner__center .article-banner__wrapper--content:hover {
  height: auto; }

.article-banner.article-banner__center .article-banner__wrapper--content h1,
.article-banner.article-banner__center .article-banner__wrapper--content h2 {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 2.7px;
  margin-bottom: 70px; }

@media (max-width: 768px) {
  .article-banner.article-banner__center .article-banner__wrapper--content h1,
  .article-banner.article-banner__center .article-banner__wrapper--content h2 {
    font-size: 36px;
    line-height: 48px; } }

#headerSearch {
  height: 80px;
  border-radius: 41px;
  border: 1px solid #979797;
  background-color: #EFF7E4;
  width: 618px;
  color: #081010;
  font-size: 21px;
  font-weight: 600;
  padding: 0 48px;
  margin: 0 0 48px 0; }

#headerSearch ::-webkit-input-placeholder {
  color: #081010;
  font-size: 21px;
  font-weight: 600; }

#headerSearch ::-moz-placeholder {
  color: #081010;
  font-size: 21px;
  font-weight: 600; }

#headerSearch :-ms-input-placeholder {
  color: #081010;
  font-size: 21px;
  font-weight: 600; }

#headerSearch :-moz-placeholder {
  color: #081010;
  font-size: 21px;
  font-weight: 600; }

@media (max-width: 1533px) {
  #headerSearch {
    max-width: 100%;
    width: 100%; } }

@media (max-width: 768px) {
  #headerSearch {
    height: 52px;
    padding: 0 24px;
    margin-bottom: 30px; }
  #headerSearch :-webkit-input-placeholder {
    font-size: 16px; }
  #headerSearch ::-moz-placeholder {
    font-size: 16px; }
  #headerSearch :-ms-input-placeholder {
    font-size: 16px; }
  #headerSearch :-moz-placeholder {
    font-size: 16px; } }

.article-titles {
  width: 100%;
  background-color: #EAF5DD;
  padding: 95px 0;
  display: flex;
  align-items: center;
  margin-bottom: 110px; }

.article-titles h1 {
  font-size: 54px;
  color: #00491E;
  line-height: 76px;
  font-weight: 400;
  width: 100%;
  max-width: calc(63% + 60px);
  margin: 0 auto; }

@media (max-width: 992px) {
  .article-titles h1 {
    font-size: 28px;
    line-height: 40px; } }

@media (max-width: 768px) {
  .article-titles h1 {
    max-width: calc(100%); } }

.article-titles .date, .article-titles h6 {
  font-weight: 400;
  font-size: 28px;
  line-height: 92px;
  color: #00491E;
  width: 100%;
  max-width: calc(63% + 60px);
  margin: 0 auto;
  display: block; }

@media (max-width: 992px) {
  .article-titles .date, .article-titles h6 {
    font-size: 20px;
    line-height: 92px; } }

@media (max-width: 768px) {
  .article-titles .date, .article-titles h6 {
    max-width: calc(100%); } }

@media (max-width: 992px) {
  .article-titles {
    padding: 15px;
    margin-bottom: 45px; } }

.article-titles.political {
  padding: 75px 16px;
  display: block;
  background: none;
  position: relative;
  z-index: 1;
  margin-bottom: 48px; }

.article-titles.political:after {
  content: "";
  height: 100%;
  width: 1635px;
  background-color: #EAF5DD;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translateX(-50%); }

@media (max-width: 1635px) {
  .article-titles.political {
    padding: 75px 16px; } }

@media (max-width: 992px) {
  .article-titles.political {
    padding: 40px 16px; } }

.article-titles.political + .container .article-banner__wrapper--info {
  margin-bottom: 64px; }

.lokallag-banner {
  height: 563px; }

@media (max-width: 1280px) {
  .lokallag-banner {
    height: auto; } }

@media (max-width: 768px) {
  .lokallag-banner {
    padding: 0;
    margin-bottom: 10px;
    max-width: 100%; } }

.lokallag-banner.with__kontaktBox {
  margin-bottom: 30px; }

.lokallag-banner.image-body {
  padding-bottom: 100px; }

@media (max-width: 1279px) {
  .lokallag-banner.image-body.with__kontaktBox {
    padding-bottom: 30px; } }

.lokallag-banner__wrapper {
  width: 1635px;
  position: relative;
  left: -118px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #EAF5DD;
  min-height: 563px; }

@media (max-width: 1590px) {
  .lokallag-banner__wrapper {
    width: 100%;
    left: 0; } }

@media (max-width: 1280px) {
  .lokallag-banner__wrapper {
    flex-direction: column;
    align-items: flex-end; } }

.lokallag-banner__wrapper--content {
  flex-basis: 50%;
  width: 50%;
  padding: 78px 30px 78px 118px; }

@media (max-width: 1280px) {
  .lokallag-banner__wrapper--content {
    width: 100%;
    flex-basis: 100%;
    min-height: auto; } }

@media (max-width: 992px) {
  .lokallag-banner__wrapper--content {
    padding: 100px 150px 55px 150px; } }

@media (max-width: 768px) {
  .lokallag-banner__wrapper--content {
    padding: 50px 15px 20px 15px; } }

.lokallag-banner__wrapper--content h1 {
  font-size: 54px;
  color: #00491E;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 35px; }

.lokallag-banner__wrapper--content h1 else {
  font-family: "sans-serif"; }

.lokallag-banner__wrapper--content .back {
  font-size: 20px;
  color: #00491E;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 17px;
  padding-left: 32px;
  position: relative;
  display: block; }

.lokallag-banner__wrapper--content .back else {
  font-family: "sans-serif"; }

.lokallag-banner__wrapper--content .back:before {
  content: "";
  background-image: url("../../images/icon-arrow.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  transform: rotate(180deg); }

.lokallag-banner__wrapper--content .buttons a {
  flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
  margin: 15px 0;
  max-width: 235px;
  margin-right: 15px;
  float: left;
  height: auto;
  padding: 12px 20px;
  text-align: center; }

@media (max-width: 992px) {
  .lokallag-banner__wrapper--content .buttons a {
    padding: 12px 10px; } }

.lokallag-banner__wrapper--content.no-image {
  flex-basis: 100%;
  width: 100%; }

.lokallag-banner__wrapper--content.no-image .buttons a {
  margin-right: 15px; }

.lokallag-banner__wrapper--image {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 50%;
  z-index: 0; }

.lokallag-banner__wrapper--image figure {
  height: 563px; }

@media (max-width: 1280px) {
  .lokallag-banner__wrapper--image figure {
    height: auto; } }

.lokallag-banner__wrapper--image figure img {
  height: 100%;
  object-fit: cover; }

@media (max-width: 1590px) {
  .lokallag-banner__wrapper--image {
    right: 0;
    width: 50%;
    height: auto; } }

@media (max-width: 1280px) {
  .lokallag-banner__wrapper--image {
    position: relative;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    right: 0;
    top: 0; }
  .lokallag-banner__wrapper--image figure img {
    width: 100%; } }

.lokallag-banner.lokallag-banner__noImage .lokallag-banner__wrapper .lokallag-banner__wrapper--content {
  width: 100%;
  flex-basis: 100%; }

.lokallag-banner.lokallag-banner__noImage .lokallag-banner__wrapper .lokallag-banner__wrapper--content .buttons a {
  margin: 15px; }

.lokallag-banner.lokallag-banner__noImage .lokallag-banner__wrapper .lokallag-banner__wrapper--content .buttons a:nth-child(1) {
  margin-left: 0; }

.lokallag-banner .link-back {
  margin-bottom: 41px; }

@media (max-width: 992px) {
  .lokallag-banner .link-back {
    margin-bottom: 20px; } }

.lokallag-banner .link-back a {
  text-decoration: none;
  position: relative;
  letter-spacing: 1.4px;
  padding-left: 34px;
  font-size: 20px;
  color: #00491E;
  font-weight: 400;
  line-height: 30px;
  background: url(../images/arrow-link-back.svg) no-repeat left 6px; }

.lokallag-banner .link-back a else {
  font-family: "sans-serif"; }

.lokallag-banner .lokallag-banner__wrapper--content .buttons {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 992px) {
  .lokallag-banner .lokallag-banner__wrapper--content .buttons {
    margin-top: 34px; } }

.lokallag-banner.lokallag-banner-Senterungdommen .lokallag-banner__wrapper--content .buttons a {
  margin-right: 15px; }

.lokallag-banner__menu {
  list-style: none;
  max-width: 340px;
  z-index: 0; }

.lokallag-banner__menu li {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid rgba(0, 132, 61, 0.5); }

.lokallag-banner__menu li:first-child {
  border-top: 1px solid rgba(0, 132, 61, 0.5); }

.lokallag-banner__menu li a {
  color: #000000;
  font-size: 16px;
  font-weight: 500; }

.lokallag-banner__menu li.dropdown {
  position: relative; }

.lokallag-banner__menu li.dropdown a {
  display: block; }

.lokallag-banner__menu li.dropdown a:after {
  content: "";
  background-image: url("../../images/icon-arrow-down-green.svg");
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 13px;
  height: 9px;
  right: 0;
  top: 20px; }

.lokallag-banner__menu li.dropdown a + ul {
  display: none; }

.lokallag-banner__menu li.dropdown.active {
  position: relative;
  z-index: 1; }

.lokallag-banner__menu li.dropdown.active ul {
  background-color: #FFFFFF;
  list-style: none;
  position: absolute;
  z-index: -1;
  padding: 50px 25px 25px 25px;
  margin-left: -25px;
  top: -5px;
  width: calc(100% + 50px);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
  display: block; }

.lokallag-banner__menu li.dropdown.active ul li a {
  font-weight: 400; }

.lokallag-banner__menu li.dropdown.active ul li a:after {
  display: none; }

.lokallag-banner__menu li.dropdown.active a:after {
  transform: rotate(180deg);
  top: 18px; }

.register-box {
  background-color: #F3EFEB;
  flex-direction: column;
  padding: 66px 10% 102px 10%; }

.register-box.bg-green {
  background: #EAF5DD; }

.register-box.bg-green .register-box__wrapper form input[type="email"] {
  border: none; }

@media (min-width: 992px) {
  .register-box {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1670px) {
  .register-box {
    margin-right: -120px; } }

@media (max-width: 992px) {
  .register-box {
    padding: 30px; } }

.register-box__wrapper {
  max-width: 614px;
  width: 100%; }

.register-box__wrapper h2 {
  line-height: 36px; }

@media (max-width: 768px) {
  .register-box__wrapper h2 {
    margin: 0;
    margin-bottom: 20px; } }

.register-box__wrapper .intro-header {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 25px !important; }

.register-box__wrapper form {
  position: relative;
  flex-direction: column; }

.register-box__wrapper form .button.button-primary {
  align-self: flex-end; }

.register-box__wrapper form .button.button-primary:not(:hover) {
  color: #00843D; }

@media (max-width: 1024px) {
  .register-box__wrapper form .button.button-primary {
    border: 0; } }

.register-box__wrapper form :-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #081010; }

.register-box__wrapper form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #081010; }

.register-box__wrapper form :-ms-input-placeholder {
  /* IE 10+ */
  color: #081010; }

.register-box__wrapper form :-moz-placeholder {
  /* Firefox 18- */
  color: #081010; }

.register-box__wrapper form input[type="email"] {
  border: 1px solid #00843D;
  border-radius: 8px;
  padding: 12px 130px 12px 32px;
  font-size: 15px;
  line-height: 24px;
  height: 48px; }

.register-box__wrapper form input[type="email"]:active, .register-box__wrapper form input[type="email"]:focus {
  box-shadow: none; }

.register-box__wrapper form button {
  position: absolute;
  right: 10px;
  height: 100%;
  border: none;
  background: none;
  width: 92px;
  height: 35px;
  top: 50%;
  margin-top: -17.5px;
  border-left: 1px solid #979797;
  font-size: 16px;
  color: #000000;
  font-weight: 600; }

.Senterpartiskolen-pages .register-box {
  padding-bottom: 66px; }

.carousel-slider {
  width: 100%;
  padding: 123px 0 62px 0;
  position: relative; }

@media (max-width: 1280px) {
  .carousel-slider {
    padding: 0 0 71px 0;
    width: 100%; } }

.carousel-slider h2 {
  position: absolute;
  left: 20px;
  color: #00843D;
  font-weight: 400;
  font-size: 36px;
  width: 57%; }

@media (max-width: 1280px) {
  .carousel-slider h2 {
    width: 100%;
    left: 0;
    position: relative;
    margin-bottom: 28px;
    text-align: center; } }

.carousel-slider .slick-list {
  overflow: visible; }

.carousel-slider .slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #00843D;
  border-radius: 50%;
  z-index: 998; }

.carousel-slider .slick-arrow:before {
  color: #00843D;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  top: 10px;
  left: 10px;
  position: absolute;
  background-size: contain;
  background-position: center; }

.carousel-slider .slick-arrow.slick-prev {
  left: -25px; }

@media (max-width: 992px) {
  .carousel-slider .slick-arrow.slick-prev {
    left: 20px; } }

.carousel-slider .slick-arrow.slick-prev:before {
  background-image: url("../../images/icon-arrow-slider.svg");
  transform: rotate(180deg);
  top: 10px;
  left: 10px; }

.carousel-slider .slick-arrow.slick-next {
  right: 3.2%; }

@media (max-width: 992px) {
  .carousel-slider .slick-arrow.slick-next {
    right: 10px; } }

.carousel-slider .slick-arrow.slick-next:before {
  background-image: url("../../images/icon-arrow-slider.svg"); }

.carousel-slider .slick-track {
  display: flex;
  align-items: baseline; }

.carousel-slider .slick-slide {
  /* opacity: 0.25; */
  outline: 0; }

.carousel-slider .slick-slide:focus {
  outline: 0; }

.carousel-slider .slick-slide figure img {
  width: 100%; }

@media (max-width: 768px) {
  .carousel-slider .slick-slide figure img {
    height: auto; } }

.carousel-slider .slick-slide span {
  display: none;
  cursor: pointer; }

@media (max-width: 768px) {
  .carousel-slider .slick-slide span {
    text-align: right;
    padding-bottom: 15px;
    border-bottom: 2px solid #00843D;
    color: #000000;
    margin: 32px auto 0 auto;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    transform: translateX(30px);
    width: fit-content; } }

.carousel-slider .slick-slide.big-item {
  /* margin-right: 30px; */
  position: relative;
  display: flex;
  flex-direction: column; }

@media (max-width: 768px) {
  .carousel-slider .slick-slide.big-item {
    align-self: flex-start;
    opacity: 1 !important; } }

.carousel-slider .slick-slide.big-item figure img {
  object-fit: cover;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25); }

@media (max-width: 768px) {
  .carousel-slider .slick-slide.big-item figure img {
    width: 250px;
    height: auto;
    box-shadow: none; } }

.carousel-slider .slick-slide.big-item span {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #00843D;
  color: #000000;
  margin: 32px auto 0 auto;
  font-size: 15px;
  font-weight: 600;
  display: block;
  width: auto; }

.carousel-slider .slick-slide.big-item span:hover {
  color: #000000;
  border-bottom: 2px solid #FF6900; }

.carousel-slider .slick-slide.big-item + .slick-slide figure img {
  margin-left: auto; }

.carousel-slider__item {
  width: 327px;
  position: relative;
  padding: 0 35px; }

@media (max-width: 1440px) {
  .carousel-slider__item {
    width: calc(24.7vw - 30px); } }

@media (max-width: 992px) {
  .carousel-slider__item {
    width: 250px;
    padding: 0 30px 0 0;
    opacity: 1 !important; } }

.carousel-slider__item a .title {
  position: absolute;
  padding: 0 60px;
  width: 100%;
  top: 32px;
  left: 0;
  text-align: center; }

@media (max-width: 992px) {
  .carousel-slider__item a .title {
    padding: 0 45px 0 15px; } }

.carousel-slider__item a .title h4 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.carousel-slider__item a .title h3 {
  color: #fff;
  font-size: 35px;
  line-height: 70px;
  font-weight: 600;
  margin-top: -7px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.carousel-slider__item.big-item {
  width: 450px; }

@media (max-width: 1440px) {
  .carousel-slider__item.big-item {
    width: calc(33vw - 30px); } }

@media (max-width: 992px) {
  .carousel-slider__item.big-item {
    width: 250px; } }

.carousel-slider__item.big-item a .title {
  top: 21px; }

@media (max-width: 992px) {
  .carousel-slider__item.big-item a .title {
    top: 32px;
    padding: 0 45px 0 15px; } }

.carousel-slider__item.big-item a .title h4 {
  font-size: 21px;
  line-height: 21px; }

@media (max-width: 992px) {
  .carousel-slider__item.big-item a .title h4 {
    font-size: 16px;
    line-height: 16px; } }

.carousel-slider__item.big-item a .title h3 {
  font-size: 50px;
  line-height: 100px; }

@media (max-width: 992px) {
  .carousel-slider__item.big-item a .title h3 {
    font-size: 35px;
    line-height: 70px; } }

.carousel-slider .slick-prev.slick-arrow.slick-disabled,
.carousel-slider .slick-next.slick-arrow.slick-disabled {
  display: none !important; }

@media (max-width: 992px) {
  .carousel-slider .slick-arrow.slick-next,
  .carousel-slider .slick-arrow.slick-prev {
    top: 65% !important;
    background: rgba(255, 255, 255, 0.7); } }

/*
.carousel-slider--popup{
  
  overflow: hidden;
  width: 100%;
  &__wrapper {
    width: 620px;
    margin: auto;
    position: relative;
  }
  &__list {
    width: max-content;
    display: flex;
  }
  .slick-arrow {
    background-color: #fff;
  }
  .carousel-slider__card {
    margin-right: 32px;
    background-color: $green-light;
    width: calc(100% / 3 - 32px) !important;
    height: 100%;
    .buttons-like {
      margin:  -96px auto 96px;
      .button {
        z-index: 1;
      }
    }
    &__content {
      margin: 48px;
    }
  }

  .slick-track{
    width: 100% !important;
  }

  .slick-list{
    //width: calc(100% - 650px);
    width: 100%;
    margin: 0 0 0 auto;
  }
}

*/
.slider-popup {
  width: calc(100% - 33.33333% - 60px);
  margin: 100px 0 0 auto;
  position: relative; }

@media (max-width: 1280px) {
  .slider-popup {
    margin-right: auto;
    width: 100%;
    max-width: 400px; } }

@media (max-width: 768px) {
  .slider-popup {
    max-width: 100%; } }

.slider-popup .carousel-slider__card {
  background-color: #78BE21;
  margin-right: 86px;
  position: relative; }

@media (max-width: 1280px) {
  .slider-popup .carousel-slider__card {
    margin: 0 20px; } }

@media (max-width: 768px) {
  .slider-popup .carousel-slider__card {
    margin: 0; } }

.slider-popup .carousel-slider__card figure img {
  width: 100%; }

.slider-popup .carousel-slider__card .buttons-like {
  margin: -96px auto 96px; }

.slider-popup .carousel-slider__card .buttons-like .button {
  z-index: 1; }

.slider-popup .carousel-slider__card__content {
  margin: 48px;
  text-align: center; }

.slider-popup .carousel-slider__card__content .button {
  margin: 30px auto 0 auto;
  width: 153px; }

.slider-popup .carousel-slider__card .title {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  top: 57px;
  left: 0;
  text-align: center; }

@media (max-width: 992px) {
  .slider-popup .carousel-slider__card .title {
    padding: 0 20px;
    top: 36px; } }

.slider-popup .carousel-slider__card .title h4 {
  color: #040404;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 992px) {
  .slider-popup .carousel-slider__card .title h4 {
    font-size: 18px;
    line-height: 18px; } }

.slider-popup .carousel-slider__card .title h3 {
  color: #040404;
  font-size: 30px;
  line-height: 80px;
  font-weight: 600;
  margin-top: -7px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 992px) {
  .slider-popup .carousel-slider__card .title h3 {
    font-size: 25px;
    line-height: 70px; } }

.slider-popup .slick-dots {
  height: auto;
  margin-top: 50px;
  clear: both;
  display: flex;
  justify-content: center; }

@media (max-width: 1280px) {
  .slider-popup .slick-dots {
    width: 100% !important; } }

.slider-popup .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FFFFFF; }

.slider-popup .slick-dots li button:before {
  color: #FFFFFF;
  font-size: 32px; }

.slider-popup .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  border: 1px solid #00843D;
  border-radius: 50%;
  z-index: 998; }

.slider-popup .slick-arrow:before {
  color: #00843D;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  top: 10px;
  left: 10px;
  position: absolute;
  background-size: contain;
  background-position: center; }

.slider-popup .slick-arrow.slick-prev {
  left: -70px; }

@media (max-width: 1280px) {
  .slider-popup .slick-arrow.slick-prev {
    left: -50px; } }

@media (max-width: 768px) {
  .slider-popup .slick-arrow.slick-prev {
    left: 50px; } }

.slider-popup .slick-arrow.slick-prev:before {
  background-image: url("../../images/icon-arrow-slider.svg");
  transform: rotate(180deg);
  top: 10px;
  left: 10px; }

.slider-popup .slick-arrow.slick-next {
  right: 51.5%; }

@media (max-width: 1400px) {
  .slider-popup .slick-arrow.slick-next {
    right: 52%; } }

@media (max-width: 1280px) {
  .slider-popup .slick-arrow.slick-next {
    right: -50px; } }

@media (max-width: 768px) {
  .slider-popup .slick-arrow.slick-next {
    right: 50px; } }

.slider-popup .slick-arrow.slick-next:before {
  background-image: url("../../images/icon-arrow-slider.svg"); }

.slider-popup .slick-list {
  overflow: visible; }

.slider-popup *:focus {
  outline: none; }

.article-block__content {
  width: 100%;
  max-width: 435px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.article-block__content--tags .tag {
  display: inline-block;
  margin-right: 15px;
  color: #00843D;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.7px; }

.article-block__content--tags .tag a {
  color: #00843D; }

.article-block__content--tags .tag a:hover {
  color: #00843D; }

.relatedPersons {
  margin-bottom: 95px; }

@media (max-width: 1280px) {
  .relatedPersons {
    padding: 0;
    max-width: 100%;
    margin-bottom: 55px;
    padding-top: 20px; } }

.relatedPersons h2 {
  font-size: 36px;
  color: #00843D;
  line-height: 57px;
  margin-bottom: 35px;
  font-weight: 400; }

@media (max-width: 1280px) {
  .relatedPersons h2 {
    padding: 0 20px;
    font-size: 21px;
    line-height: 36px; } }

.relatedPersons a:not(.button) {
  text-decoration-color: #00843D; }

.relatedPersons a:not(.button):hover {
  color: #404040;
  text-decoration-color: #FF6900; }

.relatedPersons a.more-link {
  font-size: 21px;
  color: #00843D; }

.relatedPersons__wrapper {
  display: flex;
  align-items: flex-start; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper {
    flex-direction: column; } }

.relatedPersons__wrapper--persons {
  flex-basis: 100%; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--persons {
    padding: 0 20px; } }

.relatedPersons__wrapper--persons .person {
  display: flex;
  flex-direction: row;
  margin-bottom: 75px; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--persons .person {
    margin-bottom: 45px; } }

.relatedPersons__wrapper--persons .person .personImage {
  flex-basis: 192px; }

.relatedPersons__wrapper--persons .person .personImage a img {
  width: 100%; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--persons .person .personImage {
    flex-basis: 115px; }
  .relatedPersons__wrapper--persons .person .personImage a img {
    width: 100%; } }

.relatedPersons__wrapper--persons .person .personInfo {
  padding: 30px; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--persons .person .personInfo {
    flex-basis: calc(100% - 145px);
    width: calc(100% - 145px);
    padding: 0;
    margin-left: 30px; } }

.relatedPersons__wrapper--persons .person .personInfo h4 {
  font-size: 28px;
  color: #404040;
  font-weight: 500;
  line-height: 30px; }

.relatedPersons__wrapper--persons .person .personInfo h4 else {
  font-family: "sans-serif"; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--persons .person .personInfo h4 {
    font-size: 16px;
    line-height: 24px; } }

.relatedPersons__wrapper--persons .person .personInfo span {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 30px;
  display: block;
  margin-bottom: 30px; }

.relatedPersons__wrapper--persons .person .personInfo span else {
  font-family: "sans-serif"; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--persons .person .personInfo span {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px; } }

.relatedPersons__wrapper--persons .person .personInfo .email, .relatedPersons__wrapper--persons .person .personInfo .tel {
  display: table;
  font-size: 16px;
  color: #404040;
  font-weight: 500;
  line-height: 30px; }

.relatedPersons__wrapper--persons .person .personInfo .email else, .relatedPersons__wrapper--persons .person .personInfo .tel else {
  font-family: "sans-serif"; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--persons .person .personInfo .email, .relatedPersons__wrapper--persons .person .personInfo .tel {
    font-size: 16px; } }

.relatedPersons__wrapper--persons .person .personInfo .email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 370px; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--persons .person .personInfo .email {
    font-size: 0;
    line-height: 16px;
    display: inline-block; }
  .relatedPersons__wrapper--persons .person .personInfo .email:after {
    content: "Epost";
    display: block;
    font-size: 16px; } }

.relatedPersons__wrapper--persons .person .personInfo .more {
  margin-top: 30px;
  display: table;
  font-weight: 500; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--persons .person .personInfo .more {
    margin-top: 12px; } }

.relatedPersons__wrapper--persons.two-columns {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }

.relatedPersons__wrapper--persons.two-columns .person {
  padding-right: 30px;
  width: 50%; }

@media (max-width: 768px) {
  .relatedPersons__wrapper--persons.two-columns .person {
    width: 100%; } }

.relatedPersons__wrapper--persons.two-columns .person .personImage {
  flex-basis: 192px; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--persons.two-columns .person .personImage {
    flex-basis: 115px; } }

.relatedPersons__wrapper--persons.two-columns .person .personInfo {
  flex-basis: calc(100% - 145px);
  width: calc(100% - 145px); }

.relatedPersons__wrapper--persons.two-columns .person .personInfo .email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.relatedPersons__wrapper--persons.relatedPersons__wrapper--persons-2x1 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }

@media (max-width: 1024px) {
  .relatedPersons__wrapper--persons.relatedPersons__wrapper--persons-2x1 {
    flex-direction: column; } }

.relatedPersons__wrapper--persons.relatedPersons__wrapper--persons-2x1 .person {
  flex-basis: 100%;
  width: 100%; }

.relatedPersons__wrapper--persons.relatedPersons__wrapper--persons-2x1 .person .personImage {
  flex-basis: 192px; }

.relatedPersons__wrapper--persons.relatedPersons__wrapper--persons-2x1 .person .personInfo {
  flex-basis: calc(100% - 192px); }

.relatedPersons__wrapper--articles {
  flex-basis: 100%;
  max-width: 537px;
  display: flex;
  flex-direction: column; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--articles {
    max-width: 100%;
    width: 100%; } }

.relatedPersons__wrapper--articles .green-block-contact {
  background-color: #EAF5DD;
  padding: 50px 80px;
  margin-bottom: 64px; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--articles .green-block-contact {
    max-width: 100%;
    padding: 32px 60px 60px 20px;
    margin-bottom: 34px; } }

.relatedPersons__wrapper--articles .green-block-contact h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 1.4px;
  color: #00843D;
  margin-bottom: 32px;
  padding: 0; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--articles .green-block-contact h2 {
    font-size: 21px; } }

.relatedPersons__wrapper--articles .green-block-contact p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #081010;
  font-weight: 400; }

.relatedPersons__wrapper--articles .green-block-contact p:last-child {
  margin-bottom: 0; }

.relatedPersons__wrapper--articles .aktuelt {
  background-color: #F3EFEB;
  padding: 50px 80px;
  margin-bottom: 32px; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--articles .aktuelt {
    max-width: 100%;
    padding: 32px 60px 60px 20px; } }

.relatedPersons__wrapper--articles .aktuelt .btn-container {
  margin-top: auto;
  margin-bottom: 16px; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--articles .aktuelt .btn-container {
    max-width: 374px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px; } }

.relatedPersons__wrapper--articles .aktuelt .btn-container a {
  display: inline-block;
  font-weight: 500; }

.relatedPersons__wrapper--articles .aktuelt h2 {
  font-size: 28px;
  color: #00843D;
  line-height: 40px;
  margin-bottom: 24px;
  font-weight: 400; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--articles .aktuelt h2 {
    padding: 0;
    font-size: 21px;
    max-width: 374px;
    margin: 0 auto 24px auto; } }

.relatedPersons__wrapper--articles .aktuelt .articleItem {
  margin-bottom: 36px; }

.relatedPersons__wrapper--articles .aktuelt .articleItem:last-child {
  margin-bottom: 0; }

.relatedPersons__wrapper--articles .aktuelt .articleItem p:last-child {
  margin-bottom: 0; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--articles .aktuelt .articleItem {
    margin-bottom: 0;
    max-width: 374px;
    margin-left: auto;
    margin-right: auto; } }

.relatedPersons__wrapper--articles .aktuelt .articleItem a {
  text-decoration-color: #00843D; }

.relatedPersons__wrapper--articles .aktuelt .articleItem a:hover {
  color: #404040;
  text-decoration: none; }

.relatedPersons__wrapper--articles .aktuelt .articleItem a img {
  margin-bottom: 36px; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--articles .aktuelt .articleItem a img {
    margin-bottom: 35px; } }

.relatedPersons__wrapper--articles .aktuelt .articleItem a h3 {
  font-size: 21px;
  color: #404040;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
  letter-spacing: 1.05; }

.relatedPersons__wrapper--articles .aktuelt .articleItem a h3 else {
  font-family: "sans-serif"; }

.relatedPersons__wrapper--articles .aktuelt .articleItem a p {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 27px; }

.relatedPersons__wrapper--articles .aktuelt .articleItem a p else {
  font-family: "sans-serif"; }

@media (max-width: 1280px) {
  .relatedPersons__wrapper--articles .aktuelt .articleItem a p {
    width: 100%;
    max-width: 350px; } }

.relatedPersons__wrapper--articles .aktuelt .articleItem a p:last-child {
  margin-bottom: 0; }

.relatedPersons .faktabok {
  max-width: 100%; }

.relatedPersons.relatedPersons-Senterungdommen {
  padding-top: 65px; }

@media (max-width: 992px) {
  .relatedPersons.relatedPersons-Senterungdommen {
    padding-top: 0px; } }

.municipal-layout .relatedPersons__wrapper--persons {
  flex-basis: 70%; }

.peopleList table {
  width: 100%;
  margin-bottom: 120px; }

.peopleList table tbody tr:nth-child(odd) {
  background-color: rgba(234, 245, 221, 0.5); }

.peopleList table tbody tr td {
  padding: 20px; }

.peopleList table tbody tr td:nth-child(1) {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 30px; }

.peopleList table tbody tr td:nth-child(1) else {
  font-family: "sans-serif"; }

.peopleList table tbody tr td:nth-child(2) {
  font-size: 21px;
  color: #404040;
  font-weight: 400;
  line-height: 30px; }

.peopleList table tbody tr td:nth-child(2) else {
  font-family: "sans-serif"; }

.contactArea--mobile .peopleList {
  display: none; }

@media (max-width: 1280px) {
  .contactArea--mobile .peopleList {
    display: block; } }

.contactArea--mobile .peopleList--item {
  padding: 35px 20px; }

.contactArea--mobile .peopleList--item h6 {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 24px; }

.contactArea--mobile .peopleList--item h6 else {
  font-family: "sans-serif"; }

.contactArea--mobile .peopleList--item span {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 24px; }

.contactArea--mobile .peopleList--item span else {
  font-family: "sans-serif"; }

.contactArea--mobile .peopleList--item .tel, .contactArea--mobile .peopleList--item .email {
  display: block; }

.contactArea--mobile .peopleList--item .tel {
  margin-right: 50px; }

.contactArea--mobile .peopleList--item:nth-child(even) {
  background-color: rgba(234, 245, 221, 0.5); }

.contactArea--mobile .peopleList--item a.link {
  margin-right: 30px; }

@media (max-width: 1280px) {
  .contactArea--mobile .peopleList--item a.link {
    display: inline-block; } }

.contactArea h2 {
  font-size: 28px;
  color: #00843D;
  line-height: 57px;
  margin-bottom: 35px; }

@media (max-width: 1280px) {
  .contactArea h2 {
    padding: 0 20px; } }

@media (max-width: 1280px) {
  .contactArea {
    display: none; } }

.contactArea.contactArea--mobile {
  padding: 0;
  margin: 0;
  max-width: 100%;
  display: none; }

.contactArea.contactArea--mobile h2 {
  margin-top: 35px; }

@media (max-width: 1280px) {
  .contactArea.contactArea--mobile h2 {
    margin-bottom: 0; } }

.contactArea.contactArea--mobile:nth-child(1) h2 {
  margin-top: 0;
  margin-bottom: 0; }

@media (max-width: 1280px) {
  .contactArea.contactArea--mobile {
    display: block; } }

.header-green {
  text-align: center;
  background-color: #78BE21;
  padding: 110px 0 1px;
  margin-bottom: 64px; }

@media (max-width: 767px) {
  .header-green {
    padding-top: 64px; } }

.header-green h1 {
  color: #00491E;
  margin-bottom: 64px; }

@media (max-width: 767px) {
  .header-green h1 {
    margin-bottom: 32px; } }

.header-green .button {
  margin: 0 auto;
  margin-bottom: 64px; }

@media (max-width: 767px) {
  .header-green .button {
    margin-bottom: 32px; } }

.header-green__form > .select-text:only-child {
  width: 528px; }

@media (max-width: 1024px) {
  .header-green__form > .select-text:only-child {
    width: 100%; } }

@media (max-width: 1350px) {
  .header-green__form__label {
    display: block; } }

.header-green__form .select-text, .header-green__form .date-picker {
  display: inline-block; }

.header-green__form .select-text .dropdown-toggle::after, .header-green__form .date-picker .dropdown-toggle::after {
  position: absolute;
  top: 30px;
  display: none; }

.header-green__form .select-text {
  margin: 0 15px 64px 15px; }

@media (max-width: 1024px) {
  .header-green__form .select-text {
    margin: 0 0 64px 0; } }

@media (max-width: 768px) {
  .header-green__form .select-text {
    margin: 0 0 32px 0; } }

.header-green__form.lisArticle .select-text {
  width: 100%;
  max-width: 370px;
  margin: 0 15px 64px 15px; }

@media (max-width: 767px) {
  .header-green__form.lisArticle .select-text {
    margin: 0 0 32px 0; } }

.header-green__form.lisArticle .select-text input {
  color: #081010;
  font-weight: 600; }

@media (max-width: 767px) {
  .header-green__form.searchForm .select-text {
    margin: 0 0 32px 0; } }

.header-green .list {
  display: none; }

.header-green .container-fluid.show, .header-green .show.container-xs, .header-green .show.container-sm, .header-green .show.container-md, .header-green .show.container-lg {
  position: relative; }

.header-green .box-overlay.show {
  max-width: 700px;
  width: 100%;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: -110px;
  background: #78BE21;
  padding: 110px 50px;
  margin: 0 auto; }

.header-green .box-overlay.show h1 {
  color: #00491E; }

.header-green .box-overlay.show .list {
  display: block;
  overflow-y: scroll;
  height: 100%;
  max-height: 80vh; }

@media (max-width: 576px) {
  .header-green .box-overlay.show .list {
    overflow-y: none;
    max-height: 100%; } }

.header-green .box-overlay.show .list span {
  color: #FFFFFF;
  margin-left: 45px;
  display: block;
  font-size: 24px; }

.header-green .box-overlay.show .list a {
  display: block;
  font-size: 28px;
  text-align: left;
  color: #00491E;
  line-height: 28px;
  padding: 22.5px 45px; }

@media (max-width: 576px) {
  .header-green .box-overlay.show .list a {
    padding: 20px; } }

.header-green .box-overlay.show .list a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  text-decoration: none; }

.header-green .box-overlay.show .list a.common {
  font-weight: 600; }

.header-green .box-overlay.show .close-btn {
  top: -45px;
  right: 0; }

@media (max-width: 992px) {
  .header-green .box-overlay.show {
    max-width: 80%; }
  .header-green .box-overlay.show .close-btn {
    top: 20px;
    right: 20px; } }

@media (max-width: 576px) {
  .header-green .box-overlay.show {
    max-width: 95%;
    padding: 50px 15px; }
  .header-green .box-overlay.show .close-btn {
    top: 20px;
    right: 20px; } }

.article-content {
  word-break: break-word;
  max-width: 873px;
  margin-inline: auto;
  max-width: 873px; }

@media (min-width: 905px) {
  .article-content .col-12 {
    padding-inline: 0; } }

.article-content__new-layout {
  max-width: 873px; }

.article-content h3, .article-content h4, .article-content h5 {
  font-size: 21px !important;
  line-height: 57px;
  font-weight: 600;
  margin-bottom: 32px; }

.article-content h3 + .img, .article-content h4 + .img, .article-content h5 + .img {
  margin-top: 64px; }

@media (max-width: 1280px) {
  .article-content h3, .article-content h4, .article-content h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px; } }

.article-content h1 {
  font-size: 54px !important;
  line-height: 62px;
  margin-bottom: 50px;
  color: #00843D; }

@media (max-width: 768px) {
  .article-content h1 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 30px 0; } }

.article-content h2 {
  font-size: 36px !important;
  margin-bottom: 32px; }

.article-content h2 + .img {
  margin-top: 64px; }

.article-content p, .article-content div:not([class]) {
  color: #081010;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400; }

.article-content p + h2, .article-content p + h3, .article-content p + h4, .article-content p + h5, .article-content p + .quote, .article-content div:not([class]) + h2, .article-content div:not([class]) + h3, .article-content div:not([class]) + h4, .article-content div:not([class]) + h5, .article-content div:not([class]) + .quote {
  margin-top: 48px; }

.article-content p + .quote, .article-content div:not([class]) + .quote {
  margin-top: 20px; }

.article-content p a, .article-content div:not([class]) a {
  text-decoration: underline;
  text-decoration-color: #00843D; }

.article-content p a:hover, .article-content div:not([class]) a:hover {
  color: #404040;
  text-decoration-color: #FF6900; }

.article-content a, .article-content a > *, .article-content a:not(button) {
  text-decoration: underline;
  text-decoration-color: #00843D; }

.article-content a:hover, .article-content a > *:hover, .article-content a:not(button):hover {
  color: #404040;
  text-decoration-color: #FF6900; }

.article-content a.button, .article-content a > *.button, .article-content a:not(button).button {
  text-decoration: none; }

.article-content figure {
  margin-bottom: 64px;
  margin-top: 64px; }

@media (max-width: 768px) {
  .article-content figure {
    margin-bottom: 32px;
    margin-top: 32px; } }

.article-content .macro-image {
  margin-bottom: 0px; }

.article-content .macro-image.float-right + p, .article-content .macro-image.float-right + h4, .article-content .macro-image.float-left + p, .article-content .macro-image.float-left + h4 {
  margin-top: 64px; }

.article-content .quote p {
  margin-bottom: 44px; }

.article-content .quote + p, .article-content .quote + h4 {
  margin-top: 64px; }

.article-content .video {
  max-width: 100%;
  width: 100%; }

@media (max-width: 1280px) {
  .article-content .video {
    max-width: 100%;
    width: 100%;
    margin-left: 0; } }

.article-content .video-wrapper {
  margin: 64px 0;
  max-width: 100%;
  display: block; }

.article-content .video-wrapper + .macro-image.float-right, .article-content .video-wrapper + .macro-image.float-left, .article-content .video-wrapper + .faktabok {
  margin-top: 16px; }

.article-content .video-container {
  position: relative;
  margin: 60px 0 75px 0; }

.article-content .video-container .play-button {
  position: absolute;
  width: 112px;
  height: 112px;
  top: calc(50% - 66px);
  left: calc(50% - 66px); }

.article-content table {
  margin: 48px 0;
  width: 100%;
  border: 1px solid #A8A8A8; }

.article-content table thead tr th {
  background-color: #EAF5DD; }

.article-content table tr td, .article-content table tr th {
  border-bottom: 1px solid #A8A8A8;
  border-right: 1px solid #A8A8A8;
  padding: 10px;
  font-weight: 600; }

.article-content table + .macro-image.float-right, .article-content table + .macro-image.float-left, .article-content table + .faktabok {
  margin-top: 16px; }

.article-content .faktabok ul {
  padding-left: 0px; }

.article-content .faktabok ul li {
  list-style-type: none; }

.article-content ul {
  list-style: none;
  padding-left: 20px; }

.article-content ul li {
  list-style-image: url("first.svg");
  padding-left: 38px;
  margin-bottom: 32px;
  position: relative; }

.article-content ul li:before {
  content: '';
  border-radius: 50%;
  height: 14px;
  width: 14px;
  background-color: #78BE21;
  position: absolute;
  top: 5px;
  left: 0px; }

.article-content ul + .macro-image.float-right, .article-content ul + .macro-image.float-left, .article-content ul + .faktabok {
  margin-top: 32px; }

.article-content ol {
  padding-left: 37px; }

.article-content ol li {
  padding-left: 38px;
  margin-bottom: 32px;
  position: relative; }

.article-content *.article-content__intro {
  font-size: 21px;
  line-height: 38px; }

.article-content *.article-content__intro > * {
  font-size: inherit;
  line-height: inherit; }

.article-content *.article-content__intro.article-content__body {
  line-height: 32px;
  font-size: 16px; }

.article-content *.article-content__intro.article-content__body > * {
  font-size: inherit;
  line-height: inherit; }

.article-content__publish--date {
  margin-top: 50px;
  text-align: right;
  font-style: italic; }

.article-content .listBox {
  border: 1px solid #c3e5ac;
  border-width: 2px 0;
  padding: 1rem .25rem 2rem;
  max-width: 768px;
  margin: 1.75rem auto 2rem; }

.article-content .listBox ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 0;
  padding-left: 10px; }

.article-content .listBox ul li:before {
  content: "";
  left: 10px;
  top: 10px;
  margin-left: -1.7rem;
  display: inline-block;
  background: #FF6900;
  width: 13px;
  height: 5px;
  position: absolute; }

.article-content .numberList {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  position: relative; }

.article-content .numberList ol {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  width: 100%; }

.article-content .numberList ol li {
  counter-increment: custom-list;
  margin-left: 80px;
  margin-top: 50px; }

@media (max-width: 375px) {
  .article-content .numberList ol li {
    margin-left: 0; } }

.article-content .numberList ol li:before {
  content: counter(custom-list);
  font-size: 1.906rem;
  line-height: 38px;
  color: #008542;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #008542;
  text-align: center;
  position: absolute;
  left: 5px;
  font-weight: 700; }

@media (max-width: 375px) {
  .article-content .numberList ol li:before {
    position: relative;
    left: 42%;
    display: block;
    margin-bottom: 30px; } }

.article-content .ingress {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 1.4px;
  color: #00843D;
  margin-bottom: 45px;
  max-width: 865px;
  margin-inline: auto; }

.article-content .intro-header {
  font-size: 21px;
  line-height: 38px;
  margin-bottom: 75px;
  max-width: 865px;
  margin-inline: auto; }

@media (max-width: 768px) {
  .article-content .intro-header {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px; } }

.article-content .intro-header p {
  font-size: inherit;
  line-height: inherit; }

.article-content .faktabok table {
  background-color: transparent;
  border: none;
  font-weight: 400;
  margin: 0; }

.article-content .faktabok table * {
  background-color: inherit;
  border: inherit;
  font-weight: inherit; }

.article-content .faktabok table tbody tr:first-child td {
  background-color: inherit; }

.article-content .faktabok table {
  width: 100%; }

.article-content .faktabok table thead tr th, .article-content .faktabok table thead tr td, .article-content .faktabok table tbody tr th, .article-content .faktabok table tbody tr td {
  width: 60%;
  font-size: 18px;
  line-height: 28px;
  vertical-align: top; }

.article-content .faktabok table thead tr th:first-child, .article-content .faktabok table thead tr td:first-child, .article-content .faktabok table tbody tr th:first-child, .article-content .faktabok table tbody tr td:first-child {
  width: 40%;
  padding-right: 16px; }

.article-content .faktabok table > * > tr:first-child {
  font-weight: 700; }

.article-content .faktabok table > * > tr:first-child * {
  font-weight: inherit; }

.article-content .faktabok table + * {
  margin-top: 38px; }

.table th {
  font-weight: 400; }

.table-lg thead th {
  background-color: #EAF5DD;
  border: 1px solid #CBCBCB; }

.table-lg td {
  font-weight: 600;
  border: 1px solid #CBCBCB; }

.article-content table tbody tr:first-child td {
  background-color: #EAF5DD;
  font-weight: 400; }

.block-spotlight {
  margin-bottom: 145px; }

@media (max-width: 1024px) {
  .block-spotlight {
    margin-bottom: 40px; } }

.block-spotlight h3 {
  margin-bottom: 27px; }

@media (max-width: 1024px) {
  .block-spotlight h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 32px; } }

.block-spotlight h3 a {
  color: #00843D; }

.block-spotlight h3 a:hover {
  color: #00843D; }

@media (max-width: 1024px) {
  .block-spotlight h2 {
    font-size: 20px;
    line-height: 32px; } }

.block-spotlight p {
  font-size: 28px;
  line-height: 40px; }

@media (max-width: 1024px) {
  .block-spotlight p {
    font-size: 18px;
    line-height: 30px; } }

.block-spotlight figure img {
  width: 100%; }

@media (max-width: 1024px) {
  .block-spotlight-right .row {
    flex-direction: column-reverse; } }

#accordion {
  margin: 50px auto; }

#accordion .card {
  border: 0;
  border-top: 1px solid #A8A8A8; }

#accordion .card:last-child {
  border-bottom: 1px solid #A8A8A8; }

#accordion .card .card-header {
  border: 0;
  background-color: #FFFFFF;
  padding: 0; }

#accordion .card .card-header h5 {
  margin-top: 0px; }

#accordion .card .card-header h5 button {
  color: #00843D;
  font-size: 36px;
  line-height: 92px;
  padding: 0;
  text-decoration: none; }

#accordion .card .card-header h5 button:hover, #accordion .card .card-header h5 button:focus, #accordion .card .card-header h5 button:active {
  text-decoration: none; }

#accordion .card .card-body {
  padding-left: 0;
  padding-right: 0; }

#accordion .relatedPersons {
  margin-bottom: 0; }

#accordion.accordion-articles .card {
  border-color: #00843D; }

#accordion.accordion-articles .card .card-header h5 button {
  color: #000000;
  font-size: 21px;
  line-height: 57px;
  font-weight: 600; }

#accordion.accordion-articles .card .card-header h5 button:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 28.5px;
  width: 14px;
  height: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../images/icon-minus.svg"); }

#accordion.accordion-articles .card .card-header h5 button.collapsed:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 22.5px;
  width: 14px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../images/icon-more.svg"); }

.macro-image, .faktabok {
  margin: 0 auto 50px auto;
  max-width: 418px;
  clear: both; }

.macro-image.float-left, .faktabok.float-left {
  margin-left: -25%;
  margin-right: 114px; }

@media (max-width: 1280px) {
  .macro-image.float-left, .faktabok.float-left {
    margin: 0 0 30px 0;
    padding: 48px; } }

@media (max-width: 992px) {
  .macro-image.float-left, .faktabok.float-left {
    margin-inline: auto;
    padding: 28px; } }

@media (max-width: 768px) {
  .macro-image.float-left, .faktabok.float-left {
    float: none !important;
    margin-inline: auto; } }

.macro-image.float-right, .faktabok.float-right {
  margin-right: -25%;
  margin-left: 114px; }

@media (max-width: 1280px) {
  .macro-image.float-right, .faktabok.float-right {
    margin: 0 0 30px 0;
    padding: 48px; } }

@media (max-width: 992px) {
  .macro-image.float-right, .faktabok.float-right {
    margin-inline: auto;
    padding: 28px; } }

@media (max-width: 768px) {
  .macro-image.float-right, .faktabok.float-right {
    float: none !important;
    margin-inline: auto; } }

.macro-banner-full {
  height: 960px;
  margin-bottom: 85px;
  position: relative; }

.macro-banner-full .box {
  background-color: #EAF5DD;
  max-width: 536px;
  padding: 85px;
  margin-top: 214px;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1280px) {
  .macro-banner-full .box {
    padding: 40px; } }

.macro-banner-full .box p {
  font-size: 16px;
  line-height: 32px; }

.macro-banner-full.macro-banner-full__left .box {
  float: left; }

.macro-banner-full.macro-banner-full__right .box {
  float: right; }

.macro-banner-full figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 960px; }

.macro-banner-full figure img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 960px; }

.macro-feature {
  clear: both;
  width: 100%;
  background-color: #78BE21;
  padding: 33px 62px;
  margin: 110px 0; }

.macro-feature span {
  color: #00491E;
  font-size: 36px;
  line-height: 92px;
  font-weight: 400; }

.macro-feature h5 {
  font-weight: 900;
  font-size: 72px;
  line-height: 92px;
  color: #FFFFFF; }

@media (max-width: 1280px) {
  .macro-feature h5 {
    font-size: 28px;
    line-height: 36px; } }

.macro-feature small {
  color: #00491E;
  font-size: 28px;
  line-height: 92px;
  font-weight: 400; }

.quote {
  width: 100%;
  max-width: 380px;
  clear: both; }

.quote.quote-left {
  margin-left: calc((16.66% - 36px) * 2 * -1);
  margin-right: 110px;
  float: left; }

@media (max-width: 1280px) {
  .quote.quote-left {
    float: none;
    margin: 0; } }

.quote.quote-right {
  margin-left: 110px;
  margin-right: calc((16.66% - 36px) * 2 * -1);
  float: right; }

@media (max-width: 1280px) {
  .quote.quote-right {
    float: none;
    margin: 0; } }

.quote p {
  font-size: 36px;
  line-height: 60px;
  color: #00843D;
  word-break: break-word; }

.main-links__desktop--container.main-links__left.bg-2 {
  background-color: rgba(214, 235, 188, 0.4);
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 5%, rgba(214, 235, 188, 0.4) 5%, rgba(214, 235, 188, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 5%, rgba(214, 235, 188, 0.4) 5%, rgba(214, 235, 188, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, #ffffff 0%, #ffffff 5%, rgba(214, 235, 188, 0.4) 5%, rgba(214, 235, 188, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(214,235,188,0.4)',GradientType=0 );
  /* IE6-9 */ }

@media (max-width: 1280px) {
  .main-links__desktop--container.main-links__left.bg-2 {
    background: none; } }

.main-links__desktop--container.main-links__left .main-links {
  position: relative;
  z-index: 0; }

.main-links__desktop--container.main-links__left .main-links:before {
  content: '';
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100vw;
  right: 0;
  top: 0;
  background: rgba(214, 235, 188, 0.4); }

.main-links__desktop--container .main-links {
  padding-top: 128px;
  padding-bottom: 128px; }

.main-links__desktop--container .main-links h3 {
  margin-bottom: 32px; }

.main-links__desktop--container .main-links.bg-after {
  position: relative;
  z-index: 0; }

.main-links__desktop--container .main-links.bg-after:after {
  content: "";
  height: 100%;
  width: 150vw;
  background: rgba(214, 235, 188, 0.4);
  position: absolute;
  left: -105px;
  top: 0;
  z-index: -1; }

@media (max-width: 1280px) {
  .main-links__desktop--container {
    display: none; } }

.main-links__mobile--container {
  display: none;
  padding: 0; }

.main-links__mobile--container .main-links {
  padding: 0;
  display: flex;
  flex-direction: column; }

.main-links__mobile--container .main-links .main-links__1 {
  padding: 50px 60px;
  width: calc(100% - 30px);
  background-color: rgba(214, 235, 188, 0.4);
  align-self: flex-end; }

.main-links__mobile--container .main-links .main-links__1--wrapper {
  max-width: 40%; }

@media (max-width: 768px) {
  .main-links__mobile--container .main-links .main-links__1--wrapper {
    max-width: 180px; } }

.main-links__mobile--container .main-links .main-links__2 {
  padding: 45px 30px; }

.main-links__mobile--container .main-links .main-links__2--wrapper {
  max-width: 60%; }

@media (max-width: 768px) {
  .main-links__mobile--container .main-links .main-links__2--wrapper {
    max-width: 250px; } }

.main-links__mobile--container .main-links h3 {
  margin-bottom: 15px; }

@media (max-width: 1280px) {
  .main-links__mobile--container {
    display: block; } }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.43
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #008542;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #008542;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #008542;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777; }

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bootstrap-datetimepicker-widget {
  font-size: 14px;
  line-height: 18px; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 100%; }

.bootstrap-datetimepicker-widget table td.day {
  width: auto;
  height: 30px; }

.bootstrap-datetimepicker-widget table td.day:hover {
  background: #008542;
  color: #ffffff; }

.bootstrap-datetimepicker-widget table thead tr .picker-switch {
  padding-bottom: 6px;
  padding-top: 5px;
  font-size: 15px; }

.bootstrap-datetimepicker-widget table thead tr .dow {
  padding-bottom: 5px;
  padding-top: 5px; }

.bootstrap-datetimepicker-widget table thead tr .prev span,
.bootstrap-datetimepicker-widget table thead tr .next span {
  color: #008542; }

.bootstrap-datetimepicker-widget ul [data-action="clear"] span {
  color: #008542; }

.page404 {
  padding-top: 100px; }

.page404 .sub-titles {
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .page404 .sub-titles {
    line-height: 42px; } }

.page404 .error-intro p {
  font-size: 28px;
  padding-bottom: 5px;
  text-decoration: none;
  margin-bottom: 24px;
  line-height: 59px;
  text-align: center; }

@media (max-width: 992px) {
  .page404 .error-intro p {
    line-height: 42px;
    font-size: 24px; } }

.menu-hidden.menu-hidden-Senterungdommen .menu-hidden__primary nav a:last-child {
  margin-bottom: 48px; }

.menu-hidden.menu-hidden-Senterungdommen .menu-hidden__submenu nav a {
  font-weight: 400; }

.menu-hidden.menu-hidden-Senterungdommen .btnWrapper {
  display: flex;
  margin-bottom: 48px; }

@media (max-width: 1280px) {
  .menu-hidden.menu-hidden-Senterungdommen .btnWrapper {
    padding: 0 50px 0 100px; } }

@media (max-width: 992px) {
  .menu-hidden.menu-hidden-Senterungdommen .btnWrapper {
    padding: 0 50px; } }

.menu-hidden.menu-hidden-Senterungdommen .btnWrapper .button {
  background: #ADD77A;
  border: none;
  margin-right: 33px; }

@media (max-width: 992px) {
  .menu-hidden.menu-hidden-Senterungdommen .btnWrapper .button {
    margin: 0 10px; } }

.menu-hidden.menu-hidden-Senterungdommen .btnWrapper .button:hover {
  color: #404040; }

.menu-hidden.menu-hidden-Senterungdommen article p {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.8px;
  color: #00491E;
  margin-bottom: 10px; }

.menu-hidden.menu-hidden-Senterungdommen article a {
  color: #00491E;
  text-decoration: underline; }

.menu-hidden.menu-hidden-Senterpartiskolen .menu-hidden__primary nav a:last-child {
  margin-bottom: 48px; }

.menu-hidden.menu-hidden-Senterpartiskolen .menu-hidden__submenu nav a {
  font-weight: 400; }

.menu-hidden.menu-hidden-Senterpartiskolen .btnWrapper {
  display: flex;
  margin-bottom: 48px; }

@media (max-width: 1280px) {
  .menu-hidden.menu-hidden-Senterpartiskolen .btnWrapper {
    padding: 0 50px 0 100px; } }

.menu-hidden.menu-hidden-Senterpartiskolen .btnWrapper .button {
  background: #ADD77A;
  border: none;
  margin-right: 33px; }

.menu-hidden.menu-hidden-Senterpartiskolen .btnWrapper .button:hover {
  color: #404040; }

.menu-hidden.menu-hidden-Senterpartiskolen article p {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.8px;
  color: #00491E;
  margin-bottom: 10px; }

.menu-hidden.menu-hidden-Senterpartiskolen article a {
  color: #00491E;
  text-decoration: underline; }

.header-green-Senterpartiskolen h1 {
  font-size: 76px;
  line-height: 76px; }

footer.Senterungdommen {
  background-color: #00853A;
  padding: 120px 0 242px 0; }

@media (max-width: 1024px) {
  footer.Senterungdommen {
    padding-left: 46px !important;
    padding-right: 46px !important;
    padding-top: 10px;
    padding-bottom: 155px; } }

footer.Senterungdommen .links-list {
  margin-top: 0; }

footer.Senterungdommen .address h6 {
  display: block;
  font-size: 28px; }

@media (max-width: 1024px) {
  footer.Senterungdommen .address h6 {
    margin-top: 60px; } }

footer.Senterungdommen .footer__credits {
  background: #00491E; }

.main-banner.Senterungdommen .main-banner__wrapper--content {
  padding: 87px 84px; }

@media (max-width: 992px) {
  .main-banner.Senterungdommen .main-banner__wrapper--content {
    padding: 30px; } }

.main-banner.Senterungdommen .main-banner__wrapper--content .top-header {
  font-size: 54px;
  line-height: 68px; }

@media (max-width: 992px) {
  .main-banner.Senterungdommen .main-banner__wrapper--content .top-header {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
    margin-left: 0; } }

.main-banner.Senterungdommen .main-banner__wrapper--content .top-header br {
  display: none; }

.main-banner.Senterungdommen .main-banner__wrapper--content h1 {
  margin: 0 0 75px 32px;
  font-weight: 300; }

.main-banner.Senterungdommen .main-banner__wrapper--content .intro-header {
  margin: 0 0 24px 32px;
  padding-bottom: 15px; }

.main-banner.Senterungdommen .navbar-form {
  width: 100%;
  max-width: 570px; }

.main-banner.Senterungdommen #headerSearch {
  margin: 0 0 30px 0;
  width: 100%; }

.main-banner.Senterungdommen #headerSearch ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #404040;
  font-size: 21px;
  font-weight: 600; }

.main-banner.Senterungdommen #headerSearch ::-moz-placeholder {
  /* Firefox 19+ */
  color: #404040;
  font-size: 21px;
  font-weight: 600; }

.main-banner.Senterungdommen #headerSearch :-ms-input-placeholder {
  /* IE 10+ */
  color: #404040;
  font-size: 21px;
  font-weight: 600; }

.main-banner.Senterungdommen #headerSearch :-moz-placeholder {
  /* Firefox 18- */
  color: #404040;
  font-size: 21px;
  font-weight: 600; }

.main-banner.Senterungdommen .main-banner__wrapper--content small {
  margin-left: 32px; }

@media (max-width: 1400px) {
  .main-banner.Senterungdommen .main-banner__wrapper--content-style-2 {
    max-height: 500px; } }

@media (max-width: 1280px) {
  .main-banner.Senterungdommen .main-banner__wrapper--content-style-2 {
    max-height: auto !important;
    height: auto; } }

.main-banner.Senterungdommen .main-banner__wrapper--content-style-2 h1 {
  width: 100%;
  max-width: 600px; }

.main-banner.Senterungdommen .main-banner__wrapper--content-style-2 h2 {
  margin-left: 32px;
  font-weight: 600;
  font-size: 40px;
  line-height: 72px;
  letter-spacing: 1.4px;
  margin: 0 0 10px 32px; }

@media (max-width: 992px) {
  .main-banner.Senterungdommen .main-banner__wrapper--content-style-2 h2 {
    font-size: 36px;
    line-height: 48px;
    margin-left: 0; } }

.main-banner.Senterungdommen .main-banner__wrapper--content-style-2 h3 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.4px;
  color: #00491E;
  margin: 0 0 0 32px; }

@media (max-width: 992px) {
  .main-banner.Senterungdommen .main-banner__wrapper--content-style-2 h3 {
    font-size: 22px;
    line-height: 34px;
    margin-left: 0; } }

.main-banner.Senterungdommen .main-banner__wrapper--content-style-2:after {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(120, 190, 33, 0) 0%, #78be21 68%, #78be21 100%);
  background: -webkit-linear-gradient(top, rgba(120, 190, 33, 0) 0%, #78be21 68%, #78be21 100%);
  background: linear-gradient(to bottom, rgba(120, 190, 33, 0) 0%, #78be21 68%, #78be21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaf5dd', endColorstr='#78BE21',GradientType=0 ); }

@media (max-width: 1280px) {
  .main-banner.Senterungdommen .main-banner__wrapper--content-style-2:after {
    display: none; } }

.main-banner.Senterungdommen .main-banner__wrapper--content-style-2:hover {
  overflow-y: auto; }

.main-banner.Senterungdommen .main-banner__wrapper--image {
  position: relative; }

.main-banner.Senterungdommen .main-banner__wrapper--image .facebookLink {
  position: absolute;
  top: calc(100% - 60px);
  left: calc(100% + 50px);
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #00491E;
  padding-bottom: 3px;
  border-bottom: 1px solid #00843D;
  width: 135px;
  text-decoration: none; }

@media (max-width: 1460px) {
  .main-banner.Senterungdommen .main-banner__wrapper--image .facebookLink {
    top: calc(100% - 45px); } }

@media (max-width: 992px) {
  .main-banner.Senterungdommen .main-banner__wrapper--image .facebookLink {
    display: none; } }

@media (max-width: 480px) {
  .container-mobile-100 {
    max-width: 100% !important; } }

@media (max-width: 768px) {
  .container-mobile-100 .offset-md-6.col-md-6 {
    text-align: center; } }

.carousel-slider-Senterungdommen {
  width: 100%;
  padding: 123px 0 62px 0;
  position: relative; }

@media (max-width: 1280px) {
  .carousel-slider-Senterungdommen {
    padding: 0 0 71px 0;
    width: 100%; } }

@media (max-width: 768px) {
  .carousel-slider-Senterungdommen {
    margin-left: 21px;
    padding: 0 0 30px 0; } }

.carousel-slider-Senterungdommen h2 {
  left: 20px;
  color: #00843D;
  font-weight: 400;
  font-size: 36px;
  width: 57%;
  margin-bottom: 64px;
  margin-left: calc(8% + 10px); }

@media (max-width: 1280px) {
  .carousel-slider-Senterungdommen h2 {
    width: 100%;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 42px;
    margin-left: 0; } }

.carousel-slider-Senterungdommen__wrapper {
  margin: 0 -15px; }

.carousel-slider-Senterungdommen__wrapper figure {
  transition: all 200ms;
  z-index: 1; }

.carousel-slider-Senterungdommen__wrapper:hover .carousel-slider-Senterungdommen__wrapper__item {
  opacity: .5; }

@media (max-width: 768px) {
  .carousel-slider-Senterungdommen__wrapper:hover .carousel-slider-Senterungdommen__wrapper__item {
    opacity: 1; } }

.carousel-slider-Senterungdommen__wrapper__item {
  transition: all 200ms; }

@media (max-width: 768px) {
  .carousel-slider-Senterungdommen__wrapper__item {
    width: 85vw; } }

.carousel-slider-Senterungdommen__wrapper__item > div {
  padding: 0 15px; }

@media (max-width: 768px) {
  .carousel-slider-Senterungdommen__wrapper__item > div {
    padding: 0 9px; } }

.carousel-slider-Senterungdommen__wrapper__item div span {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.75px;
  color: #000000;
  padding: 0 20px;
  margin-top: 30px;
  display: block;
  z-index: 2; }

@media (max-width: 768px) {
  .carousel-slider-Senterungdommen__wrapper__item div span {
    margin-top: 13px;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300; } }

.carousel-slider-Senterungdommen__wrapper__item:hover {
  opacity: 1 !important; }

.carousel-slider-Senterungdommen__wrapper__item:hover figure {
  filter: drop-shadow(0px 27px 35px rgba(0, 0, 0, 0.309386)); }

@media (max-width: 768px) {
  .carousel-slider-Senterungdommen__wrapper__item:hover figure {
    filter: drop-shadow(0px 27px 35px rgba(0, 0, 0, 0)); } }

.carousel-slider-btn {
  width: 100%;
  max-width: 353px;
  margin-bottom: 128px; }

@media (max-width: 992px) {
  .carousel-slider-btn {
    margin-bottom: 70px; } }

@media (max-width: 768px) {
  .carousel-slider-btn {
    border: none;
    border-bottom: 2px solid #00843D;
    font-size: 13px;
    line-height: 13px;
    border-radius: 0;
    font-weight: 600;
    height: auto;
    width: auto;
    padding-bottom: 10px;
    display: inline-block; }
  .carousel-slider-btn:hover, .carousel-slider-btn:active, .carousel-slider-btn:focus {
    background: transparent !important;
    color: #000000 !important; } }

.memberCalendar__member {
  padding-top: 70px; }

@media (max-width: 992px) {
  .memberCalendar__member {
    padding-top: 0; } }

@media (max-width: 768px) {
  .memberCalendar__member article {
    margin-bottom: 45px; } }

.memberCalendar__member article h2 {
  color: #00843D;
  font-size: 54px;
  line-height: 68px;
  font-weight: 300;
  margin-bottom: 48px;
  letter-spacing: 1.8px; }

@media (max-width: 768px) {
  .memberCalendar__member article h2 {
    font-size: 28px;
    line-height: 43px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1.4px; } }

.memberCalendar__member article p {
  color: #081010;
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 64px;
  letter-spacing: 1.4px; }

@media (max-width: 768px) {
  .memberCalendar__member article p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
    letter-spacing: 0.8px; } }

@media (max-width: 768px) {
  .memberCalendar__member article div {
    display: flex;
    flex-direction: column;
    align-items: center; } }

.memberCalendar__member article div .button {
  width: auto;
  display: inline-block;
  padding: 13px 53px;
  font-size: 15px; }

@media (max-width: 768px) {
  .memberCalendar__member article div .button {
    text-align: center;
    width: 100%;
    max-width: 375px; } }

.memberCalendar__member article div .button.bg-green {
  background: #00843D;
  color: #ffffff;
  margin-right: 24px;
  margin-bottom: 20px; }

@media (max-width: 768px) {
  .memberCalendar__member article div .button.bg-green {
    text-align: center;
    margin-right: 0; } }

.memberCalendar__calendar {
  position: relative;
  background: rgba(214, 235, 188, 0.5);
  padding: 70px 120px 100px 120px; }

@media (max-width: 1200px) {
  .memberCalendar__calendar {
    padding: 70px 60px 100px 60px; } }

@media (max-width: 768px) {
  .memberCalendar__calendar {
    padding: 32px 32px 54px 32px; } }

.memberCalendar__calendar:after {
  content: "";
  height: 100%;
  width: 50vw;
  left: 100%;
  top: 0;
  position: absolute;
  background: rgba(214, 235, 188, 0.5); }

.memberCalendar__calendar--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px; }

@media (max-width: 768px) {
  .memberCalendar__calendar--header {
    margin-bottom: 13px; } }

.memberCalendar__calendar--header h2 {
  color: #00843D;
  font-size: 54px;
  line-height: 68px;
  font-weight: 300;
  letter-spacing: 1.8px; }

@media (max-width: 768px) {
  .memberCalendar__calendar--header h2 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 1.4px; } }

.memberCalendar__calendar--header a {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.75px;
  border-bottom: 2px solid #00843D;
  text-decoration: none;
  display: block;
  padding-bottom: 2px; }

@media (max-width: 768px) {
  .memberCalendar__calendar--header a {
    display: none; } }

.memberCalendar__calendar--items tr {
  margin-bottom: 20px;
  display: flex;
  align-items: center; }

@media (max-width: 1200px) {
  .memberCalendar__calendar--items tr {
    flex-direction: column;
    align-items: flex-start; } }

@media (max-width: 768px) {
  .memberCalendar__calendar--items tr {
    margin-bottom: 15px; } }

.memberCalendar__calendar--items tr td {
  color: #081010;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.8px;
  font-style: normal; }

.memberCalendar__calendar--items tr td * {
  font-style: normal; }

.memberCalendar__calendar--items tr td:first-child {
  width: 245px; }

@media (max-width: 1200px) {
  .memberCalendar__calendar--items tr td:first-child {
    width: 100%; } }

@media (max-width: 768px) {
  .memberCalendar__calendar--items tr td:first-child {
    font-size: 16px; } }

.memberCalendar__calendar--items tr td:last-child {
  width: calc(100% - 245px); }

@media (max-width: 1200px) {
  .memberCalendar__calendar--items tr td:last-child {
    width: 100%; } }

@media (max-width: 768px) {
  .memberCalendar__calendar--items tr td:last-child {
    font-size: 18px;
    font-weight: 400; } }

.memberCalendar__calendar--btnMobile {
  display: none; }

@media (max-width: 768px) {
  .memberCalendar__calendar--btnMobile {
    display: block; } }

.memberCalendar__calendar--btnMobile a {
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.75px;
  border-bottom: 2px solid #00843D;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 0px;
  margin-top: 25px; }

.Senterpartiskolen-pages .memberCalendar {
  margin-top: 119px; }

.Senterpartiskolen-pages .memberCalendar__member {
  background-color: #F3EFEB; }

@media (max-width: 992px) {
  .Senterpartiskolen-pages .memberCalendar__member {
    padding: 50px; } }

.Senterpartiskolen-pages .memberCalendar__member:before {
  content: "";
  height: 100%;
  width: 50vw;
  right: 0;
  z-index: -1;
  top: 0;
  position: absolute;
  background-color: #F3EFEB; }

@media (max-width: 992px) {
  .Senterpartiskolen-pages .memberCalendar__member:before {
    height: auto; } }

.Senterpartiskolen-pages .memberCalendar__member article {
  margin-bottom: 60px; }

@media (max-width: 992px) {
  .Senterpartiskolen-pages .memberCalendar__member article {
    margin-bottom: 0; } }

.Senterpartiskolen-pages .memberCalendar__calendar {
  background-color: transparent;
  padding-left: 75px;
  padding-bottom: 50px; }

.Senterpartiskolen-pages .memberCalendar__calendar:after {
  background: none; }

.header-green.header-green-Senterungdommen {
  padding: 64px 0 0 0; }

@media (max-width: 992px) {
  .header-green.header-green-Senterungdommen {
    padding: 34px 0 0 0;
    margin-bottom: 32px; } }

.header-green.header-green-Senterungdommen h1 {
  font-weight: 400;
  font-size: 76px;
  line-height: 95px;
  letter-spacing: 2.7px;
  margin-bottom: 48px; }

@media (max-width: 992px) {
  .header-green.header-green-Senterungdommen h1 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.3px;
    margin-bottom: 28px; } }

.header-green.header-green-Senterungdommen .header-green__subMenu {
  margin-bottom: 48px; }

.header-green.header-green-Senterungdommen .header-green__subMenu .content > span, .header-green.header-green-Senterungdommen .header-green__subMenu .content > span b, .header-green.header-green-Senterungdommen .header-green__subMenu .content > a, .header-green.header-green-Senterungdommen .header-green__subMenu .content > a b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.4px;
  color: rgba(0, 73, 30, 0.6);
  display: inline-block;
  text-decoration: none; }

@media (max-width: 992px) {
  .header-green.header-green-Senterungdommen .header-green__subMenu .content > span, .header-green.header-green-Senterungdommen .header-green__subMenu .content > span b, .header-green.header-green-Senterungdommen .header-green__subMenu .content > a, .header-green.header-green-Senterungdommen .header-green__subMenu .content > a b {
    font-size: 14; } }

@media (max-width: 992px) {
  .header-green.header-green-Senterungdommen .header-green__subMenu .content > span, .header-green.header-green-Senterungdommen .header-green__subMenu .content > a {
    display: block;
    margin-bottom: 10px; }
  .header-green.header-green-Senterungdommen .header-green__subMenu .content > span b, .header-green.header-green-Senterungdommen .header-green__subMenu .content > a b {
    display: none; } }

.header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select {
  z-index: 9991;
  display: inline-block;
  position: relative; }

.header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .abtn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.4px;
  color: #00491E;
  padding-right: 35px;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #00491E;
  position: relative; }

.header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .abtn img {
  position: absolute;
  right: 0;
  top: 5px; }

.header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .abtn.active img {
  transform: rotate(180deg); }

.header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .dropdown {
  display: none;
  top: calc(100% + 32px);
  position: absolute;
  background: #ffffff;
  padding: 40px;
  width: 435px;
  right: 50%;
  transform: translateX(50%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }

.header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .dropdown.active {
  display: block; }

@media (max-width: 992px) {
  .header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .dropdown {
    width: 100vw;
    max-width: 354px;
    padding: 20px 30px;
    right: 44%; } }

.header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .dropdown .content {
  position: relative; }

.header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .dropdown .content::after {
  content: "";
  background: url("../images/arroewUpDropdown.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -55px;
  width: 42px;
  height: 42px; }

@media (max-width: 992px) {
  .header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .dropdown .content::after {
    left: 193px;
    transform: translateX(0);
    top: -35px; } }

.header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .dropdown .content a {
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1.4px;
  color: #00491E;
  font-weight: 400;
  text-decoration: none;
  display: block;
  text-align: left; }

@media (max-width: 992px) {
  .header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .dropdown .content a {
    font-size: 16px;
    line-height: 36px; } }

.header-green.header-green-Senterungdommen .header-green__subMenu .header-green__subMenu--select .dropdown .content a.active {
  font-weight: 600; }

.header-green.header-green-Senterungdommen .header-green__subMenu + h1 {
  display: inline-block;
  margin-bottom: 64px; }

@media (max-width: 992px) {
  .header-green.header-green-Senterungdommen .header-green__subMenu + h1 {
    margin-bottom: 34px; } }

.header-green.header-green-Senterungdommen .container-fluid.show .header-green__subMenu, .header-green.header-green-Senterungdommen .show.container-xs .header-green__subMenu, .header-green.header-green-Senterungdommen .show.container-sm .header-green__subMenu, .header-green.header-green-Senterungdommen .show.container-md .header-green__subMenu, .header-green.header-green-Senterungdommen .show.container-lg .header-green__subMenu {
  display: none; }

.header-green.header-green-Senterungdommen .header-green__form.lisArticle .select-text {
  width: 100%;
  max-width: 285px; }

.header-green.header-green-bigger {
  margin-bottom: -295px;
  padding-bottom: 285px; }

.article-banner.article-banner-Senterungdommen {
  padding-bottom: 175px; }

@media (max-width: 1280px) {
  .article-banner.article-banner-Senterungdommen {
    padding-bottom: 60px; } }

@media (max-width: 768px) {
  .article-banner.article-banner-Senterungdommen {
    padding-bottom: 35px; } }

.article-banner .article-banner__wrapper--content {
  padding: 75px 149px 93px 71px; }

@media (max-width: 1600px) {
  .article-banner .article-banner__wrapper--content {
    padding: 75px 149px 93px 71px; } }

@media (max-width: 768px) {
  .article-banner .article-banner__wrapper--content {
    padding: 30px; } }

.article-banner .article-banner__wrapper--content p:last-child {
  margin-bottom: 0; }

@media (max-width: 1200px) {
  .article-banner .article-banner__wrapper--content h1,
  .article-banner .article-banner__wrapper--content h2 {
    margin-bottom: 50px; } }

@media (max-width: 768px) {
  .article-banner .article-banner__wrapper--content h1,
  .article-banner .article-banner__wrapper--content h2 {
    margin-bottom: 20px; } }

.article-banner .article-banner__wrapper--content h1,
.article-banner .article-banner__wrapper--content h2 {
  width: 100%;
  max-width: 540px; }

.article-titles.article-titles-Senterungdommen {
  padding: 64px 16px;
  margin-bottom: 64px;
  position: relative; }

.article-titles.article-titles-Senterungdommen:after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 300px);
  top: 0;
  right: 50%;
  transform: translateX(50%);
  background: #eaf5dd;
  z-index: -1; }

@media (max-width: 992px) {
  .article-titles.article-titles-Senterungdommen {
    padding: 40px 16px; } }

.article-titles.article-titles-Senterungdommen .backLink {
  padding-left: 35px;
  position: relative;
  display: inline-block;
  text-decoration: none; }

.article-titles.article-titles-Senterungdommen .backLink h6 {
  line-height: 100%;
  margin-bottom: 40px; }

.article-titles.article-titles-Senterungdommen .backLink:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 15px;
  background: url("../../images/arrow-back-link.svg"); }

.article-titles.article-titles-Senterungdommen .date {
  line-height: 100%; }

.article-titles.article-titles-Senterungdommen .date, .article-titles.article-titles-Senterungdommen h6 {
  max-width: 100%; }

.article-titles.article-titles-Senterungdommen h1 {
  max-width: 878px;
  margin-bottom: 30px; }

.article-content.localTeam {
  padding-top: 64px; }

@media (max-width: 992px) {
  .article-content.localTeam {
    padding-top: 0; } }

.article-content.article-content-Senterungdommen .offset-md-1.col-md-7 {
  padding-right: 40px; }

@media (max-width: 992px) {
  .article-content.article-content-Senterungdommen .offset-md-1.col-md-7 {
    padding-right: 15px; } }

.article-content.article-content-Senterungdommen ul li {
  margin-bottom: 24px; }

.article-content.article-content-Senterungdommen p + h3,
.article-content.article-content-Senterungdommen p + h4,
.article-content.article-content-Senterungdommen p + h5,
.article-content.article-content-Senterungdommen p + .quote {
  margin-top: 64px; }

.article-content .resolusjon-artikkel-side-box {
  background-color: #F3EFEB;
  padding: 48px 48px 22px 48px; }

.article-content .resolusjon-artikkel-side-box h2 {
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.05px;
  color: #00843D; }

.article-content .localTeam-macro h2 {
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 24px;
  color: #00491E;
  font-weight: 400; }

.article-content .localTeam-macro .local {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

@media (max-width: 786px) {
  .article-content .localTeam-macro .local {
    flex-direction: column; } }

.article-content .localTeam-macro .local div {
  width: 50%;
  display: flex;
  flex-direction: column; }

@media (max-width: 992px) {
  .article-content .localTeam-macro .local div:last-child {
    margin-bottom: 42px; } }

@media (max-width: 786px) {
  .article-content .localTeam-macro .local div {
    width: 100%; } }

.article-content .localTeam-macro .local div span a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.4px;
  color: #00843D;
  margin-bottom: 15px; }

.article-content .video {
  max-width: 100%;
  width: 100%;
  margin: 0; }

@media (max-width: 1280px) {
  .article-content .video {
    max-width: 100%;
    width: 100%;
    margin-left: 0; } }

.article-content.localTeam {
  padding-top: 64px; }

@media (max-width: 992px) {
  .article-content.localTeam {
    padding-top: 0; } }

.article-content.article-content-Senterpartiskolen .offset-md-1.col-md-7 {
  padding-right: 40px; }

@media (max-width: 992px) {
  .article-content.article-content-Senterpartiskolen .offset-md-1.col-md-7 {
    padding-right: 15px; } }

.article-content.article-content-Senterpartiskolen ul li {
  margin-bottom: 24px; }

.article-content.article-content-Senterpartiskolen p + h3,
.article-content.article-content-Senterpartiskolen p + h4,
.article-content.article-content-Senterpartiskolen p + h5,
.article-content.article-content-Senterpartiskolen p + .quote {
  margin-top: 64px; }

.article-content .resolusjon-artikkel-side-box {
  background-color: #F3EFEB;
  padding: 48px 48px 22px 48px; }

.article-content .resolusjon-artikkel-side-box h2 {
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.05px;
  color: #00843D; }

.article-content .localTeam-macro h2 {
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 24px;
  color: #00491E;
  font-weight: 400; }

.article-content .localTeam-macro .local {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

@media (max-width: 786px) {
  .article-content .localTeam-macro .local {
    flex-direction: column; } }

.article-content .localTeam-macro .local div {
  width: 50%;
  display: flex;
  flex-direction: column; }

@media (max-width: 992px) {
  .article-content .localTeam-macro .local div:last-child {
    margin-bottom: 42px; } }

@media (max-width: 786px) {
  .article-content .localTeam-macro .local div {
    width: 100%; } }

.article-content .localTeam-macro .local div span a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.4px;
  color: #00843D;
  margin-bottom: 15px; }

.localTeam-block {
  padding-top: 128px; }

@media (max-width: 992px) {
  .localTeam-block {
    padding-top: 64px; } }

@media (max-width: 992px) {
  .localTeam-block .imageWrapper {
    margin-bottom: 32px; } }

.localTeam-block .imageWrapper img {
  width: 100%;
  height: auto; }

.localTeam-block h4 {
  margin-bottom: 25px; }

.localTeam-block p {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #081010;
  margin-bottom: 30px; }

@media (max-width: 992px) {
  .calendar {
    margin-right: -15px; } }

.calendar__month {
  margin-bottom: 84px; }

@media (max-width: 992px) {
  .calendar__month {
    margin-bottom: 48px; } }

.calendar__month--title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 40px; }

@media (max-width: 992px) {
  .calendar__month--title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px; } }

.calendar__month--days-item {
  padding: 30px 40px;
  display: flex;
  align-items: flex-start; }

@media (max-width: 992px) {
  .calendar__month--days-item {
    flex-direction: column;
    padding: 16px 24px; } }

.calendar__month--days-item:nth-child(odd) {
  background: rgba(234, 245, 221, 0.5); }

.calendar__month--days-item .day {
  width: 375px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #404040; }

@media (max-width: 992px) {
  .calendar__month--days-item .day {
    width: 275px; } }

@media (max-width: 992px) {
  .calendar__month--days-item .day p {
    margin-bottom: 5px; } }

.calendar__month--days-item .info {
  width: 100%;
  max-width: calc(100% - 486px);
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #404040; }

@media (max-width: 992px) {
  .calendar__month--days-item .info {
    max-width: 100%; } }

@media (max-width: 992px) {
  .calendar__month--days-item .info {
    font-size: 18px; } }

.calendar__month--days-item .info strong, .calendar__month--days-item .info b {
  display: block;
  font-weight: 600;
  margin-bottom: 5px; }

@media (max-width: 992px) {
  .calendar__month--days-item .info strong, .calendar__month--days-item .info b {
    max-width: 100%;
    font-size: 16px; } }

@media (max-width: 992px) {
  .calendar__month--days-item .info strong, .calendar__month--days-item .info b {
    font-weight: 400; } }

.calendar__month--days-item .info P {
  margin-bottom: 15px; }

.calendar__month--days-item .info P:last-child {
  margin-bottom: 0; }

@media (max-width: 992px) {
  .calendar__month--days-item .info P {
    display: none; } }

.calendar.accordion .calendar__month {
  margin-bottom: 0; }

.calendar.accordion .calendar__month:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.calendar.accordion .calendar__month--title {
  margin-bottom: 0;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  padding-right: 70px; }

.calendar.accordion .calendar__month--title:after {
  content: "";
  background: url("../images/chevron-down.svg") no-repeat center center;
  background-size: 20px;
  height: 100%;
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms; }

.calendar.accordion .calendar__month--title.active:after {
  transform: rotate(180deg); }

.calendar.accordion .calendar__month--days {
  display: none;
  margin: 19px 0 46px 0; }

@media (max-width: 992px) {
  .calendar.accordion .calendar__month--days {
    margin: 0 0 32px 0; } }

.breadcrumbs {
  padding-right: 32px;
  padding-left: 32px; }

.breadcrumbs a, .breadcrumbs p {
  color: #4A4A4A;
  font-family: "Raleway", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-decoration: none;
  position: relative;
  padding-bottom: 1px; }

.breadcrumbs a + a, .breadcrumbs a + p, .breadcrumbs p + a, .breadcrumbs p + p {
  margin: 0 0 0 0px; }

.breadcrumbs a + a:before, .breadcrumbs a + p:before, .breadcrumbs p + a:before, .breadcrumbs p + p:before {
  content: ">";
  width: 10px;
  height: 8px;
  display: inline-block;
  margin: 0 10px 0 7px; }

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 11px;
    margin-bottom: 11px; } }

.breadcrumbs p {
  display: inline;
  text-decoration: none;
  color: #4A4A4A;
  border-bottom: 0; }

.showcase {
  position: relative; }

.showcase__wrapper {
  display: flex;
  align-items: center; }

@media (max-width: 768px) {
  .showcase__wrapper {
    flex-direction: column; } }

.showcase .showcase__image {
  position: relative;
  padding: 0;
  width: 50%; }

@media (max-width: 768px) {
  .showcase .showcase__image {
    width: 100%; } }

.showcase .showcase__image figure {
  z-index: 1; }

.showcase .showcase__image figure img {
  height: 535px;
  width: auto;
  object-fit: contain; }

@media (max-width: 1280px) {
  .showcase .showcase__image figure img {
    height: auto;
    width: 100%; } }

.showcase .showcase__content {
  padding-top: 107px;
  padding-bottom: 107px;
  padding-left: 115px;
  background: #F3EFEB;
  width: 50%;
  position: relative; }

@media (max-width: 1280px) {
  .showcase .showcase__content {
    position: relative;
    transform: none;
    padding: 20px 20px 40px 20px; } }

@media (max-width: 768px) {
  .showcase .showcase__content {
    width: 100%;
    padding: 40px; } }

.showcase .showcase__content a {
  font-family: "Raleway", serif;
  font-size: 48px;
  line-height: 72px;
  color: #00843D;
  max-width: 50%; }

@media (max-width: 1280px) {
  .showcase .showcase__content a {
    font-size: 24px;
    line-height: 48px; } }

.showcase .showcase__content:after {
  content: "";
  background: #F3EFEB;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 150vw;
  left: -200%;
  z-index: -1; }

.simple-banner {
  background-color: #EAF5DD;
  padding: 80px 0 120px 0;
  text-align: center;
  margin-bottom: 157px; }

@media (max-width: 1280px) {
  .simple-banner {
    margin-bottom: 50px; } }

.simple-banner h1 {
  font-size: 54px;
  color: #00491E;
  line-height: 54px;
  margin-bottom: 30px; }

.simple-banner p {
  margin: 0 auto 0 auto;
  max-width: 670px;
  font-size: 20px;
  line-height: 30px;
  color: #404040; }

.media-text {
  margin-bottom: 90px; }

@media (max-width: 1280px) {
  .media-text {
    max-width: 576px;
    width: 100%;
    margin: 0 auto 90px auto; } }

.media-text__wrapper {
  display: flex; }

@media (max-width: 1280px) {
  .media-text__wrapper {
    flex-direction: column; } }

.media-text__wrapper--image {
  flex-basis: 570px; }

.media-text__wrapper--image figure {
  width: 100%; }

.media-text__wrapper--image figure img {
  width: 100%; }

@media (max-width: 1280px) {
  .media-text__wrapper--image {
    flex-basis: 100%;
    width: 100%; } }

.media-text__wrapper--content {
  flex-basis: calc(100% - 570px);
  padding-left: 116px;
  padding-right: 116px;
  padding-top: 38px;
  padding-bottom: 38px; }

@media (max-width: 1280px) {
  .media-text__wrapper--content {
    flex-basis: 100%;
    padding: 50px; } }

.media-text__wrapper--content h2 {
  font-size: 32px;
  color: #00843D;
  line-height: 52px;
  margin-bottom: 25px; }

@media (max-width: 1280px) {
  .media-text__wrapper--content h2 {
    flex-basis: 100%;
    padding: 20px 0 0 0; } }

.media-text__wrapper--content p {
  font-size: 21px;
  color: #404040;
  line-height: 30px;
  margin-bottom: 40px; }

.media-text__wrapper--content .read-more {
  max-width: 150px;
  min-height: 48px; }

.media-text.right .media-text__wrapper {
  flex-direction: row-reverse; }

@media (max-width: 1280px) {
  .media-text.right .media-text__wrapper {
    flex-direction: column; } }

.media-text.center {
  text-align: center; }

.media-text.center .media-text__wrapper {
  align-items: center;
  height: 100%; }

.media-text.center .media-text__wrapper .media-text__wrapper--image {
  flex-basis: 685px; }

@media (max-width: 1280px) {
  .media-text.center .media-text__wrapper .media-text__wrapper--image {
    flex-basis: 100%;
    align-items: inherit; } }

.media-text.center .media-text__wrapper .media-text__wrapper--content {
  height: 100%;
  flex-basis: calc(100% - 685px);
  justify-content: center;
  padding-left: 57px;
  padding-right: 57px;
  display: flex;
  flex-direction: column; }

@media (max-width: 1280px) {
  .media-text.center .media-text__wrapper .media-text__wrapper--content {
    flex-basis: 100%;
    padding: 50px; } }

.media-text.center .media-text__wrapper .media-text__wrapper--content .read-more {
  margin: 0 auto; }

.media-text.green .media-text__wrapper--content {
  background-color: #EAF5DD; }

.media-text.beige .media-text__wrapper--content {
  background-color: #F3EFEB; }

.cards__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px; }

@media (max-width: 1280px) {
  .cards__wrapper {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) {
  .cards__wrapper {
    grid-template-columns: repeat(1, 1fr); } }

.cards__wrapper .card {
  padding: 50px;
  background-color: #F3EFEB;
  border-radius: 0;
  border: 0;
  transition: color 125ms ease-in-out, background-color 125ms ease-in-out; }

.cards__wrapper .card.green-outline {
  border: 1px solid #00843D;
  background: transparent; }

.cards__wrapper .card.green {
  background-color: #EAF5DD; }

.cards__wrapper .card h3 {
  margin-bottom: 17px;
  font-size: 28px;
  line-height: 52px;
  margin-bottom: 17px;
  color: #00843D; }

.cards__wrapper .card:hover {
  text-decoration: none;
  background-color: #00843D;
  color: #fff; }

.cards__wrapper .card:hover * {
  color: inherit; }

@media (max-width: 1280px) {
  .related-articles {
    max-width: 873px; } }

.related-articles h4 {
  font-size: 36px;
  line-height: 52px;
  color: #00843D;
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-bottom: 48px; }

.related-articles__item--image {
  background-color: yellow; }

.related-articles__item--image figure {
  margin-bottom: 25px; }

.related-articles__item--image figure img {
  width: 100%; }

.related-articles__item--content-tags a {
  display: inline-block;
  margin-right: 10px;
  color: #00843D;
  font-size: 14px;
  line-height: 24px; }

.related-articles__item--content h5 {
  font-size: 28px;
  color: #081010;
  line-height: 42px;
  letter-spacing: 1.4px;
  margin-bottom: 10px; }

.related-articles__item--content p {
  font-size: 16px;
  color: #081010;
  line-height: 27px;
  letter-spacing: 0.8px; }

.candidates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 1336px;
  margin-left: -248px;
  margin-bottom: 66px; }

@media (max-width: 1336px) {
  .candidates {
    width: 1280px;
    margin-left: -220px; } }

@media (max-width: 1280px) {
  .candidates {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    width: 100%; } }

@media (max-width: 768px) {
  .candidates {
    grid-template-columns: repeat(1, 1fr);
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; } }

.candidates__item {
  padding: 40px 35px 50px 35px;
  background: #F3EFEB;
  text-align: center;
  text-decoration: none !important;
  min-height: 425px; }

@media (max-width: 768px) {
  .candidates__item {
    padding: 30px 25px 40px 25px;
    min-height: 300px; } }

.candidates__item figure {
  margin: 0 0 35px 0;
  min-height: 216px;
  height: 216px; }

@media (max-width: 768px) {
  .candidates__item figure {
    min-height: 175px;
    height: 175px; } }

.candidates__item figure img {
  margin-inline: auto;
  width: 216px; }

@media (max-width: 768px) {
  .candidates__item figure img {
    width: 175px; } }

.candidates__item figure.placeholder {
  background-color: #f4f4f4;
  border-radius: 50%;
  min-height: 216px;
  height: 216px;
  width: 216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 768px) {
  .candidates__item figure.placeholder {
    width: 175px;
    height: 175px;
    min-height: 175px; } }

.candidates__item figure.placeholder img {
  width: 120px; }

.candidates__item--content {
  text-decoration: none !important; }

.candidates__item--content span {
  display: block;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  text-decoration: none; }

@media (max-width: 768px) {
  .candidates__item--content span {
    font-size: 16px;
    line-height: 20px; } }

.candidates__item.green {
  background: #EAF5DD; }

.candidates__item.beige {
  background: #F3EFEB; }

.candidates__item.white {
  background: white; }

.counters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 1336px;
  margin-left: -248px;
  margin-bottom: 66px;
  margin-top: 50px; }

@media (max-width: 1336px) {
  .counters {
    width: 1280px;
    margin-left: -220px; } }

@media (max-width: 1280px) {
  .counters {
    margin-left: 0;
    width: 100%; } }

@media (max-width: 768px) {
  .counters {
    grid-template-columns: repeat(1, 1fr);
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; } }

.counters__item {
  background-color: #EAF5DD;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

@media (max-width: 1280px) {
  .counters__item {
    padding: 30px; } }

.counters__item .prefix {
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  color: #081010;
  text-align: center; }

@media (max-width: 1280px) {
  .counters__item .prefix {
    font-size: 18px; } }

.counters__item .sufix {
  color: #081010;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center; }

@media (max-width: 1280px) {
  .counters__item .sufix {
    font-size: 16px; } }

.counters__item .counter {
  color: #00491E;
  font-size: 40px;
  font-weight: 700;
  line-height: 92px;
  text-transform: uppercase;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on; }

@media (max-width: 1280px) {
  .counters__item .counter {
    font-size: 24px; } }

@media (max-width: 768px) {
  .counters__item .counter {
    font-size: 40px;
    line-height: 48px;
    margin: 20px 0; } }

.counters.left {
  display: block; }

.counters.left .counters__item {
  max-width: 420px;
  float: left;
  margin-right: 113px;
  margin-bottom: 40px; }

@media (max-width: 768px) {
  .counters.left .counters__item {
    max-width: 100%;
    margin-right: 0;
    float: none; } }

.counters.right {
  display: block; }

.counters.right .counters__item {
  max-width: 420px;
  float: right;
  margin-left: 113px;
  margin-bottom: 40px; }

@media (max-width: 768px) {
  .counters.right .counters__item {
    max-width: 100%;
    margin-left: 0;
    float: none; } }

.counters.center {
  display: block; }

.counters.center .counters__item {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px; }

.part-form-builder {
  max-width: 425px;
  margin: 0 auto; }

.part-form-builder h2 {
  color: #00491E; }

.part-form-builder form.xp-formbuilder-form {
  margin-top: 32px; }

.part-form-builder form.xp-formbuilder-form fieldset {
  display: block;
  margin-bottom: 32px; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input {
  position: relative; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input:not(:last-child) {
  margin-bottom: 24px; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input--select::after {
  content: "ˆ";
  position: absolute;
  top: calc(50% + 10px);
  right: 12px;
  font-size: 3rem;
  font-weight: lighter;
  line-height: 1;
  rotate: 180deg;
  height: 16px; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input label {
  display: block; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input label:only-child span:first-child {
  display: inline-block;
  margin-bottom: 8px; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input label:not(:only-child) {
  margin-bottom: 8px; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input label :first-child {
  color: #00491E; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input label span.required-star {
  display: inline-block;
  line-height: 0.5;
  font-size: 2rem;
  color: #e24646;
  position: relative;
  top: 10px; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input input,
.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input select,
.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input textarea {
  width: 100%;
  padding: 12px 8px;
  background-color: white;
  line-height: 1.2;
  border: 1px solid #aaa;
  border-radius: 4px; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input input:focus-visible,
.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input select:focus-visible,
.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input textarea:focus-visible {
  outline: 2px solid #78BE21; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input select {
  appearance: none;
  -webkit-appearance: none; }

.part-form-builder form.xp-formbuilder-form fieldset .xp-form-input select::after {
  content: "ˆ";
  display: block;
  position: relative;
  top: 0;
  left: 0; }

.part-form-builder form.xp-formbuilder-form input[type="submit"].xp-submit {
  background-color: transparent;
  color: #00491E;
  font-weight: 600;
  border: 1px solid #00843D;
  border-radius: 24px;
  padding: 8px 24px; }

.part-form-builder form.xp-formbuilder-form input[type="submit"].xp-submit:hover {
  background-color: #00843D;
  color: white; }
