/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \**************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
: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;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.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 > * {
  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;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* Niet alle bootstrap elementen zijn momenteel toegevoegd: alle zijn te vinden in /node_modules/bootstrap/scss/ */
/**
 * Global variables
 **/
* {
  font-family: "Instrument Sans", sans-serif;
}

h1, .h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  margin-top: 60px;
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 60px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 54px;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 48px;
    margin-top: 0;
  }
}

h2, .h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}

p {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
p--xl {
  font-size: 18px;
}
p--xs {
  font-size: 12px;
}

ul, ol {
  font-family: "Open Sans", sans-serif;
}

.content-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .content-wrap ul {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
.content-wrap ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 25px;
}
.content-wrap ul li:last-of-type {
  margin-bottom: 0;
}
.content-wrap ul li::before {
  content: "";
  background: url("../dist/images/bullet-arrow.svg");
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
}

/* general */
.row:before, .row:after {
  display: none !important;
}

img {
  max-width: 100%;
}

/* background */
body {
  background: url("../dist/images/nav-bg.png");
  background-size: 100vw;
  background-position: center -170px;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  body {
    background-size: 300vw;
  }
}
@media (max-width: 575.98px) {
  body {
    background-size: 500vw;
  }
}

.page-template-template-front {
  background-position: center 0%;
}

/* lines */
.content-wrap section {
  border-bottom: 1px solid #f8e3cf;
  position: relative;
}
.content-wrap section::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 79px;
  background-color: #f8e3cf;
  display: block;
}
.content-wrap section:first-of-type::before {
  display: none;
}
.content-wrap section:last-of-type {
  border-bottom: none;
}
.content-wrap section:last-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 79px;
  height: 1px;
  width: 100%;
  background-color: #f8e3cf;
}
.content-wrap section:last-of-type > .container .row:last-of-type {
  padding-bottom: 80px;
}
.content-wrap section > .container {
  position: relative;
}
.content-wrap section > .container::before, .content-wrap section > .container::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background-color: #f8e3cf;
  display: block;
  z-index: 100;
}
.content-wrap section > .container::before {
  left: 12px;
}
.content-wrap section > .container::after {
  right: 12px;
}
.content-wrap section > .container .row:first-of-type {
  padding-top: 80px;
}
.content-wrap section .container .row .text-wrap {
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .content-wrap section .container .row .text-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-wrap section.no-margin::before {
  top: 0;
}
.content-wrap section.no-margin > .container .row:first-of-type {
  padding-top: 0;
}
.content-wrap section.section--orange {
  margin-top: 80px;
}
.content-wrap section.section--orange::before {
  display: none;
}
.content-wrap section.section--orange::after {
  display: none;
}
.content-wrap section.section--orange .inner {
  background-color: #F06E00;
  color: #FFFFFF !important;
}
.content-wrap section.section--orange .inner > .container {
  position: relative;
}
.content-wrap section.section--orange .inner > .container::before {
  content: "";
  position: absolute;
  left: 12px;
  top: -80px;
  height: 80px;
  width: 1px;
  background-color: #f8e3cf;
}
.content-wrap section.section--orange .inner > .container::after {
  content: "";
  position: absolute;
  right: 12px;
  top: -80px;
  height: 80px;
  width: 1px;
  background-color: #f8e3cf;
}
.content-wrap section.section--orange .inner > .container .text-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* body */
.btn {
  background-color: #000000;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  margin-right: 54px;
  transition: all 0.1s ease-out;
  text-decoration: none;
  color: #FFFFFF !important;
  display: inline-block;
}
.btn::before {
  content: "";
  height: 100%;
  width: 48px;
  position: absolute;
  left: auto;
  right: -54px;
  top: 0;
  background-color: #000000;
  border-radius: 8px;
  z-index: 1;
  transition: all 0.1s ease-out;
}
.btn::after {
  content: "";
  height: 22px;
  width: 22px;
  background: url("../dist/images/arrow-white.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: -41px;
  top: 13px;
  z-index: 5;
}
.btn:hover {
  background-color: #F06E00;
}
.btn:hover::before {
  background-color: #F06E00;
}
.btn::before {
  width: 43px;
}
.btn::after {
  right: -44px;
}
.btn--orange {
  background-color: #F06E00;
}
.btn--orange::before {
  background-color: #F06E00;
}
.btn--orange:hover {
  background-color: #000000;
}
.btn--orange:hover::before {
  background-color: #000000;
}
.btn--white {
  background-color: #FFFFFF;
  color: #000000 !important;
}
.btn--white::before {
  background-color: #FFFFFF;
}
.btn--white::after {
  background: url("../dist/images/arrow-black.svg");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top !important;
}
.btn--white:hover {
  background-color: #000000;
  color: #FFFFFF !important;
}
.btn--white:hover::before {
  background-color: #000000;
}
.btn--white:hover::after {
  background: url("../dist/images/arrow-white.svg");
}

/* img-wrap */
.img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* intro img */
.intro-img .img-wrap {
  width: 100%;
  height: 540px;
}
@media (max-width: 991.98px) {
  .intro-img .img-wrap {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .intro-img .img-wrap {
    height: 260px;
  }
}
@media (max-width: 575.98px) {
  .intro-img .img-wrap {
    height: 230px;
  }
}

/* intro video */
.intro-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* nieuwsbrief */
.gform_wrapper {
  margin-top: 25px !important;
}
.gform_wrapper label {
  font-size: 16px !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email] {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 2px solid #F06E00 !important;
  background-color: transparent !important;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus {
  outline-color: #F06E00 !important;
  border-color: transparent !important;
}
.gform_wrapper .gform_button {
  width: 100% !important;
  border-radius: 0 !important;
  background-color: #F06E00 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 16px !important;
  transition: all 0.1s ease-out !important;
  margin-top: 25px !important;
}
.gform_wrapper .gform_button:hover {
  background-color: #f8e3cf !important;
  color: #000000 !important;
}

.page-content {
  padding-bottom: 100px;
}
.page-content h1, .page-content .h1 {
  padding-left: 0;
  margin-bottom: 50px;
}
.page-content a {
  color: #F06E00;
  text-decoration: none;
}

/**
 * Mobile only
 **/
.nav-wrap {
  padding-top: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid #f8e3cf;
}
.nav-wrap .navbar-toggler {
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 4px 14px;
  position: relative;
  top: 6px;
}
.nav-wrap .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(240, 110, 0)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.nav-wrap .navbar-toggler:focus {
  box-shadow: none;
}
.nav-wrap #menu-entries {
  padding-top: 22px;
}
.nav-wrap #menu-entries .nav {
  margin-left: auto;
}
.nav-wrap #menu-entries .nav .nav-item {
  padding: 0;
  margin-right: 48px;
}
@media (max-width: 991.98px) {
  .nav-wrap #menu-entries .nav .nav-item {
    margin-bottom: 20px;
  }
}
.nav-wrap #menu-entries .nav .nav-item .nav-link {
  color: #000000;
  font-size: 20px;
  line-height: 120%;
  padding: 0;
  transition: all 0.1s ease-out;
  position: relative;
}
.nav-wrap #menu-entries .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  bottom: -5px;
  transition: all 0.3s ease-in;
  background-color: #F06E00;
}
.nav-wrap #menu-entries .nav .nav-item .nav-link:hover::before {
  width: 100%;
}
@media (max-width: 991.98px) {
  .nav-wrap #menu-entries .nav .nav-item .nav-link {
    display: inline-block;
  }
}
.nav-wrap #menu-entries .nav .nav-item:last-of-type {
  margin-right: 0;
  margin-left: 8px;
  position: relative;
  bottom: 10px;
}
.nav-wrap #menu-entries .nav .nav-item:last-of-type .nav-link {
  background-color: #000000;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  margin-right: 54px;
  transition: all 0.1s ease-out;
  color: #FFFFFF;
}
.nav-wrap #menu-entries .nav .nav-item:last-of-type .nav-link::before {
  content: "";
  height: 100%;
  width: 48px;
  position: absolute;
  left: auto;
  right: -54px;
  top: 0;
  background-color: #000000;
  border-radius: 8px;
  z-index: 1;
  transition: all 0.1s ease-out;
}
.nav-wrap #menu-entries .nav .nav-item:last-of-type .nav-link::after {
  content: "";
  height: 22px;
  width: 22px;
  background: url("../dist/images/arrow-white.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: -41px;
  top: 13px;
  z-index: 5;
}
.nav-wrap #menu-entries .nav .nav-item:last-of-type .nav-link:hover {
  background-color: #F06E00;
}
.nav-wrap #menu-entries .nav .nav-item:last-of-type .nav-link:hover::before {
  background-color: #F06E00;
}
@media (max-width: 991.98px) {
  .nav-wrap #menu-entries .nav .nav-item:last-of-type {
    bottom: 0;
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  #menu-entries {
    display: none !important;
  }
  #menu-entries.show {
    display: block !important;
    width: 100% !important;
  }
  #menu-entries ul {
    width: 100%;
  }
  .navbar {
    display: block !important;
  }
  .navbar-toggler {
    float: right;
  }
}
#menu-entries .dropdown.child {
  position: relative !important;
}
#menu-entries .dropdown.child .dropdown-sub {
  position: absolute !important;
  right: 0;
}

.page-template-template-front .nav-wrap .navbar-toggler {
  background-color: #FFFFFF;
}
.page-template-template-front .nav-wrap .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(240, 110, 0)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.page-template-template-front .nav-wrap #menu-entries .nav .nav-item:not(:last-of-type) .nav-link {
  color: #FFFFFF;
  position: relative;
}
.page-template-template-front .nav-wrap #menu-entries .nav .nav-item:not(:last-of-type) .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  bottom: -5px;
  transition: all 0.3s ease-in;
  background-color: #f8e3cf;
}
.page-template-template-front .nav-wrap #menu-entries .nav .nav-item:not(:last-of-type) .nav-link:hover::before {
  width: 100%;
}

footer .footer {
  background-color: #F06E00;
  position: relative;
}
footer .footer .row {
  padding-top: 0 !important;
}
footer .footer .row .footer-col {
  padding-top: 50px;
  padding-bottom: 65px;
  padding-left: 35px;
  border-right: 1px solid #f8e3cf;
}
footer .footer .row .footer-col:last-of-type {
  border-right: none;
}
@media (max-width: 1199.98px) {
  footer .footer .row .footer-col {
    padding-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  footer .footer .row .footer-col {
    padding-top: 35px;
  }
}
@media (max-width: 767.98px) {
  footer .footer .row .footer-col {
    border-right: none !important;
  }
}
@media (max-width: 767.98px) {
  footer .footer .row .footer-col.logo-col {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 575.98px) {
  footer .footer .row .footer-col.logo-col {
    max-width: 90%;
  }
}
@media (max-width: 1199.98px) {
  footer .footer .row .footer-col.nav-col {
    border-right: none;
  }
}
footer .footer .row .footer-col.nav-col h2, footer .footer .row .footer-col.nav-col .h2 {
  display: none;
}
footer .footer .row .footer-col.nav-col ul {
  padding: 0;
  padding-top: 20px;
  list-style: none;
}
@media (max-width: 991.98px) {
  footer .footer .row .footer-col.nav-col ul {
    padding-top: 0;
  }
}
footer .footer .row .footer-col.nav-col ul li {
  margin-bottom: 24px;
}
footer .footer .row .footer-col.nav-col ul li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  footer .footer .row .footer-col.nav-col ul li {
    margin-bottom: 18px;
  }
}
footer .footer .row .footer-col.nav-col ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}
footer .footer .row .footer-col.nav-col ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  bottom: -5px;
  transition: all 0.3s ease-in;
  background-color: #f8e3cf;
}
footer .footer .row .footer-col.nav-col ul li a:hover::before {
  width: 100%;
}
footer .footer .row .footer-col.contact-col {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  footer .footer .row .footer-col.contact-col {
    padding-top: 0;
  }
}
footer .footer .row .footer-col.contact-col .footer-row {
  padding: 0 35px;
}
footer .footer .row .footer-col.contact-col .footer-row.contact-row {
  padding-top: 20px;
  border-top: 1px solid #f8e3cf;
  border-bottom: 1px solid #f8e3cf;
  padding-bottom: 20px;
}
@media (max-width: 1199.98px) {
  footer .footer .row .footer-col.contact-col .footer-row.contact-row {
    width: calc(100% - 12px);
    position: relative;
    left: 12px;
  }
}
@media (max-width: 767.98px) {
  footer .footer .row .footer-col.contact-col .footer-row.contact-row {
    width: calc(100% - 24px);
    padding-left: 23px;
  }
}
footer .footer .row .footer-col.contact-col .footer-row.contact-row p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  footer .footer .row .footer-col.contact-col .footer-row.contact-row p {
    line-height: 240%;
  }
}
footer .footer .row .footer-col.contact-col .footer-row.contact-row p strong, footer .footer .row .footer-col.contact-col .footer-row.contact-row p span, footer .footer .row .footer-col.contact-col .footer-row.contact-row p a {
  display: inline-block;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  footer .footer .row .footer-col.contact-col .footer-row.contact-row p strong, footer .footer .row .footer-col.contact-col .footer-row.contact-row p span, footer .footer .row .footer-col.contact-col .footer-row.contact-row p a {
    display: block;
  }
}
@media (min-width: 768px) {
  footer .footer .row .footer-col.contact-col .footer-row.contact-row p strong {
    margin-right: 48px;
  }
}
footer .footer .row .footer-col.contact-col .footer-row.contact-row p a {
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
@media (min-width: 768px) {
  footer .footer .row .footer-col.contact-col .footer-row.contact-row p a {
    margin-right: 24px;
  }
}
footer .footer .row .footer-col.contact-col .footer-row.contact-row p a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  bottom: -5px;
  transition: all 0.3s ease-in;
  background-color: #f8e3cf;
}
footer .footer .row .footer-col.contact-col .footer-row.contact-row p a:hover::before {
  width: 100%;
}
footer .footer .row .footer-col.contact-col .footer-row.address-row {
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  padding-top: 28px;
}
@media (max-width: 575.98px) {
  footer .footer .row .footer-col.contact-col .footer-row.address-row {
    display: block;
  }
}
footer .footer .row .footer-col.contact-col .footer-row.address-row .address {
  margin-right: 24px;
}
footer .footer .row .footer-col.contact-col .footer-row.address-row .address:last-of-type {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  footer .footer .row .footer-col.contact-col .footer-row.address-row .address {
    margin-bottom: 15px;
    margin-right: 0;
  }
  footer .footer .row .footer-col.contact-col .footer-row.address-row .address:last-of-type {
    margin-bottom: 0;
  }
}
footer .footer .row .footer-col.social-col {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  footer .footer .row .footer-col.social-col {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer .row .footer-col.social-col {
    padding-bottom: 10px;
  }
}
footer .footer .row .footer-col.social-col .footer-row {
  padding: 0 35px;
  padding-top: 20px;
  border-top: 1px solid #f8e3cf;
  border-bottom: 1px solid #f8e3cf;
  padding-bottom: 15px;
  width: calc(100% - 12px);
}
@media (min-width: 768px) {
  footer .footer .row .footer-col.social-col .footer-row {
    text-align: center;
  }
}
@media (max-width: 1399.98px) {
  footer .footer .row .footer-col.social-col .footer-row {
    padding-bottom: 16px;
  }
}
@media (max-width: 1199.98px) {
  footer .footer .row .footer-col.social-col .footer-row {
    padding-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  footer .footer .row .footer-col.social-col .footer-row {
    padding-left: 23px;
  }
}
@media (max-width: 767.98px) {
  footer .footer .row .footer-col.social-col .footer-row {
    width: calc(100% - 24px);
    position: relative;
    left: 12px;
    border-bottom: none;
  }
}
footer .footer-final {
  background-color: #F06E00;
  border-top: 1px solid #f8e3cf;
}
footer .footer-final .row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
footer .footer-final .row .footer-col {
  padding-top: 24px;
  padding-bottom: 20px;
  padding-left: 35px;
  color: #FFFFFF;
}
@media (max-width: 1199.98px) {
  footer .footer-final .row .footer-col {
    border-right: none !important;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-final .row .footer-col.filler-col {
    display: none;
  }
}
footer .footer-final .row .footer-col a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}
footer .footer-final .row .footer-col a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  bottom: -5px;
  transition: all 0.3s ease-in;
  background-color: #f8e3cf;
}
footer .footer-final .row .footer-col a:hover::before {
  width: 100%;
}
@media (max-width: 1199.98px) {
  footer .footer-final .row .footer-col .dev-mag {
    position: absolute;
    right: 30px;
  }
}

/* lines */
.footer > .container, .footer-final > .container {
  position: relative;
}
.footer > .container::before, .footer > .container::after, .footer-final > .container::before, .footer-final > .container::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background-color: #f8e3cf;
  display: block;
  z-index: 100;
}
.footer > .container::before, .footer-final > .container::before {
  left: 12px;
}
.footer > .container::after, .footer-final > .container::after {
  right: 12px;
}
.footer > .container .row:first-of-type, .footer-final > .container .row:first-of-type {
  padding-top: 80px;
}
.footer > .container .row .footer-col, .footer-final > .container .row .footer-col {
  border-right: 1px solid #f8e3cf;
}
.footer > .container .row .footer-col:last-of-type, .footer-final > .container .row .footer-col:last-of-type {
  border-right: none;
}

.cb-module__mbv {
  margin-top: 2rem;
}
.cb-module__mon {
  margin-bottom: 2rem;
}
.cb-module img {
  max-width: 100%;
}
.cb-module .img-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .cb-module .img-wrap {
    height: 400px;
  }
}
.cb-module .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 767.98px) {
  .img-left .img-col img {
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .img-right .img-col img {
    margin-top: 25px;
  }
}

.full-width-img .img-wrap {
  height: 500px;
}
@media (max-width: 1399.98px) {
  .full-width-img .img-wrap {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .full-width-img .img-wrap {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .full-width-img .img-wrap {
    height: 275px;
  }
}
@media (max-width: 575.98px) {
  .full-width-img .img-wrap {
    height: 250px;
  }
}

.two-images .img-col .img-wrap {
  height: 400px;
}
@media (max-width: 1399.98px) {
  .two-images .img-col .img-wrap {
    height: 325px;
  }
}
@media (max-width: 991.98px) {
  .two-images .img-col .img-wrap {
    height: 225px;
  }
}
@media (max-width: 767.98px) {
  .two-images .img-col .img-wrap {
    height: 275px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .two-images .img-col .img-wrap {
    height: 250px;
  }
}
.two-images .img-col:last-of-type .img-wrap {
  margin-bottom: 0 !important;
}

.three-images .img-col .img-wrap {
  height: 325px;
}
@media (max-width: 1399.98px) {
  .three-images .img-col .img-wrap {
    height: 275px;
  }
}
@media (max-width: 991.98px) {
  .three-images .img-col .img-wrap {
    height: 175px;
  }
}
@media (max-width: 767.98px) {
  .three-images .img-col .img-wrap {
    height: 275px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .three-images .img-col .img-wrap {
    height: 250px;
  }
}
.three-images .img-col:last-of-type .img-wrap {
  margin-bottom: 0 !important;
}

.partners h2, .partners .h2 {
  text-align: center;
  margin-top: 55px;
}
@media (max-width: 991.98px) {
  .partners h2, .partners .h2 {
    margin-top: 40px;
  }
}
.partners .partners-inner {
  overflow: hidden;
}
.partners .logo-carrousel {
  --partners-gap: 100px;
  margin-top: 35px;
  margin-bottom: 65px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991.98px) {
  .partners .logo-carrousel {
    margin-bottom: 50px;
  }
}
.partners .logo-carrousel .logo-carrousel-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: var(--partners-gap);
  will-change: transform;
}
.partners .logo-carrousel .logo-carrousel-track .logo-carrousel-set {
  display: flex;
  flex-shrink: 0;
  gap: var(--partners-gap);
}
.partners .logo-carrousel .logo-carrousel-track .logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.partners .logo-carrousel .logo-carrousel-track .logo img {
  display: block;
  max-width: 135px;
  max-height: 110px;
  filter: grayscale(100%);
}

.newsletter .inner {
  display: flex;
  flex-direction: row;
  height: 100%;
}
@media (max-width: 991.98px) {
  .newsletter .inner {
    flex-direction: column-reverse;
  }
}
.newsletter .inner .img-wrap {
  flex: 0 0 40%;
  min-height: 330px;
  border-right: 1px solid #f8e3cf;
}
@media (max-width: 991.98px) {
  .newsletter .inner .img-wrap {
    flex: 0 0 33.3333%;
    min-height: 250px;
    border-right: none;
  }
}
.newsletter .inner .sub-text-wrap {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 35px 35px 35px 115px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .newsletter .inner .sub-text-wrap {
    padding-left: 80px;
  }
}
@media (max-width: 991.98px) {
  .newsletter .inner .sub-text-wrap {
    flex: 0 0 66.6666%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .newsletter .inner .sub-text-wrap {
    padding-top: 35px;
  }
}
@media (max-width: 575.98px) {
  .newsletter .inner .sub-text-wrap h2, .newsletter .inner .sub-text-wrap .h2 {
    margin-top: 45px;
  }
}
.newsletter .inner .sub-text-wrap p {
  max-width: 390px;
}
@media (max-width: 1199.98px) {
  .newsletter .inner .sub-text-wrap p {
    max-width: none;
  }
}
.newsletter .inner .sub-text-wrap .btn {
  margin-top: 15px;
}
.newsletter .inner .sub-text-wrap::after {
  content: "";
  position: absolute;
  height: 255px;
  width: 245px;
  right: 0;
  bottom: 0;
  background: url("../dist/images/newsletter-ge.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.slider-wrap {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 110px;
}
@media (max-width: 767.98px) {
  .slider-wrap {
    margin-bottom: 35px;
  }
}
.slider-wrap .slider-viewport {
  overflow: hidden;
  touch-action: pan-y;
  position: relative;
}
.slider-wrap .slider-track {
  position: relative;
}
.slider-wrap .slide {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.slider-wrap .slide img, .slider-wrap .slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.slider-wrap .slide:not(:first-child) {
  position: absolute;
  inset: 0;
}
.slider-wrap .slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.slider-wrap .slide img {
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.slider-wrap .slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.slider-wrap .slider-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  padding: 0;
  background-color: #D9D9D9;
  transition: all 0.3s ease-in;
  border: none;
}
.slider-wrap .slider-bullet.is-active {
  background-color: #A0A0A0;
}
.slider-wrap.is-dragging {
  cursor: grabbing;
}

@media (max-width: 991.98px) {
  .slider-wrap .slider-viewport {
    cursor: grab;
  }
}
@media (max-width: 767.98px) {
  .slider-wrap {
    margin-top: 25px;
  }
  .slider-wrap .slide {
    height: 280px;
  }
  .slider-wrap .slider-pagination {
    margin-top: 20px;
    gap: 10px;
  }
  .slider-wrap .slider-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 575.98px) {
  .slider-wrap .slide {
    height: 215px;
  }
}
.page-template-template-front .intro {
  border-bottom: none;
}
.page-template-template-front .intro .row {
  padding-bottom: 50px;
}
.page-template-template-front .intro .row .intro-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-front .intro .row .intro-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-template-front .why-movex .why-inner {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1199.98px) {
  .page-template-template-front .why-movex .why-inner {
    flex-direction: column;
  }
}
.page-template-template-front .why-movex .why-inner .why-col:first-of-type {
  flex: 0 0 33.3333%;
  background-color: #F06E00;
  padding-left: 25px;
  padding-right: 35px;
  padding-top: 75px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .page-template-template-front .why-movex .why-inner .why-col:first-of-type {
    flex: 0 0 100%;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.page-template-template-front .why-movex .why-inner .why-col:first-of-type h2, .page-template-template-front .why-movex .why-inner .why-col:first-of-type .h2 {
  color: #FFFFFF;
}
.page-template-template-front .why-movex .why-inner .why-col:first-of-type p {
  color: #FFFFFF;
}
.page-template-template-front .why-movex .why-inner .why-col:first-of-type::after {
  content: "";
  background: url("../dist/images/home-details-logo-ge.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 260px;
  height: 235px;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type {
  flex: 0 0 66.6666%;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row {
  border-bottom: 1px solid #f8e3cf;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 575.98px) {
  .page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row {
    grid-template-columns: 1fr;
  }
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-head,
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-item {
  padding: 40px 35px;
}
@media (max-width: 575.98px) {
  .page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-head,
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-head {
  padding-top: 85px;
}
@media (max-width: 575.98px) {
  .page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-head {
    padding-top: 45px;
  }
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-head h3, .page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-head .h3 {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-head.issues-col {
    display: none;
  }
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-item {
  padding-bottom: 40px;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-item p {
  margin-bottom: 0;
  padding-left: 50px;
  position: relative;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-item p::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  top: 6px;
  left: 18px;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-item.issues-col p::before {
  background: url("../dist/images/cross.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .qa-item.solutions-col p::before {
  background: url("../dist/images/check.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .issues-col {
  border-right: 1px solid #f8e3cf;
}
@media (max-width: 575.98px) {
  .page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .issues-col {
    border-right: none;
  }
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row.qa-row .solutions-col {
  border-right: none;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row:last-of-type {
  border-bottom: none;
  flex-direction: column;
  padding: 45px 35px 85px 35px;
  position: relative;
}
@media (max-width: 575.98px) {
  .page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row:last-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 65px;
  width: 100%;
  background: url("../dist/images/home-details-bg.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row:last-of-type h3, .page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row:last-of-type .h3 {
  margin-bottom: 30px;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row:last-of-type .text-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row:last-of-type .text-row {
    flex-direction: column;
  }
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row:last-of-type .text-row .text-col {
  flex: 0 0 66.6666%;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row:last-of-type .text-row .text-col p:last-of-type {
  margin-bottom: 0;
}
.page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row:last-of-type .text-row .btn-col {
  flex: 0 0 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .page-template-template-front .why-movex .why-inner .why-col:last-of-type .inner-row:last-of-type .text-row .btn-col {
    align-items: flex-start;
    padding-left: 0;
    margin-top: 25px;
  }
}
.page-template-template-front .about .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 50px;
  padding-right: 130px;
}
@media (max-width: 991.98px) {
  .page-template-template-front .about .text-col {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.page-template-template-front .about .img-col {
  border-left: 1px solid #f8e3cf;
}

.page-template-template-technical-details .intro .text-wrap {
  padding-left: 40px;
  margin-top: 30px;
  padding-bottom: 40px;
}
.page-template-template-technical-details .intro .text-wrap p:last-of-type {
  margin-bottom: 0;
}
.page-template-template-technical-details .usps::before {
  display: none;
}
.page-template-template-technical-details .usps > .container .row:first-of-type {
  padding-top: 95px;
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .usps > .container .row:first-of-type {
    padding-top: 40px;
  }
}
.page-template-template-technical-details .usps .text-wrap {
  margin-bottom: 135px;
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .usps .text-wrap {
    margin-bottom: 25px;
  }
}
.page-template-template-technical-details .usps .text-wrap h2, .page-template-template-technical-details .usps .text-wrap .h2 {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .usps .text-wrap h2, .page-template-template-technical-details .usps .text-wrap .h2 {
    padding-left: 40px;
  }
}
.page-template-template-technical-details .usps .text-wrap h2::before, .page-template-template-technical-details .usps .text-wrap .h2::before {
  position: absolute;
  left: -14px;
  top: -7px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  background-color: #f8e3cf;
  padding: 0px 10px;
  height: auto;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .usps .text-wrap h2::before, .page-template-template-technical-details .usps .text-wrap .h2::before {
    left: -4px;
  }
}
.page-template-template-technical-details .usps .text-wrap h2::before, .page-template-template-technical-details .usps .text-wrap .h2::before {
  content: "1";
}
.page-template-template-technical-details .more-info .img-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 527px;
  padding-bottom: 18px;
}
.page-template-template-technical-details .more-info .img-wrap img, .page-template-template-technical-details .more-info .img-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.page-template-template-technical-details .more-info .img-wrap .movex-diagram,
.page-template-template-technical-details .more-info .img-wrap .movex-diagram svg {
  display: block;
  width: 100%;
  height: 100%;
}
.page-template-template-technical-details .more-info .img-wrap .movex-diagram svg {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-template-technical-details .more-info .img-wrap .diagram-hint {
  margin: 12px 0 0;
  padding: 0 20px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .more-info .img-wrap {
    min-height: auto;
    height: 250px;
    padding-bottom: 12px;
  }
  .page-template-template-technical-details .more-info .img-wrap .diagram-hint {
    margin-top: 10px;
    padding: 0 15px;
  }
}
.page-template-template-technical-details .more-info .mi-text {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.page-template-template-technical-details .more-info .mi-text h2, .page-template-template-technical-details .more-info .mi-text .h2 {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .more-info .mi-text h2, .page-template-template-technical-details .more-info .mi-text .h2 {
    padding-left: 40px;
  }
}
.page-template-template-technical-details .more-info .mi-text h2::before, .page-template-template-technical-details .more-info .mi-text .h2::before {
  position: absolute;
  left: -14px;
  top: -7px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  background-color: #f8e3cf;
  padding: 0px 10px;
  height: auto;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .more-info .mi-text h2::before, .page-template-template-technical-details .more-info .mi-text .h2::before {
    left: -4px;
  }
}
.page-template-template-technical-details .more-info .mi-text h2::before, .page-template-template-technical-details .more-info .mi-text .h2::before {
  content: "2";
}
.page-template-template-technical-details .more-info .mi-text p, .page-template-template-technical-details .more-info .mi-text ul, .page-template-template-technical-details .more-info .mi-text ol {
  max-width: 440px;
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .more-info .mi-text p, .page-template-template-technical-details .more-info .mi-text ul, .page-template-template-technical-details .more-info .mi-text ol {
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .more-info .mi-text {
    padding: 25px 15px;
  }
}
.page-template-template-technical-details .specsheet .inner {
  position: relative;
}
.page-template-template-technical-details .specsheet .inner::before, .page-template-template-technical-details .specsheet .inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
  width: 145px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.page-template-template-technical-details .specsheet .inner::before {
  background: url("../dist/images/halvecirkel-fade-links.svg");
  left: 0;
  background-position: left center !important;
}
.page-template-template-technical-details .specsheet .inner::after {
  background: url("../dist/images/halvecirkel-fade-rechts.svg");
  right: 0;
  background-position: right center !important;
}
@media (max-width: 1199.98px) {
  .page-template-template-technical-details .specsheet .inner .text-wrap {
    padding: 25px 15px 0 15px !important;
  }
}
.page-template-template-technical-details .specsheet .inner .text-wrap p, .page-template-template-technical-details .specsheet .inner .text-wrap ol, .page-template-template-technical-details .specsheet .inner .text-wrap ul {
  max-width: 510px;
}
.page-template-template-technical-details .specsheet .inner .text-wrap.spec-sheet-text p:last-of-type {
  margin-top: 35px;
}
@media (max-width: 1199.98px) {
  .page-template-template-technical-details .specsheet .inner .text-wrap.spec-sheet-text {
    padding-bottom: 25px !important;
  }
}
.page-template-template-technical-details .compatibility .comp-col .text-wrap {
  padding-top: 90px;
}
.page-template-template-technical-details .compatibility .comp-col .text-wrap h2, .page-template-template-technical-details .compatibility .comp-col .text-wrap .h2 {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .compatibility .comp-col .text-wrap h2, .page-template-template-technical-details .compatibility .comp-col .text-wrap .h2 {
    padding-left: 40px;
  }
}
.page-template-template-technical-details .compatibility .comp-col .text-wrap h2::before, .page-template-template-technical-details .compatibility .comp-col .text-wrap .h2::before {
  position: absolute;
  left: -14px;
  top: -7px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  background-color: #f8e3cf;
  padding: 0px 10px;
  height: auto;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .compatibility .comp-col .text-wrap h2::before, .page-template-template-technical-details .compatibility .comp-col .text-wrap .h2::before {
    left: -4px;
  }
}
.page-template-template-technical-details .compatibility .comp-col .text-wrap h2::before, .page-template-template-technical-details .compatibility .comp-col .text-wrap .h2::before {
  content: "3";
}
@media (max-width: 1199.98px) {
  .page-template-template-technical-details .compatibility .comp-col .text-wrap {
    padding-top: 60px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .compatibility .comp-col .text-wrap {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-technical-details .compatibility .comp-col .text-wrap {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-technical-details .compatibility .comp-col .text-wrap p, .page-template-template-technical-details .compatibility .comp-col .text-wrap ol, .page-template-template-technical-details .compatibility .comp-col .text-wrap ul {
    max-width: 290px;
  }
}
.page-template-template-technical-details .compatibility .comp-col .comp-list {
  padding-left: 0;
  padding-top: 110px;
  list-style: none;
  max-width: 380px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .page-template-template-technical-details .compatibility .comp-col .comp-list {
    padding-top: 0;
    max-width: none;
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-technical-details .compatibility .comp-col .comp-list {
    padding-left: 15px;
  }
}
.page-template-template-technical-details .compatibility .comp-col .comp-list li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 25px;
}
.page-template-template-technical-details .compatibility .comp-col .comp-list li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .page-template-template-technical-details .compatibility .comp-col .comp-list li:last-of-type {
    margin-bottom: 25px;
  }
}
.page-template-template-technical-details .compatibility .comp-col .comp-list li::before {
  content: "";
  background: url("../dist/images/check.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 11px;
}
@media (max-width: 1199.98px) {
  .page-template-template-technical-details .compatibility .comp-col:last-of-type .comp-list {
    padding-top: 0;
  }
}
.page-template-template-technical-details .compatibility.big-movex h2, .page-template-template-technical-details .compatibility.big-movex .h2 {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .page-template-template-technical-details .compatibility.big-movex h2, .page-template-template-technical-details .compatibility.big-movex .h2 {
    margin-top: 40px !important;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .compatibility.big-movex h2, .page-template-template-technical-details .compatibility.big-movex .h2 {
    padding-left: 0;
  }
}
.page-template-template-technical-details .compatibility.big-movex .comp-col .comp-list {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .page-template-template-technical-details .compatibility.big-movex .comp-col:first-of-type {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .compatibility.big-movex h2, .page-template-template-technical-details .compatibility.big-movex .h2 {
    margin-top: 0;
  }
}
.page-template-template-technical-details .compatibility.big-movex .row:last-of-type {
  padding-bottom: 80px;
}
.page-template-template-technical-details .compatibility.connect .row:last-of-type {
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .page-template-template-technical-details .compatibility.connect .row:last-of-type {
    padding-bottom: 40px;
  }
}
.page-template-template-technical-details .cta-wrap {
  background: url("../dist/images/cta-bg.png");
  background-size: cover;
  background-position: center top;
  padding-top: 190px;
  padding-bottom: 130px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .page-template-template-technical-details .cta-wrap {
    padding-top: 135px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-technical-details .cta-wrap {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
.page-template-template-technical-details .cta-wrap .cta-inner {
  text-align: center;
}
.page-template-template-technical-details .cta-wrap .cta-inner p:last-of-type {
  margin-top: 35px;
}

.page-template-template-about-movex .intro,
.page-template-template-movex-club .intro {
  border-bottom: none;
}
.page-template-template-about-movex .intro h1, .page-template-template-about-movex .intro .h1,
.page-template-template-movex-club .intro h1,
.page-template-template-movex-club .intro .h1 {
  margin-bottom: 25px;
}
.page-template-template-about-movex .intro .text-wrap,
.page-template-template-movex-club .intro .text-wrap {
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .page-template-template-about-movex .intro .text-wrap,
.page-template-template-movex-club .intro .text-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .mission,
.page-template-template-movex-club .mission {
    margin-top: 50px !important;
  }
}
.page-template-template-about-movex .mission .inner,
.page-template-template-movex-club .mission .inner {
  padding: 90px 0;
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .mission .inner,
.page-template-template-movex-club .mission .inner {
    padding: 50px 0;
  }
}
.page-template-template-about-movex .mission .inner .container::before, .page-template-template-about-movex .mission .inner .container::after,
.page-template-template-movex-club .mission .inner .container::before,
.page-template-template-movex-club .mission .inner .container::after {
  top: -170px !important;
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .mission .inner .container::before, .page-template-template-about-movex .mission .inner .container::after,
.page-template-template-movex-club .mission .inner .container::before,
.page-template-template-movex-club .mission .inner .container::after {
    top: -130px !important;
  }
}
.page-template-template-about-movex .mission .inner .container .img-col,
.page-template-template-movex-club .mission .inner .container .img-col {
  position: relative;
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .mission .inner .container .img-col,
.page-template-template-movex-club .mission .inner .container .img-col {
    padding: 0 15px;
  }
}
.page-template-template-about-movex .mission .inner .container .img-col .img-wrap,
.page-template-template-movex-club .mission .inner .container .img-col .img-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 527px;
}
.page-template-template-about-movex .mission .inner .container .img-col .img-wrap img, .page-template-template-about-movex .mission .inner .container .img-col .img-wrap video,
.page-template-template-movex-club .mission .inner .container .img-col .img-wrap img,
.page-template-template-movex-club .mission .inner .container .img-col .img-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.page-template-template-about-movex .mission .inner .container .img-col .img-wrap img,
.page-template-template-movex-club .mission .inner .container .img-col .img-wrap img {
  display: block;
}
@media (max-width: 1399.98px) {
  .page-template-template-about-movex .mission .inner .container .img-col .img-wrap,
.page-template-template-movex-club .mission .inner .container .img-col .img-wrap {
    min-height: 451px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-template-about-movex .mission .inner .container .img-col .img-wrap,
.page-template-template-movex-club .mission .inner .container .img-col .img-wrap {
    min-height: 456px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .mission .inner .container .img-col .img-wrap,
.page-template-template-movex-club .mission .inner .container .img-col .img-wrap {
    min-height: auto;
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-about-movex .mission .inner .container .img-col .img-wrap,
.page-template-template-movex-club .mission .inner .container .img-col .img-wrap {
    height: 250px;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-about-movex .mission .inner .container .img-col .img-wrap,
.page-template-template-movex-club .mission .inner .container .img-col .img-wrap {
    height: 215px;
  }
}
.page-template-template-about-movex .mission .inner .container .img-col::after,
.page-template-template-movex-club .mission .inner .container .img-col::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
  width: 145px;
  background: url("../dist/images/halvecirkel-fade-links.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  right: -145px;
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .mission .inner .container .img-col::after,
.page-template-template-movex-club .mission .inner .container .img-col::after {
    display: none;
  }
}
.page-template-template-about-movex .mission .inner .container .mi-text,
.page-template-template-movex-club .mission .inner .container .mi-text {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .mission .inner .container .mi-text,
.page-template-template-movex-club .mission .inner .container .mi-text {
    padding: 50px 15px 0 15px;
  }
}
.page-template-template-about-movex .history .text-wrap,
.page-template-template-movex-club .history .text-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.page-template-template-about-movex .history .img-wrap,
.page-template-template-movex-club .history .img-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 750px;
  display: block;
}
.page-template-template-about-movex .history .img-wrap img, .page-template-template-about-movex .history .img-wrap video,
.page-template-template-movex-club .history .img-wrap img,
.page-template-template-movex-club .history .img-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 1399.98px) {
  .page-template-template-about-movex .history .img-wrap,
.page-template-template-movex-club .history .img-wrap {
    min-height: 641px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-template-about-movex .history .img-wrap,
.page-template-template-movex-club .history .img-wrap {
    min-height: 456px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .history .img-wrap,
.page-template-template-movex-club .history .img-wrap {
    min-height: auto;
    height: 380px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-about-movex .history .img-wrap,
.page-template-template-movex-club .history .img-wrap {
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-about-movex .history .img-wrap,
.page-template-template-movex-club .history .img-wrap {
    height: 235px;
  }
}
.page-template-template-about-movex .team .container::before, .page-template-template-about-movex .team .container::after,
.page-template-template-movex-club .team .container::before,
.page-template-template-movex-club .team .container::after {
  display: none;
}
.page-template-template-about-movex .team h2, .page-template-template-about-movex .team .h2,
.page-template-template-movex-club .team h2,
.page-template-template-movex-club .team .h2 {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .team h2, .page-template-template-about-movex .team .h2,
.page-template-template-movex-club .team h2,
.page-template-template-movex-club .team .h2 {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-template-about-movex .team .teamlid-col,
.page-template-template-movex-club .team .teamlid-col {
    margin-bottom: 40px;
  }
}
.page-template-template-about-movex .team .teamlid-col .teamlid-wrap,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap {
  border: 1px solid #f8e3cf;
  margin-bottom: 80px;
  height: calc(100% - 80px);
}
@media (max-width: 1199.98px) {
  .page-template-template-about-movex .team .teamlid-col .teamlid-wrap,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .team .teamlid-col .teamlid-wrap,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-about-movex .team .teamlid-col .teamlid-wrap,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}
.page-template-template-about-movex .team .teamlid-col .teamlid-wrap .img-wrap,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .img-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 305px;
}
.page-template-template-about-movex .team .teamlid-col .teamlid-wrap .img-wrap img, .page-template-template-about-movex .team .teamlid-col .teamlid-wrap .img-wrap video,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .img-wrap img,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .img-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 1399.98px) {
  .page-template-template-about-movex .team .teamlid-col .teamlid-wrap .img-wrap,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .img-wrap {
    height: 259px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .team .teamlid-col .teamlid-wrap .img-wrap,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .img-wrap {
    height: 334px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-about-movex .team .teamlid-col .teamlid-wrap .img-wrap,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .img-wrap {
    height: 298px;
  }
}
.page-template-template-about-movex .team .teamlid-col .teamlid-wrap .text-wrap,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .text-wrap {
  padding: 50px 28px 50px 35px !important;
}
@media (max-width: 1399.98px) {
  .page-template-template-about-movex .team .teamlid-col .teamlid-wrap .text-wrap,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .text-wrap {
    padding: 40px 25px !important;
  }
}
@media (max-width: 1199.98px) {
  .page-template-template-about-movex .team .teamlid-col .teamlid-wrap .text-wrap,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .text-wrap {
    padding: 30px 15px !important;
  }
}
.page-template-template-about-movex .team .teamlid-col .teamlid-wrap .text-wrap .email,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .text-wrap .email {
  margin-top: 15px;
}
.page-template-template-about-movex .team .teamlid-col .teamlid-wrap .text-wrap .email a,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .text-wrap .email a {
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
.page-template-template-about-movex .team .teamlid-col .teamlid-wrap .text-wrap .email a:hover,
.page-template-template-movex-club .team .teamlid-col .teamlid-wrap .text-wrap .email a:hover {
  color: #F06E00;
}
.page-template-template-about-movex .shareholders::before,
.page-template-template-movex-club .shareholders::before {
  display: none;
}
.page-template-template-about-movex .shareholders::after,
.page-template-template-movex-club .shareholders::after {
  content: "";
  width: 100%;
  height: 166px;
}
.page-template-template-about-movex .shareholders .row:first-of-type,
.page-template-template-movex-club .shareholders .row:first-of-type {
  padding-top: 55px !important;
}
.page-template-template-about-movex .shareholders .row .sh-text,
.page-template-template-movex-club .shareholders .row .sh-text {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .shareholders .row .sh-text,
.page-template-template-movex-club .shareholders .row .sh-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.page-template-template-about-movex .shareholders .row .sh-text p,
.page-template-template-movex-club .shareholders .row .sh-text p {
  max-width: 400px;
}
@media (max-width: 991.98px) {
  .page-template-template-about-movex .shareholders .row .sh-text,
.page-template-template-movex-club .shareholders .row .sh-text {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-template-about-movex .shareholders .row .logos-wrap,
.page-template-template-movex-club .shareholders .row .logos-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.page-template-template-about-movex .shareholders .row .logos-wrap .logo,
.page-template-template-movex-club .shareholders .row .logos-wrap .logo {
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.page-template-template-about-movex .shareholders .row .logos-wrap .logo img,
.page-template-template-movex-club .shareholders .row .logos-wrap .logo img {
  display: block;
  max-width: 200px;
  max-height: 130px;
  filter: grayscale(100%);
}

.page-template-template-movex-club .history .img-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
  display: block;
}
.page-template-template-movex-club .history .text-wrap {
  padding-right: 80px;
}
@media (min-width: 992px) {
  .page-template-template-movex-club .history .text-wrap {
    padding-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-movex-club .mission .inner .container .mi-text {
    margin-bottom: 50px;
    padding-top: 0;
  }
}
.page-template-template-movex-club .mission .inner .container .img-col {
  z-index: 2;
}
.page-template-template-movex-club .mission .inner .container .img-col img {
  z-index: 3;
  position: relative;
}
.page-template-template-movex-club .mission .inner .container .img-col::after {
  content: "";
  background: url("../dist/images/halvecirkel-fade-rechts.svg");
  right: auto;
  left: -119px;
  z-index: 1;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

.page-template-template-contact .contact-intro .row {
  padding-top: 0 !important;
}
.page-template-template-contact .contact-intro .row .text-wrap {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767.98px) {
  .page-template-template-contact .contact-intro .row .text-wrap {
    padding-top: 50px;
  }
}
.page-template-template-contact .contact-intro .row .text-wrap h1, .page-template-template-contact .contact-intro .row .text-wrap .h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 25px;
  padding-left: 0;
}
@media (max-width: 1399.98px) {
  .page-template-template-contact .contact-intro .row .text-wrap h1, .page-template-template-contact .contact-intro .row .text-wrap .h1 {
    font-size: 36px;
  }
}
.page-template-template-contact .contact-intro .row .text-wrap p {
  margin-bottom: 25px;
}
.page-template-template-contact .contact-intro .row .text-wrap p:last-of-type {
  margin-bottom: 0;
}
.page-template-template-contact .contact-intro .row .text-wrap a {
  color: #000000;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
.page-template-template-contact .contact-intro .row .text-wrap a:hover {
  color: #F06E00;
}
.page-template-template-contact .contact-intro .row .img-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
  border-left: 1px solid #f8e3cf;
}
.page-template-template-contact .contact-intro .row .img-wrap img, .page-template-template-contact .contact-intro .row .img-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 767.98px) {
  .page-template-template-contact .contact-intro .row .img-wrap {
    min-height: auto;
    height: 275px;
  }
}

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