@import url("https://use.typekit.net/qar2hys.css"); /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap Grid v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !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;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
* {
  font-weight: 400;
}

a {
  color: #000;
}

p {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 25px;
  color: var(--ultra-dark-blue-color);
}
p a {
  text-decoration: none;
  transition: var(--default-transition);
  color: var(--green-color);
  font-weight: 500;
}
p a:hover {
  text-decoration: underline;
}

b, strong {
  font-weight: 600;
}

ol, ul, dl {
  margin-bottom: 25px;
  color: var(--ultra-dark-blue-color);
}

h2 {
  color: var(--darker-green-color);
  font-size: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--secondary-font-family);
}

header.title {
  color: var(--darker-green-color);
  font-size: 2rem;
  font-family: var(--secondary-font-family);
  margin-bottom: 35px;
}

.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-25 {
  font-size: 23px;
}
@media (min-width: 768px) {
  .text-25 {
    font-size: 25px;
  }
}
.text-26 {
  font-size: 26px;
}
.text-30 {
  font-size: 30px;
}
.text-32 {
  font-size: 32px;
}
.text-40 {
  font-size: 40px;
}
.text-50 {
  font-size: 50px;
}
.text-53 {
  font-size: 53px;
  line-height: 55px;
}
.text-70 {
  font-size: 70px;
}
.text-black {
  color: var(--black-color);
}
.text-white {
  color: var(--white-color);
}
.text-green {
  color: var(--green-color);
}
.text-upper {
  text-transform: uppercase;
}
.text-cap {
  text-transform: capitalize;
}
.text-underline {
  text-decoration: underline;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.text-nomargin {
  margin: 0;
}
.text-shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29);
}
.text-block {
  display: block;
}

span.mce__scroll-to {
  position: relative;
  padding-left: 20px;
}
span.mce__scroll-to:before {
  content: "";
  display: block;
  background-image: url(img/carret-right.svg);
  width: 10px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
}
span.mce__scroll-to a {
  color: #069579;
}
span.mce__green {
  color: var(--green-color);
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.fw-medium {
  font-weight: 500;
}

.fw-regular {
  font-weight: 400;
}

.fw-regular {
  font-weight: 300;
}

:root {
  --base-font-family: "montserrat", sans-serif;
  --secondary-font-family: "refrigerator-deluxe", sans-serif;
  --white-color: #FFFFFF;
  --black-color: #000000;
  --green-color: #09931E;
  --ultra-light-bright-green-color: #A6C455;
  --ultra-bright-green-color: #71C041;
  --bright-green-color: #06A351;
  --light-green-color: #E7F2E1;
  --lighter-green-color:#D2E2CA;
  --dark-green-color: #1C7320;
  --darker-green-color: #00521F;
  --dark-green-link-color: #315742;
  --blue-color: #039DB1;
  --orange-color: #A64A06;
  --aqua-color: #069579;
  --light-blue-color: #ECF1F2;
  --grey-color: #A1A7B1;
  --default-transition: all 200ms ease;
  --nav-z-index: 100;
  --header-height: 60px;
  --header-top-height: 0px;
  --container-width: 100%;
}
@media (min-width: 992px) {
  :root {
    --header-height: 100px;
    --header-top-height: 50px;
  }
}
@media (min-width: 576px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 920px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container-width: 1320px;
  }
}

:root {
  box-sizing: border-box;
  height: 100%;
}

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

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100% !important;
  color: var(--text-color);
  font-family: var(--base-font-family);
  font-size: 16px;
}
body > * {
  flex-shrink: 0;
}

.pos__relative {
  position: relative;
}

/*OVERWRITES*/
li.page_item.page-item-995 {
  display: none !important;
}

.search-form {
  display: flex;
  margin-bottom: 25px;
}
.search-form .awesomplete {
  width: 100%;
}
@media (min-width: 992px) {
  .search-form .awesomplete {
    width: calc(100% - 90px);
  }
}
@media (min-width: 992px) {
  .search-form {
    width: 47px;
    padding: 0;
    border: 1px solid var(--green-color);
    position: absolute;
    right: calc(var(--bs-gutter-x) * 0.5);
    top: 1px;
    transition: var(--default-transition);
  }
}
.search-form input {
  background-color: var(--white-color);
  height: 45px;
  border: none;
  outline: none;
  font-family: var(--secondary-font-family);
  font-size: 28px;
  line-height: 45px;
  padding-left: 15px;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.search-form input.search-field {
  width: 100%;
}
@media (min-width: 992px) {
  .search-form input.search-field {
    width: calc(100% - 45px);
    width: 0px;
    padding: 0;
  }
}
.search-form .search-submit,
.search-form .search-close {
  border: none;
  width: 45px;
  height: 45px;
  font-size: 17px;
  line-height: 45px;
  background: white;
  padding: 0;
  cursor: pointer;
}
.search-form .search-submit img,
.search-form .search-close img {
  width: 19px;
  height: 19px;
  margin: 13px;
  display: block;
}
@media (min-width: 992px) {
  .search-form .search-submit {
    width: 0;
    overflow: hidden;
    transition: var(--default-transition);
  }
}
.search-form .search-close {
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .search-form .search-close {
    display: block;
  }
}
.search-form .search-close__closed {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
}
.search-form .search-close__open {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.search-form .search-close > img {
  transition: var(--default-transition);
}
.search-form.js-open {
  width: calc(100% - 280px);
  background-color: var(--white-color);
}
@media (min-width: 1200px) {
  .search-form.js-open {
    width: calc(100% - 380px);
  }
}
.search-form.js-open input {
  width: calc(100% + 45px);
}
@media (min-width: 992px) {
  .search-form.js-open button.search-submit {
    width: 45px;
  }
}
.search-form.js-open button.search-close .search-close__closed {
  opacity: 0;
}
.search-form.js-open button.search-close .search-close__open {
  opacity: 1;
}
.search-form.js-open input {
  padding-left: 25px;
}

.news-card {
  width: 100%;
  height: 200px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #D6EBDE;
}
.news-card:hover .news-card__bg {
  transform: scale(1.1);
}
.news-card:hover:after {
  width: 100%;
}
@media (min-width: 992px) {
  .news-card {
    margin-bottom: 0;
    height: 420px;
  }
}
.news-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: var(--default-transition);
  z-index: 0;
}
.news-card__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(8, 23, 15);
  background: -moz-linear-gradient(0deg, rgba(8, 23, 15, 0.85) 0%, rgba(8, 23, 15, 0.75) 35%, rgba(8, 23, 15, 0) 90%);
  background: -webkit-linear-gradient(0deg, rgba(8, 23, 15, 0.85) 0%, rgba(8, 23, 15, 0.75) 35%, rgba(8, 23, 15, 0) 90%);
  background: linear-gradient(0deg, rgba(8, 23, 15, 0.85) 0%, rgba(8, 23, 15, 0.75) 35%, rgba(8, 23, 15, 0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08170F",endColorstr="#08170F",GradientType=1);
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .news-card__bg:before {
    height: 70%;
  }
}
.news-card:before {
  content: "Nieuws";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--green-color);
  width: 127px;
  height: 33px;
  font-size: 15px;
  line-height: 17px;
  padding: 8px 25px;
  color: var(--white-color);
  z-index: 1;
}
.news-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--green-color);
  width: 127px;
  height: 7px;
  transition: var(--default-transition);
}
.news-card__meta {
  position: absolute;
  bottom: 0;
  padding: 25px;
  height: auto;
  box-sizing: border-box;
  color: var(--white-color);
  z-index: 1;
}
@media (min-width: 992px) {
  .news-card__meta {
    height: 190;
  }
}
.news-card__date {
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 10px;
  display: block;
  font-weight: 500;
}
.news-card__title {
  line-height: 29px;
  color: #fff;
}

.news-related {
  width: 100%;
  height: 200px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  background-color: #D6EBDE;
}
@media (min-width: 992px) {
  .news-related {
    height: 420px;
    margin-bottom: 25px;
  }
}
.news-related:hover .news-related__bg {
  transform: scale(1.1);
}
.news-related:hover:after {
  width: 100%;
}
.news-related__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: var(--default-transition);
  z-index: 0;
}
.news-related__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(8, 23, 15);
  background: -moz-linear-gradient(0deg, rgba(8, 23, 15, 0.7) 0%, rgba(8, 23, 15, 0.6) 35%, rgba(8, 23, 15, 0) 90%);
  background: -webkit-linear-gradient(0deg, rgba(8, 23, 15, 0.7) 0%, rgba(8, 23, 15, 0.6) 35%, rgba(8, 23, 15, 0) 90%);
  background: linear-gradient(0deg, rgba(8, 23, 15, 0.7) 0%, rgba(8, 23, 15, 0.6) 35%, rgba(8, 23, 15, 0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08170F",endColorstr="#08170F",GradientType=1);
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .news-related__bg:before {
    height: 50%;
  }
}
.news-related__cat {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--blue-color);
  /*width: 127px;*/
  /* height: 33px;*/
  font-size: 15px;
  line-height: 17px;
  padding: 8px 25px;
  color: var(--white-color);
  z-index: 1;
}
.news-related:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--green-color);
  width: 127px;
  height: 7px;
  transition: var(--default-transition);
}
.news-related__meta {
  position: absolute;
  bottom: 0;
  padding: 25px;
  height: auto;
  box-sizing: border-box;
  color: var(--white-color);
  z-index: 1;
}
@media (min-width: 992px) {
  .news-related__meta {
    height: 165px;
  }
}
.news-related__date {
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 10px;
  display: block;
  font-weight: 500;
}
.news-related__title {
  line-height: 1.2;
  color: #fff;
}

.news-item {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-item {
    height: 390px;
  }
}
.news-item:before {
  width: 100%;
  height: 230px;
  background-color: #D6EBE4;
  display: block;
  content: "";
  position: absolute;
}
.news-item:hover .news-item__bg:after {
  width: 100%;
}
.news-item__bg {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  transition: var(--default-transition);
  position: relative;
}
.news-item__bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--green-color);
  width: 127px;
  height: 7px;
  transition: var(--default-transition);
}
.news-item__meta {
  position: relative;
  bottom: 0;
  padding: 25px 0;
  height: auto;
  box-sizing: border-box;
  color: var(--green-color);
}
@media (min-width: 768px) {
  .news-item__meta {
    position: absolute;
    height: 165px;
  }
}
.news-item__date {
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 10px;
  display: block;
  font-weight: 500;
  color: var(--green-color);
}
.news-item__title {
  line-height: 30px;
  color: var(--dark-green-color);
}

.pillar-card {
  width: 100%;
  height: 180px;
  display: block;
  position: relative;
  padding: 20px 30px;
  text-decoration: none;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .pillar-card {
    margin-bottom: 0;
  }
}
.pillar-card:hover:after {
  width: 100%;
}
.pillar-card:hover .pillar-card__arrow {
  right: 24px;
}
.pillar-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 127px;
  height: 7px;
  transition: var(--default-transition);
}
.pillar-card-green {
  background-color: var(--green-color);
}
.pillar-card-blue {
  background-color: var(--blue-color);
}
.pillar-card-aqua {
  background-color: var(--aqua-color);
}
.pillar-card__icon {
  height: 55px;
  margin-bottom: 10px;
}
.pillar-card__icon > img {
  height: 100%;
}
.pillar-card__arrow {
  position: absolute;
  width: auto;
  right: 32px;
  bottom: 28px;
  transition: var(--default-transition);
}
.pillar-card__arrow > img {
  width: auto;
  height: 22px;
}

.social-card {
  width: 100%;
  height: 180px;
  display: block;
  position: relative;
  padding: 20px 30px;
  text-decoration: none;
  background-color: var(--light-green-color);
}
.social-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
.social-card__item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.social-card__link {
  display: flex;
  color: var(--dark-green-link-color);
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}
.social-card__icon {
  width: 35px;
  margin-right: 40px;
}
.social-card__icon > img {
  width: 35px;
}

.socialHeader {
  float: right;
  padding-top: 15px;
}
.socialHeader span {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
  color: var(--darker-green-color);
}
@media (max-width: 767px) {
  .socialHeader span {
    display: block;
    margin-bottom: 10px;
    margin-top: -30px;
  }
}
.socialHeader a.shareIcon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: var(--green-color);
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 992px) {
  .socialHeader a.shareIcon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.socialHeader a.shareIcon:hover {
  background: var(--dark-green-color);
}
.socialHeader a.shareIcon svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .socialHeader a.shareIcon svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.socialHeader a.shareIcon svg * {
  fill: #fff;
}

.siblingpages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.siblingpages__item {
  margin: 0 0 10px 0;
  padding: 0;
}
.siblingpages .page_item {
  margin: 0 0 10px 0;
  padding: 0;
}
.siblingpages .page_item a {
  width: 100%;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  padding-left: 25px;
  display: block;
  font-family: var(--secondary-font-family);
  text-decoration: none;
  position: relative;
  text-align: left;
  color: #fff;
  background-color: var(--ultra-light-bright-green-color);
}
.siblingpages .page_item a:before {
  content: "";
  position: absolute;
  opacity: 0;
  right: 20px;
  top: calc(50% - 11px);
  width: 50px;
  height: 22px;
  background-image: url(img/icon-arrow-right.svg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  transition: var(--default-transition);
}
.siblingpages .page_item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bright-green-color);
  width: 127px;
  height: 7px;
  transition: var(--default-transition);
}
.siblingpages .page_item a:hover:before {
  opacity: 1;
  right: 15px;
}
.siblingpages .page_item a:hover:after {
  width: 100%;
}
.siblingpages .current_page_item a {
  background-color: var(--green-color);
  pointer-events: none;
}
.siblingpages .current_page_item a:after {
  background-color: var(--ultra-light-bright-green-color);
  opacity: 0.6;
}
.siblingpages-wrapper h2 {
  text-transform: uppercase;
}

.btn {
  background-color: var(--green-color);
  color: #fff;
  padding: 5px;
  background-color: var(--green-color);
  color: #fff;
  padding: 8px 15px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 1em;
  padding-left: 10px;
  font-weight: 500;
  transition: var(--default-transition);
}
.btn:hover {
  background-color: var(--green-color);
  color: #fff;
}
.btn-center {
  text-align: center;
  margin: auto;
}
.btn-lightgreen {
  background-color: var(--lighter-green-color);
  color: var(--green-color);
}
.btn-brightgreen {
  background-color: var(--ultra-light-bright-green-color);
}
.btn-orange {
  background-color: var(--orange-color);
  color: #fff;
}
.btn-arrow {
  position: relative;
}
.btn-arrow span {
  position: relative;
  z-index: 2;
}
.btn-arrow:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--green-color);
  width: 0px;
  top: 0;
  bottom: 0;
  transition: var(--default-transition);
}
.btn-arrow:after {
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 11px);
  width: 50px;
  height: 22px;
  background-image: url("img/icon-arrow-right.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  transition: var(--default-transition);
}
.btn-arrow:hover:before {
  width: 100%;
}
.btn-arrow:hover:after {
  right: 20px;
}
.btn-large {
  width: 100%;
  padding: 15px 30px;
  font-size: 1.2em;
}
.btn-menu {
  width: 100%;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  padding-left: 25px;
  display: block;
  font-family: var(--secondary-font-family);
  text-decoration: none;
  position: relative;
  text-align: left;
  color: #fff;
}
.btn-menu:hover:before {
  opacity: 1;
  right: 15px;
}
.btn-menu:hover:after {
  width: 100%;
}
.btn-menu:before {
  content: "";
  position: absolute;
  opacity: 0;
  right: 20px;
  top: calc(50% - 11px);
  width: 50px;
  height: 22px;
  background-image: url("img/icon-arrow-right.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  transition: var(--default-transition);
}
.btn-menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bright-green-color);
  width: 127px;
  height: 7px;
  transition: var(--default-transition);
}
.btn__editor-cta a {
  background-color: var(--orange-color);
  color: #fff;
  position: relative;
  padding: 10px 100px 10px 30px;
}
.btn__editor-cta a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--green-color);
  width: 0px;
  top: 0;
  bottom: 0;
  transition: var(--default-transition);
}
.btn__editor-cta a:after {
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 11px);
  width: 50px;
  height: 22px;
  background-image: url("img/icon-arrow-right.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  transition: var(--default-transition);
}
.btn__editor-cta a span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.2em;
}
.btn__editor-cta a:hover {
  text-decoration: none;
}
.btn__editor-cta a:hover:before {
  width: 100%;
}
.btn__editor-cta a:hover:after {
  right: 20px;
}

.wpv-pagination-nav-links-item .page-link {
  font-size: 0.9em;
  text-decoration: none !important;
  padding: 0.15em 0.45em 0.2em;
  line-height: 1.25;
  border: 1px solid #fff !important;
  background-color: #fff;
  margin: 2px;
  color: var(--green-color);
}
.wpv-pagination-nav-links-item .page-link:hover {
  border: 1px solid var(--ultra-bright-green-color) !important;
}

.wpv_page_current .page-link {
  border: 1px solid var(--green-color) !important;
  background-color: var(--green-color);
  margin: 2px;
  color: #fff;
}

.mailcamp-subscribe-form {
  background-color: var(--lighter-green-color);
  padding: 40px 20px 20px;
}
.mailcamp-subscribe-form fieldset {
  padding: 0;
  border: 0;
}
.mailcamp-subscribe-form fieldset input[type=text] {
  border: 0;
  width: 80%;
  height: 40px;
}
.mailcamp-subscribe-form fieldset label {
  font-weight: 500;
  margin-bottom: 10px;
}

.mailcamp-subscribe-form input#acceptterms {
  width: inherit;
}

form.mailcamp-subscribe-form fieldset > label {
  position: relative;
  padding-left: 40px;
}

.mailcamp-subscribe-form input#acceptterms[type=checkbox],
.mailcamp-subscribe-form input#acceptterms[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px !important;
  margin-top: 0px !important;
  border: 1px solid #fff;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.mailcamp-subscribe-form input#acceptterms[type=checkbox]:before {
  background-color: #fff;
  border: none;
}

.mailcamp-subscribe-form input#acceptterms[type=checkbox]:after {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.mailcamp-subscribe-form input#acceptterms[type=checkbox]:checked:before {
  background-color: #213368;
}

.mailcamp-subscribe-form input#acceptterms[type=checkbox]:checked:after {
  content: "";
  position: relative;
  top: 3px;
  width: 10px;
  height: 15px;
  margin: auto;
  display: block;
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gdpr_description p {
  font-size: 1.1em;
}

form.mailcamp-subscribe-form .mailcamp-form-captcha-sum {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

input.mc-btn-submit {
  background-color: var(--orange-color);
  color: #fff;
  padding: 5px;
  color: #fff;
  padding: 12px 15px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 1.2em;
  padding-left: 10px;
  font-weight: 500;
  transition: var(--default-transition);
  border: 0;
  width: 40%;
  float: none !important;
  margin-top: 80px;
}
input.mc-btn-submit[type=submit]:disabled {
  background-color: var(--ultra-light-bright-green-color);
}

#slb_viewer_wrap .slb_template_tag_item_title {
  font-family: var(--base-font-family);
  font-size: 0.7em;
  color: #9a9a9a;
}
#slb_viewer_wrap .slb_theme_slb_baseline * {
  margin-top: 10px;
  line-height: 1.1em !important;
}
#slb_viewer_wrap .slb_container {
  border-radius: 0px !important;
  padding: 10px !important;
}
#slb_viewer_wrap .slb_close .slb_template_tag {
  background: url(img/ui_close.png) 0 0 no-repeat !important;
  opacity: 0.8;
}

/* CLASSES */
body.page-template-tn-feedback-php .article__hero {
  display: none;
}
body.page-template-tn-feedback-php a.feedback-tab {
  display: none;
}

a.feedback-tab {
  position: absolute;
  right: 0;
  top: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px 8px;
  background-color: #fff;
  color: green;
  text-decoration: none;
  z-index: 99;
  position: fixed;
  right: -78px;
  transform: rotate(-90deg);
  transform-origin: center bottom;
  border: 1px solid green;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a.feedback-tab:hover {
  background-color: green;
  color: #fff;
}
@media (max-width: 767px) {
  a.feedback-tab {
    font-size: 0.8em;
    right: -68px;
  }
}

.gform_wrapper .gravity-theme__nrw {
  color: #253D5F;
  /* Page 3 - contact */
}
.gform_wrapper .gravity-theme__nrw .gf_progressbar {
  background: #E7F2E1 !important;
  margin-bottom: 60px !important;
}
.gform_wrapper .gravity-theme__nrw .gf_progressbar_percentage {
  background: #048026 !important;
}
.gform_wrapper .gravity-theme__nrw .gfield_label {
  font-family: var(--secondary-font-family);
  color: #253D5F;
  font-size: 2rem !important;
  margin-bottom: 20px !important;
  text-align: center;
}
.gform_wrapper .gravity-theme__nrw .gfield_description {
  margin-top: 0 !important;
  text-align: center;
}
.gform_wrapper .gravity-theme__nrw .gfield_description.gfield_validation_message {
  margin-top: 9.008px !important;
  padding-top: 13px !important;
}
.gform_wrapper .gravity-theme__nrw #field_2_12.gsurvey-survey-field .gfield_label,
.gform_wrapper .gravity-theme__nrw #field_2_23.gsurvey-survey-field .gfield_label {
  font-family: "montserrat";
  font-size: 1.1rem !important;
  color: #048027;
  text-align: center;
  width: 100%;
}
.gform_wrapper .gravity-theme__nrw #field_2_16 .ginput_container {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .gform_wrapper .gravity-theme__nrw #field_2_16 .ginput_container {
    margin: 30px 0 60px;
  }
}
.gform_wrapper .gravity-theme__nrw #field_2_16 .ginput_container:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  margin-bottom: 2px;
  height: 10px;
  background: -webkit-linear-gradient(left, #c60b00 0%, #e98900 25%, #ffd800 50%, #a1b90e 75%, #2e931f 100%);
  background: -o-linear-gradient(left, #c60b00 0%, #e98900 25%, #ffd800 50%, #a1b90e 75%, #2e931f 100%);
  background: linear-gradient(to right, #c60b00 0%, #e98900 25%, #ffd800 50%, #a1b90e 75%, #2e931f 100%);
}
@media (max-width: 767px) {
  .gform_wrapper .gravity-theme__nrw #field_2_16 .ginput_container:before {
    width: 10px;
    height: 100%;
    position: absolute;
    z-index: 99;
    border-right: 2px solid #fff;
    background: -webkit-linear-gradient(to bottom, #c60b00 0%, #e98900 25%, #ffd800 50%, #a1b90e 75%, #2e931f 100%);
    background: -o-linear-gradient(to bottom, #c60b00 0%, #e98900 25%, #ffd800 50%, #a1b90e 75%, #2e931f 100%);
    background: linear-gradient(to bottom, #c60b00 0%, #e98900 25%, #ffd800 50%, #a1b90e 75%, #2e931f 100%);
  }
}
.gform_wrapper .gravity-theme__nrw .ginput_container .gchoice label:not(.clear) {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  min-height: 44px;
  background-color: #ECF1F2;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 2px;
  padding: 10px 10px;
  color: #048026;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.gform_wrapper .gravity-theme__nrw .ginput_container .gchoice label:not(.clear):hover {
  transform: scale(1.1);
  background-color: #CDD7D1;
  z-index: 999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 768px) {
  .gform_wrapper .gravity-theme__nrw .ginput_container .gchoice label:not(.clear) {
    font-size: 1.4em;
    padding: 40px 10px;
  }
}
.gform_wrapper .gravity-theme__nrw .ginput_container div.gchoice input[type=radio]:checked + label:not(.clear),
.gform_wrapper .gravity-theme__nrw .ginput_container div.gchoice input[type=checkbox]:checked + label:not(.clear),
.gform_wrapper .gravity-theme__nrw .ginput_container div.gchoice.checked label:not(.clear) {
  color: #E7F2E1;
  z-index: 10;
  background-color: #048026;
}
.gform_wrapper .gravity-theme__nrw .ginput_container_radio {
  margin-top: 20px;
}
.gform_wrapper .gravity-theme__nrw .ginput_container_radio .gchoice {
  width: -webkit-fill-available;
  position: relative;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .gform_wrapper .gravity-theme__nrw .ginput_container_radio .gchoice {
    margin-bottom: 0px;
  }
}
.gform_wrapper .gravity-theme__nrw .ginput_container_radio .gchoice .gfield-choice-input + label {
  margin-bottom: 0;
  max-width: calc(100% - 2px);
  vertical-align: middle;
}
.gform_wrapper .gravity-theme__nrw .ginput_container_radio #input_2_16 .gchoice:first-child:before {
  content: "Zeer slecht";
  position: absolute;
  top: -40px;
  left: 2px;
  width: 150px;
  text-align: left;
}
@media (max-width: 767px) {
  .gform_wrapper .gravity-theme__nrw .ginput_container_radio #input_2_16 .gchoice:first-child:before {
    top: -30px;
    left: 0;
    text-align: left;
  }
}
.gform_wrapper .gravity-theme__nrw .ginput_container_radio #input_2_16 .gchoice:last-child:before {
  content: "Uitstekend";
  position: absolute;
  top: -40px;
  right: 2px;
  width: 150px;
  text-align: right;
}
@media (max-width: 767px) {
  .gform_wrapper .gravity-theme__nrw .ginput_container_radio #input_2_16 .gchoice:last-child:before {
    top: 50px;
    left: 0;
    text-align: left;
  }
}
.gform_wrapper .gravity-theme__nrw .ginput_container_radio .gfield_radio {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .gform_wrapper .gravity-theme__nrw .ginput_container_radio .gfield_radio {
    justify-content: space-between;
    flex-direction: row;
  }
}
.gform_wrapper .gravity-theme__nrw .ginput_container_radio .gfield_radio input {
  display: none;
}
@media (min-width: 992px) {
  .gform_wrapper .gravity-theme__nrw .ginput_container_checkbox .gfield_checkbox {
    display: flex;
    justify-content: space-between;
  }
}
.gform_wrapper .gravity-theme__nrw .ginput_container_checkbox .gfield_checkbox .gchoice {
  margin-bottom: 10px;
}
.gform_wrapper .gravity-theme__nrw .ginput_container_checkbox .gfield_checkbox .gchoice label {
  text-align: left !important;
}
.gform_wrapper .gravity-theme__nrw .ginput_container_checkbox .gfield_checkbox .gchoice label:not(.clear) {
  font-size: 1em;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #5CAA67;
}
@media (min-width: 768px) {
  .gform_wrapper .gravity-theme__nrw .ginput_container_checkbox .gfield_checkbox .gchoice label:not(.clear) {
    font-size: 1.2em;
    padding: 40px 25px;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gravity-theme__nrw .ginput_container_checkbox .gfield_checkbox .gchoice label {
    text-align: center !important;
  }
}
.gform_wrapper .gravity-theme__nrw .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input + label {
  margin-bottom: 0;
  max-width: calc(100% - 0px);
  vertical-align: middle;
}
@media (min-width: 992px) {
  .gform_wrapper .gravity-theme__nrw .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input + label {
    max-width: calc(100% - 20px);
  }
}
.gform_wrapper .gravity-theme__nrw .ginput_container_checkbox .gfield_checkbox .gchoice:last-child .gfield-choice-input + label {
  max-width: calc(100% - 0px);
}
.gform_wrapper .gravity-theme__nrw .ginput_container_checkbox .gfield_checkbox input {
  display: none;
}
.gform_wrapper .gravity-theme__nrw #field_2_26 .gfield_required {
  display: none;
}
.gform_wrapper .gravity-theme__nrw #field_2_27.gfield--type-phone .gfield_label {
  margin-bottom: 0px !important;
  font-family: var(--base-font-family);
  font-size: 15px !important;
  font-weight: 400;
}
.gform_wrapper .gravity-theme__nrw #field_2_27.gfield--type-phone .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper fieldset#field_2_26 {
  width: 50%;
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .gform_wrapper fieldset#field_2_26 {
    width: 100%;
    margin: 50px auto 0px;
  }
}
.gform_wrapper div#field_2_27 {
  width: 50%;
  margin: 10px auto 50px;
}
@media (max-width: 767px) {
  .gform_wrapper div#field_2_27 {
    width: 100%;
    margin: 10px auto 10px;
  }
}
.gform_wrapper .gform_page_footer .gform-theme-button {
  background-color: var(--green-color);
  color: #fff;
  padding: 8px 15px;
  display: block;
  width: 300px;
  text-decoration: none;
  font-size: 1em;
  padding-left: 10px;
  font-weight: 500;
  transition: var(--default-transition);
  border: 0;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_page_footer .gform-theme-button {
    width: 200px;
  }
}
.gform_wrapper .gform_page_footer .gform_previous_button {
  border: 1px solid var(--green-color) !important;
}
.gform_wrapper .gform_page_footer.top_label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gform_wrapper .gform_page_footer #gform_submit_button_2 {
  background-color: var(--orange-color);
  color: #fff;
  padding: 8px 15px;
  display: block;
  width: 300px;
  text-decoration: none;
  font-size: 1em;
  padding-left: 10px;
  font-weight: 500;
  transition: var(--default-transition);
  border: 0;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_page_footer #gform_submit_button_2 {
    width: 200px;
  }
}

#gform_wrapper_2 .gform_validation_errors > ol li::marker {
  color: #c02b0a !important;
}
#gform_wrapper_2 .gform_validation_errors > h2 {
  color: #c02b0a;
  font-size: 1.1em !important;
  font-weight: 600 !important;
  line-height: 17.6px;
  margin: 0 0 12px;
  font-family: "montserrat" !important;
}

div#gform_confirmation_message_2 {
  text-align: center;
  font-size: 1.2em;
}

.woo__item {
  margin-bottom: 70px;
}
.woo__thema {
  font-weight: 600;
}
.woo__content p {
  margin-bottom: 10px;
}
.woo-bestand__container {
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
.woo-bestand__link {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 10px 40px;
  background-image: url(img/pdf-icon.svg);
  background-position: left 10px center;
  background-size: 17px;
  background-repeat: no-repeat;
}
.woo-bestand__link-title {
  font-weight: 800;
  color: #06A351;
}
.woo-bestand__link-info {
  color: #A1A7B1;
}
.woo-bestand__link:hover .woo-title {
  color: #00521F;
  text-decoration: underline;
}

.header {
  width: 100vw;
  height: 100%;
  padding-top: var(--header-height);
  position: relative;
  background-color: var(--dark-green-color);
  position: fixed;
  opacity: 0;
  top: -100vh;
  left: 0;
  transition: var(--default-transition);
  overflow-y: auto;
  z-index: 1000;
  /** Variables **/
  --bottom-background-color: var(--white-color);
  --bottom-text-color: var(--white-color);
  --bottom-dropdown-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.543' height='8.186'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='m.705.707 6.064 6.065L12.834.707'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .header {
    transition: none;
  }
}
@media (min-width: 992px) {
  .header {
    height: var(--header-height);
    background-color: var(--bottom-background-color);
    overflow: visible;
    padding-top: 0;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
  }
}
.header.js-open {
  top: 0;
  opacity: 1;
}
.header__wrapper {
  height: auto;
  display: flex;
  flex-flow: column-reverse;
  justify-content: flex-end;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .header__wrapper {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .header {
    --bottom-background-color: var(--white-color);
    --bottom-text-color: var(--green-color);
    --bottom-dropdown-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.543' height='8.186'%3E%3Cpath fill='none' stroke='%2309931E' stroke-width='2' d='m.705.707 6.064 6.065L12.834.707'/%3E%3C/svg%3E");
  }
}
.header__top {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .header__top {
    height: var(--header-top-height);
    margin-top: 0;
  }
}
.header__bottom {
  width: 100%;
  margin-top: 35px;
}
@media (min-width: 992px) {
  .header__bottom {
    height: calc(var(--header-height) - var(--header-top-height));
    margin-top: 0;
  }
}
.header__bottom .row {
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .header__bottom .row {
    flex-direction: inherit;
    position: relative;
  }
}
.header__logo {
  height: calc(var(--header-height) - var(--header-top-height));
  width: auto;
  padding: 0;
  align-items: center;
  align-content: center;
  display: none;
}
@media (min-width: 992px) {
  .header__logo {
    display: flex;
    height: 40px;
    transform: translateY(-10px);
    margin-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 1200px) {
  .header__logo {
    height: 60px;
    transform: translateY(-20px);
  }
}
.header__logo > img {
  max-width: 100%;
  height: 40px;
}
@media (min-width: 1200px) {
  .header__logo > img {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .header__associated {
    margin-top: 6px;
    max-width: 300px;
    max-height: 40px;
  }
}
@media (min-width: 992px) {
  .header__associated > img {
    width: auto;
    height: 100%;
  }
}
.header .top-nav {
  width: auto;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .header .top-nav {
    margin-bottom: 60px;
  }
}
.header .top-nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .header .top-nav__menu {
    display: flex;
  }
}
.header .top-nav__menu li {
  margin-left: 0;
  margin-bottom: 12px;
  padding: 0;
}
@media (min-width: 992px) {
  .header .top-nav__menu li {
    margin-right: 17px;
    margin-bottom: 0;
  }
}
.header .top-nav__menu li a {
  font-family: var(--secondary-font-family);
  color: var(--white-color);
  line-height: var(--header-top-height);
  font-size: 20px;
  text-decoration: none;
  transition: var(--default-transition);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .header .top-nav__menu li a {
    color: var(--grey-color);
    font-size: 15px;
    line-height: 50px;
  }
}
.header .top-nav__menu li a:hover {
  color: var(--red-color);
}
.header .top-nav__menu > li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.header .nav {
  width: auto;
  display: flex;
  align-content: center;
}
@media (min-width: 992px) {
  .header .nav {
    height: 50px;
    margin-right: 70px;
  }
}
@media (min-width: 992px) {
  .header .nav > div {
    height: 100%;
    align-items: center;
    display: flex;
  }
}
.header .nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--secondary-font-family);
}
@media (min-width: 992px) {
  .header .nav__menu {
    display: flex;
  }
}
.header .nav__menu li {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0;
}
@media (min-width: 992px) {
  .header .nav__menu li {
    display: flex;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    position: relative;
  }
}
.header .nav__menu li.dropdown a.dropdown-toggle {
  padding-right: 20px;
}
.header .nav__menu li.dropdown a.dropdown-toggle:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  background-image: var(--bottom-dropdown-img);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12px;
  height: 6px;
}
.header .nav__menu li.dropdown a.dropdown-toggle:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.543' height='8.186'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='2' d='m.705.707 6.064 6.065L12.834.707'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .header .nav__menu li.dropdown:hover > .dropdown-menu {
    max-height: 500px;
    top: 50px;
  }
}
@media (min-width: 992px) {
  .header .nav__menu li.dropdown:hover > .dropdown-menu > li {
    opacity: 1;
  }
}
.header .nav__menu li a {
  color: var(--bottom-text-color);
  line-height: var(--header-top-height);
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  transition: var(--default-transition);
  position: relative;
}
.header .nav__menu li a:hover {
  color: var(--ultra-light-bright-green-color);
}
@media (min-width: 992px) {
  .header .nav__menu li a {
    font-size: 24px;
    line-height: 50px;
  }
}
.header .nav__menu li .dropdown-menu {
  max-height: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  list-style: none;
  transition: all 200ms ease;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header .nav__menu li .dropdown-menu {
    background-color: var(--green-color);
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 35px;
    left: 0;
    max-height: 0;
  }
}
.header .nav__menu li .dropdown-menu > li {
  margin-bottom: 12px;
  opacity: 0;
  transition: opacity 200ms ease;
}
@media (min-width: 992px) {
  .header .nav__menu li .dropdown-menu > li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 2px 20px;
  }
}
@media (min-width: 992px) {
  .header .nav__menu li .dropdown-menu > li:first-child {
    margin-top: 10px;
  }
}
.header .nav__menu li .dropdown-menu > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .header .nav__menu li .dropdown-menu > li:last-child {
    margin-bottom: 10px;
  }
}
.header .nav__menu li .dropdown-menu > li > a {
  font-size: 28px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .header .nav__menu li .dropdown-menu > li > a {
    white-space: nowrap;
    color: var(--white-color);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .header .nav__menu li .dropdown-menu > li > a {
    font-size: 20px;
  }
}
.header .nav__menu li .dropdown-menu > li > a:hover {
  color: var(--ultra-light-bright-green-color);
}
.header .nav__menu li .dropdown-menu.dropdown-open {
  max-height: 1000px;
  margin-top: 17px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .header .nav__menu li .dropdown-menu.dropdown-open {
    margin-top: 0;
  }
}
.header .nav__menu li .dropdown-menu.dropdown-open > li {
  opacity: 1;
}
.header .nav__menu > li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.header-mobile {
  background-color: var(--white-color);
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  z-index: 1000;
}
@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile__logo {
  height: var(--header-height);
  max-width: 160px;
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
}
.header-mobile__logo > img {
  max-width: 100%;
  height: 100%;
}
.header-mobile .nav-button {
  width: 30px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 200ms ease-in-out;
  cursor: pointer;
}
.header-mobile .nav-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--dark-green-color);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header-mobile .nav-button span:nth-child(1) {
  top: 0px;
}
.header-mobile .nav-button span:nth-child(2), .header-mobile .nav-button span:nth-child(3) {
  top: 9px;
}
.header-mobile .nav-button span:nth-child(4) {
  top: 18px;
}
.header-mobile .nav-button.js-open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header-mobile .nav-button.js-open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-mobile .nav-button.js-open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-mobile .nav-button.js-open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.footer {
  min-height: 140px;
  background-color: var(--dark-green-color);
  text-align: right;
  position: relative;
  margin-top: 60px;
}
.footer__top {
  width: 100%;
  background-color: var(--white-color);
}
.footer__top > img {
  margin-left: 20%;
  width: 80%;
  height: auto;
  display: block;
}
.footer__located-logo {
  margin-top: 10px;
  max-width: 260px;
}
.footer__privacy {
  text-align: left;
  color: #fff;
  margin: 20px 0 20px;
  font-size: 0.9em;
}
.footer__privacy a {
  color: #fff;
  text-decoration: none;
}
.footer__privacy a:hover {
  text-decoration: underline;
}
.footer__privacy ul#menu-footer-menu {
  display: inline-flex;
  margin: 0;
  padding: 0 10px;
}
.footer__privacy ul#menu-footer-menu li {
  list-style: none;
  border-left: #fff solid 1px;
  padding: 0 10px;
}
.footer__credits {
  text-align: left;
  font-size: 0.8em;
}
.footer__credits a {
  color: #fff;
  opacity: 0.3;
  text-decoration: none;
}
.footer__credits a:hover {
  opacity: 1;
}

.intro {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .intro {
    margin-top: 20px;
  }
}
.intro__video {
  width: 100%;
  height: 320px;
  background: var(--lighter-green-color);
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro__video {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .intro__video {
    margin-bottom: 0;
  }
}
.intro__video > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.intro__video > img {
  position: relative;
  height: 240px;
  margin: 40px auto;
  z-index: 10;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.8));
}
@media (min-width: 768px) {
  .intro__video > img {
    height: 340px;
  }
}

.pillars {
  padding-top: 30px;
  padding-bottom: 35px;
}

.article {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .article {
    margin-top: 20px;
  }
}
.article__hero {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .article__hero {
    height: 310px;
    margin-bottom: 40px;
  }
}
.article__hero:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 60%;
  height: 100%;
  background-image: url("img/footer-top.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .article__hero:after {
    width: 150%;
  }
}
.article__hero > img {
  width: 100%;
  height: 100%;
  max-height: 310px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.article h1 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .article h1 {
    font-size: 2.5em;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .article__column {
    margin-top: 80px;
  }
}
.article__content * {
  font-size: 15px;
  line-height: 25px;
}
.article__content ul > li::marker {
  color: var(--ultra-bright-green-color);
}
.article__content ol > li::marker {
  color: var(--ultra-bright-green-color);
  font-weight: 500;
}
.article__content h2 {
  font-size: 2em;
  line-height: 1;
}
.article__content h2 * {
  font-size: 1em;
}
.article__content .wp-caption.alignnone {
  width: 100% !important;
}
.article__content .wp-caption-text {
  display: block;
  text-align: left;
  font-size: 0.8em;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 5px;
}
.article__social {
  margin: 10px 0;
  height: 80px;
  padding-top: 20px;
}
.article__social .socialHeader {
  float: right;
  padding-top: 35px;
}

.kavelkaart {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.kavelkaart:before {
  content: "";
  display: block;
  height: 100%;
  width: 200px;
  position: absolute;
  top: 0;
  left: 330px;
  background-color: #c7dd96;
  z-index: 99;
  background: rgb(199, 221, 150);
  background: -moz-linear-gradient(90deg, rgb(199, 221, 150) 0%, rgba(199, 221, 150, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(199, 221, 150) 0%, rgba(199, 221, 150, 0) 100%);
  background: linear-gradient(90deg, rgb(199, 221, 150) 0%, rgba(199, 221, 150, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7dd96",endColorstr="#c7dd96",GradientType=1);
}
@media (max-width: 1399px) {
  .kavelkaart:before {
    left: 285px;
  }
}
@media (max-width: 1399px) {
  .kavelkaart:before {
    left: 285px;
  }
}
@media (max-width: 1199px) {
  .kavelkaart:before {
    left: 240px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  .kavelkaart:before {
    display: none;
  }
}
.kavelkaart__container {
  position: relative;
}
.kavelkaart__container .col-12 {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 992px) {
  .kavelkaart__container .col-12 {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .kavelkaart__container .col-12 {
    display: inherit;
    flex-direction: inherit;
  }
}
.kavelkaart svg {
  width: 200%;
  transform: translateX(-50%) translatey(-2px);
  display: block;
}
@media (min-width: 992px) {
  .kavelkaart svg {
    width: 120%;
    transform: translateX(-16%) translatey(-2px);
  }
}
.kavelkaart:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMDcuMyAzNTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNy4zIDM1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjAuOTA5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDF7ZmlsbDojOUVCNzY1O30KCS5zdDJ7ZmlsbDojNjFBMzQ1O30KCS5zdDN7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAuNSwwLjVoMzA2LjR2MzQ5LjFIMC41VjAuNXoiLz4KPHBhdGggY2xhc3M9InN0MSIgZD0iTTIyLjQsMTA1SDI4OXY5OS4ySDIyLjRWMTA1eiIvPgo8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjIuNCwyMjUuOEgyODlWMzI1SDIyLjRWMjI1Ljh6Ii8+CjxwYXRoIGQ9Ik05NC4zLDY4LjJWMzZoNC42djI4LjFoOS4ydjQuMUg5NC4zeiBNMTE1LjYsNTkuNXY0LjhjMCwwLjEsMC4xLDAuMiwwLjIsMC4yaDcuOXYzLjdoLTcuOWMtMi42LDAtNC40LTEuOC00LjQtNC40VjUwLjkKCWMwLTIuNywxLjgtNC40LDQuNC00LjRoNS4xYzIuNywwLDQuNCwxLjgsNC40LDQuMXY4LjhoLTkuN1Y1OS41eiBNMTIxLjIsNTAuNWMwLTAuMS0wLjEtMC4yLTAuMi0wLjJoLTUuMWMtMC4xLDAtMC4yLDAuMS0wLjIsMC4yCgl2NS4zaDUuNUMxMjEuMiw1NS44LDEyMS4yLDUwLjUsMTIxLjIsNTAuNXogTTEzOS4zLDc1LjFoLTYuOXYtMy43aDYuOWMwLjEsMCwwLjItMC4xLDAuMi0wLjJ2LTNsMC4xLTJoLTAuMQoJYy0wLjUsMS40LTEuNSwyLjEtMy41LDIuMWgtMS43Yy0yLjYsMC00LjQtMS44LTQuNC00LjR2LTEzYzAtMi42LDEuOC00LjQsNC40LTQuNGgxLjdjMiwwLDMsMC43LDMuNSwyLjFoMC4xdi0yaDR2MjQuMgoJQzE0My43LDczLjQsMTQyLDc1LjEsMTM5LjMsNzUuMXogTTEzOS4zLDUwLjNoLTUuMWMtMC4xLDAtMC4yLDAuMS0wLjIsMC4ydjEzLjhjMCwwLjIsMC4xLDAuMiwwLjIsMC4yaDUuMWMwLjEsMCwwLjItMC4xLDAuMi0wLjIKCVY1MC41QzEzOS42LDUwLjMsMTM5LjUsNTAuMywxMzkuMyw1MC4zeiBNMTUyLjQsNTkuNXY0LjhjMCwwLjEsMC4xLDAuMiwwLjIsMC4yaDcuOXYzLjdoLTcuOWMtMi42LDAtNC40LTEuOC00LjQtNC40VjUwLjkKCWMwLTIuNywxLjgtNC40LDQuNC00LjRoNS4xYzIuNywwLDQuNCwxLjgsNC40LDQuMXY4LjhoLTkuN1Y1OS41eiBNMTU4LDUwLjVjMC0wLjEtMC4xLTAuMi0wLjItMC4yaC01LjFjLTAuMSwwLTAuMiwwLjEtMC4yLDAuMnY1LjMKCWg1LjVWNTAuNXogTTE3Ni40LDY4LjJWNTAuNWMwLTAuMS0wLjEtMC4yLTAuMi0wLjJoLTUuMWMtMC4xLDAtMC4yLDAuMS0wLjIsMC4ydjE3LjdoLTQuMVY0Ni42aDR2MmgwLjFjMC41LTEuNCwxLjUtMi4xLDMuNS0yLjEKCWgxLjhjMi42LDAsNC4zLDEuNyw0LjMsNC40djE3LjNDMTgwLjUsNjguMiwxNzYuNCw2OC4yLDE3Ni40LDY4LjJ6IE0xOTQuOSw2OC4ydi0xLjloLTAuMWMtMC41LDEuNC0xLjYsMi4xLTMuNSwyLjFoLTEuNwoJYy0yLjcsMC00LjQtMS44LTQuNC00LjRWNTAuOGMwLTIuNywxLjctNC40LDQuNC00LjRoMS43YzEuOSwwLDMsMC43LDMuNSwyLjFoMC4xbC0wLjEtMS45VjM2aDQuMXYzMi4yCglDMTk4LjksNjguMiwxOTQuOSw2OC4yLDE5NC45LDY4LjJ6IE0xOTQuOCw2NC4zVjUwLjVjMC0wLjEtMC4xLTAuMi0wLjItMC4yaC01LjFjLTAuMSwwLTAuMiwwLjEtMC4yLDAuMnYxMy44CgljMCwwLjEsMC4xLDAuMiwwLjIsMC4yaDUuMUMxOTQuNyw2NC41LDE5NC44LDY0LjUsMTk0LjgsNjQuM3ogTTIxMyw2OC4ydi0xLjdoLTAuMWMtMC4zLDEuMi0xLjgsMS43LTIuOSwxLjdoLTIuMwoJYy0yLjYsMC00LjUtMS44LTQuNS00LjRWNTljMC0yLjksMS43LTQuNCw0LjQtNC40aDIuM2MxLjcsMCwyLjYsMC42LDIuOSwxLjdoMC4xbC0wLjEtMnYtNGMwLTAuMS0wLjEtMC4yLTAuMi0wLjJoLTcuOXYtMy43aDcuOQoJYzIuNywwLDQuNCwxLjcsNC40LDQuNHYxNy4zTDIxMyw2OC4yTDIxMyw2OC4yeiBNMjEyLjcsNTguNWgtNS4xYy0wLjEsMC0wLjIsMC4xLTAuMiwwLjJ2NS41YzAsMC4yLDAuMSwwLjIsMC4yLDAuMmg1LjEKCWMwLjEsMCwwLjItMC4xLDAuMi0wLjJ2LTUuNUMyMTIuOSw1OC42LDIxMi44LDU4LjUsMjEyLjcsNTguNXoiLz4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNNTcsMTUzLjdoNC4ydjkuNWMtMi41LDItNS45LDMtOS4zLDNjLTcuNCwwLTEyLjgtNS4xLTEyLjgtMTIuMmMwLTcuMSw1LjQtMTIuMiwxMi45LTEyLjIKCQljNCwwLDcuMywxLjMsOS41LDMuOWwtMi44LDIuN2MtMS45LTEuOS00LTIuNy02LjUtMi43Yy01LjEsMC04LjYsMy40LTguNiw4LjNjMCw0LjgsMy42LDguMyw4LjYsOC4zYzEuNywwLDMuNC0wLjMsNC45LTEuMlYxNTMuN3oKCQkiLz4KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik04My41LDE1OC4ySDY5LjNjMC41LDIuNiwyLjcsNC4zLDUuOSw0LjNjMiwwLDMuNi0wLjYsNC45LTJsMi4zLDIuNmMtMS42LDEuOS00LjIsMi45LTcuMywyLjkKCQljLTYuMSwwLTEwLTMuOS0xMC05LjNjMC01LjQsNC05LjMsOS40LTkuM2M1LjMsMCw5LjIsMy43LDkuMiw5LjRDODMuNiwxNTcuMiw4My41LDE1Ny44LDgzLjUsMTU4LjJ6IE02OS4zLDE1NS4zaDEwLjMKCQljLTAuMy0yLjYtMi4zLTQuNC01LjEtNC40QzcxLjcsMTUwLjksNjkuNywxNTIuNyw2OS4zLDE1NS4zeiIvPgoJPHBhdGggY2xhc3M9InN0MyIgZD0iTTk4LjEsMTQ3LjV2NGMtMC40LTAuMS0wLjctMC4xLTEtMC4xYy0zLjIsMC01LjMsMS45LTUuMyw1LjZ2OC44aC00LjJ2LTE4LjFoNHYyLjYKCQlDOTIuOSwxNDguNSw5NS4xLDE0Ny41LDk4LjEsMTQ3LjV6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMTE4LjUsMTU4LjJoLTE0LjJjMC41LDIuNiwyLjcsNC4zLDUuOSw0LjNjMiwwLDMuNi0wLjYsNC45LTJsMi4zLDIuNmMtMS42LDEuOS00LjIsMi45LTcuMywyLjkKCQljLTYuMSwwLTEwLTMuOS0xMC05LjNjMC01LjQsNC05LjMsOS40LTkuM2M1LjMsMCw5LjIsMy43LDkuMiw5LjRDMTE4LjYsMTU3LjIsMTE4LjUsMTU3LjgsMTE4LjUsMTU4LjJ6IE0xMDQuMywxNTUuM2gxMC4zCgkJYy0wLjMtMi42LTIuMy00LjQtNS4xLTQuNEMxMDYuNywxNTAuOSwxMDQuNywxNTIuNywxMDQuMywxNTUuM3oiLz4KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xMjAuNiwxNjQuMWwxLjYtMy4yYzEuNiwxLjEsNCwxLjgsNi4zLDEuOGMyLjcsMCwzLjgtMC43LDMuOC0yYzAtMy41LTExLjItMC4yLTExLjItNy40YzAtMy40LDMuMS01LjcsOC01LjcKCQljMi40LDAsNS4yLDAuNiw2LjgsMS42bC0xLjYsMy4yYy0xLjctMS0zLjUtMS40LTUuMi0xLjRjLTIuNiwwLTMuOCwwLjgtMy44LDJjMCwzLjcsMTEuMiwwLjQsMTEuMiw3LjVjMCwzLjQtMy4xLDUuNi04LjIsNS42CgkJQzEyNS4yLDE2Ni4xLDEyMi4yLDE2NS4yLDEyMC42LDE2NC4xeiIvPgoJPHBhdGggY2xhc3M9InN0MyIgZD0iTTE1NywxNTguMmgtMTQuMmMwLjUsMi42LDIuNyw0LjMsNS45LDQuM2MyLDAsMy42LTAuNiw0LjktMmwyLjMsMi42Yy0xLjYsMS45LTQuMiwyLjktNy4zLDIuOQoJCWMtNi4xLDAtMTAtMy45LTEwLTkuM2MwLTUuNCw0LTkuMyw5LjQtOS4zYzUuMywwLDkuMiwzLjcsOS4yLDkuNEMxNTcuMSwxNTcuMiwxNTcuMSwxNTcuOCwxNTcsMTU4LjJ6IE0xNDIuOCwxNTUuM2gxMC4zCgkJYy0wLjMtMi42LTIuMy00LjQtNS4xLTQuNEMxNDUuMiwxNTAuOSwxNDMuMiwxNTIuNywxNDIuOCwxNTUuM3oiLz4KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xNzEuNywxNDcuNXY0Yy0wLjQtMC4xLTAuNy0wLjEtMS0wLjFjLTMuMiwwLTUuMywxLjktNS4zLDUuNnY4LjhoLTQuMnYtMTguMWg0djIuNgoJCUMxNjYuNCwxNDguNSwxNjguNiwxNDcuNSwxNzEuNywxNDcuNXoiLz4KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xOTIuOSwxNDcuOGwtNy44LDE4LjFoLTQuNGwtNy44LTE4LjFoNC40bDUuNiwxMy40bDUuOC0xMy40SDE5Mi45eiIvPgoJPHBhdGggY2xhc3M9InN0MyIgZD0iTTIxMiwxNTguMmgtMTQuMmMwLjUsMi42LDIuNyw0LjMsNS45LDQuM2MyLDAsMy42LTAuNiw0LjktMmwyLjMsMi42Yy0xLjYsMS45LTQuMiwyLjktNy4zLDIuOQoJCWMtNi4xLDAtMTAtMy45LTEwLTkuM2MwLTUuNCw0LTkuMyw5LjQtOS4zYzUuMywwLDkuMiwzLjcsOS4yLDkuNEMyMTIsMTU3LjIsMjEyLDE1Ny44LDIxMiwxNTguMnogTTE5Ny43LDE1NS4zSDIwOAoJCWMtMC4zLTIuNi0yLjMtNC40LTUuMS00LjRDMjAwLjEsMTUwLjksMTk4LjEsMTUyLjcsMTk3LjcsMTU1LjN6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjMzLjEsMTU4LjJoLTE0LjJjMC41LDIuNiwyLjcsNC4zLDUuOSw0LjNjMiwwLDMuNi0wLjYsNC45LTJsMi4zLDIuNmMtMS42LDEuOS00LjIsMi45LTcuMywyLjkKCQljLTYuMSwwLTEwLTMuOS0xMC05LjNjMC01LjQsNC05LjMsOS40LTkuM2M1LjMsMCw5LjIsMy43LDkuMiw5LjRDMjMzLjEsMTU3LjIsMjMzLjEsMTU3LjgsMjMzLjEsMTU4LjJ6IE0yMTguOCwxNTUuM2gxMC4zCgkJYy0wLjMtMi42LTIuMy00LjQtNS4xLTQuNEMyMjEuMiwxNTAuOSwyMTkuMiwxNTIuNywyMTguOCwxNTUuM3oiLz4KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yNDcuNywxNDcuNXY0Yy0wLjQtMC4xLTAuNy0wLjEtMS0wLjFjLTMuMiwwLTUuMywxLjktNS4zLDUuNnY4LjhoLTQuMnYtMTguMWg0djIuNgoJCUMyNDIuNSwxNDguNSwyNDQuNywxNDcuNSwyNDcuNywxNDcuNXoiLz4KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yNjguOCwxNDAuN3YyNS4yaC00LjF2LTIuM2MtMS40LDEuNy0zLjUsMi42LTYsMi42Yy01LjMsMC05LjItMy43LTkuMi05LjNjMC01LjYsMy45LTkuMyw5LjItOS4zCgkJYzIuMywwLDQuNCwwLjgsNS44LDIuNHYtOS4zSDI2OC44eiBNMjY0LjcsMTU2LjhjMC0zLjUtMi4zLTUuNy01LjQtNS43cy01LjQsMi4yLTUuNCw1LjdjMCwzLjUsMi4zLDUuNyw1LjQsNS43CgkJUzI2NC43LDE2MC4zLDI2NC43LDE1Ni44eiIvPgo8L2c+CjxnPgoJPHBhdGggY2xhc3M9InN0MyIgZD0iTTEwMC42LDI1OS43bC0xMC4zLDIzLjdoLTQuM2wtMTAuNC0yMy43aDQuOGw3LjksMTguM2w4LTE4LjNIMTAwLjZ6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMTE4LjMsMjc1LjdoLTE0LjJjMC41LDIuNiwyLjcsNC4zLDUuOSw0LjNjMiwwLDMuNi0wLjYsNC45LTJsMi4zLDIuNmMtMS42LDEuOS00LjIsMi45LTcuMywyLjkKCQljLTYuMSwwLTEwLTMuOS0xMC05LjNjMC01LjQsNC05LjMsOS40LTkuM2M1LjMsMCw5LjIsMy43LDkuMiw5LjRDMTE4LjMsMjc0LjgsMTE4LjMsMjc1LjMsMTE4LjMsMjc1Ljd6IE0xMDQsMjcyLjloMTAuMwoJCWMtMC4zLTIuNi0yLjMtNC40LTUuMS00LjRDMTA2LjQsMjY4LjUsMTA0LjQsMjcwLjIsMTA0LDI3Mi45eiIvPgoJPHBhdGggY2xhc3M9InN0MyIgZD0iTTEzMi45LDI2NS4xdjRjLTAuNC0wLjEtMC43LTAuMS0xLTAuMWMtMy4yLDAtNS4zLDEuOS01LjMsNS42djguOGgtNC4ydi0xOC4xaDR2Mi42CgkJQzEyNy43LDI2NiwxMjkuOSwyNjUuMSwxMzIuOSwyNjUuMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xNDMuOSwyNzUuNmwtMy4yLDN2NC44aC00LjJ2LTI1LjJoNC4ydjE1LjJsOC44LTguMWg1LjFsLTcuNiw3LjZsOC4zLDEwLjVoLTUuMkwxNDMuOSwyNzUuNnoiLz4KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xNTUuOCwyNzQuM2MwLTUuNCw0LjEtOS4zLDkuNi05LjNjNS42LDAsOS43LDMuOCw5LjcsOS4zcy00LDkuMy05LjcsOS4zCgkJQzE1OS45LDI4My42LDE1NS44LDI3OS44LDE1NS44LDI3NC4zeiBNMTcwLjgsMjc0LjNjMC0zLjUtMi4zLTUuNy01LjQtNS43Yy0zLjEsMC01LjQsMi4yLTUuNCw1LjdzMi4zLDUuNyw1LjQsNS43CgkJQzE2OC41LDI4MCwxNzAuOCwyNzcuOCwxNzAuOCwyNzQuM3oiLz4KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xNzcuNywyNzQuM2MwLTUuNCw0LjEtOS4zLDkuOC05LjNjMy41LDAsNi4zLDEuNSw3LjcsNC4ybC0zLjMsMS45Yy0xLjEtMS43LTIuNy0yLjUtNC41LTIuNQoJCWMtMy4xLDAtNS41LDIuMi01LjUsNS43YzAsMy41LDIuNCw1LjcsNS41LDUuN2MxLjgsMCwzLjQtMC44LDQuNS0yLjVsMy4zLDEuOWMtMS40LDIuNy00LjIsNC4yLTcuNyw0LjIKCQlDMTgxLjcsMjgzLjYsMTc3LjcsMjc5LjgsMTc3LjcsMjc0LjN6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjE2LjUsMjczdjEwLjRoLTQuMnYtOS44YzAtMy4yLTEuNi00LjgtNC4zLTQuOGMtMywwLTUuMSwxLjgtNS4xLDUuNXY5LjJoLTQuMnYtMjUuMmg0LjJ2OS4yCgkJYzEuNC0xLjUsMy41LTIuMyw2LTIuM0MyMTMuMywyNjUuMSwyMTYuNSwyNjcuNiwyMTYuNSwyNzN6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjMyLjgsMjgyLjRjLTEsMC44LTIuNSwxLjItNC4xLDEuMmMtNCwwLTYuMi0yLjEtNi4yLTYuMXYtOC43aC0zdi0zLjRoM3YtNC4xaDQuMnY0LjFoNC44djMuNGgtNC44djguNgoJCWMwLDEuOCwwLjksMi43LDIuNSwyLjdjMC45LDAsMS43LTAuMiwyLjQtMC43TDIzMi44LDI4Mi40eiIvPgo8L2c+Cjwvc3ZnPgo=");
  background-size: contain;
  background-position: top right;
  width: 116px;
  height: 133px;
}
@media (max-width: 992px) {
  .kavelkaart:after {
    transform: scale(0.8);
  }
}

.kavel {
  cursor: pointer;
  transition: var(--default-transition);
  position: relative;
}
.kavel.js-active {
  fill: #BA732B;
}
.kavel__verkocht {
  fill: #61a345;
}
.kavel__gereserveerd {
  fill: #95B76F;
}
.kavel__beschikbaar {
  fill: #D4DE25;
}
.kavel:hover {
  stroke: #fff;
  stroke-width: 5px;
}

.kavel-pin {
  width: 90px;
  height: 50px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTUuMSAxNDEuNyI+PHBhdGggZD0iTTI0My4zIDBIMTEuOEM1LjMgMCAwIDQuOCAwIDEwLjd2MTAyYzAgNS45IDUuMyAxMC43IDExLjggMTAuN2g5MC45bDE2LjYgMTUuMWM0LjYgNC4yIDEyLjEgNC4yIDE2LjcgMGwxNi42LTE1LjFoOTAuOWM2LjUgMCAxMS44LTQuOCAxMS44LTEwLjd2LTEwMmMtLjItNS45LTUuNS0xMC43LTEyLTEwLjd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 999;
  pointer-events: none;
}
.kavel-pin__img {
  max-width: 80%;
  max-height: 80%;
  margin-bottom: 7px;
}

.kavel-cards {
  width: 100%;
  color: white;
  z-index: 999;
}
@media (min-width: 992px) {
  .kavel-cards {
    width: calc(var(--container-width) / 12 * 4);
    position: absolute;
    top: 50px;
  }
}

.kavel-card {
  background-color: var(--green-color);
  transition: var(--default-transition);
  display: none;
}
@media (min-width: 992px) {
  .kavel-card {
    display: block;
    position: absolute;
    transform: translateX(-100vw);
  }
}
.kavel-card.js-active {
  display: block;
}
@media (min-width: 992px) {
  .kavel-card.js-active {
    transform: translateX(0);
  }
}
@media (min-width: 992px) {
  .kavel-card.js-active .kavel-card__logo {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: calc(100% - 100px);
  }
}
@media (max-width: 992px) {
  .kavel-card__init .kavel-card__top {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .kavel-card__init .kavel-card__title {
    transform: translateY(15px);
  }
}
.kavel-card__top {
  padding-top: 45px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .kavel-card__top {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .kavel-card__top {
    width: 470px;
    height: 400px;
  }
}
.kavel-card__top:before {
  content: "";
  position: absolute;
  background-color: var(--green-color);
  width: calc((100vw - var(--container-width)) / 2 + 20px);
  left: calc((100vw - var(--container-width)) / 2 * -1 - 20px);
  top: 0;
  bottom: 0;
}
.kavel-card__bottom {
  background-color: white;
  padding-top: 65px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .kavel-card__bottom {
    padding: 20px;
    width: 160px;
    display: none;
  }
}
@media (min-width: 992px) {
  .kavel-card__bottom {
    height: 200px;
  }
}
.kavel-card__bottom:before {
  content: "";
  position: absolute;
  width: calc((100vw - var(--container-width)) / 2 + 20px);
  left: calc((100vw - var(--container-width)) / 2 * -1 - 20px);
  bottom: 0;
}
.kavel-card__title {
  font-family: var(--base-font-family);
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.kavel-card__title span {
  font-weight: 700;
  width: 50px;
  height: 50px;
  background-color: #8CA85A;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-8px);
}
.kavel-card__verkocht.js-active .kavel-card__title {
  margin-top: 10px;
}
.kavel-card__beschikbaar .kavel-card__title span {
  background-color: #D4DE25;
  color: #00521f;
}
.kavel-card__button {
  width: 100%;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  padding-left: 25px;
  display: block;
  font-family: var(--secondary-font-family);
  text-decoration: none;
  position: relative;
  text-align: left;
  color: #fff;
  background-color: var(--ultra-bright-green-color);
}
.kavel-card__button:before {
  content: "";
  position: absolute;
  opacity: 0;
  right: 20px;
  top: calc(50% - 11px);
  width: 50px;
  height: 22px;
  background-image: url(img/icon-arrow-right.svg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  transition: var(--default-transition);
}
.kavel-card__button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bright-green-color);
  width: 127px;
  height: 7px;
  transition: var(--default-transition);
}
.kavel-card__button:hover:before {
  opacity: 1;
  right: 15px;
}
.kavel-card__button:hover:after {
  width: 100%;
}
@media (min-width: 992px) {
  .kavel-card__arrow {
    margin-left: 40px;
  }
}
.kavel-card__arrow svg {
  transform: rotate(-90deg) translate(60px, 160px);
}
@media (max-width: 991px) {
  .kavel-card__arrow svg {
    transform: rotate(-90deg) translate(90px, 150px);
    width: 100px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .kavel-card__arrow svg {
    transform: inherit;
  }
}
.kavel-card h3 {
  font-family: var(--base-font-family);
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
}
.kavel-card h4 {
  font-family: var(--base-font-family);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.kavel-card__meta--item {
  margin-bottom: 25px;
}
.kavel-card__meta--notice p {
  font-size: 15px;
  line-height: 20/15;
  font-weight: 700;
}
.kavel-card__logo img {
  width: 100%;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
}

.post__article {
  position: relative;
}
.post__article .wp-caption-text {
  display: block;
  text-align: left;
  font-size: 0.8em;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 5px;
}
.post__article .backgroundbar {
  position: absolute;
  width: 100%;
  height: 70px;
  content: "";
  display: block;
  top: 0;
  background-color: var(--light-blue-color);
  z-index: -1;
}
.post__article-hero img {
  width: 100%;
  height: auto;
}
.post__article-hero-caption {
  display: block;
  text-align: left;
  font-size: 0.8em;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 5px;
}
.post__article-content {
  margin-top: 25px;
}
.post__category {
  position: relative;
  z-index: 9;
}
.post__category ul {
  margin: 0;
  padding: 0;
}
.post__category ul li {
  list-style: none;
  display: inline-block;
  padding: 3px 10px;
  background-color: var(--blue-color);
  color: #fff;
  font-size: 0.8em;
  border-left: 1px solid var(--light-blue-color);
}
.post__category ul li:first-child {
  border-left: 0px;
}

.related-posts__border {
  margin-bottom: 30px;
  margin-top: 50px;
  background-color: var(--green-color);
  height: 1px;
  border: 0;
}

.newsletter {
  margin-bottom: 100px;
  margin-top: -80px;
  z-index: 1;
  position: relative;
}
.newsletter__card {
  background-color: var(--ultra-light-bright-green-color);
  color: var(--green-color);
  padding: 35px 45px;
}
.newsletter__card header.title {
  margin-bottom: 20px;
  width: 90%;
  font-size: 37px;
  line-height: 1;
}
@media (min-width: 992px) {
  .newsletter__card header.title {
    margin-bottom: 0;
  }
}

.single-post .post__header {
  background-color: var(--light-blue-color);
  padding-top: 60px;
  position: relative;
  margin-top: 20px;
  padding-bottom: 25px;
}
.single-post .post__header-top {
  border-bottom: 1px solid var(--green-color);
}
.single-post .post__header-top header.title {
  margin-bottom: 25px;
  float: left;
  color: var(--green-color);
}
.single-post .post__header a.link-back {
  display: block;
  width: 50px;
  height: 25px;
  margin-top: 5px;
  margin-left: 5px;
  transition: var(--default-transition);
}
.single-post .post__header a.link-back svg .st0 {
  fill: var(--green-color);
}
.single-post .post__header a.link-back:hover {
  margin-left: 0px;
}
.single-post .post__header h1 {
  margin-top: 10px;
  line-height: 55px;
  color: var(--dark-green-color);
}
@media (max-width: 767px) {
  .single-post .post__header h1 {
    font-size: 2.5em;
    line-height: 1;
  }
}
.single-post .post__date {
  margin-top: 30px;
  display: block;
  font-size: 1.05em;
}

.related-posts {
  position: relative;
  padding-bottom: 180px;
  margin-top: 20px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .related-posts {
    margin-top: 70px;
  }
}
.related-posts__border {
  margin-bottom: 30px;
  margin-top: 50px;
  background-color: var(--green-color);
  height: 1px;
  border: 0;
}

body.single-post .related-posts {
  background-color: var(--light-blue-color);
}

.stakeholder__item {
  margin-bottom: 40px;
}
.stakeholder__name {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--dark-green-color);
  font-size: 1.1em;
}
.stakeholder__title {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
}
.stakeholder__tel {
  display: block;
  background-image: url(img/icon-tel.svg);
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
  text-decoration: none;
  margin-bottom: 5px;
}
.stakeholder__mail {
  display: block;
  background-image: url(img/icon-nieuwsbrief.svg);
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 30px;
  text-decoration: none;
  margin-bottom: 5px;
}
.stakeholder__mail:hover {
  text-decoration: underline;
}
.stakeholder__image {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  position: relative;
}
.stakeholder__image:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url(img/footer-top.svg);
  background-size: 550px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.stakeholder__image.teamlid {
  height: 300px;
}

.moreinfo {
  background-color: var(--light-green-color);
  padding: 20px;
  margin-top: 100px;
}
.moreinfo a {
  font-size: 1.1em;
  font-weight: 500;
}
.moreinfo a:hover {
  text-decoration: underline;
  color: var(--green-color);
}
.moreinfo__title {
  font-family: var(--secondary-font-family);
  color: var(--darker-green-color);
  font-size: 2rem;
}
.moreinfo__subtitle {
  font-family: var(--secondary-font-family);
  color: var(--bright-green-color);
  font-size: 1.8rem;
}
.moreinfo__tel {
  display: block;
  background-image: url(img/icon-tel.svg);
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
  text-decoration: none;
  margin-bottom: 5px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .moreinfo__tel {
    margin-top: 10px;
  }
}
.moreinfo__mail {
  display: block;
  background-image: url(img/icon-nieuwsbrief.svg);
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 30px;
  text-decoration: none;
  margin-bottom: 5px;
  margin-top: 15px;
}

body.home {
  /*	.footer {
  		margin-top: 0px;

  		&__top {
  			background-color: var(--light-blue-color);
  		}

  	}*/
}
body.home section.news-overview {
  padding-top: 60px;
  position: relative;
  padding-bottom: 180px;
  margin-top: 0;
}
body.home section.news-overview:before {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
  right: calc(50% - 40px);
  background-image: url(img/triangle.svg);
  background-position: center top -5px;
  background-repeat: no-repeat;
}

section.news-overview {
  background-color: var(--light-blue-color);
  padding-top: 5px;
  position: relative;
  padding-bottom: 120px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  section.news-overview {
    margin-top: 20px;
  }
}
section.news-overview h1 {
  border-bottom: 1px solid var(--green-color);
  padding-bottom: 20px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  section.news-overview h1 {
    font-size: 2.5em;
    line-height: 1;
  }
}
section.news-overview .wpv-filter-form {
  margin-top: -40px;
  margin-bottom: 40PX;
}
@media (min-width: 768px) {
  section.news-overview .wpv-filter-form {
    position: absolute;
    right: 15px;
    top: 60px;
  }
}
section.news-overview select.js-wpv-filter-trigger.form-control {
  border-radius: 0;
  border: 1px solid var(--green-color);
  height: 30px;
}
section.news-overview span.js-wpv-dps-spinner {
  position: absolute;
  margin-left: -50px;
}
@media (min-width: 768px) {
  section.news-overview span.js-wpv-dps-spinner {
    position: absolute;
    right: 20px;
    top: -1px;
  }
}
section.news-overview span.js-wpv-dps-spinner img {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(40deg);
}

section.search-overview {
  background-color: var(--light-blue-color);
  padding-top: 50px;
  position: relative;
  padding-bottom: 120px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  section.search-overview {
    padding-top: 5px;
  }
}
section.search-overview h1 {
  border-bottom: 1px solid var(--green-color);
  padding-bottom: 20px;
  margin-bottom: 60px;
}
section.search-overview .search__item {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  background: #fff;
  padding: 20px;
  line-height: 25px;
  font-size: 16px;
  color: #000;
}
section.search-overview .search__item img {
  max-width: 100%;
  height: auto;
}
section.search-overview .search__title {
  line-height: 1.1;
}
section.search-overview .search__item-cat {
  text-decoration: none;
  padding: 0px 10px;
  background-color: var(--blue-color);
  color: #fff;
  font-size: 0.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}

body.bestuurteam-page .article__content .js-wpv-view-layout {
  margin-top: 80px;
}
body.bestuurteam-page .article__content h2 {
  margin-bottom: -40px;
}

.contact-page .social-card {
  width: 100%;
  height: 250px;
  margin-top: 60px;
}
.contact-page .newsletter {
  margin-bottom: 100px;
  margin-top: 80px;
}

body.page-template-tn-kavelkaart .article__hero {
  display: none;
}
body.page-template-tn-kavelkaart a.feedback-tab {
  display: none;
}

.bedrijf-test .post__header,
.bedrijf-test .backgroundbar {
  background: rgb(199, 221, 150);
}
.bedrijf-test a.link-back {
  display: block;
  width: 50px;
  height: 25px;
  margin-top: 5px;
  margin-left: 5px;
  transition: var(--default-transition);
  position: relative;
}
.bedrijf-test a.link-back svg .st0 {
  fill: var(--green-color);
}
.bedrijf-test a.link-back:hover {
  margin-left: 0px;
}
.bedrijf-test a.link-back span {
  width: 200px;
  display: block;
  left: 60px;
  position: absolute;
  top: 3px;
}
.bedrijf-test h1 {
  margin-top: 1.5em;
}
.bedrijf-test__meta--item {
  margin-bottom: 25px;
}
.bedrijf-test__meta--item h3 {
  font-family: var(--base-font-family);
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
}
.bedrijf-test__logo {
  margin: 50px auto 0;
  width: 100%;
  border-top: 1px solid var(--green-color);
  padding-bottom: 20px;
}
.bedrijf-test__logo img {
  width: calc(100% - 40px);
  /* margin: auto; */
  display: block;
  margin-top: 40px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.bedrijfspresentatie__wrapper {
  background-color: #009036;
  height: 100vh;
}

.bedrijfspresentatie__witbalk {
  background-color: #fff;
  height: 320px;
  margin-top: -30px;
  background-image: url(https://www.nieuwreijerwaard.eu/app/uploads/2023/08/lijnen.png);
  background-repeat: no-repeat;
  background-position: right bottom -1px;
}

.bedrijfspresentatie__logo {
  height: 170px;
  width: 90%;
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-top: 60px;
}

.bedrijfspresentatie__content {
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
}

.bedrijfspresentatie__content .content {
  color: #fff;
  font-size: 1.2em;
}

.bedrijfspresentatie__content .content > span.bedrijfspresentatie__header {
  font-weight: 700;
  font-size: 0.7em;
}

.bedrijfspresentatie__info {
  display: block;
  margin-bottom: 5px;
}

.bedrijfspresentatie__photo {
  height: 470px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-top: -270px;
  margin-bottom: 40px;
}

span.bedrijfspresentatie__bodytekst {
  padding-top: 30px;
  display: block;
}

span.bedrijfspresentatie__bodytekst p {
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
}

span.bedrijfspresentatie__bodytekst span.inleiding {
  font-size: 1.5em;
  line-height: 1.2em;
}

/*
================================================================================

  Import of all SCSS-files

================================================================================
*/