@charset "UTF-8"; /*!
Theme Name: Het Duikhuis
Theme URI: https://oil4.nl/
Author: Oil4
Author URI: https://oil4.nl/contact/
Description: Maatwerk WordPress thema voor Het Duikhuis.
Version: 0.5.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: het-duikhuis
*/ /*!
 * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
::after,
::before {
    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: transparent;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.75rem;
    }
}
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
dl,
ol,
p,
ul {
    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 ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote,
figure {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 0.875em;
}
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: none;
}
a:hover {
    color: var(--bs-link-hover-color);
    color: inherit;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
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;
}
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;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    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;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
::-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;
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-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;
} /*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --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,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
} /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #000;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--3dx .hamburger-box {
    perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
    perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
    perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
    perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
    transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 275ms;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 125ms 275ms;
}
.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 75ms;
}
.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 75ms;
}
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 275ms;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 125ms 275ms;
}
.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 75ms;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 75ms;
}
.hamburger--emphatic {
    overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
    transition: background-color 125ms ease-in 175ms;
}
.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms linear 125ms, left 125ms ease-in 175ms;
}
.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms linear 125ms, right 125ms ease-in 175ms;
}
.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(0.075, 0.82, 0.165, 1) 175ms;
}
.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(0.075, 0.82, 0.165, 1) 175ms;
}
.hamburger--emphatic-r {
    overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 125ms ease-in 175ms;
}
.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms linear 125ms, left 125ms ease-in 175ms;
}
.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms linear 125ms, right 125ms ease-in 175ms;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transition: left 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(0.075, 0.82, 0.165, 1) 175ms;
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transition: right 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(0.075, 0.82, 0.165, 1) 175ms;
}
.hamburger--minus .hamburger-inner::after,
.hamburger--minus .hamburger-inner::before {
    transition: bottom 80ms ease-out, top 80ms ease-out, opacity linear;
}
.hamburger--minus.is-active .hamburger-inner::after,
.hamburger--minus.is-active .hamburger-inner::before {
    opacity: 0;
    transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s linear 80ms;
}
.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
    top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
    opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity linear;
}
.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner::before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s linear 0.15s;
}
.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner::before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s linear 0.15s;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 75ms 0.12s, opacity 75ms;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 75ms 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 75ms, opacity 75ms 0.12s;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
    transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}
#main {
    min-height: 52vh;
}
@media (max-width: 991.98px) {
    .site-main__page {
        padding-top: 10px;
    }
}
.site-main__frontpage {
    margin-top: 1rem;
}
@media (min-width: 992px) {
    .site-main__frontpage {
        margin-top: 32px;
    }
}
.site-main-search {
    padding-bottom: 150px;
}
body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: Rubik;
}
body.home {
    background: #ebf8ff;
}
a,
h1,
h2,
h3,
h4,
h5,
p {
    color: #fff;
}
strong {
    font-weight: 600;
}
ul {
    list-style-type: none;
}
.hd-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
}
.hd-404 a,
.hd-404 h1,
.hd-404 p {
    color: #012d56;
}
.hd-404__wrapper {
    text-align: center;
}
.hd-404__wrapper--logo {
    margin-bottom: 45px;
}
.hd-404__wrapper--logo img {
    max-width: 200px;
    height: auto;
}
.hd-404__wrapper--link a {
    text-decoration: underline;
}
.hd-404__wrapper--link a:hover {
    color: #ff8a00;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ginput_container select,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
    padding: 8px;
    background: #ebf8ff;
    color: #2f80ed;
    border-radius: 6px;
    border: none;
}
.ginput_container select::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #2f80ed;
}
.ginput_container select::placeholder,
input[type="date"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
    color: #2f80ed;
}
.ginput_container select:active,
.ginput_container select:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="text"]:active,
input[type="text"]:focus,
textarea:active,
textarea:focus {
    outline-color: #ff8a00;
}
.woocommerce-notices-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 4px;
}
.woocommerce-notices-wrapper ul {
    padding-left: 0;
    margin-bottom: 0;
    background: #ebf8ff;
}
.woocommerce {
    margin-top: 100px;
}
@media (max-width: 767.98px) {
    .woocommerce {
        margin-top: 85px;
    }
}
.select2 {
    background: #ebf8ff !important;
    padding: 8px !important;
    border-radius: 4px;
}
.select2 * {
    background: #ebf8ff !important;
    border: none !important;
}
.checkout_coupon,
.woocommerce-form-coupon-toggle {
    max-width: 1320px;
    margin: 0 auto;
}
.showcoupon {
    color: #ff8a00 !important;
}
.gform_button {
    padding: 14px 24px;
    cursor: pointer;
    line-height: 1em;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #2f80ed;
    border: 2px solid #2f80ed;
    color: #fff;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.gform_button:hover {
    transform: scale(1.025);
    color: #fff;
}
.gfield legend {
    font-weight: 500 !important;
}
.gform_body label {
    color: #012d56;
    margin-bottom: 2px;
}
.site-main-posts {
    margin-top: 1rem;
}
.site-main-posts .dh-aanbod__wrap {
    margin-bottom: 24px;
    background: #ebf8ff;
}
.site-main__cursus {
    margin-top: 1rem;
}
@media (min-width: 992px) {
    .site-main__cursus {
        margin-top: 0;
    }
}
.ginput_container_consent label {
    font-weight: 500 !important;
    font-size: 0.875rem;
    cursor: pointer;
}
.password_input_container input {
    width: 100% !important;
}
.site-main-search {
    padding-top: 24px;
}
.site-main-search p {
    color: #012d56;
}
.site-main-search .duikhuis-result {
    color: #012d56;
    transition: 0.1s linear;
}
.site-main-search .duikhuis-result span {
    color: #2f80ed;
    font-weight: 600;
}
.site-main-search .duikhuis-result:hover {
    opacity: 0.6;
}
.woocommerce-page .site-footer__visual {
    display: none;
}
.cart-collaterals .cross-sells {
    display: none !important;
}
.sb-xl {
    margin-bottom: clamp(3.125rem, 0.9243rem + 9.3897vw, 9.375rem);
}
.st-xl {
    margin-top: clamp(3.125rem, 0.9243rem + 9.3897vw, 9.375rem);
}
.sb-l {
    margin-bottom: clamp(2.1875rem, 0.757rem + 6.1033vw, 6.25rem);
}
.st-l {
    margin-top: clamp(2.1875rem, 0.757rem + 6.1033vw, 6.25rem);
}
.sb-m {
    margin-bottom: clamp(1.5625rem, 0.4621rem + 4.6948vw, 4.6875rem);
}
.st-m {
    margin-top: clamp(1.5625rem, 0.4621rem + 4.6948vw, 4.6875rem);
}
.sb-s {
    margin-bottom: clamp(1.25rem, 0.5898rem + 2.8169vw, 3.125rem);
}
.st-s {
    margin-top: clamp(1.25rem, 0.5898rem + 2.8169vw, 3.125rem);
}
.st-x {
    margin-top: 0;
}
.sb-x {
    margin-bottom: 0;
}
h1 {
    font-size: clamp(2rem, 1.6039rem + 1.6901vw, 3.125rem);
}
h3 {
    font-size: clamp(1.125rem, 1.081rem + 0.1878vw, 1.25rem);
}
.admin-bar .site-header__nav--desktop {
    top: 32px;
}
.admin-bar .mega-menu__sub-menu {
    top: 118px !important;
}
.site-header__nav--desktop {
    padding: 24px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__nav--desktop__hover {
    background: #fff;
}
@media (max-width: 991.98px) {
    .site-header__nav--desktop {
        display: none;
        visibility: hidden;
    }
}
.site-header__nav--desktop__wrap {
    max-width: 1350px;
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
@media only screen and (max-width: 1000px) {
    .site-header__nav--desktop__wrap {
        padding: 0 100px;
    }
    .site-header__nav--desktop__wrap a {
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 1400px) {
    .site-header__nav--desktop__wrap {
        padding: 0 100px;
    }
    .site-header__nav--desktop__wrap a {
        font-size: 14px !important;
    }
}
.site-header__nav--desktop__logo {
    flex: 0 0 20%;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
}
@media (max-width: 991.98px) {
    .site-header__nav--desktop__logo {
        flex: 0 0 15%;
    }
}
.site-header__nav--desktop__logo img {
    height: auto;
    width: 210px;
}
.site-header__nav--desktop__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.site-header__nav--desktop__icons__search {
    width: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.site-header__nav--desktop__icons__search input {
    width: 100%;
}
.site-header__nav--desktop__icons__search.search-is-active {
    width: 240px;
    pointer-events: initial;
    opacity: 1;
    overflow: visible;
}
.site-header__nav--desktop__icons__search .site-header__nav--desktop__search--results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 12px;
    border-radius: 4px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__nav--desktop__icons__search .site-header__nav--desktop__search--results__loading {
    opacity: 0.5;
}
.site-header__nav--desktop__icons__search .site-header__nav--desktop__search--results .duikhuis-result {
    color: #012d56;
    display: block;
}
.site-header__nav--desktop__icons__search .site-header__nav--desktop__search--results .duikhuis-result:not(:last-of-type) {
    margin-bottom: 8px;
}
.site-header__nav--desktop__icons__search .site-header__nav--desktop__search--results .duikhuis-result span {
    color: #2f80ed;
    font-weight: 600;
}
.site-header__nav--desktop__icons__search .site-header__nav--desktop__search--results * {
    font-size: 14px;
}
.site-header__nav--desktop__icons a {
    transition: 0.1s linear;
    position: relative;
}
.site-header__nav--desktop__icons a:hover {
    opacity: 0.7;
}
.site-header__nav--desktop__icons a .cart-qty {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    background: rgba(255, 138, 0, 0.8);
    border-radius: 50%;
}
.site-header__nav--desktop__menu {
    flex: 1;
    margin-right: 20px;
}
.site-header__nav--desktop__menu .main-menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    gap: 15px;
    margin-bottom: 0;
}
.site-header__nav--desktop__menu .main-menu__item {
    margin: 0;
}
.site-header__nav--desktop__menu .main-menu__item a {
    color: #012d56;
    font-size: 1rem;
    transition: color 0.1s ease-out;
}
.site-header__nav--desktop__menu .main-menu__item a:hover {
    color: #2f80ed;
}
.site-header__nav--desktop__menu .main-menu__item--parent {
    position: relative;
}
.site-header__nav--desktop__menu .main-menu__item--parent::after {
    content: url(../../resources/assets/images/svg/chevron-blue.svg);
    display: inline-block;
    transform-origin: center;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__nav--desktop__menu .main-menu__item--parent:hover::after {
    transform: rotate(180deg);
    filter: invert(42%) sepia(98%) saturate(575%) hue-rotate(182deg) brightness(90%) contrast(106%);
}
.site-header__nav--desktop__menu .main-menu__item--parent:hover .main-menu__sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.site-header__nav--desktop__menu .main-menu__sub-menu--1 {
    position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    padding-left: 11vw;
}
.site-header__nav--desktop__menu .main-menu__sub-menu--2__item:not(:last-of-type) {
    margin-bottom: 12px;
}
.site-header__nav--desktop__menu .main-menu__link {
    font-size: 0.875rem;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .site-header__nav--desktop__menu .main-menu__link {
        font-size: 0.8125rem;
    }
}
.site-header__nav--desktop__menu .main-menu__link:hover {
    opacity: 0.75;
}
.site-header__nav--mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 85px;
    background: #fff;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 992px) {
    .site-header__nav--mobile {
        display: none;
    }
}
.site-header__nav--mobile__single .site-header__nav--mobile__back {
    display: none;
    margin-bottom: 0;
    margin-top: auto;
    padding: 8px 0;
    border-top: 1px solid #012d56;
    width: 100%;
}
.site-header__nav--mobile__single .site-header__nav--mobile__back a {
    color: #012d56;
}
.site-header__nav--mobile__single .site-header__nav--mobile__back a::before {
    content: url(../../resources/assets/images/svg/arrow-back.svg);
    margin-right: 12px;
}
.site-header__nav--mobile__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding: 0 15px;
}
.site-header__nav--mobile__logo {
    margin-left: 0;
    margin-right: auto;
}
.site-header__nav--mobile__logo .site-logo-dh {
    position: relative;
    width: 210px;
    height: 100%;
    display: flex;
    align-items: center;
}
.site-header__nav--mobile__logo img {
    width: 210px;
    height: auto;
    position: absolute;
    left: 0;
    display: block;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__nav--mobile__logo .logo-white {
    display: none;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-40%);
}
.site-header__nav--mobile__toggle {
    margin-right: 0;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.site-header__nav--mobile__toggle .hamburger {
    padding: 0;
    text-align: center;
    margin: 6px auto auto;
    opacity: 1 !important;
}
.site-header__nav--mobile__toggle .hamburger .hamburger-box {
    text-align: center;
    display: inline-block;
    width: 22px;
}
.site-header__nav--mobile__toggle .hamburger .hamburger-inner {
    height: 2px;
    background: #012d56;
    border-radius: 0;
    width: 24px;
}
.site-header__nav--mobile__toggle .hamburger .hamburger-inner::after,
.site-header__nav--mobile__toggle .hamburger .hamburger-inner::before {
    height: 2px;
    width: 24px;
    border-radius: 0;
    background: #012d56;
}
.site-header__nav--mobile__menu {
    position: fixed;
    top: 85px;
    height: calc(100% - 80px);
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 15px;
    right: -100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__nav--mobile__menu--actions {
    padding-left: 0;
    margin-bottom: 0;
}
.site-header__nav--mobile__menu--actions li a {
    color: #012d56;
    padding: 12px 0;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
}
.site-header__nav--mobile__menu--actions .mobile-search {
    position: relative;
}
.site-header__nav--mobile__menu--actions .mobile-search__input {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-24px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__nav--mobile__menu--actions .mobile-search__input--active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.site-header__nav--mobile__menu--actions .mobile-search__input input {
    width: calc(100% - 40px);
}
.site-header__nav--mobile__menu--actions .mobile-cart__icon,
.site-header__nav--mobile__menu--actions .mobile-search__icon {
    margin-right: 0;
    margin-left: auto;
    position: relative;
}
.site-header__nav--mobile__menu--actions .mobile-cart__icon span,
.site-header__nav--mobile__menu--actions .mobile-search__icon span {
    position: absolute;
    width: 16px;
    height: 16px;
    background: rgba(255, 138, 0, 0.8);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -4px;
    top: -4px;
    color: #fff;
}
.site-header__nav--mobile__menu--visual {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.site-header__nav--mobile__menu--visual img {
    width: 100%;
    height: auto;
}
.site-header__nav--mobile__menu .mobile-menu {
    padding-left: 0;
}
.site-header__nav--mobile__menu .mobile-menu a {
    color: #012d56;
    font-size: 1.125rem;
    display: inline-block !important;
}
.site-header__nav--mobile__menu .mobile-menu a:hover {
    color: #ff8a00;
}
.site-header__nav--mobile__menu .mobile-menu__item {
    list-style-type: none;
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}
.site-header__nav--mobile__menu .mobile-menu__item:not(:last-of-type) {
    margin-bottom: 25px;
}
.site-header__nav--mobile__menu .mobile-menu__item--active__link {
    font-weight: 600;
}
.site-header__nav--mobile__menu .mobile-menu__item--parent .mobile-menu__link {
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__nav--mobile__menu .mobile-menu__item--parent__active .mobile-menu__link {
    color: #2f80ed;
}
.site-header__nav--mobile__menu .mobile-menu__item--parent__active .subcheck::after {
    transform: rotate(180deg);
    filter: brightness(0) invert(36%) sepia(94%) saturate(1408%) hue-rotate(200deg) brightness(97%) contrast(91%);
}
.site-header__nav--mobile__menu .mobile-menu__item .subcheck {
    display: inline-flex;
    width: 32px;
    height: 32px;
    justify-content: flex-end;
    align-items: center;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    float: right;
}
.site-header__nav--mobile__menu .mobile-menu__item .subcheck::after {
    content: url(../../resources/assets/images/svg/chevron-down.svg);
    transform: rotate(-90deg) scale(1.25);
    filter: brightness(0) invert(36%) sepia(94%) saturate(1408%) hue-rotate(200deg) brightness(97%) contrast(91%);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__nav--mobile__menu .mobile-menu__item .subcheck__active {
    transform: rotate(180deg);
}
.site-header__nav--mobile__menu .mobile-menu__sub-menu {
    position: fixed;
    height: calc(100% - 85px);
    width: 100%;
    top: 85px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    right: -20%;
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}
.site-header__nav--mobile__menu .mobile-menu__sub-menu--1 {
    border-left: 24px solid rgba(1, 45, 86, 0.2392156863);
}
.site-header__nav--mobile__menu .mobile-menu__sub-menu--2 {
    width: calc(100% - 24px);
    border-left: 24px solid rgba(1, 45, 86, 0.4588235294);
}
.site-header__nav--mobile__menu .mobile-menu__sub-menu.sub-menu-active {
    opacity: 1;
    pointer-events: initial;
    right: 0;
    visibility: visible;
}
.site-header__nav--mobile__menu .mobile-menu__sub-menu__back {
    padding: 12px 24px;
    position: relative;
    font-weight: 600;
    font-size: 0.875rem;
}
.site-header__nav--mobile__menu .mobile-menu__sub-menu__back::before {
    content: url(../../resources/assets/images/svg/chevron-down.svg);
    transform: rotate(90deg) scale(1.25);
    filter: brightness(0) invert(36%) sepia(94%) saturate(1408%) hue-rotate(200deg) brightness(97%) contrast(91%);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    position: absolute;
    left: 0;
}
.site-header__nav--mobile__menu .mobile-menu__sub-menu__item {
    list-style-type: none;
}
.site-header__nav--mobile__menu .mobile-menu__sub-menu__item a {
    padding: 12px 24px;
    display: block;
}
.site-header__nav--mobile__menu .mobile-menu__sub-menu .mobile-menu__item--parent .subcheck {
    margin-right: 24px;
}
.site-header__nav--mobile__menu .mobile-menu__sub-menu .mobile-menu__item--parent .subcheck::after {
    filter: brightness(0) invert(36%) sepia(94%) saturate(1408%) hue-rotate(200deg) brightness(97%) contrast(91%) !important;
}
.site-header__nav--mobile__menu .mobile-menu__sub-menu .mobile-menu__item--parent__active .subcheck::after {
    transform: rotate(180deg) !important;
    filter: brightness(0) invert(36%) sepia(94%) saturate(1408%) hue-rotate(200deg) brightness(97%) contrast(91%) !important;
}
.site-header__nav--mobile__menu--open {
    right: 0;
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
}
.site-header__nav--mobile__menu--open .mobile-menu__item {
    opacity: 1;
}
.site-header__nav--mobile__menu--open .mobile-menu__item:first-child {
    transition-delay: 0.1s;
}
.site-header__nav--mobile__menu--open .mobile-menu__item:nth-child(2) {
    transition-delay: 0.2s;
}
.site-header__nav--mobile__menu--open .mobile-menu__item:nth-child(3) {
    transition-delay: 0.3s;
}
.site-header__nav--mobile__menu--open .mobile-menu__item:nth-child(4) {
    transition-delay: 0.4s;
}
.site-header__nav--mobile__menu--open .mobile-menu__item:nth-child(5) {
    transition-delay: 0.5s;
}
.site-header__nav--mobile__menu--open .mobile-menu__item:nth-child(6) {
    transition-delay: 0.6s;
}
.site-header__nav--mobile__menu--open .mobile-menu__item:nth-child(7) {
    transition-delay: 0.7s;
}
.site-header__nav--mobile__menu--open .mobile-menu__item:nth-child(8) {
    transition-delay: 0.8s;
}
.site-header__nav--mobile__menu--open .mobile-menu__item:nth-child(9) {
    transition-delay: 0.9s;
}
.site-header {
    position: relative;
}
.site-header__single {
    min-height: 400px;
}
.site-header__single .site-header__main--content__visual-bottom img {
    filter: brightness(0) invert(100%);
}
.site-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -4;
    height: 100%;
    background: #fff;
}
.site-header__main {
    position: relative;
    max-width: 1320px;
    margin: 88px auto 0;
    width: 100%;
    padding-top: 100px;
}
.site-header__main--event {
    margin-top: 127px;
}
.site-header__main--event .site-header__main--content__visual-bottom img {
    filter: brightness(0) invert(100);
}
@media (min-width: 992px) {
    .site-header__main--event .site-header__main--content__subtitle {
        display: block !important;
    }
    .site-header__main--event .site-header__main--content {
        margin-top: -100px;
    }
    .site-header__main {
        border-radius: 8px;
        height: 550px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 24px solid #fff;
    }
}
@media (min-width: 1200px) {
    .site-header__main--event .site-header__main--content {
        margin-top: -200px;
    }
}
.site-header__main--desktop-vis {
    pointer-events: none;
    display: none;
}
@media (min-width: 992px) {
    .site-header__main--desktop-vis {
        display: block;
        width: 1800px;
        margin: 0 auto;
        position: absolute;
        left: -200px;
        bottom: -60px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-user-drag: none !important;
        z-index: 1;
    }
    .site-header__main--desktop-vis::before {
        content: "";
        background-size: cover;
        background-position: top;
        position: absolute;
        top: -35px;
        opacity: 0.2;
        transform: scaleY(1.5);
        left: -125px;
        background-image: url("resources/assets/images/svg/header-wave-light-desk.svg");
        width: 100%;
        height: 100%;
        display: inline-block;
        pointer-events: none;
    }
    .site-header__main--desktop-vis img {
        width: 100%;
        height: 100%;
    }
}
.site-header__main--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 275px;
}
.site-header__main--img__gradient::before {
    content: "";
    background: linear-gradient(99.42deg, rgba(1, 45, 86, 0.8) -10.95%, rgba(47, 128, 237, 0) 87.48%);
    background-blend-mode: multiply;
    max-width: 600px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
@media (max-width: 767.98px) {
    .site-header__main {
        padding-top: 0;
    }
    .site-header__main--img__gradient::before {
        display: none;
    }
}
.site-header__main--img a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.site-header__main--img a:hover::after {
    transform: scale(1.125);
}
.site-header__main--img a::after {
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    content: url(../../resources/assets/images/svg/play-btn.svg);
    position: absolute;
}
.site-header__main--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.site-header__main--content {
    background: #012d56;
    position: relative;
    top: 260px;
    z-index: 2;
    padding-bottom: 100px;
    padding-top: 20px;
}
@media (min-width: 992px) {
    .site-header__main--img {
        height: 100%;
    }
    .site-header__main--content {
        background: 0 0;
        top: unset;
        padding: 0 !important;
        width: 50%;
    }
    .site-header__main--content h1 {
        font-weight: lighter;
    }
    .site-header__main--content__subtitle,
    .site-header__main--content__visual {
        display: none;
    }
}
.site-header__main--content__visual {
    position: absolute;
    bottom: calc(100% - 2px);
    left: 0;
    z-index: -1;
    width: 100%;
}
.site-header__main--content__visual img {
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    transform-origin: right;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0px -5px 0px rgba(235, 248, 255, 0.5));
}
.site-header__main--content__visual-bottom {
    position: absolute;
    bottom: 0;
    right: -100px;
    z-index: -1;
    width: 100%;
}
.site-header__main--content__visual-bottom img {
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    transform-origin: right;
    position: relative;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.site-header__main--content__btn {
    margin-top: 24px;
}
.site-header__main--content__btn,
.site-header__main--content__subtitle,
.site-header__main--content__title {
    position: relative;
    z-index: 2;
}
.site-header__main--content__subtitle * {
    font-size: 1.25rem;
}
.site-header__main--content__subtitle strong {
    font-weight: 600;
}
.site-header__main--desktop__bottom {
    position: relative;
    z-index: 2;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    margin-top: auto;
}
@media (max-width: 991.98px) {
    .site-header__main--desktop__bottom {
        display: none;
    }
}
.site-header__main--desktop__bottom--subtitle * {
    color: #012d56;
    font-size: 1.375rem;
    font-weight: 400;
}
.site-header__main--desktop__bottom--subtitle strong {
    font-weight: 500;
}
@media (min-width: 992px) {
    .site-header__main--content__visual-bottom {
        display: none;
    }
    .site-header__main--desktop {
        width: 100%;
        position: relative;
        z-index: 5;
        border: 2px solid red;
        display: block;
    }
    .site-header__single .site-header__main--content {
        top: -70px;
    }
}
.woocommerce-products-header__title {
    display: none;
}
.dh-mega .mega-menu {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 0;
    padding-left: 0;
}
.dh-mega .mega-menu span {
    font-weight: 600;
    font-size: 0.875rem;
    color: #012d56;
    display: block;
}
.dh-mega .mega-menu__item a {
    color: #012d56;
    transition: 0.1s linear;
}
.dh-mega .mega-menu__item a:hover {
    color: #ff8a00;
}
.dh-mega .mega-menu__item--parent__hover .mega-menu__sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transform: translateY(0);
}
.dh-mega .mega-menu__sub-menu {
    position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    isolation: isolate;
}
.dh-mega .mega-menu__sub-menu a {
    background: #fff;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border-right: 8px solid #fff;
    border-left: 8px solid #fff;
    padding: 12px 16px;
}
.dh-mega .mega-menu__sub-menu a:hover {
    background: #ebf8ff;
}
.dh-mega .mega-menu__sub-menu span {
    padding: 12px 24px;
}
.dh-mega .mega-menu__sub-menu::before {
    content: "";
    width: 100%;
    height: calc(100% + 300px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    z-index: -1;
    border-bottom: 2px solid #012d56;
}
.dh-mega .mega-menu__sub-menu a,
.dh-mega .mega-menu__sub-menu span {
    display: block;
}
.dh-mega .mega-menu__sub-menu--items {
    width: 50%;
    padding-right: 25%;
    position: relative;
    z-index: 2;
}
.dh-mega .mega-menu__sub-menu--sub-sub-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-left: 1px solid #ebf8ff;
    transform: translateX(-12px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dh-mega .mega-menu__sub-menu--sub-sub-menu__item--wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(7, auto);
}
.dh-mega .mega-menu__sub-menu--sub-sub-menu__item--wrapper .mega-menu__sub-menu--sub-sub-menu__item {
    width: 300px;
}
.dh-mega .mega-menu__sub-menu--sub-sub-menu__item a {
    line-height: 1.1em;
}
.site-header__product .site-header__main {
    margin-top: 0 !important;
    align-items: flex-start !important;
    height: 500px;
    padding-top: 0;
}
@media (max-width: 991.98px) {
    .site-header__product .site-header__main {
        height: 600px;
        margin-bottom: 48px;
    }
    .site-header__product .site-header__main--content {
        top: unset;
    }
}
@media (max-width: 767.98px) {
    .site-header__product .site-header__main {
        height: 430px;
    }
}
.site-header__product--content {
    width: 100%;
    height: 100%;
}
.site-header__product--content .container,
.site-header__product--content .row {
    height: 100%;
}
.site-header__product--wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.site-header__product--wrap__img {
    flex: 0 0 65%;
    position: relative;
    z-index: 0;
}
@media (max-width: 1399.98px) {
    .site-header__product--wrap__img {
        flex: 0 0 55%;
    }
}
@media (max-width: 991.98px) {
    .site-header__product--wrap__img {
        flex: 0 0 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80%;
    }
}
.site-header__product--wrap__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.site-header__product--wrap__content {
    background-color: #2f80ed;
    padding: 24px;
    flex: 1;
    position: relative;
    z-index: 3;
}
@media (min-width: 992px) {
    .site-header__product--wrap__content::before {
        content: "";
        position: absolute;
        bottom: 155px;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-image: url(../../resources/assets/images/svg/header-wave-alt-white.svg);
        background-size: 1320px 175px;
        overflow: hidden;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: bottom right;
        opacity: 0.5;
    }
}
@media (max-width: 1399.98px) {
    .site-header__product--wrap__content::before {
        bottom: 0;
    }
}
@media (max-width: 991.98px) {
    .site-header__product--wrap__content {
        position: absolute;
        bottom: 0;
        padding-top: 4px;
        width: 100%;
        left: 0;
        right: 0;
        isolation: isolate;
    }
    .site-header__product--wrap__content::after,
    .site-header__product--wrap__content::before {
        width: 100%;
        height: 110px;
        background-size: 100% auto;
        background-position: bottom;
        background-repeat: no-repeat;
        position: absolute;
        bottom: calc(100% - 1px);
        display: block;
        left: 0;
        content: "";
    }
    .site-header__product--wrap__content::before {
        background-image: url(../../resources/assets/images/svg/visual-top.svg);
        z-index: 2;
        width: calc(100% + 8px);
        left: -4px;
    }
    .site-header__product--wrap__content::after {
        background-image: url(../../resources/assets/images/svg/visual-top-white.svg);
        z-index: 1;
        bottom: calc(100% + 2px);
        opacity: 0.4;
        transform: scale(1.3);
        transform-origin: bottom;
    }
    .site-header__product--wrap__content--wrap {
        max-width: 720px;
        margin: 0 auto;
    }
}
@media (max-width: 767.98px) {
    .site-header__product--wrap__img {
        height: 50%;
    }
    .site-header__product--wrap__content {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.site-header__product--wrap__content--wrap {
    flex: 1;
    padding: 24px;
    position: relative;
    z-index: 3;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
}
@media (min-width: 992px) {
    .site-header__product--wrap__content--wrap {
        height: 430px;
    }
}
.site-header__product--wrap__content--inner {
    margin-top: 32px;
}
.site-header__product--wrap__content--inner h1 {
    margin-bottom: 24px;
}
@media (max-width: 991.98px) {
    .site-header__product--wrap__content--inner {
        flex: 0 0 auto;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }
    .site-header__product--wrap__content--inner .product-inner-content {
        margin-bottom: 32px;
    }
    .site-header__product--wrap__content--inner h1 {
        margin-bottom: 16px;
    }
    .site-header__product--visuals {
        display: none;
    }
}
.site-header__product--wrap__content--inner * {
    color: #fff;
}
.site-header__product--wrap__content .woocommerce-product-details__short-description {
    padding: 2px;
}
.site-header__product--wrap__content .product_title,
.site-header__product--wrap__content .woocommerce-product-details__short-description {
    flex: 0 1 100%;
}
.site-header__product--wrap__content .price,
.site-header__product--wrap__content form.cart {
    margin-bottom: 0;
    margin-top: auto;
}
.site-header__product--wrap__content .product_meta,
.site-header__product--wrap__content .quantity {
    display: none;
}
.site-header__product--wrap__content .price {
    margin-right: 12px;
}
.site-header__product--wrap__content .price * {
    font-size: 32px;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    .site-header__product--wrap__content--wrap {
        padding: 12px 0 0;
    }
    .site-header__product--wrap__content .price * {
        font-size: 28px;
    }
}
.site-header__product--visuals {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.site-header__product--visuals img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}
.site-header__product--visuals img:last-of-type {
    z-index: 1;
    opacity: 0.5;
}
.woocommerce-breadcrumb {
    display: none;
}
.dh-block-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.dh-block-title h5 {
    color: #000;
}
.dh-block-title a,
.dh-block-title h5 {
    font-size: 1rem;
    margin-bottom: 0;
}
.hd-content img {
    max-width: 100%;
    height: auto;
}
.bg-light {
    background: #ebf8ff;
    padding: 20px 0;
}
.hd-content {
    position: relative;
    z-index: 1;
}
.hd-content h1,
.hd-content h2,
.hd-content h3,
.hd-content h4,
.hd-content h5,
.hd-content h6,
.hd-content li,
.hd-content p {
    color: #012d56;
}
.hd-content__faq--wrap {
    margin-bottom: 8px;
    background-color: #fff;
    display: block;
}
.hd-content__faq--wrap__answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hd-content__faq--wrap__active .hd-content__faq--wrap__answer {
    max-height: 400px;
    opacity: 1;
}
.hd-content i,
.hd-content p,
.hd-content s,
.hd-content span {
    font-weight: 400 !important;
    font-size: 1rem;
    line-height: 1.75em;
}
.hd-content a:not(.btn) {
    color: #ff8a00;
    text-decoration: underline;
}
.hd-content a:not(.btn) * {
    text-decoration: underline;
}
.hd-content a:not(.btn):hover {
    color: #2f80ed;
}
.hd-content__paragraph {
    z-index: 5;
    position: relative;
}
.hd-content__paragraph ol {
    counter-reset: hd-counter;
    list-style: none;
    padding-left: 0;
}
.hd-content__paragraph ol li {
    counter-increment: hd-counter;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 12px;
}
.hd-content__paragraph ol li p {
    margin-bottom: 0 !important;
    width: calc(100% - 60px);
}
.hd-content__paragraph ol li::before {
    margin-right: 8px;
    content: counter(hd-counter);
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #940709;
}
.hd-content__paragraph a:not(.btn) {
    font-weight: 400;
}
.hd-content__paragraph a:not(.btn):hover {
    text-decoration: underline;
}
.hd-content__element {
    width: 100%;
}
.hd-content__btn {
    display: inline-block;
}
.hd-content__embed {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.hd-content__embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.hd-content__image--img {
    height: auto;
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
}
@media (max-width: 767.98px) {
    .hd-content__image--img {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}
.hd-content__image--label {
    font-style: italic;
    font-size: 0.875rem;
    margin-top: 2px;
}
.hd-content__anchor {
    position: absolute;
    top: -150px;
    pointer-events: none;
    visibility: hidden;
}
.hd-content li {
    list-style-type: disc;
}
.hd-content li::marker {
    color: #012d56 !important;
}
.img-stretch img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.img-contain img {
    width: auto;
    height: auto;
}
.block-align-center {
    text-align: center;
    width: 100%;
}
.block-align-left {
    text-align: left;
    width: 100%;
}
.block-align-right {
    text-align: right;
    width: 100%;
}
.align-content-center {
    align-items: center;
}
.align-content-baseline {
    align-items: baseline;
}
.align-content-start {
    align-items: flex-start;
}
.align-content-end {
    align-items: flex-end;
}
.align-content-unset {
    align-items: unset;
}
.block-st-x {
    margin-top: 0;
}
.block-st-s {
    margin-top: clamp(15px, 1.75vw, 30px);
}
.block-st-m {
    margin-top: clamp(30px, 2.5vw, 45px);
}
.block-st-l {
    margin-top: clamp(45px, 3.25vw, 60px);
}
.block-sb-x {
    margin-bottom: 0;
}
.block-sb-s {
    margin-bottom: clamp(15px, 1.75vw, 30px);
}
.block-sb-m {
    margin-bottom: clamp(30px, 2.5vw, 45px);
}
.block-sb-l {
    margin-bottom: clamp(45px, 3.25vw, 60px);
}
.fslightbox-slide-btn,
.fslightbox-slide-number-container {
    display: none !important;
}
.gform_wrapper label {
    font-weight: 600 !important;
    margin-bottom: 4px;
}
.dh-aanbod__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
@media (max-width: 991.98px) {
    .dh-aanbod .col-lg-12,
    .dh-aanbod .container-fluid,
    .dh-aanbod .container-lg,
    .dh-aanbod .container-md,
    .dh-aanbod .container-sm,
    .dh-aanbod .container-xl,
    .dh-aanbod .container-xxl,
    .dh-aanbod .row {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .dh-aanbod__row {
        display: flex;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        width: 100%;
        gap: 12px;
    }
    .dh-aanbod__row::-webkit-scrollbar {
        display: none !important;
    }
    .dh-aanbod__wrap {
        scroll-snap-align: center;
        flex: 0 0 40%;
    }
    .dh-aanbod__wrap:first-of-type {
        margin-left: 12px;
    }
    .dh-aanbod__wrap:last-of-type {
        margin-right: 12px;
    }
}
.dh-aanbod__wrap {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
    color: #012d56;
    display: block;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
@media (max-width: 767.98px) {
    .hd-content__anchor {
        top: -70px;
    }
    .dh-aanbod__wrap {
        flex: 0 0 90%;
    }
}
.dh-aanbod__wrap:hover {
    transform: scale(1.005) translateY(-4px);
}
.dh-aanbod__wrap:hover::after {
    opacity: 1;
}
.dh-aanbod__wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dh-aanbod__wrap--content {
    padding: 16px;
}
.dh-aanbod__wrap--image {
    width: 100%;
    height: 135px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.dh-aanbod__wrap--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.dh-aanbod__wrap--title * {
    color: #012d56;
    font-size: 1.375rem;
    line-height: 1.5rem;
}
.dh-aanbod__wrap--title h5 {
    color: #2f80ed;
}
.dh-aanbod__wrap--subtitle {
    margin-bottom: 32px;
}
.dh-aanbod__wrap--bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px;
}
.dh-aanbod__wrap--bottom__price .woocommerce-Price-currencySymbol {
    display: inline-block;
    margin-right: 0.25ch;
}
.dh-aanbod__wrap--bottom__price * {
    font-size: 1.25rem;
    color: #2f80ed;
    font-weight: 500;
}
.dh-aanbod__wrap--bottom__tag {
    flex: 1 0 45%;
}
.dh-aanbod__wrap--bottom__tag--item {
    border: 1px solid #2f80ed;
    padding: 10px;
    color: #2f80ed;
    border-radius: 4px;
}
.dh-aanbod__wrap--bottom__arrow {
    flex: 1;
}
.dh-aanbod__wrap--bottom__arrow span {
    width: 40px;
    height: 40px;
    line-height: 1em;
    background: #ff8a00;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: right;
}
.dh-cards__wrap {
    background: #2f80ed;
    border-radius: 4px;
    padding: 22.5px 24px;
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 767.98px) {
    .dh-cards__wrap {
        margin-bottom: 16px;
        height: auto;
    }
    .dh-cards__wrap--img {
        display: none;
    }
}
.dh-cards__wrap--img__img {
    width: 163px;
    height: 163px;
    position: absolute;
    bottom: -24px;
    right: 24px;
    transform: rotate(8deg);
    filter: drop-shadow(0px 7.86467px 15.7293px rgba(1, 45, 86, 0.4));
}
.dh-cards__wrap--img__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.dh-cards__wrap--content {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 0 0 80%;
}
.dh-cards__wrap--content__btn {
    margin-bottom: 0;
    margin-top: auto;
}
.block-question {
    background: #2f80ed;
    display: block;
    padding: 24px;
    border-radius: 4px;
}
.block-question__white {
    margin-top: 16px;
    border: 1px solid #ebf8ff;
    background-color: #fff;
}
.block-question__white .block-question__icon--wrap {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ebf8ff;
}
.block-question__white * {
    color: #012d56;
}
.block-question__white:hover * {
    color: #012d56 !important;
}
.block-question__white:hover .block-question__icon--wrap {
    transform: scale(1.25) rotate(12deg);
}
.block-question:hover * {
    color: #fff;
}
.block-question:hover .block-question__image--img {
    transform: scale(1.25) rotate(12deg);
}
.block-question__icon {
    margin-bottom: 16px;
}
.block-question__icon--wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    padding-right: 0;
}
.block-question__content span,
.block-question__content strong {
    display: block;
}
.block-question__image {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    align-items: center;
    gap: 8px;
}
.block-question__image--bubble span,
.block-question__image--bubble strong {
    display: block;
    line-height: 1em;
}
.block-question__image--img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-question__image--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@keyframes hoverEffect {
    0%,
    100% {
        transform: scale(1);
    }
    60% {
        transform: scale(1.125);
    }
}
.dh-contact__wrap {
    background: #ebf8ff;
    padding: 22px 16px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #012d56;
    text-decoration: none !important;
    margin-bottom: 8px;
}
.dh-contact__wrap:active .dh-contact__wrap--icon,
.dh-contact__wrap:focus .dh-contact__wrap--icon,
.dh-contact__wrap:hover .dh-contact__wrap--icon {
    transform: scale(1.05);
}
.dh-contact__wrap:focus {
    border: 2px solid #ff8a00;
}
.dh-contact__wrap * {
    color: #012d56;
    text-decoration: none;
}
.dh-contact__wrap--text * {
    margin-bottom: 0;
}
.dh-contact__wrap--icon {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: auto;
    margin-right: 0;
}
.dh-instructor .container,
.dh-instructor .row {
    overflow: visible !important;
}
.dh-instructor__wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: scroll;
    margin: 0 -12px;
    gap: 12px;
}
.dh-instructor__item {
    flex: 0 0 37%;
}
.dh-instructor__item:first-of-type {
    margin-left: 12px;
}
.dh-instructor__item:last-of-type {
    margin-right: 12px;
}
.dh-instructor__item--img img {
    width: 100%;
    max-height: 235px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 1;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .dh-instructor__wrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 20px 20px;
        grid-template-areas: ". . . . .";
        overflow: hidden !important;
    }
    .dh-instructor__item {
        flex: 0 1 18%;
    }
    .dh-instructor__item--img {
        margin-bottom: 8px;
    }
    .dh-locations__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 10px 20px;
        grid-template-areas: ". .";
    }
}
.dh-instructor__item--content strong {
    display: block;
}
.dh-instructor__item--content * {
    font-size: 0.875rem;
    color: #012d56;
}
.dh-locations__title {
    margin-bottom: 12px;
}
.dh-locations__title * {
    color: #012d56;
}
.dh-locations__item {
    margin-bottom: 24px;
}
.dh-locations__item span {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .dh-locations__item:nth-child(odd) {
        position: relative;
    }
    .dh-locations__item:nth-child(odd)::after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        width: 1px;
        background: #ebf8ff;
        height: 100%;
        display: inline-block;
    }
}
.dh-locations__item--content {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    background: #ebf8ff;
    margin-bottom: 8px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dh-locations__item--content:active,
.dh-locations__item--content:focus,
.dh-locations__item--content:hover {
    transform: scale(1.012);
}
.dh-locations__item--content__left {
    flex: 0 0 80%;
}
.dh-locations__item--content__left span,
.dh-locations__item--content__left strong {
    display: block;
    color: #012d56;
}
.dh-locations__item--content__left span {
    font-weight: 400 !important;
}
.dh-locations__item--content__right {
    flex: 1;
    text-align: right;
}
.dh-blogs {
    margin-bottom: 120px !important;
}
.dh-blogs__wrap {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    border: 1px solid #ebf8ff;
}
@media (max-width: 767.98px) {
    .dh-blogs__wrap {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }
}
.dh-blogs__wrap--content {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
}
@media (max-width: 991.98px) {
    .dh-blogs__wrap--content {
        flex: 0 0 80%;
    }
}
.dh-blogs__wrap--content__title h4 {
    color: #012d56;
    font-size: 1.25rem;
}
.dh-blogs__wrap--content__excerpt {
    margin-top: 16px;
}
.dh-blogs__wrap--content__read-more {
    margin-top: auto;
    margin-bottom: 0;
}
.dh-blogs__wrap--content__read-more .dh-cta__orange {
    color: #ff8a00;
}
.dh-blogs__wrap--content__read-more .dh-cta__orange:hover {
    color: #ff8a00;
    opacity: 0.5;
}
.dh-blogs__wrap--content__read-more .dh-cta__orange::after,
.dh-blogs__wrap--content__read-more .dh-cta__orange::before {
    filter: brightness(0) invert(68%) sepia(50%) saturate(5723%) hue-rotate(1deg) brightness(104%) contrast(104%);
}
.dh-blogs__wrap--img {
    flex: 1;
}
.dh-blogs__wrap--img img {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}
.dh-cart__title {
    margin: 24px 0;
}
.dh-cart__title h1 {
    color: #012d56;
}
.dh-cart__item {
    display: flex;
    flex-wrap: wrap;
    background: #ebf8ff;
    padding: 12px;
    border-radius: 8px;
}
.dh-cart__item--dive-toggle {
    width: 100%;
    text-align: right;
    margin: 4px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.dh-cart__item--dive-toggle button {
    border: none;
    border-radius: 50px;
    padding: 12px;
    color: #2f80ed;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: transparent;
}
.dh-cart__item--dive-toggle button::after {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    content: url(../../resources/assets/images/svg/chevron-blue-2.svg);
}
.dh-cart__item--dive-toggle .active-toggle-cart {
    transform: rotate(180deg);
}
.dh-cart__item--quantity {
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0;
    width: 100%;
}
.dh-cart__item--quantity .amount {
    margin-right: 0;
    margin-left: auto;
    -webkit-text-emphasis: right;
    text-emphasis: right;
}
.dh-cart__item--quantity .amount bdi {
    float: right;
}
.dh-cart__item:not(:last-of-type) {
    margin-bottom: 8px;
}
.dh-cart__item--name {
    flex: 0 0 100%;
    color: #012d56;
    font-weight: 600;
}
.dh-cart__item--name * {
    color: #012d56;
    font-weight: 600;
}
.dh-cart__item .amount {
    flex: 0 0 80%;
}
.dh-cart__item .quantity {
    flex: 1;
}
.dh-cart__item .quantity input {
    background: #fff;
    border-radius: 4px;
    border: none;
    padding: 2px;
    text-align: center;
    width: 32px;
    height: 32px;
}
.dh-cart__item a.remove {
    display: none;
}
.cart-dive {
    max-height: 0;
    height: auto;
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
.active-cart-dive {
    max-height: 2000px;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coupon {
    display: flex;
    flex-wrap: wrap;
}
.coupon label {
    font-weight: 600;
}
.coupon input {
    width: 100%;
    margin-bottom: 8px;
}
.coupon button {
    border: 2px solid #2f80ed;
    border-radius: 50px;
    padding: 12px;
    color: #fff;
    width: 100%;
    line-height: 1em;
    background-color: #2f80ed;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.coupon button:hover {
    background: 0 0;
    color: #2f80ed;
}
button[name="apply_coupon"],
button[name="update_cart"] {
    margin-top: 8px;
    border: 2px solid #2f80ed;
    border-radius: 50px;
    padding: 12px;
    color: #2f80ed;
    width: 100%;
    line-height: 1em;
    background-color: transparent;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
button[name="apply_coupon"]:hover,
button[name="update_cart"]:hover {
    background: #2f80ed;
    color: #fff;
}
.cart-collaterals {
    background: #ebf8ff;
    padding: 15px;
    border-radius: 8px;
}
@media (max-width: 767.98px) {
    .cart-collaterals {
        margin-top: 24px;
    }
}
.cart-collaterals .cart_totals h2 {
    color: #012d56;
}
.cart-collaterals table {
    width: 75%;
}
.cart-collaterals table * {
    color: #012d56;
}
.cart-collaterals table th {
    font-weight: 600 !important;
}
.cart-collaterals table tbody {
    display: flex;
    flex-wrap: wrap;
}
.cart-collaterals table tr {
    flex: 0 0 100%;
    display: flex;
}
.cart-collaterals table tr * {
    flex: 0 0 50%;
}
.cart-collaterals table tr td {
    text-align: right;
}
.cart-collaterals table .cart-subtotal {
    order: 1;
}
.cart-collaterals table .order-total {
    order: 2;
}
.cart-collaterals table .group-discount td * {
    font-weight: 600;
}
.cart-collaterals .wc-proceed-to-checkout {
    margin-top: 24px;
}
.cart-collaterals .wc-proceed-to-checkout a {
    border: 2px solid #2f80ed;
    border-radius: 50px;
    padding: 12px;
    color: #fff;
    width: 100%;
    line-height: 1em;
    background-color: #2f80ed;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    text-align: center;
}
.cart-collaterals .wc-proceed-to-checkout a:hover {
    background: 0 0;
    color: #2f80ed;
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
.dh-empty {
    min-height: 60vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.dh-empty * {
    color: #012d56;
}
.dh-empty .cart-empty {
    font-size: 2rem;
    font-weight: 600;
}
.woocommerce-message .wc-forward,
button[name="update_cart"] {
    display: none;
}
.cart-cross-sell {
    margin-top: 24px;
}
.cart-cross-sell__title * {
    color: #012d56;
}
.cart-cross-sell__item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: #f0f9fc;
    padding: 12px;
    border-radius: 8px;
    position: relative;
}
.cart-cross-sell__item:not(:last-of-type) {
    margin-bottom: 8px;
}
.cart-cross-sell__item--img {
    flex: 0 0 30%;
}
.cart-cross-sell__item--img img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.cart-cross-sell__item--content {
    flex: 1;
    padding-left: 12px;
    height: 100%;
}
.cart-cross-sell__item--content__title h4 {
    color: #012d56;
    font-size: 1.25rem;
}
.cart-cross-sell__item--content__btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    text-align: right;
    margin: auto 0 0 auto;
}
.cart-discount td {
    display: none;
}
.woocommerce-checkout h3 {
    color: #012d56;
}
.woocommerce-checkout .tribe-checkout-backlink {
    color: #012d56;
    margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-invalid label {
    color: #ff7d7d;
}
.woocommerce-checkout .woocommerce-invalid input {
    outline: #ff7d7d solid 2px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 8px;
    grid-template-areas: ". .";
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label {
    color: #012d56;
    display: block;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input {
    width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
    padding-top: 24px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .input-schoenmaat {
    margin-bottom: 8px;
}
.woocommerce-additional-fields {
    margin-top: 12px;
}
.woocommerce-additional-fields h3 {
    color: #012d56;
}
.woocommerce-additional-fields label {
    display: block;
    color: #012d56;
}
.woocommerce-additional-fields textarea {
    width: 100%;
}
.woocommerce-checkout-review-order {
    background: #ebf8ff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 24px;
}
@media (max-width: 767.98px) {
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
        grid-template-areas: ". ";
        grid-template-columns: 1fr;
        gap: 0;
    }
    .woocommerce-checkout-review-order {
        margin-top: 24px;
    }
    #billing_geboortedatum_field {
        order: 3;
    }
    #billing_lengte_field {
        order: 4;
    }
    #billing_gewicht_field {
        order: 5;
    }
    #billing_schoenmaat_field {
        order: 6;
    }
}
.woocommerce-checkout-review-order .cart_totals h2 {
    color: #012d56;
}
.woocommerce-checkout-review-order table {
    width: 75%;
}
.woocommerce-checkout-review-order table * {
    color: #012d56;
}
.woocommerce-checkout-review-order table th {
    font-weight: 600 !important;
}
.woocommerce-checkout-review-order #place_order {
    border: 2px solid #2f80ed;
    border-radius: 50px;
    padding: 12px;
    color: #fff;
    width: 100%;
    line-height: 1em;
    background-color: #2f80ed;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    text-align: center;
}
.woocommerce-checkout-review-order #place_order:hover {
    background: 0 0;
    color: #2f80ed;
}
.woocommerce-checkout-review-order .woocommerce-privacy-policy-text p {
    color: #012d56;
}
.woocommerce-checkout-review-order .woocommerce-privacy-policy-text a {
    color: #ff8a00;
}
.woocommerce-form-coupon-toggle {
    padding: 0;
}
.woocommerce-checkout-payment * {
    color: #012d56;
}
.woocommerce-checkout-payment ul {
    padding: 0;
    margin-top: 8px;
}
.woocommerce-checkout-payment ul li {
    background: #e0f1f5;
    padding: 8px;
    border-radius: 4px;
}
.woocommerce-checkout-payment ul li label {
    font-weight: 600;
}
.woocommerce-checkout-payment ul li p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 0.875rem;
}
.woocommerce-checkout-payment ul li:not(:last-of-type) {
    margin-bottom: 6px;
}
.woocommerce-checkout-payment ul li .mollie-gateway-icon {
    margin-left: 8px;
}
.woocommerce-checkout-payment ul li .payment_box select {
    padding: 8px;
    background: #fff;
    color: #2f80ed;
    border-radius: 6px;
    border: none;
    width: 100%;
}
.woocommerce-checkout-payment ul li .payment_box select::-moz-placeholder {
    color: #2f80ed;
}
.woocommerce-checkout-payment ul li .payment_box select::placeholder {
    color: #2f80ed;
}
.woocommerce-checkout-payment ul li .payment_box select:active,
.woocommerce-checkout-payment ul li .payment_box select:focus {
    outline-color: #ff8a00;
}
#billing_schoenmaat {
    width: 100%;
}
#billing_schoenmaat-description,
.cursus-form-info *,
.duikhuis-email-fields h2,
.duikhuis-email-fields p {
    color: #012d56;
}
.duikhuis-login {
    margin-bottom: 12px;
}
.duikhuis-login__form {
    margin-top: 8px;
}
.duikhuis-login .showlogin {
    color: #ff8a00;
}
.duikhuis-login label,
.duikhuis-login p,
.duikhuis-login span {
    color: #012d56;
}
.duikhuis-login label {
    display: block;
    margin-bottom: 2px;
}
.duikhuis-login input[type="password"],
.duikhuis-login input[type="text"] {
    width: 75%;
}
.duikhuis-login button[type="submit"] {
    padding: 14px 24px;
    cursor: pointer;
    line-height: 1em;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #2f80ed;
    border: 1px solid #2f80ed;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
}
.duikhuis-login button[type="submit"]:hover {
    color: #fff !important;
    transform: scale(1.025);
    color: inherit !important;
}
.duikhuis-login .lost_password a {
    color: #012d56;
}
.checkout_coupon {
    padding: 0;
}
.checkout_coupon p {
    color: #012d56;
}
.woocommerce-ResetPassword button {
    padding: 14px 24px;
    cursor: pointer;
    line-height: 1em;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #2f80ed;
    border: 1px solid #2f80ed;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
}
.woocommerce-ResetPassword button:hover {
    color: #fff !important;
    transform: scale(1.025);
    color: inherit !important;
}
.woocommerce-notices-wrapper ~ p,
.woocommerce-notices-wrapper ~ p a {
    color: #012d56;
}
.woocommerce-notices-wrapper ~ a {
    color: #ff8a00;
}
.duikhuis-groep-boeking h3,
.duikhuis-groep-boeking h4,
.duikhuis-groep-boeking p,
.duikhuis-groep-boeking span {
    color: #012d56;
}
.duikhuis-groep-boeking h4 {
    font-size: 1.25rem;
}
#activecampaign_for_woocommerce_accepts_marketing_field * {
    color: #012d56;
}
.woocommerce-NoticeGroup {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 576px) {
    .woocommerce-NoticeGroup {
        max-width: 520px;
    }
}
@media (min-width: 768px) {
    .woocommerce-NoticeGroup {
        max-width: 700px;
    }
}
@media (min-width: 992px) {
    .woocommerce-NoticeGroup {
        max-width: 940px;
    }
}
@media (min-width: 1200px) {
    .woocommerce-NoticeGroup {
        max-width: 1120px;
    }
}
@media (min-width: 1400px) {
    .woocommerce-NoticeGroup {
        max-width: 1300px;
    }
}
.woocommerce-NoticeGroup ul {
    padding-left: 0;
}
.order-disabled {
    position: relative;
    background-color: rgba(47, 128, 237, 0.5) !important;
    border: 2px solid rgba(47, 128, 237, 0.5) !important;
    cursor: not-allowed;
    color: #fff !important;
    pointer-events: none;
}
.order-disabled:hover {
    cursor: not-allowed;
}
.order-disabled::after {
    position: absolute;
    top: calc(100% + 32px);
    left: 0;
    width: 100%;
    padding: 12px;
    background: #012d56;
    content: "Gelieve de e-mailadressen voor de andere deelnemers ook in te vullen";
    border-radius: 8px;
    display: inline-block;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dh-order {
    background: #ebf8ff;
    padding: 30px;
    border-radius: 10px;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.dh-order h2 {
    font-size: 1.5rem;
}
.dh-order h3 {
    font-size: 1.125rem;
}
.dh-order p {
    font-size: 1rem;
}
.dh-order .woocommerce-notice {
    flex: 0 0 100%;
}
.dh-order .woocommerce-bacs-bank-details,
.dh-order .woocommerce-customer-details,
.dh-order .woocommerce-order-details,
.dh-order .woocommerce-order-overview {
    flex: 1 0 40%;
}
@media (max-width: 767.98px) {
    .dh-order .woocommerce-bacs-bank-details,
    .dh-order .woocommerce-customer-details,
    .dh-order .woocommerce-order-details,
    .dh-order .woocommerce-order-overview {
        flex: 0 0 100%;
    }
}
.dh-order .woocommerce-order-details th {
    font-weight: 600;
}
.dh-order .woocommerce-order-details table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 8px;
}
.dh-order .woocommerce-order-details table .tribe-attendee-meta {
    display: none;
}
.dh-order .woocommerce-order-details table .order_item {
    background: #e0f1f5;
    border-radius: 4px;
    margin-bottom: 4px !important;
    border: 8px solid #e0f1f5;
}
.dh-order .woocommerce-order-details table .order_item .product-name {
    padding: 8px;
}
.dh-order * {
    color: #012d56;
}
.dh-order ul {
    padding-left: 0;
}
.tribe-event-details em {
    display: none !important;
}
.duikhuis-order-thanks__wrap {
    width: 50%;
}
.summary img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
}
.summary * {
    color: #012d56;
}
.summary form.cart {
    text-align: left;
    margin-top: 24px;
}
.summary form.cart .quantity,
.tabs {
    display: none;
}
form.cart {
    position: relative;
    z-index: 4;
    flex: 1;
    text-align: right;
}
form.cart .single_add_to_cart_button {
    padding: 14px 24px;
    cursor: pointer;
    line-height: 1em;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ff8a00;
    border: 2px solid #ff8a00;
    color: #fff;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 400 !important;
}
form.cart .single_add_to_cart_button:hover {
    transform: scale(1.025);
}
.dh-related {
    margin-top: 92px;
    background: #ebf8ff;
    padding-bottom: 120px;
    padding-top: 41px;
}
.dh-related .dh-aanbod__wrap--product .dh-aanbod__wrap--image {
    height: 168px;
    padding: 12px;
}
.dh-related .dh-aanbod__wrap--product .dh-aanbod__wrap--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}
.dh-related .dh-aanbod__wrap--product .dh-aanbod__wrap--title__cat {
    display: none;
}
.product_cat-e-learning .dh-aanbod__wrap .dh-aanbod__wrap--image {
    height: 168px;
    padding: 0 !important;
}
.product_cat-e-learning .dh-aanbod__wrap .dh-aanbod__wrap--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center center;
    object-position: center center;
}
.product_cat-e-learning .dh-aanbod__wrap--title__cat {
    display: block !important;
}
.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 100px;
    padding-left: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.products.columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
    .duikhuis-order-thanks__wrap {
        width: 100%;
    }
    .products.columns-1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    form.cart .single_add_to_cart_button {
        padding: 12px;
    }
    .products.columns-1 {
        grid-template-columns: 1fr;
    }
}
.products.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
    .products.columns-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .products.columns-2 {
        grid-template-columns: 1fr;
    }
}
.products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
    .products.columns-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .products.columns-3 {
        grid-template-columns: 1fr;
    }
}
.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
    .products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .products.columns-4 {
        grid-template-columns: 1fr;
    }
}
.products.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
    .products.columns-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .products.columns-5 {
        grid-template-columns: 1fr;
    }
}
.products.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.products .dh-aanbod__wrap {
    border: 1px solid #ebf8ff;
    height: 100%;
}
.products .dh-aanbod__wrap--product .dh-aanbod__wrap--image {
    height: 168px;
    padding: 12px;
}
.products .dh-aanbod__wrap--product .dh-aanbod__wrap--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}
.products .dh-aanbod__wrap--product .dh-aanbod__wrap--title__cat {
    display: none;
}
.products.products-loading {
    opacity: 0.5;
    transform: scale(0.99);
}
.woocommerce-ordering,
.woocommerce-result-count {
    display: none;
}
.woocommerce-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding-left: 0;
    margin-bottom: 12px;
}
.woocommerce-pagination .page-numbers * {
    color: #012d56;
}
.woocommerce-pagination .page-numbers .current {
    color: #ff8a00 !important;
}
.dh-events__item {
    background: #ebf8ff;
    border: 2px solid #ebf8ff;
    padding: 16px;
    border-radius: 8px;
    height: auto;
    overflow: hidden;
    transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    margin-bottom: 20px;
    position: relative;
}
@media (min-width: 992px) {
    .dh-events__item {
        min-height: 200px;
    }
}
.dh-events__item--active {
    max-height: 3000px !important;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    background: #fff;
}
.dh-events__item--active .dh-events__content {
    display: block;
    opacity: 1;
    transition-delay: 0s !important;
}
.dh-events__top {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.dh-events__top--left {
}
@media (min-width: 992px) {
    .dh-events__top--left {
        min-height: 84px;
    }
}
.dh-events__top--left span {
    color: #2f80ed;
    font-size: 1.25rem;
    font-weight: 600;
}
.dh-events__top--left h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #012d56;
    margin-bottom: 0;
}
.dh-events__top--right {
    text-align: right;
}
.dh-events__top--right span {
    font-size: 1.25rem;
    font-weight: 600;
}
.dh-events__middle {
    margin: 4px 0;
    min-height: 80px;
}
.dh-events__middle p {
    margin-bottom: 0;
}
.dh-events__middle * {
    color: #012d56;
}
.dh-events__content {
    display: none;
    margin: 12px 0;
    opacity: 0;
    transition-delay: 1s;
}
.dh-events__content * {
    color: #012d56;
}
.dh-events__content strong {
    font-weight: 600;
}
.dh-events__content li {
    list-style-type: disc;
}
.dh-events__actions {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    height: auto;
    padding-bottom: 10px;
}
.dh-events__item--active .dh-events__actions {
    margin-bottom: 12px;
}
.dh-events__actions__left {
    flex: 0 0 40%;
    margin-bottom: 1rem;
}
.dh-action {
    width: 100%;
    border-radius: 4px;
    background: #2f80ed;
    color: #fff;
    padding: 6px;
    font-size: 0.875rem;
}
.dh-action.dh-action-warning {
    background: #ff8a00;
}
.dh-action.dh-action-success {
    background: #00c503;
}
.dh-events__actions__right {
    margin-right: 0;
    text-align: right;
}
.dh-events__filters {
    display:none;
}
.dh-events__item--active .dh-events__filters {
    display:block;
    margin-bottom: 24px;
}
.dh-events__filters--title {
    margin-bottom: 8px;
}
.dh-events__filters--title * {
    font-weight: 300;
}
.dh-events__filters--select {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 24px;
    position: relative;
    padding: 10px;
}
.dh-events__filters--select label {
    position: relative;
    flex: 0 0 100%;
    pointer-events: none;
    display: inline-block;
    z-index: 2;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 12px;
    margin-bottom: 8px;
}
.dh-events__filters--select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0 8px 8px;
    z-index: 1;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #ebf8ff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px !important;
    background: #fff;
    cursor: pointer;
}
.dh-events__filters--select select:disabled {
    cursor: not-allowed;
}
.dh-events__filters--select select ~ label {
    opacity: 1;
    transform: translateY(0);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dh-events__filters--select .select-date-empty {
    opacity: 0.7;
    padding: 18px 8px;
}
.dh-events__filters--select .select-date-empty ~ label {
    opacity: 0;
    transform: translateY(20px);
}
.dh-events__filters--select .select-empty {
    border: 2px solid #2f80ed;
    color: #2f80ed;
    padding: 18px 8px;
}
.dh-events__filters--select .select-empty ~ label {
    opacity: 0;
    transform: translateY(20px);
}
.dh-events__filters--select__date label,
.dh-events__filters--select__locale label {
    pointer-events: none;
}
.dh-events__filters--select__date::after,
.dh-events__filters--select__locale::after {
    position: absolute;
    right: 16px;
    height: 12px;
    top: 22px;
    z-index: 3;
    pointer-events: none !important;
}
.dh-events__filters--select__locale::after {
    content: url(../../resources/assets/images/svg/chevron-blue-2.svg);
}
.dh-events__filters--select__date::after {
    content: url(../../resources/assets/images/svg/calendar.svg);
}
.dh-events__filters--select__date::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: rgba(1, 45, 86, 0.5);
    display: inline-block;
    z-index: 5;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity 0.2s ease-out;
    pointer-events: none;
}
.dh-events__filters .selector-loading::before {
    opacity: 1;
    pointer-events: initial;
}
.dh-events__dates {
    display: none;
}
.dh-events__item--active .dh-events__dates {
    display: block;
    margin-top: 32px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.dh-events__dates::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 45, 86, 0.5);
    display: inline-block;
    z-index: 5;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity 0.2s ease-out;
    pointer-events: none;
}
.dh-events__dates strong {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.dh-events__dates--dive {
    padding: 12px 0;
}
.dh-events__dates--dive:not(:first-of-type) {
    border-top: 1px solid #fff;
}
.dh-events__dates--dive__meta {
    display: flex;
    flex-wrap: wrap;
}
.dh-events__dates--dive__meta span {
    flex: 0 0 100%;
    font-size: 16px;
}
.dh-events__dates--dive__meta .dh-count {
    color: #2f80ed;
}
.dh-events__dates--dive__meta .dh-date {
    font-weight: 600;
    color: #012d56;
}
.dh-events__dates--dive__meta .dh-time {
    font-weight: 500;
    color: #012d56;
}
.dh-events__dates--dive__meta .dh-place {
    font-weight: 300;
    color: #012d56;
}
.dh-events .dates-loading::after {
    opacity: 1;
    pointer-events: initial;
}
.dh-events .active-dates {
    max-height: 2000px;
}
.dh-events__bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
@media (min-width: 992px) {
    .dh-events__bottom {
        align-items: center;
    }
    .dh-events__bottom--btn {
        text-align: right;
    }
    .dh-events__bottom--btn .btn {
        font-size: 16px;
    }
}
.dh-events__bottom--left {
    flex: 0 0 100%;
}
.dh-events__bottom--btn {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
    flex: 1;
}
.dh-events__bottom--btn label {
    font-size: 13px;
}
.dh-events__bottom--btn__checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid #012d56;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin-bottom: -3px;
    margin-right: 4px;
    margin-left: 4px;
}
.dh-events__bottom--btn__checkbox::after {
    content: url(../../resources/assets/images/svg/check.svg);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(80deg) scale(2);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0) invert(100%);
}
.dh-events__bottom--btn__checkbox:checked {
    background: #ff8a00;
}
.dh-events__bottom--btn__checkbox:checked::after {
    transform: translateX(-50%) translateY(-50%) rotate(0) scale(1);
    opacity: 1;
}
.dh-events__bottom--btn .btn {
    float: right;
    margin-right: 0;
    margin-left: auto;
    font-size: 14px;
}
.dh-events-question {
    margin-top: 8px;
    margin-bottom: 12px;
    background: #2f80ed;
    padding: 19px 16px;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    color: #fff !important;
}
.dh-events-question span,
.dh-events-question strong {
    width: 100%;
    display: inline-block;
    flex: 0 0 100%;
    color: #fff !important;
}
.dh-events-question::after {
    content: url(../../resources/assets/images/svg/question.svg);
    position: absolute;
    right: 12px;
    bottom: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dh-events-question:hover::after {
    transform: scale(1.125);
}
.tribe-events-single-event-description * {
    color: #012d56;
}
.dh-event__content {
    margin-top: 50px;
}
.dh-event__content * {
    color: #012d56;
}
.dh-event__content strong {
    font-weight: 600;
}
#tribe-events-footer {
    display: none !important;
}
#tribe-events-pg-template {
    padding: 0 12px !important;
}
.dh-event-toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 240px;
    border: none;
    background: 0 0;
}
.dh-event-toggle__active::after {
    transform: rotate(180deg);
}
.dh-event-toggle::after {
    content: url(../../resources/assets/images/svg/chevron-blue-2.svg);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    bottom: 0;
    right: 16px;
    display: inline-block;
}
.tribe-events-back,
.tribe-events-notices,
.tribe-events-schedule,
.tribe-events-single-event-title {
    display: none !important;
}
.tribe-events-pg-template {
    max-width: 1320px !important;
    margin: 0 auto;
    width: 100% !important;
}
.cat-search {
    margin-bottom: 24px;
    position: relative;
}
.cat-search::before {
    content: url(../../resources/assets/images/svg/search.svg);
    position: absolute;
    left: 12px;
    top: 11px;
}
.cat-search input {
    width: 100%;
    border: 1px solid #ebf8ff;
    background-color: #fff;
    padding-left: 40px;
}
.cat-title {
    margin-bottom: 16px;
}
.cat-title span {
    font-weight: 500;
}
.site-main-cats .dh-aanbod__wrap {
    background: #fff;
    border: 1px solid #ebf8ff;
}
.row-for-cards {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.row-loading {
    opacity: 0.5;
    transform: scale(0.99);
}
.blog .dh-blogs {
    margin-bottom: 200px !important;
}
.site-footer {
    position: relative;
}
.site-footer__visual {
    position: absolute;
    bottom: calc(100% - 2px);
    left: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}
.site-footer__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top right;
    object-position: top right;
}
.site-footer__main {
    background: #fff;
    padding: 30px 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.site-footer__main--info__logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
@media (min-width: 992px) {
    .dh-event-toggle {
        min-height: 200px;
        max-height: 210px;
    }
    .site-footer__visual {
        bottom: calc(100% - 24px);
    }
    .site-footer__visual img {
        transform: scaleY(0.75);
        transform-origin: bottom;
    }
    .site-footer__main--mobile {
        display: none;
    }
}
.site-footer__main--mobile * {
    color: #012d56;
    font-size: 14px;
}
.site-footer__main--top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 24px;
}
.site-footer__main--top__logo {
    flex: 0 0 20%;
}
.site-footer__main--top__logo img {
    width: 100%;
    height: auto;
}
.site-footer__main--top__contact {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}
.site-footer__main--top__contact a {
    color: #012d56;
}
.site-footer__main--low__logos {
    display: flex;
    gap: 16px;
}
.site-footer__main--low__logos img {
    max-width: 100%;
    width: 65px;
    height: auto;
}
.site-footer__main--desktop {
    background: #fff;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    .products.columns-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer__main--desktop {
        display: none;
    }
}
.site-footer__main--desktop * {
    color: #012d56;
}
.site-footer__main--desktop .footer-menu__item--head * {
    font-weight: 600;
    pointer-events: none;
}
.site-footer__main--desktop .footer-menu a {
    font-size: 0.875rem;
}
.site-footer__main--desktop .footer-menu a:hover {
    color: #ff8a00;
}
.site-footer__main--info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.site-footer__main--info__logo {
    flex: 1;
}
.site-footer__main--info__deets {
    flex: 0 0 80%;
}
.site-footer__main--info__deets * {
    font-size: 0.875rem;
}
.site-footer__main--info__works {
    flex: 0 0 100%;
}
.site-footer__main--info__works p {
    font-size: 0.875rem;
    font-weight: 600;
}
.site-footer__main--info__works--img {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.site-footer__main--info__works--img .works-img img {
    max-width: 100%;
    width: 80px;
    height: auto;
}
.btn {
    padding: 14px 24px;
    cursor: pointer;
    line-height: 1em;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn:hover {
    transform: scale(1.025);
    color: inherit !important;
}
.btn__full {
    width: 100% !important;
    text-align: center;
    padding: 10px !important;
}
.btn__orange {
    background: #ff8a00;
    border: 1px solid #ff8a00;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn__orange::after,
.btn__orange::before {
    filter: brightness(0) invert(100%);
}
.btn__orange:hover {
    color: #fff !important;
}
.btn__blue {
    background: #2f80ed;
    border: 1px solid #2f80ed;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
}
.btn__blue::after,
.btn__blue::before {
    filter: brightness(0) invert(100%);
}
.btn__blue:hover {
    color: #fff !important;
}
.btn__white,
.btn__wit {
    background: #fff;
    border: 1px solid #fff;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    color: #012d56 !important;
}
.btn__white:hover,
.btn__wit:hover {
    color: #012d56 !important;
}
.btn__dark {
    background: #012d56;
    border: 1px solid #fff;
    color: #012d56;
}
.btn__dark:hover {
    background: 0 0;
    color: #000;
}
.btn__dark::after {
    content: "→";
}
@media (max-width: 767.98px) {
    .products.columns-6 {
        grid-template-columns: 1fr;
    }
    .btn__full {
        padding: 12px !important;
    }
}
.btn__arrow {
    position: relative;
    padding: 14px 36px 14px 24px;
}
.btn__arrow::after {
    content: url(../../resources/assets/images/svg/arrow-right.svg);
    position: absolute;
    right: 14px;
    top: 15px;
    pointer-events: none;
    opacity: 1;
    display: inline-block;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn__arrow::before {
    content: url(../../resources/assets/images/svg/arrow-right.svg);
    position: absolute;
    left: -40px;
    top: 15px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}
.btn__arrow:hover {
    padding: 14px 24px 14px 36px;
}
.btn__arrow:hover::before {
    opacity: 1;
    left: 14px;
}
.btn__arrow:hover::after {
    opacity: 0;
    right: -40px;
}
.hd-content__btn a {
    color: #fff;
}
.dh-cta {
    font-size: 1.125rem;
    color: #2f80ed;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dh-cta::after {
    position: absolute;
    top: 2px;
    right: -20px;
    content: url(../../resources/assets/images/svg/arrow-blue.svg);
    transform: translateX(0);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
}
.dh-cta::before {
    position: absolute;
    top: 2px;
    left: -20px;
    content: url(../../resources/assets/images/svg/arrow-blue.svg);
    transform: translateX(-10px);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}
.dh-cta:hover {
    padding-left: 20px;
    color: #012d56;
}
.dh-cta:hover::after {
    opacity: 0;
}
.dh-cta:hover::before {
    left: 8px;
    opacity: 1;
}
/* DH Checkout 200bar club */
#dh-club .wc-dh-club {
    margin-bottom: 1rem;
}

#dh-club #order-club-form {
    height: 0;
    overflow: hidden;
    transition: all 500ms ease-in;
}

#dh-club #order-club-form p {
    color: #012d56;
}

#dh-club #order-club-form a {
    color: #ff8a00;
}
/* Course price */
.dh-events__price {
    margin-bottom: 0.175rem;
}
.dh-events__price > p {
    color: var(--bs-body-color);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.dh-events__price .discount {
    font-size: 0.75rem;
    width: max-content;
    margin-right: 0.5rem;
}
.dh-events__price.disabled > span {
    position: relative;
}
.dh-events__price.disabled > span::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background:red; /*this is the color of the line*/
    opacity:.7;
    content: '';
    width: 110%;
    position: absolute;
    height:.1em;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-15deg);
}
@media (min-width: 768px) {
    .dh-events__actions__right {
        margin-left: auto;
    }
    .dh-events__actions__left {
        margin-bottom: 0;
    }
}

/* Header mobile fix */
@media (max-width: 576px) {
    .site-header__main--img {
        position: relative;
    }
    .site-header__main--content {
        top: 0;
    }
    .site-header__single {
        margin-bottom: 0 !important;
    }
}

.dh-event-toggle::after {
    content: none !important;
}

@media (max-width: 576px) {
    .dh-event-toggle a {
        bottom: 3rem !important;
    }
}


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