/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;
    --pswp-error-text-color: #f7f7f7;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79, 79, 79, .4);
    --pswp-preloader-color-secondary: hsla(0, 0%, 100%, .9);
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    contain: layout style size;
    display: none;
    opacity: .003;
    touch-action: none;
    z-index: var(--pswp-root-z-index)
}

.pswp,
.pswp:focus {
    outline: 0
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--open {
    display: block
}

.pswp,
.pswp__bg {
    transform: translateZ(0);
    will-change: opacity
}

.pswp__bg {
    background: var(--pswp-bg);
    opacity: .005
}

.pswp,
.pswp__scroll-wrap {
    overflow: hidden
}

.pswp,
.pswp__bg,
.pswp__container,
.pswp__img,
.pswp__item,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp {
    position: fixed
}

.pswp__img,
.pswp__zoom-wrap {
    height: auto;
    width: auto
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
    cursor: zoom-out
}

.pswp__button,
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__item {
    overflow: hidden;
    z-index: 1
}

.pswp__hidden {
    display: none !important
}

.pswp__error-msg {
    color: var(--pswp-error-text-color);
    font-size: 1em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.pswp__error-msg a {
    color: var(--pswp-error-text-color);
    text-decoration: underline
}

.pswp .pswp__hide-on-close {
    opacity: .005;
    pointer-events: none;
    transition: opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);
    will-change: opacity;
    z-index: 10
}

.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto
}

.pswp__button {
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: 0;
    opacity: .85;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 50px
}

.pswp__button:active,
.pswp__button:focus,
.pswp__button:hover {
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 1;
    padding: 0;
    transition: none
}

.pswp__button:disabled {
    cursor: auto;
    opacity: .3
}

.pswp__icn {
    fill: var(--pswp-icon-color);
    border-radius: 50%;
    color: var(--pswp-icon-color-secondary);
    height: 32px;
    left: 9px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 14px;
    width: 32px
}

.pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none
}

.pswp__icn:focus {
    outline: 0
}

.pswp__img--with-bg,
div.pswp__img--placeholder {
    background: var(--pswp-placeholder-bg)
}

.pswp__top-bar {
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: flex-end;
    left: 0;
    pointer-events: none !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.pswp__top-bar>* {
    pointer-events: auto;
    will-change: opacity
}

.pswp__button--close {
    margin-right: 6px
}

.pswp__button--arrow {
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 0;
    top: 50%;
    width: 75px
}

.pswp__button--arrow:disabled {
    cursor: default;
    display: none
}

.pswp__button--arrow .pswp__icn {
    background: none;
    border-radius: 0;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    width: 60px
}

.pswp--one-slide .pswp__button--arrow {
    display: none
}

.pswp--touch .pswp__button--arrow {
    visibility: hidden
}

.pswp--has_mouse .pswp__button--arrow {
    visibility: visible
}

.pswp__button--arrow--prev {
    left: 0;
    right: auto
}

.pswp__button--arrow--next {
    right: 0
}

.pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    transform: scaleX(-1)
}

.pswp__button--zoom {
    display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none
}

.pswp__preloader {
    border: 3px solid var(--pswp-preloader-color);
    border-left-color: var(--pswp-preloader-color-secondary);
    border-radius: 50%;
    display: none;
    height: 24px;
    pointer-events: none;
    position: absolute;
    width: 24px
}

.pswp__preloader--active {
    -webkit-animation: pswp-fadein 333ms linear, pswp-clockwise .6s linear infinite;
    animation: pswp-fadein 333ms linear, pswp-clockwise .6s linear infinite;
    display: block
}

.pswp__preloader--hiding {
    -webkit-animation: pswp-clockwise .6s linear infinite;
    animation: pswp-clockwise .6s linear infinite;
    opacity: 0 !important
}

@-webkit-keyframes pswp-clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes pswp-clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes pswp-fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes pswp-fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.pswp__counter {
    color: var(--pswp-icon-color);
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 18px auto 0 20px;
    opacity: .85
}

.pswp--one-slide .pswp__counter {
    display: none
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-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", Arial, "Noto Sans", "Liberation Sans", 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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    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);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.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 + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

p {
    margin-top: 0
}

address,
p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

ul {
    margin-bottom: 1rem;
    margin-top: 0;
    padding-left: 2rem
}

ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code {
    word-wrap: break-word;
    color: #d63384;
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    font-size: .875em;
    unicode-bidi: bidi-override
}

a>code {
    color: inherit
}

img,
svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

textarea {
    resize: vertical
}

iframe {
    border: 0
}

[hidden] {
    display: none !important
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.container,
.container-fluid,
.container-lg {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.g-2 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem
}

.g-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem
}

.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .gy-sm-0 {
        --bs-gutter-y: 0
    }
}

@media (min-width:768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }
}

@media (min-width:992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .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-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }
}

@media (min-width:1400px) {
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    background-color: #fff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    color: #212529;
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    -webkit-margin-end: .75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    -webkit-margin-end: .75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

.form-select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 1.5em
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    -webkit-print-color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    color-adjust: exact;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    width: 1em
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color: #0d6efd
}

.form-check-input:disabled {
    filter: none;
    opacity: .5;
    pointer-events: none
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position .15s ease-in-out;
    width: 2em
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%
}

.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    filter: none;
    opacity: .65;
    pointer-events: none
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    padding: 1rem .75rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-select {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #198754;
    padding-right: calc(1.5em + .75rem)
}

.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.was-validated .form-select:valid {
    border-color: #198754
}

.was-validated .form-select:valid:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-check-input:valid {
    border-color: #198754
}

.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-check-input:valid~.form-check-label {
    color: #198754
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.was-validated :invalid~.invalid-feedback {
    display: block
}

.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}

.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.was-validated .form-select:invalid {
    border-color: #dc3545
}

.was-validated .form-select:invalid:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
    pointer-events: none
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #5c636a;
    border-color: #565e64;
    color: #fff
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    box-shadow: 0 0 0 .25rem hsla(208, 6%, 54%, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active {
    background-color: #565e64;
    border-color: #51585e;
    color: #fff
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus {
    box-shadow: 0 0 0 .25rem hsla(208, 6%, 54%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.nav {
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.card,
.nav {
    display: flex
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: .25em;
    width: 1em
}

.btn-close:hover {
    color: #000;
    opacity: .75;
    text-decoration: none
}

.btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1;
    outline: 0
}

.btn-close.disabled,
.btn-close:disabled {
    opacity: .25;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    background-color: currentColor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

.placeholder.btn:before {
    content: "";
    display: inline-block
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@-webkit-keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.fixed-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.border-0 {
    border: 0 !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.m-0 {
    margin: 0 !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.p-0 {
    padding: 0 !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fw-bold {
    font-weight: 700 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.rounded {
    border-radius: .25rem !important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-block {
        display: block !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-none {
        display: none !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .text-md-start {
        text-align: left !important
    }
}

@media (min-width:992px) {
    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .text-lg-start {
        text-align: left !important
    }
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/pegasus/assets/fonts/proxima-nova.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Soho Gothic;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/pegasus/assets/fonts/soho-gothic.woff2) format("woff2")
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: background-color .15s ease
}

.qt--page {
    flex: 1 0 auto
}

.qt--footer {
    flex: 0 0 auto
}

.qt--obj-fit-cover {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    background-color: black;
}

@media (min-width:1400px) {

    .container,
    .container-lg {
        max-width: 1450px
    }
}

:root {
    --rood: #bb1e10;
    --donkergrijs: #1b1b1b;
    --zwart: #000
}

.qt--red,
.qt--red * {
    color: var(--rood)
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    background: var(--rood) !important;
    box-shadow: unset !important;
    height: 3px !important
}

img.lazy {
    transition: opacity .1s linear
}

img.lazy:not(.loaded) {
    opacity: 0
}

img.lazy.loaded {
    opacity: 1
}

* {
    font-family: Proxima Nova, sans-serif
}

.list-unstyled,
.qt--page ul:not(.qt--breadcrumb),
p {
    font-family: Proxima Nova, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

.list-unstyled,
.qt--page ul:not(.qt--breadcrumb),
label,
p,
span {
    color: var(--zwart)
}

b,
strong {
    font-weight: 600
}

a {
    transition: .1s ease-in-out
}

a,
a:hover {
    color: var(--rood);
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    color: var(--zwart);
    font-family: Soho Gothic, sans-serif;
    font-weight: 400;
    line-height: 115%
}

@media (max-width:575.98px) {

    .h1,
    h1 {
        font-size: 2rem
    }

    .h2,
    h2 {
        font-size: 1.6rem
    }

    .h3,
    h3 {
        font-size: 1.4rem
    }

    .h4,
    h4 {
        font-size: 1.2rem
    }

    .h5,
    h5 {
        font-size: 1.1rem
    }
}

@media (min-width:576px) {

    .h1,
    h1 {
        font-size: 2.4rem
    }

    .h2,
    h2 {
        font-size: 1.8rem
    }

    .h3,
    h3 {
        font-size: 1.6rem
    }

    .h4,
    h4 {
        font-size: 1.4rem
    }

    .h5,
    h5 {
        font-size: 1.2rem
    }
}

.qt--main-button {
    background: var(--rood);
    border: 2px solid var(--rood);
    border-radius: .25rem;
    color: #fff;
    font-size: 16px;
    padding: 6px 30px;
    transition: .1s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.qt--main-button:hover {
    background: #fff;
    border-color: var(--rood);
    color: var(--rood);
    text-decoration: none
}

.qt--main-button:focus {
    outline: none
}

.qt--contact-form .qt--textarea {
    height: 120px
}

.alert {
    border: none;
    border-radius: 0
}

.alert p,
.alert ul>li {
    color: #fff
}

.alert.alert-danger {
    background-color: var(--rood)
}

.alert.alert-success {
    background-color: #306b34
}

.alert.alert-success .text-white {
    margin-bottom: 0
}

.qt--navbar {
    background: var(--zwart)
}

.qt--navbar-items {
    list-style: none
}

.qt--navbar-items .qt--nav-item .qt--nav-link {
    color: #fff;
    display: flex;
    font-family: Soho Gothic, sans-serif
}

.qt--navbar-items .qt--nav-item.active>.qt--dropdown-toggle svg,
.qt--navbar-items .qt--nav-item.active>.qt--nav-link,
.qt--navbar-items .qt--nav-item:hover>.qt--dropdown-toggle svg,
.qt--navbar-items .qt--nav-item:hover>.qt--nav-link,
.qt--navbar-items>.qt--nav-item.active .qt--nav-item.active>.qt--nav-link {
    color: var(--rood);
    text-decoration: none
}

.qt--navbar-items .qt--dropdown-toggle svg {
    color: #fff
}

.qt--navbar-items .qt--dropdown-menu {
    list-style: none
}

@media (max-width:991.98px) {
    .qt--logo {
        height: 31.93px;
        width: 225px
    }

    .qt--mobile-menu {
        flex-basis: 100%
    }

    .qt--mobile-menu .show {
        overflow-x: hidden;
        overflow-y: auto
    }

    .qt--collapsible-menu-toggle {
        background: none;
        border: none;
        color: #fff;
        padding: 0 0 0 .5rem
    }

    .qt--collapsible-menu-toggle:focus,
    .qt--navbar-items .qt--dropdown-toggle:focus {
        outline: none
    }

    .qt--navbar-items .qt--dropdown-toggle {
        align-items: center;
        background: none;
        border: 0;
        border-left: 1px solid hsla(0, 0%, 100%, .1);
        display: flex;
        padding: 0 .8rem
    }

    .qt--navbar-items .qt--dropdown-toggle[aria-expanded=true] svg {
        transform: rotate(180deg)
    }

    .qt--navbar-items .qt--dropdown-toggle svg {
        font-size: 1.15rem;
        transition: .2s linear
    }

    .qt--navbar-items .qt--dropdown-menu {
        flex-basis: 100%;
        padding: 0 1rem
    }

    .qt--navbar-items .qt--nav-item:not(:last-child) {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1)
    }

    .qt--navbar-items .qt--nav-item.qt--has-dropdown {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .qt--navbar-items .qt--nav-link {
        padding: 1rem 0
    }
}

@media (min-width:992px) {
    .qt--logo {
        height: 46.13px;
        transition: all .1s linear;
        width: 325px
    }

    .qt--logo.scrolled {
        height: 39.03px;
        width: 275px
    }

    .qt--navbar-items>.qt--nav-item {
        align-items: center;
        display: flex;
        font-size: 18px;
        margin: 0 .5rem
    }

    .qt--navbar-items>.qt--nav-item>.qt--nav-link {
        align-items: center;
        height: 100%
    }

    .qt--navbar-items .qt--dropdown-toggle {
        background: none;
        border: none;
        padding: 0
    }

    .qt--navbar-items .qt--dropdown-toggle svg {
        margin-left: .3rem
    }

    .qt--navbar-items .qt--dropdown-menu .qt--nav-item:hover>.qt--dropdown-menu,
    .qt--navbar-items .qt--nav-item:hover>.qt--dropdown-menu {
        display: block
    }

    .qt--navbar-items .qt--dropdown-menu {
        background: var(--zwart);
        border: 1px solid rgba(0, 0, 0, .15);
        font-size: 16px;
        min-width: 250px;
        padding: .5rem 0;
        position: absolute;
        top: 100%
    }

    .qt--navbar-items .qt--dropdown-menu .qt--nav-link.qt--dropdown-toggle {
        justify-content: space-between
    }

    .qt--navbar-items .qt--dropdown-menu .qt--dropdown-toggle {
        transform: rotate(-90deg)
    }

    .qt--navbar-items .qt--dropdown-menu>.qt--nav-item {
        display: flex;
        justify-content: space-between;
        padding: .3rem 1rem;
        position: relative
    }

    .qt--navbar-items .qt--dropdown-menu .qt--dropdown-menu {
        left: 100%;
        top: -9px
    }

    .qt--navbar-items .qt--darkmode-toggle {
        border-left: 1px solid hsla(0, 0%, 100%, .25);
        padding-left: 1.5rem
    }
    .qt--vehicle-fitModel_description{
        height: 3.1em;
    }
}

.qt--lang-switcher img {
    border: 1px solid #4f4f4f;
    border-radius: 50%;
    height: 25px;
    width: 25px
}

.qt--darkmode-toggle input[type=checkbox] {
    height: 0;
    visibility: hidden;
    width: 0
}

.qt--darkmode-toggle input[type=checkbox]:checked+label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%)
}

.qt--darkmode-toggle label {
    background: var(--rood);
    border-radius: 40px;
    cursor: pointer;
    display: block;
    height: 25px;
    position: relative;
    width: 45px
}

.qt--darkmode-toggle label:after {
    background: #fff;
    border-radius: 40px;
    content: "";
    height: 19px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: .3s;
    width: 19px
}

.qt--footer {
    background: var(--zwart)
}

.qt--footer .h3,
.qt--footer a,
.qt--footer h3,
.qt--footer hr,
.qt--footer li,
.qt--footer p,
.qt--footer span {
    color: #fff
}

.qt--footer a,
.qt--footer li,
.qt--footer p {
    font-size: 1.125rem
}

.qt--footer a:hover {
    color: var(--rood)
}

.qt--cookiebanner {
    background-color: var(--zwart);
    box-shadow: 0 -.125rem .25rem rgba(0, 0, 0, .08)
}

.qt--cookiebanner-accept {
    font-size: 14px;
    padding: 8px 12px
}

@media (max-width:449.98px) {
    .qt--cookiebanner-controls {
        flex-direction: column
    }

    .qt--cookiebanner-preferences {
        margin-top: 1rem;
        text-align: center
    }
}

@media (min-width:450px) {
    .qt--cookiebanner-controls {
        align-items: center;
        flex-direction: row
    }

    .qt--cookiebanner-accept {
        margin-right: 1.5rem
    }
}

.qt--dark-mode {
    background: var(--donkergrijs)
}

.qt--dark-mode .qt--red,
.qt--dark-mode .qt--red * {
    color: var(--rood)
}

.qt--dark-mode .h1,
.qt--dark-mode .h2,
.qt--dark-mode .h3,
.qt--dark-mode .h4,
.qt--dark-mode .h5,
.qt--dark-mode .list-unstyled,
.qt--dark-mode .qt--page ul:not(.qt--breadcrumb),
.qt--dark-mode .qt--vehicle-details-description,
.qt--dark-mode h1,
.qt--dark-mode h2,
.qt--dark-mode h3,
.qt--dark-mode h4,
.qt--dark-mode h5,
.qt--dark-mode label,
.qt--dark-mode p,
.qt--dark-mode span {
    color: #fff
}

.qt--dark-mode .qt--vehicle-details-features hr {
    color: #fff;
    opacity: .4
}

.qt--dark-mode .qt--go-back {
    color: var(--rood)
}

.qt--dark-mode .form-control,
.qt--dark-mode .form-select {
    background: #2e2e2e;
    border: 1px solid #565656;
    color: #fff
}

.qt--dark-mode .form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px
}

.qt--dark-mode .qt--vehicle-filter-makes .qt--make-checkbox+.qt--make-checkbox-label {
    background: #2e2e2e
}

.qt--dark-mode .qt--vehicle-filter-makes .qt--make-checkbox+.qt--make-checkbox-label:focus,
.qt--dark-mode .qt--vehicle-filter-makes .qt--make-checkbox+.qt--make-checkbox-label:hover,
.qt--dark-mode .qt--vehicle-filter-makes .qt--make-checkbox:checked+.qt--make-checkbox-label {
    background: var(--rood)
}

.qt--dark-mode .qt--cookie-manager__content,
.qt--dark-mode .qt--cookie-manager__group-list-entry.active {
    background-color: var(--zwart)
}

.qt--cookie-manager__group-list {
    list-style: none
}

.qt--cookie-manager__group-list-entry {
    color: inherit;
    display: block;
    padding: 1rem;
    position: relative
}

.qt--cookie-manager__group-list-entry.active {
    background-color: #f3f3f3
}

.qt--cookie-manager__group-list-entry.active .qt--cookie-manager__group-list-name {
    color: var(--rood)
}

.qt--cookie-manager__group-list-description :last-child {
    margin-bottom: 0
}

.qt--cookie-manager__content {
    background: #f3f3f3;
    padding: 2rem
}

.qt--cookie-manager__content p {
    margin: 0
}

.qt--cookie-manager__cookie-group {
    display: none
}

.qt--cookie-manager__cookie-group.active {
    display: block
}

.qt--cookie-manager__cookie-group:not(:last-child) {
    margin-bottom: 3rem
}

.qt--cookie-manager__cookie-item-details {
    margin-top: 1.5rem
}

.qt--cookie-manager__cookie-levels {
    display: none;
    margin-top: 1rem
}

.qt--cookie-manager__cookie-levels input[type=range] {
    width: 100%
}

.qt--cookie-manager__cookie-level {
    display: none;
    margin-top: 1rem
}

.qt--cookie-manager__cookie-level.active {
    display: block
}

.qt--cookie-manager__cookie-level-name {
    font-size: .8rem;
    font-weight: 700;
    margin: 0
}

.qt--cookie-manager__cookie-level-description {
    font-size: .8rem
}

.qt--cookie-manager__cookie-level-description p {
    margin: 0
}

.qt--cookie-manager__cookie-item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.qt--cookie-manager__cookie-item:after,
.qt--cookie-manager__cookie-item:before {
    content: none !important
}

.qt--cookie-manager__contact-details {
    margin-top: 2rem
}

@media (max-width:767.98px) {
    .qt--cookie-manager__contact-details div:not(:last-child) {
        margin-bottom: 1rem
    }
}

.qt--cookie-manager__contact-details-heading {
    font-size: 1rem;
    margin: 0
}

.qt--cookie-manager__contact-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.qt--switch-xl {
    padding: 0
}

.qt--switch-xl .form-check-input {
    height: 2em;
    margin: 0;
    width: 4em
}

.qt--switch-xl .form-check-input:checked {
    background-color: var(--rood);
    border-color: var(--rood)
}

@media (max-width:991.98px) {
    .qt--vehicle-filter-makes {
        margin-bottom: calc(1rem - 5px)
    }
}

@media (min-width:992px) {
    .qt--vehicle-filter-makes {
        margin-bottom: -5px
    }
}

.qt--vehicle-filter-makes .qt--make-checkbox:checked+.qt--make-checkbox-label {
    background: var(--rood)
}

.qt--vehicle-filter-makes .qt--make-checkbox+.qt--make-checkbox-label {
    background: var(--zwart);
    border: unset;
    line-height: 1;
    margin-bottom: 5px;
    padding: .625rem .75rem
}

.qt--vehicle-filter-makes .qt--make-checkbox+.qt--make-checkbox-label:focus,
.qt--vehicle-filter-makes .qt--make-checkbox+.qt--make-checkbox-label:hover {
    background: var(--rood)
}

.qt--vehicles-filter-models-wrapper {
    display: none
}

.overlay-button {
    background: var(--rood);
    border: 2px solid var(--rood);
    border-radius: .25rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    opacity: 0;
    padding: .625rem .75rem;
    transition: opacity .2s linear
}

.qt--vehicles-archive-item:hover .overlay-button {
    opacity: 1
}

.qt--vehicles-archive-item:hover .qt--vehicles-archive-item-img-overlay {
    background-color: hsla(0, 0%, 4%, .5)
}

.qt--vehicles-archive-item .qt--vehicles-archive-item-img img {
    -o-object-position: center bottom;
    object-position: center bottom;
}

.qt--vehicles-archive-item .qt--vehicles-archive-item-img-overlay {
    align-items: center;
    background-color: hsla(0, 0%, 4%, 0);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .2s linear
}

.qt--vehicles-archive-item .qt--vehicles-archive-item-title {
    font-size: 1.2rem;
    line-height: 1.35rem
}

.qt--vehicles-archive-item .qt--vehicles-archive-item-price {
    font-size: 1.05rem;
    line-height: 1.25rem
}

.qt--vehicles-archive-item .qt--vehicles-archive-item-price span {
    font-size: .75rem
}

.qt--vehicles-archive-item .qt--vehicles-archive-item-consumption,
.qt--vehicles-archive-item .qt--vehicles-archive-item-emissions {
    font-size: .8rem;
    line-height: 1rem
}

@media (min-width:992px) {
    .qt--go-back {
        color: #000
    }
}

.qt--go-back span {
    line-height: 1
}

@media (max-width:991.98px) {
    .qt--go-back span {
        color: #fff
    }
}

.embla {
    position: relative
}

.embla .embla__viewport {
    overflow: hidden
}

.embla .embla__viewport .embla__container {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.embla .embla__slide {
    min-width: 100%;
    position: relative
}

.embla .embla__slide:not(.has-loaded):after {
    -webkit-animation: oc-rotate-loader 1s linear infinite;
    animation: oc-rotate-loader 1s linear infinite;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 4rem;
    left: calc(50% - 2rem);
    opacity: .5;
    position: absolute;
    top: calc(50% - 2rem);
    width: 4rem
}

@media (max-width:991.98px) {
    .embla .embla__slide:not(.has-loaded):after {
        border: .2em solid #fff;
        border-right-color: transparent
    }
}

@media (min-width:992px) {
    .embla .embla__slide:not(.has-loaded):after {
        border: .2em solid var(--zwart);
        border-right: .2em solid transparent
    }
}

.embla .embla__slide:not(.has-loaded) .embla__slide__inner {
    opacity: 0
}

.embla .embla__slide .embla__slide__inner {
    overflow: hidden;
    position: relative;
    transition: opacity .1s linear
}

.embla .embla__slide .embla__slide__inner .embla__slide__img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.embla .embla__button {
    background: #000;
    border: none;
    color: #fff;
    height: 44px;
    opacity: .8;
    position: absolute;
    top: calc(50% - 22px);
    transition: opacity .1s linear;
    width: 44px
}

.embla .embla__button[disabled] {
    opacity: .3
}

.embla .embla__button:not([disabled]):focus-visible,
.embla .embla__button:not([disabled]):hover {
    opacity: 1
}

.embla .embla__button.embla__button--prev {
    left: 10px
}

.embla .embla__button.embla__button--next {
    right: 10px
}

.qt--vehicle-details-thumbs-wrapper {
    margin-left: -.5rem
}

.qt--vehicle-details-thumbs-wrapper .qt--vehicle-details-thumbs-item {
    position: relative
}

.qt--vehicle-details-thumbs-wrapper .qt--vehicle-details-thumbs-item img {
    -o-object-position: center bottom;
    object-position: center bottom
}

@media (min-width:1200px) and (max-width:991.98px),
screen and (min-width:768px) {
    .qt--vehicle-details-thumbs-item {
        width: 25%
    }

    .qt--vehicle-details-thumbs-item:nth-child(1n+5) {
        display: none
    }

    .qt--vehicle-details-thumbs-item:nth-child(4) .qt--more-images-overlay {
        background-color: rgba(0, 0, 0, .7)
    }

    .qt--vehicle-details-thumbs-item:nth-child(4) .qt--more-images-overlay:hover {
        background: rgba(0, 0, 0, .8)
    }

    .qt--vehicle-details-thumbs-item:nth-child(4) .qt--more-images-overlay span,
    .qt--vehicle-details-thumbs-item:nth-child(4) .qt--more-images-overlay svg {
        display: block
    }
}

@media (max-width:1199.98px) and (min-width:992px),
screen and (max-width:767.98px) {
    .qt--vehicle-details-thumbs-item {
        width: 33.33%
    }

    .qt--vehicle-details-thumbs-item:nth-child(1n+4) {
        display: none
    }

    .qt--vehicle-details-thumbs-item:nth-child(3) .qt--more-images-overlay {
        background-color: rgba(0, 0, 0, .7)
    }

    .qt--vehicle-details-thumbs-item:nth-child(3) .qt--more-images-overlay:hover {
        background: rgba(0, 0, 0, .8)
    }

    .qt--vehicle-details-thumbs-item:nth-child(3) .qt--more-images-overlay span,
    .qt--vehicle-details-thumbs-item:nth-child(3) .qt--more-images-overlay svg {
        display: block
    }
}

.qt--more-images-overlay {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .1s linear
}

.qt--more-images-overlay:hover {
    background: rgba(0, 0, 0, .5);
    cursor: pointer
}

.qt--more-images-overlay span,
.qt--more-images-overlay svg {
    color: #fff;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:767.98px) {
    .qt--more-images-overlay span {
        font-size: .8rem
    }

    .qt--more-images-overlay svg {
        height: 18px;
        width: 18px
    }
}

.pswp__img--placeholder,
.pswp__img--with-bg {
    background: transparent !important
}

.pswp img {
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:991.98px) {
    .qt--vehicle-details-main-info {
        background: var(--zwart)
    }
}

.price-price-gross span {
    font-size: 1rem
}

.qt--vehicle-details-disclaimer {
    font-size: .75rem;
    line-height: .9rem
}

.qt--vehicle-details-specifics .card {
    background: var(--zwart)
}

.qt--vehicle-details-specifics .card .card-body li,
.qt--vehicle-details-specifics .card .card-body p {
    color: #fff
}

.qt--vehicle-details-specifics .card .card-body hr {
    color: var(--rood);
    opacity: 1
}

.qt--vehicle-details-basic-details-infotable {
    background: var(--zwart)
}

@media (min-width:992px) {
    .qt--vehicle-details-basic-details-infotable .card-body {
        border-radius: .25rem
    }
}

@media (max-width:575.98px) {

    .qt--vehicle-details-basic-details-infotable .card-body .h1,
    .qt--vehicle-details-basic-details-infotable .card-body h1 {
        font-size: 2.2rem
    }
}

@media (min-width:576px) {

    .qt--vehicle-details-basic-details-infotable .card-body .h1,
    .qt--vehicle-details-basic-details-infotable .card-body h1 {
        font-size: 2.6rem
    }
}

.qt--vehicle-details-basic-details-infotable .card-body .h3,
.qt--vehicle-details-basic-details-infotable .card-body .h4,
.qt--vehicle-details-basic-details-infotable .card-body h3,
.qt--vehicle-details-basic-details-infotable .card-body h4,
.qt--vehicle-details-basic-details-infotable .card-body p {
    color: #fff
}

.qt--vehicle-details-basic-details-infotable .card-body hr {
    color: var(--rood);
    opacity: 1
}

.qt--vehicle-details-basic-details-infotable .infotable-item-label {
    font-size: .8rem;
    line-height: .8rem
}

.qt--vehicle-details-basic-details-contact-options .contact-option {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.qt--vehicle-details-basic-details-contact-options .contact-option:hover svg {
    transform: translateY(-.25rem)
}

.qt--vehicle-details-basic-details-contact-options .contact-option:hover span {
    color: var(--rood)
}

.qt--vehicle-details-basic-details-contact-options .contact-option svg {
    transition: transform .1s linear
}

.qt--vehicle-details-basic-details-contact-options .contact-option span {
    color: #fff;
    transition: color .1s linear
}

.qt--vehicle-details-description {
    color: var(--zwart)
}

.qt--vehicle-details-eec-img{
    background-color: white;
    padding: 1em;
    border-radius: 1em;
}
