@charset "UTF-8";

:root,
[data-bs-theme=light] {
    --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: #3046ff;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 48, 70, 255;
    --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-primary-text-emphasis: rgb(19.2, 28, 102);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(213.6, 218, 255);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(172.2, 181, 255);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "DM Sans", 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: calc(1.275rem + 0.3vw);
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #3046ff;
    --bs-link-color-rgb: 48, 70, 255;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(38.4, 56, 204);
    --bs-link-hover-color-rgb: 38, 56, 204;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --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-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(48, 70, 255, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

@media (min-width:1200px) {

    :root,
    [data-bs-theme=light] {
        --bs-body-font-size: 1.5rem
    }
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: rgb(130.8, 144, 255);
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-success-text-emphasis: rgb(117, 183, 152.4);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
    --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(9.6, 14, 51);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
    --bs-success-bg-subtle: rgb(5, 27, 16.8);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
    --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(28.8, 42, 153);
    --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
    --bs-success-border-subtle: rgb(15, 81, 50.4);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
    --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(130.8, 144, 255);
    --bs-link-hover-color: rgb(155.64, 166.2, 255);
    --bs-link-color-rgb: 131, 144, 255;
    --bs-link-hover-color-rgb: 156, 166, 255;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4)
}

*,
::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: var(--bs-border-width) solid;
    opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1 {
    font-size: calc(1.8rem + 6.6vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 6.75rem
    }
}

h2 {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 3rem
    }
}

h3 {
    font-size: calc(1.3875rem + 1.65vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 2.625rem
    }
}

h4 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 2.25rem
    }
}

h5 {
    font-size: calc(1.3125rem + .75vw)
}

@media (min-width:1200px) {
    h5 {
        font-size: 1.875rem
    }
}

h6 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h6 {
        font-size: 1.5rem
    }
}

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

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: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

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

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

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] {
    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
}

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

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

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

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] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-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
}

.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) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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) {

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

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.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(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333333%
}

.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.66666667%
}

.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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

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

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(48, 70, 255, .25)
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #3046ff
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

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

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

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

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.21875rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.875rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.875rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

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

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

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

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

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

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

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-9by16::before {
    padding-top: 177.7777777778%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.transition-preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important
}

html {
    font-size: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth
}

.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

::-moz-selection {
    color: #fff;
    background-color: #3046ff
}

::-webkit-selection {
    color: #fff;
    background-color: #3046ff
}

::selection {
    color: #fff;
    background-color: #3046ff
}

:focus {
    outline: 0
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background: #fff;
    outline: 0;
    color: #090909
}

body img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

a {
    text-decoration: none;
    color: #3046ff;
    transition: color .1s ease-in-out
}

a:focus,
a:hover {
    text-decoration: none;
    color: #3046ff
}

video {
    height: 100%;
    width: 100%
}

hr {
    margin: 0;
    border-color: #e8eced
}

.grecaptcha-badge {
    display: none !important
}

@font-face {
    font-family: "Circular Std Black";
    font-style: normal;
    src: url(../fonts/CircularStd-Black.eot);
    src: local("Circular Std Black"), local("CircularStd-Black"), url(../fonts/CircularStd-Blackd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularStd-Black.woff) format("woff"), url(../fonts/CircularStd-Black.ttf) format("truetype"), url(../fonts/CircularStd-Black.svg) format("svg")
}

@font-face {
    font-family: "Circular Std Bold";
    font-weight: 100 600;
    src: url(../fonts/CircularStd-Bold.html);
    src: local("Circular Std Bold"), local("CircularStd-Bold"), url(../fonts/CircularStd-Boldd41d.html?#iefix) format("embedded-opentype"), url(../fonts/CircularStd-Bold.woff) format("woff"), url(../fonts/CircularStd-Bold-2.html) format("truetype"), url(../fonts/CircularStd-Bold-3.html) format("svg")
}

@font-face {
    font-family: "Circular Std Medium";
    font-style: normal;
    src: url(../fonts/CircularStd-Medium.eot);
    src: local("Circular Std Medium"), local("CircularStd-Medium"), url(../fonts/CircularStd-Mediumd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularStd-Medium.woff2) format("woff2"), url(../fonts/CircularStd-Medium.woff) format("woff"), url(../fonts/CircularStd-Medium.ttf) format("truetype"), url(../fonts/CircularStd-Medium.svg) format("svg")
}

@font-face {
    font-family: "Circular Std Book";
    font-style: normal;
    src: url(../fonts/CircularStd-Book.html);
    src: local("Circular Std Book"), local("CircularStd-Book"), url(../fonts/CircularStd-Bookd41d.html?#iefix) format("embedded-opentype"), url(../fonts/CircularStd-Book-2.html) format("woff2"), url(../fonts/CircularStd-Book.woff) format("woff"), url(../fonts/CircularStd-Book-3.html) format("truetype"), url(../fonts/CircularStd-Book-4.html) format("svg")
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Circular Std Black";
        src: url(../fonts/CircularStd-Black.svg) format("svg")
    }

    @font-face {
        font-family: "Circular Std Bold";
        src: url(../fonts/CircularStd-Bold-3.html) format("svg")
    }

    @font-face {
        font-family: "Circular Std Book";
        src: url(../fonts/CircularStd-Book-4.html) format("svg")
    }
}

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/dm-sans-v11-latin-regular.eot);
    src: local(""), url(../fonts/dm-sans-v11-latin-regulard41d.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/dm-sans-v11-latin-regular.woff2) format("woff2"), url(/assets/fonts//dm-sans-v11-latin-regular.woff) format("woff"), url(/assets/fonts/dm-sans-v11-latin-regular.ttf) format("truetype"), url(/assets/fonts//dm-sans-v11-latin-regular.svg#DMSans) format("svg")
}

@font-face {
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 400;
    src: url(/assets/fonts/dm-sans-v11-latin-italic.eot);
    src: local(""), url(/assets/fonts/dm-sans-v11-latin-italic.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/dm-sans-v11-latin-italic.woff2) format("woff2"), url(/assets/fonts/dm-sans-v11-latin-italic.woff) format("woff"), url(/assets/fonts/dm-sans-v11-latin-italic.ttf) format("truetype"), url(/assets/fonts/dm-sans-v11-latin-italic.svg#DMSans) format("svg")
}

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/dm-sans-v11-latin-500.eot);
    src: local(""), url(/assets/fonts/dm-sans-v11-latin-500.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/dm-sans-v11-latin-500.woff2) format("woff2"), url(/assets/fonts/dm-sans-v11-latin-500.woff) format("woff"), url(/assets/fonts/dm-sans-v11-latin-500.ttf) format("truetype"), url(/assets/fonts/dm-sans-v11-latin-500.svg#DMSans) format("svg")
}

@font-face {
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 500;
    src: url(/assets/fonts/dm-sans-v11-latin-500italic.eot);
    src: local(""), url(/assets/fonts/dm-sans-v11-latin-500italic.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/dm-sans-v11-latin-500italic.woff2) format("woff2"), url(/assets/fonts/dm-sans-v11-latin-500italic.woff) format("woff"), url(/assets/fonts/dm-sans-v11-latin-500italic.ttf) format("truetype"), url(/assets/fonts/dm-sans-v11-latin-500italic.svg#DMSans) format("svg")
}

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/dm-sans-v11-latin-700.eot);
    src: local(""), url(/assets/fonts/dm-sans-v11-latin-700.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/dm-sans-v11-latin-700.woff2) format("woff2"), url(/assets/fonts/dm-sans-v11-latin-700.woff) format("woff"), url(/assets/fonts/dm-sans-v11-latin-700.ttf) format("truetype"), url(/assets/fonts/dm-sans-v11-latin-700.svg#DMSans) format("svg")
}

@font-face {
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 700;
    src: url(/assets/fonts/dm-sans-v11-latin-700italic.eot);
    src: local(""), url(/assets/fonts/dm-sans-v11-latin-700italic.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/dm-sans-v11-latin-700italic.woff2) format("woff2"), url(/assets/fonts/dm-sans-v11-latin-700italic.woff) format("woff"), url(/assets/fonts/dm-sans-v11-latin-700italic.ttf) format("truetype"), url(/assets/fonts/dm-sans-v11-latin-700italic.svg#DMSans) format("svg")
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2a35;
    font-family: "Circular Std Bold", sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: inherit
}

h1>a:focus,
h1>a:hover,
h2>a:focus,
h2>a:hover,
h3>a:focus,
h3>a:hover,
h4>a:focus,
h4>a:hover,
h5>a:focus,
h5>a:hover,
h6>a:focus,
h6>a:hover {
    color: #3046ff
}

p {
    color: #090909;
    font-weight: 400;
    margin-top: 1.16667em;
    margin-bottom: 0
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.highlight {
    color: #3046ff
}

address {
    font-style: normal;
    margin-bottom: 0
}

@font-face {
    font-family: ui-icons;
    src: url(/assets/fonts/ui-icons.eot?98368862);
    src: url(/assets/fonts/ui-icons.eot?98368862#iefix) format("embedded-opentype"), url(/assets/fonts/ui-icons.woff2?98368862) format("woff2"), url(/assets/fonts/ui-icons.woff?98368862) format("woff"), url(/assets/fonts/ui-icons.ttf?98368862) format("truetype"), url(/assets/fonts/ui-icons.svg?98368862#ui-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" ui-"]:before,
[class^=ui-]:before {
    font-family: ui-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ui-email:before {
    content: "\e800"
}

.ui-pin:before {
    content: "\e801"
}

.ui-play:before {
    content: "\e803"
}

.ui-arrow-right:before {
    content: "\e804"
}

.ui-star:before {
    content: "\e805"
}

.ui-star-empty:before {
    content: "\e806"
}

.ui-category:before {
    content: "\f097"
}

.ui-twitter:before {
    content: "\f099"
}

.ui-facebook:before {
    content: "\f09a"
}

.ui-github:before {
    content: "\f09b"
}

.ui-rss:before {
    content: "\f09e"
}

.ui-pinterest:before {
    content: "\f0d2"
}

.ui-google:before {
    content: "\f0d5"
}

.ui-linkedin:before {
    content: "\f0e1"
}

.ui-comments:before {
    content: "\f0e6"
}

.ui-arrow-down:before {
    content: "\f123"
}

.ui-arrow-left:before {
    content: "\f124"
}

.ui-arrow-up:before {
    content: "\f126"
}

.ui-youtube:before {
    content: "\f167"
}

.ui-xing:before {
    content: "\f168"
}

.ui-dropbox:before {
    content: "\f16b"
}

.ui-stackoverflow:before {
    content: "\f16c"
}

.ui-instagram:before {
    content: "\f16d"
}

.ui-flickr:before {
    content: "\f16e"
}

.ui-bitbucket:before {
    content: "\f171"
}

.ui-tumblr:before {
    content: "\f173"
}

.ui-apple:before {
    content: "\f179"
}

.ui-windows:before {
    content: "\f17a"
}

.ui-android:before {
    content: "\f17b"
}

.ui-dribbble:before {
    content: "\f17d"
}

.ui-skype:before {
    content: "\f17e"
}

.ui-foursquare:before {
    content: "\f180"
}

.ui-trello:before {
    content: "\f181"
}

.ui-vkontakte:before {
    content: "\f189"
}

.ui-vimeo:before {
    content: "\f194"
}

.ui-slack:before {
    content: "\f198"
}

.ui-reddit:before {
    content: "\f1a1"
}

.ui-stumbleupon:before {
    content: "\f1a4"
}

.ui-delicious:before {
    content: "\f1a5"
}

.ui-digg:before {
    content: "\f1a6"
}

.ui-behance:before {
    content: "\f1b4"
}

.ui-spotify:before {
    content: "\f1bc"
}

.ui-soundcloud:before {
    content: "\f1be"
}

.ui-codeopen:before {
    content: "\f1cb"
}

.ui-git:before {
    content: "\f1d3"
}

.ui-slideshare:before {
    content: "\f1e7"
}

.ui-twitch:before {
    content: "\f1e8"
}

.ui-search:before {
    content: "\f1f5"
}

.ui-lastfm:before {
    content: "\f202"
}

.ui-forumbee:before {
    content: "\f211"
}

.ui-sellsy:before {
    content: "\f213"
}

.ui-shirtsinbulk:before {
    content: "\f214"
}

.ui-skyatlas:before {
    content: "\f216"
}

.ui-whatsapp:before {
    content: "\f232"
}

.ui-snapchat:before {
    content: "\f2ac"
}

.ui-close:before {
    content: "\f2d7"
}

.ui-check:before {
    content: "\f383"
}

@font-face {
    font-family: gc-icons;
    src: url(/assets/fonts/gc-icons.eot?52865099);
    src: url(/assets/fonts/gc-icons.eot?52865099#iefix) format("embedded-opentype"), url(/assets/fonts/gc-icons.woff2?52865099) format("woff2"), url(/assets/fonts/gc-icons.woff?52865099) format("woff"), url(/assets/fonts/gc-icons.ttf?52865099) format("truetype"), url(/assets/fonts/gc-icons.svg?52865099#gc-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: gc-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-right-open-big:before {
    content: "\e800"
}

.icon-basket:before {
    content: "\e801"
}

.icon-ok-circled:before {
    content: "\e802"
}

.icon-heart:before {
    content: "\e803"
}

.icon-hourglass:before {
    content: "\e804"
}

.icon-clock:before {
    content: "\e805"
}

.icon-stopwatch:before {
    content: "\e806"
}

.icon-heart-1:before {
    content: "\e807"
}

.icon-anchor:before {
    content: "\e808"
}

.icon-flash:before {
    content: "\e809"
}

.icon-eye:before {
    content: "\e80a"
}

.icon-tag:before {
    content: "\e80b"
}

.icon-chart-bar:before {
    content: "\e80c"
}

.icon-chart-pie:before {
    content: "\e80d"
}

.icon-compass:before {
    content: "\e80e"
}

.icon-air:before {
    content: "\e80f"
}

.icon-ticket:before {
    content: "\e810"
}

.icon-lifebuoy:before {
    content: "\e811"
}

.icon-megaphone:before {
    content: "\e812"
}

.icon-rocket:before {
    content: "\e813"
}

.icon-embassy:before {
    content: "\e814"
}

.icon-alert:before {
    content: "\e815"
}

.icon-chat:before {
    content: "\e816"
}

.icon-heart-2:before {
    content: "\e817"
}

.icon-heart-empty:before {
    content: "\e818"
}

.icon-star:before {
    content: "\e819"
}

.icon-star-empty:before {
    content: "\e81a"
}

.icon-feather:before {
    content: "\e81b"
}

.icon-trophy-1:before {
    content: "\e81c"
}

.icon-target:before {
    content: "\e81d"
}

.icon-chart-line:before {
    content: "\e81e"
}

.icon-chart-area:before {
    content: "\e81f"
}

.icon-gauge:before {
    content: "\e820"
}

.icon-magnet:before {
    content: "\e821"
}

.icon-chart-bar-1:before {
    content: "\e822"
}

.icon-megaphone-1:before {
    content: "\e823"
}

.icon-umbrella:before {
    content: "\e824"
}

.icon-flash-1:before {
    content: "\e825"
}

.icon-signal:before {
    content: "\e826"
}

.icon-target-1:before {
    content: "\e827"
}

.icon-resize-full:before {
    content: "\e828"
}

.icon-resize-vertical:before {
    content: "\e829"
}

.icon-resize-horizontal:before {
    content: "\e82a"
}

.icon-basket-1:before {
    content: "\e82b"
}

.icon-cog-alt:before {
    content: "\e82c"
}

.icon-videocam:before {
    content: "\e82d"
}

.icon-tag-1:before {
    content: "\e82e"
}

.icon-emo-coffee:before {
    content: "\e82f"
}

.icon-road:before {
    content: "\e830"
}

.icon-off:before {
    content: "\e831"
}

.icon-award:before {
    content: "\e832"
}

.icon-chart:before {
    content: "\e833"
}

.icon-chart-bar-2:before {
    content: "\e834"
}

.icon-chart-pie-2:before {
    content: "\e835"
}

.icon-award-1:before {
    content: "\e836"
}

.icon-signal-1:before {
    content: "\e837"
}

.icon-asl:before {
    content: "\e838"
}

.icon-filter-1:before {
    content: "\e839"
}

.icon-qrcode:before {
    content: "\e83a"
}

.icon-barcode:before {
    content: "\e83b"
}

.icon-crown:before {
    content: "\e844"
}

.icon-marquee:before {
    content: "\e847"
}

.icon-down-open:before {
    content: "\f004"
}

.icon-up-open:before {
    content: "\f005"
}

.icon-right-open:before {
    content: "\f006"
}

.icon-left-open:before {
    content: "\f007"
}

.icon-ccw:before {
    content: "\f025"
}

.icon-vector:before {
    content: "\f045"
}

.icon-trophy:before {
    content: "\f074"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-resize-full-alt:before {
    content: "\f0b2"
}

.icon-beaker:before {
    content: "\f0c3"
}

.icon-gauge-1:before {
    content: "\f0e4"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-extinguisher:before {
    content: "\f134"
}

.icon-rocket-1:before {
    content: "\f135"
}

.icon-ellipsis:before {
    content: "\f141"
}

.icon-ellipsis-vert:before {
    content: "\f142"
}

.icon-ticket-1:before {
    content: "\f145"
}

.icon-thumbs-up-alt:before {
    content: "\f164"
}

.icon-thumbs-down-alt:before {
    content: "\f165"
}

.icon-graduation-cap:before {
    content: "\f19d"
}

.icon-child:before {
    content: "\f1ae"
}

.icon-paper-plane:before {
    content: "\f1d8"
}

.icon-share:before {
    content: "\f1e0"
}

.icon-binoculars:before {
    content: "\f1e5"
}

.icon-chart-area-1:before {
    content: "\f1fe"
}

.icon-chart-pie-1:before {
    content: "\f200"
}

.icon-chart-line-1:before {
    content: "\f201"
}

.icon-toggle-off:before {
    content: "\f204"
}

.icon-toggle-on:before {
    content: "\f205"
}

.icon-cart-plus:before {
    content: "\f217"
}

.icon-diamond:before {
    content: "\f219"
}

.icon-ship:before {
    content: "\f21a"
}

.icon-balance-scale:before {
    content: "\f24e"
}

.icon-hand-scissors-o:before {
    content: "\f257"
}

.icon-hand-peace-o:before {
    content: "\f25b"
}

.icon-map-pin:before {
    content: "\f276"
}

.icon-map-signs:before {
    content: "\f277"
}

.icon-map-o:before {
    content: "\f278"
}

.icon-credit-card-alt:before {
    content: "\f283"
}

.icon-shopping-basket:before {
    content: "\f291"
}

.icon-handshake-o:before {
    content: "\f2b5"
}

.icon-thermometer-2:before {
    content: "\f2c9"
}

.icon-shower:before {
    content: "\f2cc"
}

#cookieDialog {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    margin: 0;
    overflow: hidden;
    width: 100%
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
    background: #fff
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: none
}

.cc-revoke,
.cc-window {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    z-index: 9999;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {

    .cc-revoke,
    .cc-window {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    border: 1px solid #e8eced;
    padding: 2em;
    max-width: 24em;
    flex-direction: column
}

@media only screen and (max-width:575px) {
    .cc-window.cc-floating {
        padding: 1em
    }
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    justify-content: center;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 700
}

@media only screen and (min-width:576px) {
    .cc-header {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: 10px 20px;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 1.8rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .cc-btn {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.cc-btn:hover {
    background-color: #3046ff;
    color: #fff;
    border: 2px solid #3046ff
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    opacity: .9;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .cc-close {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    border-top: 1px solid #e8eced;
    bottom: 0
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    flex: 1 0 auto
}

.cc-window.cc-banner {
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    flex: 0 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: flex;
    align-items: center;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.container--offset-right {
    position: relative
}

.container--offset-right .owl-theme--growthcurve .owl-stage-outer {
    overflow: visible !important
}

.container--offset-right .owl-theme--growthcurve .owl-stage-outer .owl-item.cloned {
    visibility: hidden
}

.container--offset-right .owl-theme--growthcurve .owl-stage-outer .owl-item.cloned.show {
    visibility: visible
}

.container--center {
    position: relative
}

.container--center .owl-theme--growthcurve .owl-stage {
    display: flex
}

.container--center .owl-theme--growthcurve .owl-stage-outer {
    overflow: visible !important
}

.container--center .owl-theme--growthcurve .owl-stage-outer .owl-item {
    display: flex
}

.container--center .owl-theme--growthcurve .owl-stage-outer .owl-item.cloned {
    visibility: visible
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/sprites/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-image: url(../img/sprites/flags@2x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.section-wrap {
    padding: 5.625rem 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-size: cover;
    background-position: center
}

.section-wrap--large {
    padding: 3.125rem 0
}

@media only screen and (min-width:1200px) {
    .section-wrap--large {
        padding: 9.375rem 0
    }
}

.section-wrap--standard {
    padding: 5.625rem 0
}

.section-wrap--small {
    padding: 3.125rem 0
}

.section-wrap--top-only {
    padding-bottom: 0
}

.section-wrap--bottom-only {
    padding-top: 0
}

.section-wrap--none {
    padding: 0
}

.section-wrap--hero {
    padding: 0;
    padding-bottom: 3.125rem
}

@media only screen and (min-width:1200px) {
    .section-wrap--hero {
        padding-bottom: reset;
        padding: 9.375rem 0
    }
}

.container-semi-fluid {
    padding: 0 50px
}

@media only screen and (max-width:767px) {
    .container-semi-fluid {
        padding: 0 20px
    }
}

.main-container {
    margin: auto
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.flex-parent {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.flex-child {
    flex: 1 0 0
}

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

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

.content-blocks.elements__device-visbility--all {
    display: flex
}

.content-blocks.elements__device-visbility--mobile {
    display: flex
}

@media only screen and (min-width:992px) {
    .content-blocks.elements__device-visbility--mobile {
        display: none
    }
}

.content-blocks.elements__device-visbility--desktop {
    display: none
}

@media only screen and (min-width:992px) {
    .content-blocks.elements__device-visbility--desktop {
        display: flex
    }
}

.elements__async_notification-holder {
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.elements__async_notification-message {
    color: #fff
}

.elements__async_filter-bar {
    background: 0 0;
    border-radius: 1.8rem;
    border: 1px solid #3046ff;
    display: flex;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    padding: .5rem;
    gap: 15px
}

.elements__async_search-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-items: flex-start;
    width: 100%;
    flex: 1 0 auto
}

.elements__async_search-bar--dark .elements__async_search-bar__search-icon {
    fill: #fff
}

.elements__async_search-bar--dark .elements__async_search-bar__input {
    color: #fff
}

.elements__async_search-bar--dark .elements__async_search-bar__input::-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

.elements__async_search-bar--dark .elements__async_search-bar__input::placeholder {
    color: rgba(255, 255, 255, .3)
}

@media only screen and (min-width:992px) {
    .elements__async_search-bar {
        width: auto;
        flex: 1 1 calc(50% - 1rem)
    }
}

.elements__async_search-bar input {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background: 0 0;
    color: #090909;
    border-radius: 1.8rem;
    padding-left: 50px;
    padding-right: 20px
}

.elements__async_search-bar__search-icon {
    position: absolute;
    left: 20px;
    fill: #000
}

.elements__async_search-bar__spinner {
    display: none;
    position: absolute;
    right: 15px;
    flex-direction: 1 1 30px;
    height: 30px;
    width: 30px;
    border: 6px solid rgba(0, 174, 239, .2);
    border-top-color: #3046ff;
    border-radius: 100%;
    animation: loader-rotation .6s infinite linear .25s;
    opacity: 0
}

.elements__async_search-bar__spinner--active {
    display: flex
}

@keyframes loader-rotation {
    from {
        opacity: 1;
        transform: rotate(0)
    }

    to {
        opacity: 1;
        transform: rotate(359deg)
    }
}

.elements__async_filter-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 30px
}

@media only screen and (min-width:992px) {
    .elements__async_filter-container {
        flex-direction: row
    }
}

.elements__async_filter-container button {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    appearance: none;
    background: 0 0;
    border: 0;
    outline: 0;
    outline-offset: 0;
    transform: none
}

.elements__async_filter-container button:focus,
.elements__async_filter-container button:focus-visible,
.elements__async_filter-container button:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    border: 0;
    outline: 0;
    outline-offset: 0
}

.elements__async_filter-container button.elements__async_filter-button {
    display: inline-block;
    border-radius: 1.8rem;
    border: none;
    padding: .25rem 1rem;
    margin: 0;
    border-radius: 1.8rem;
    background: #232323;
    color: #fff;
    font-family: sans-serif;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

.elements__async_filter-container button.elements__async_filter-button.active {
    background: #fff;
    color: #232323
}

@media only screen and (min-width:768px) {
    .elements__async_filter-container button.elements__async_filter-button {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.elements__async_filter-container button.elements__async_filter-button:focus,
.elements__async_filter-container button.elements__async_filter-button:hover {
    background: #fff;
    color: #232323
}

.elements__async_filter-container button.elements__async_load-more {
    display: inline-block;
    border-radius: 1.8rem;
    border: none;
    padding: .25rem 1rem;
    margin: 3.125rem 0 0 0;
    border-radius: 1.8rem;
    background: #232323;
    color: #fff;
    font-family: sans-serif;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

.elements__async_filter-container button.elements__async_load-more.active {
    background: #fff;
    color: #232323
}

@media only screen and (min-width:768px) {
    .elements__async_filter-container button.elements__async_load-more {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.elements__async_filter-container button.elements__async_load-more:focus,
.elements__async_filter-container button.elements__async_load-more:hover {
    background: #fff;
    color: #232323
}

.elements__carousel_nav-holder {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 2.33334rem
}

.elements__carousel_nav-holder__nav {
    flex: 0;
    order: 2;
    flex: 0 0 auto
}

.elements__carousel_nav-holder__title {
    flex: auto;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .elements__carousel_nav-holder__title {
        gap: 1rem
    }
}

.elements__carousel_nav-holder__title h2,
.elements__carousel_nav-holder__title p {
    margin: 0
}

.elements__carousel_nav-holder__btn {
    background-color: transparent;
    border: 2px #3046ff solid;
    border-radius: 100%;
    color: #3046ff;
    height: 50px;
    width: 50px
}

.elements__carousel_nav-holder__btn [class*=" icon-"]:before,
.elements__carousel_nav-holder__btn [class^=icon-]:before {
    font-weight: 600;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {

    .elements__carousel_nav-holder__btn [class*=" icon-"]:before,
    .elements__carousel_nav-holder__btn [class^=icon-]:before {
        font-size: 1rem;
        letter-spacing: 0
    }
}

.elements__carousel_nav-holder__btn--faded {
    opacity: .25
}

.elements__carousel_nav-holder__btn:focus {
    box-shadow: none
}

.elements__carousel_nav-holder__btn:nth-child(2) {
    margin-left: 5px
}

.elements__carousel_nav-holder__btn:hover {
    background-color: #3046ff;
    color: #fff
}

.elements__carousel_nav-holder__controls {
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: flex-end;
    margin: 0
}

.elements__carousel_nav-holder__controls>li {
    background-color: transparent;
    border: 2px #3046ff solid;
    border-radius: 100%;
    color: #3046ff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer
}

.elements__carousel_nav-holder__controls>li:nth-child(2) {
    margin-left: 15px
}

.elements__carousel_nav-holder__controls>li>i {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.elements__carousel_nav-holder__controls>li>i::before {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px
}

.elements__carousel_nav-holder__controls:focus {
    outline: 0
}

.elements__carousel_nav-holder__controls li:hover {
    background-color: #3046ff;
    color: #fff
}

.widgets_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    color: #6a797e;
    font-family: Roboto, sans-serif;
    margin: 0
}

.widgets_wrapper.contact {
    align-items: center;
    margin-top: 3rem
}

.widgets_wrapper--micro-mobile .content {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:992px) {
    .widgets_wrapper--micro-mobile .content {
        flex-direction: row
    }
}

.widgets_wrapper--micro-mobile .content .small_widget_text {
    margin-left: 0
}

@media only screen and (min-width:992px) {
    .widgets_wrapper--micro-mobile .content .small_widget_text {
        margin-left: 16px
    }
}

.widgets_wrapper--micro-mobile .content .small_widget_logo_text {
    margin: 0
}

@media only screen and (min-width:992px) {
    .widgets_wrapper--micro-mobile .content .small_widget_logo_text {
        margin: 0 0 5px
    }
}

.widgets_wrapper--micro-mobile .content .small_widget_logo_wrapper {
    order: 2
}

@media only screen and (min-width:992px) {
    .widgets_wrapper--micro-mobile .content .small_widget_logo_wrapper {
        order: 0
    }
}

.widgets_wrapper--micro-mobile .content .small_widget_text {
    order: 1
}

@media only screen and (min-width:992px) {
    .widgets_wrapper--micro-mobile .content .small_widget_text {
        order: 0
    }
}

.widgets_wrapper--micro-mobile .content .reviews-count {
    display: none
}

@media only screen and (min-width:992px) {
    .widgets_wrapper--micro-mobile .content .reviews-count {
        display: block
    }
}

@media only screen and (min-width:992px) {
    .widgets_wrapper {
        align-items: flex-start
    }
}

.widgets_wrapper .fivestar {
    display: flex;
    justify-content: space-around
}

.widgets_wrapper .fivestar .star {
    margin-right: 2px;
    display: inline-block;
    text-indent: 0;
    overflow: hidden;
    position: relative;
    font-size: 0;
    width: 16px;
    height: 16px
}

.widgets_wrapper .fivestar .star span.off,
.widgets_wrapper .fivestar .star span.on {
    display: block;
    width: 16px;
    height: 16px
}

.widgets_wrapper .fivestar .star span.off:after,
.widgets_wrapper .fivestar .star span.off:before,
.widgets_wrapper .fivestar .star span.on:after,
.widgets_wrapper .fivestar .star span.on:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    min-height: 16px
}

.widgets_wrapper .fivestar .star span.off:before,
.widgets_wrapper .fivestar .star span.on:before {
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><g data-name="Layer 2"><path class="cls-1" d="M5.94 1.78L6.89 4l.24.55.6.06 2.43.2-1.85 1.63-.45.39.14.59.55 2.37-2.09-1.27-.52-.31-.52.31-2.09 1.27.55-2.37.12-.59-.46-.39-1.82-1.61 2.43-.2.6-.06L5 4l1-2.24M5.94 0a.48.48 0 00-.46.3L4.06 3.63l-3.6.31a.5.5 0 00-.29.87l2.74 2.38-.83 3.53a.5.5 0 00.49.62.52.52 0 00.26-.08l3.11-1.88 3.11 1.88a.49.49 0 00.74-.54L9 7.19l2.7-2.38a.49.49 0 00-.28-.87l-3.61-.31L6.4.3a.5.5 0 00-.46-.3z" data-name="Layer 1"/></g></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><g data-name="Layer 2"><path class="cls-1" d="M5.94 1.78L6.89 4l.24.55.6.06 2.43.2-1.85 1.63-.45.39.14.59.55 2.37-2.09-1.27-.52-.31-.52.31-2.09 1.27.55-2.37.12-.59-.46-.39-1.82-1.61 2.43-.2.6-.06L5 4l1-2.24M5.94 0a.48.48 0 00-.46.3L4.06 3.63l-3.6.31a.5.5 0 00-.29.87l2.74 2.38-.83 3.53a.5.5 0 00.49.62.52.52 0 00.26-.08l3.11-1.88 3.11 1.88a.49.49 0 00.74-.54L9 7.19l2.7-2.38a.49.49 0 00-.28-.87l-3.61-.31L6.4.3a.5.5 0 00-.46-.3z" data-name="Layer 1"/></g></svg>');
    background-color: #3046ff;
    min-width: 16px
}

.widgets_wrapper .fivestar .star span.off:after,
.widgets_wrapper .fivestar .star span.on:after {
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><g data-name="Layer 2"><path class="cls-1" d="M5.94 9.38l-3.11 1.88a.5.5 0 01-.75-.54l.83-3.53L.17 4.81a.5.5 0 01.29-.87l3.6-.31L5.48.3a.5.5 0 01.92 0l1.41 3.33 3.61.31a.49.49 0 01.28.87L9 7.19l.82 3.53a.5.5 0 01-.74.54z" data-name="Layer 1"/></g></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><g data-name="Layer 2"><path class="cls-1" d="M5.94 9.38l-3.11 1.88a.5.5 0 01-.75-.54l.83-3.53L.17 4.81a.5.5 0 01.29-.87l3.6-.31L5.48.3a.5.5 0 01.92 0l1.41 3.33 3.61.31a.49.49 0 01.28.87L9 7.19l.82 3.53a.5.5 0 01-.74.54z" data-name="Layer 1"/></g></svg>');
    background-color: #3046ff;
    width: -moz-available;
    width: -webkit-fill-available;
    min-width: -webkit-fill-available;
    min-width: -moz-available;
    min-width: stretch;
    -webkit-mask-size: cover;
    mask-size: cover;
    margin-top: -16px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat
}

.widgets_wrapper .fivestar .star span.off:after {
    display: none
}

.widgets_wrapper a {
    color: #6a797e;
    text-decoration: none
}

.widgets_wrapper .rating {
    display: none
}

.widgets_wrapper .content {
    display: flex
}

.widgets_wrapper .logotype {
    width: 82px;
    height: 23px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.861 25"><path fill="%2317313b" d="M22.861 0h4v25h-4zm18 17.025c0 3.826-3.217 4.131-4.174 4.131-2.391 0-2.826-2.238-2.826-3.588V8h-4v9.548c0 2.37.744 4.326 2.048 5.63 1.152 1.153 2.878 1.783 4.748 1.783 1.326 0 3.204-.413 4.204-1.326V25h4V8h-4v9.025zM52.861 2h-4v6h-3v4h3v13h4V12h3V8h-3zm15.597 17.917c-.871.783-2.021 1.217-3.283 1.217-2.782 0-4.825-2.043-4.825-4.848s1.978-4.762 4.825-4.762c1.24 0 2.412.413 3.305 1.196l.607.522 2.697-2.696-.675-.609C69.522 8.504 67.415 7.7 65.174 7.7c-5 0-8.631 3.608-8.631 8.565 0 4.936 3.718 8.673 8.631 8.673 2.283 0 4.412-.804 5.979-2.26l.652-.609-2.739-2.694-.608.542zM86.061 9.482C84.909 8.33 83.559 7.7 81.689 7.7c-1.326 0-2.828.413-3.828 1.325V0h-4v25h4v-9.365c0-3.826 2.718-4.13 3.675-4.13 2.391 0 2.325 2.239 2.325 3.587V25h4v-9.887c0-2.37-.495-4.326-1.8-5.631"/><path fill="%23FF3D2E" d="M65.043 13.438a2.891 2.891 0 110 5.784 2.891 2.891 0 010-5.784"/><path fill="%2317313b" d="M17.261 18.721c-1.521 1.565-3.587 2.413-5.761 2.413-4.456 0-7.696-3.5-7.696-8.304 0-4.826 3.24-8.326 7.696-8.326 2.153 0 4.196.847 5.74 2.391l.608.609 2.674-2.674-.587-.609C17.718 1.938 14.718.7 11.5.7 4.935.7 0 5.917 0 12.851 0 19.764 4.957 24.96 11.5 24.96c3.24 0 6.24-1.26 8.457-3.543l.587-.609-2.652-2.717-.631.63z"/></svg>')
}

.widgets_wrapper .small_widget_logo_text {
    font-size: 11px;
    color: #6a797e;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 5px;
    white-space: nowrap
}

.widgets_wrapper .small_widget_text {
    margin-left: 16px
}

.widgets_wrapper .small_widget_text .reviews-totals-stars {
    padding-top: 1px;
    padding-right: 4px
}

.widgets_wrapper .reviews-count {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    text-align: left;
    margin-top: 7px;
    white-space: nowrap
}

.widgets_wrapper .reviews-count a.review-us {
    letter-spacing: 1.4px
}

.widgets_wrapper .fivestar {
    height: 19px
}

.title-highlight strong {
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1
}

.title-highlight strong::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 36%;
    background-color: #30d9ff;
    z-index: -1
}

.gc-player__player-control-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.gc-player__player-control-panel--center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.gc-player__player-control-panel--center .gc-player__player-control {
    opacity: 1;
    background-color: #3046ff;
    border-color: #3046ff;
    transition: all .2s ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0) scale(3)
}

.gc-player__player-control-panel--center .gc-player__player-control .gc-player__player-control--play {
    border-left-color: #fff
}

.gc-player__player-control-panel--center .gc-player__player-control.hide {
    display: none !important
}

.gc-player__player-control-panel--center.playing .gc-player__player-control {
    opacity: 0;
    background-color: transparent;
    border-color: #edd
}

@media only screen and (min-width:576px) {
    .gc-player__player-control-panel--center:hover .gc-player__player-control {
        opacity: 1;
        transform: scale(3.5)
    }
}

.gc-player__player-speaker span {
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%)
}

.gc-player__player-speaker span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 8px 10px 8px 0;
    left: 0;
    transform: translateY(-50%);
    top: 50%
}

.gc-player__player-control {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 2px solid #edd;
    border-radius: 50%;
    filter: drop-shadow(0 0 3.1rem rgba(255, 255, 255, .8));
    cursor: pointer
}

.gc-player__player-control:hover {
    transform: scale(120%)
}

.gc-player__player-control--unmuted {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    overflow: hidden
}

.gc-player__player-control--unmuted>span:before {
    border-radius: 0 50px 0 0;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-style: double;
    border-color: #fff;
    border-width: 7px 7px 0 0;
    left: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.gc-player__player-control--unmuted.-hidden {
    display: none
}

.gc-player__player-control--muted.-hidden {
    display: none
}

.gc-player__player-control--pause {
    position: relative;
    background: 0 0;
    border: none;
    height: 10px;
    width: 8.6px
}

.gc-player__player-control--pause:after,
.gc-player__player-control--pause:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 33.33%;
    background: #edd
}

.gc-player__player-control--pause:before {
    left: 0
}

.gc-player__player-control--pause:after {
    right: 0
}

.gc-player__player-control--pause.-hidden {
    display: none
}

.gc-player__player-control--play {
    height: 0;
    width: 0;
    margin-left: 2.8px;
    background: 0 0;
    border: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8.6px solid #edd
}

.gc-player__player-control--play.-hidden {
    display: none
}

.gc-badge__panel {
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    padding: 6px 12px 6px 4px;
    justify-items: flex-start;
    align-items: center;
    border-radius: 40px;
    gap: 10px;
    color: #090909
}

.gc-badge__circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.gc-badge__title {
    font-size: 1rem
}

.newgen-gc-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 3.2rem;
    overflow: hidden;
    color: #fff;
    background: #121718;
    border-radius: 8px;
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: -.03em;
    text-decoration: none;
    border-radius: 50px
}

.newgen-gc-btn.-primary {
    background-color: #3046ff;
    color: #fff
}

.newgen-gc-btn.-secondary {
    background-color: transparent;
    color: #3046ff;
    border: 2px solid #3046ff
}

.newgen-gc-btn.-secondary .newgen-gc-btn__arrow {
    border-left: 1px rgba(49, 70, 255, .2) solid
}

.newgen-gc-btn.-secondary>.newgen-gc-btn__shimmer {
    background: #3146ff
}

.newgen-gc-btn.-secondary:hover {
    color: #fff
}

.newgen-gc-btn.-tertiary {
    background-color: #3046ff;
    color: #fff
}

.newgen-gc-btn.-tertiary:hover {
    background-color: #fff;
    color: #3046ff
}

.newgen-gc-btn--lg {
    height: 7.2rem;
    font-size: 2.2rem
}

.newgen-gc-btn--lg .newgen-gc-btn__padder {
    padding: 0 2.9rem 0 3.6rem
}

.newgen-gc-btn--md {
    font-size: 1.2rem;
    height: 3rem
}

.newgen-gc-btn--md .newgen-gc-btn__padder {
    padding: 0 2.9rem 0 3.6rem
}

.newgen-gc-btn--sm {
    height: 3rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

.newgen-gc-btn--sm .newgen-gc-btn__padder {
    padding: 0 1rem
}

@media only screen and (min-width:576px) {
    .newgen-gc-btn--sm {
        height: 4rem;
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }

    .newgen-gc-btn--sm .newgen-gc-btn__padder {
        padding: 0 2rem
    }
}

.newgen-gc-btn--xs {
    height: 3rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

.newgen-gc-btn--xs.-primary {
    font-family: "Circular Std Bold", sans-serif
}

.newgen-gc-btn--xs .newgen-gc-btn__padder {
    padding: 0 .75rem
}

.newgen-gc-btn--xs .newgen-gc-btn__arrow {
    padding: 0 1rem
}

@media only screen and (min-width:576px) {
    .newgen-gc-btn--xs {
        height: 3rem;
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }

    .newgen-gc-btn--xs .newgen-gc-btn__arrow {
        padding: 0 1rem
    }

    .newgen-gc-btn--xs .newgen-gc-btn__padder {
        padding: 0 1.5rem
    }
}

.newgen-gc-btn--nav {
    display: flex;
    height: 4rem;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

.newgen-gc-btn--nav.-primary {
    font-family: "Circular Std Bold", sans-serif
}

.newgen-gc-btn--nav .newgen-gc-btn__padder {
    padding: 0 2.5rem;
    flex: 1 1 auto
}

.newgen-gc-btn--nav .newgen-gc-btn__arrow {
    flex: 0 0 auto
}

.newgen-gc-btn:hover {
    color: #fff
}

.newgen-gc-btn:hover .newgen-gc-btn__shimmer {
    opacity: 1;
    transform: translateY(-50%) scale(1.05);
    transition: transform .4s, opacity .2s
}

.newgen-gc-btn:hover .newgen-gc-btn__arrow>svg {
    transform: translateX(10%)
}

.newgen-gc-btn:hover .newgen-gc-btn__title {
    transform: translateY(110%)
}

.newgen-gc-btn__padder {
    position: relative;
    padding: 0 1.8rem;
    overflow: hidden
}

.newgen-gc-btn__shimmer {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-top: 100%;
    transform: translateY(-50%) scale(0);
    opacity: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transition: transform 0s .4s, opacity .4s
}

.newgen-gc-btn__title {
    position: relative;
    display: block;
    transition: transform .5s cubic-bezier(.65, 0, .35, 1);
    white-space: nowrap
}

.newgen-gc-btn__title:after {
    content: attr(data-text);
    position: absolute;
    top: -110%;
    left: 0
}

.newgen-gc-btn__arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 1.8rem;
    border-left: 1px rgba(234, 228, 221, .2) solid
}

.newgen-gc-btn__arrow>svg {
    position: relative;
    left: -.1em;
    transition: transform .7s cubic-bezier(.16, 1, .3, 1)
}

.newgen-gc-btn__arrow>svg.newgen-icons__arrow-right {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor
}

.newgen-gc-btn__arrow>svg.newgen-icons {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor
}

input,
select,
textarea {
    height: 46px;
    border-radius: 5px;
    border: 1px solid #e8eced;
    background-color: #f4f8fb;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out
}

textarea {
    height: auto;
    display: block;
    padding: 8px 16px;
    margin-bottom: 24px
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=search] {
    box-sizing: border-box
}

input:focus,
select:focus,
textarea:focus {
    border-color: #3046ff;
    outline: 0;
    box-shadow: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #090909
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #090909;
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #090909;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #090909
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 12px;
    background-image: url(/assets/img/dropdown.png);
    background-repeat: no-repeat;
    background-position: 100% 50%
}

select::-ms-expand {
    display: none
}

.input-underline {
    position: relative;
    display: block;
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #3046ff;
    transition: .2s ease all
}

.form-group {
    position: relative
}

.form-input:focus~.input-underline {
    width: 100%
}

.checkbox>li,
.radio>li {
    padding: 7px 0
}

input[type=radio] {
    display: none
}

input[type=radio]+label:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 1px rgb(223.4170731707, 228.9097560976, 230.2829268293);
    border-radius: 40px;
    margin: -3px 10px 0 0;
    outline: 0;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0
}

input[type=radio]:checked+label:before {
    background-color: #000;
    border: 6px solid #fff;
    padding: 1px
}

input[type=radio]:focus {
    outline: 0
}

[class*=" ui-"]:before,
[class^=ui-]:before {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    line-height: normal
}

.table-wrap {
    margin-bottom: 34px
}

.social {
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff !important;
    text-align: center;
    font-size: 15px;
    transition: all .1s ease-in-out
}

.social:focus,
.social:hover {
    color: #fff
}

.social:last-child {
    margin-right: 0
}

.social-facebook {
    background-color: #3046ff
}

.social-facebook:hover {
    background-color: rgb(22.5, 47.2101449275, 255)
}

.social-twitter {
    background-color: #3046ff
}

.social-twitter:hover {
    background-color: rgb(22.5, 47.2101449275, 255) !important;
    color: #fff !important
}

.social-google-plus {
    background-color: #3046ff
}

.social-google-plus:hover {
    background-color: rgb(22.5, 47.2101449275, 255) !important;
    color: #fff !important
}

.social-youtube {
    background-color: #3046ff
}

.social-youtube:hover {
    background-color: rgb(22.5, 47.2101449275, 255) !important;
    color: #fff !important
}

.social-snapchat {
    background-color: #3046ff
}

.social-snapchat:hover {
    background-color: rgb(22.5, 47.2101449275, 255) !important;
    color: #fff !important
}

.social-linkedin {
    background-color: #3046ff
}

.social-linkedin:hover {
    background-color: rgb(22.5, 47.2101449275, 255) !important;
    color: #fff !important
}

.social-pinterest {
    background-color: #3046ff
}

.social-pinterest:hover {
    background-color: rgb(22.5, 47.2101449275, 255) !important;
    color: #fff !important
}

.social-instagram {
    background-color: #3046ff
}

.social-instagram:hover {
    background-color: rgb(22.5, 47.2101449275, 255) !important;
    color: #fff !important
}

.social-rss {
    background-color: #3046ff
}

.social-rss:hover {
    background-color: rgb(22.5, 47.2101449275, 255) !important;
    color: #fff !important
}

.service-tag {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 5px;
    text-align: center;
    pointer-events: none;
    margin-right: 20px;
    font-size: .9rem;
    z-index: 100
}

.service-tag--top-left {
    position: absolute;
    top: 16px;
    left: 16px
}

.service-tag--white {
    background-color: #fff;
    color: #333b69
}

.service-tag--grey {
    background-color: #f4f8fb;
    color: #333b69
}

.service-title {
    display: inline-flex;
    text-transform: capitalize
}

.service-icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    margin: 0 14px 0 0;
    flex: 1 0 auto
}

.service-icon::after {
    content: " ";
    display: flex;
    background-position: 50% 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    color: #000;
    margin: 0 auto
}

.service-icon--customer-acquisition {
    background-color: #0dafff
}

.service-icon--customer-acquisition::after {
    background-image: url(/assets/img/services/customer-acquisition.svg)
}

.service-icon--brand-awareness {
    background-color: #ed62d2
}

.service-icon--brand-awareness::after {
    background-image: url(/assets/img/services/brand-awareness.svg)
}

.service-icon--growth-marketing {
    background-color: #ffc10f
}

.service-icon--growth-marketing::after {
    background-image: url(/assets/img/services/referral-programmes.svg)
}

.service-icon--training {
    background-color: #7551e9
}

.service-icon--training::after {
    background-image: url(/assets/img/services/conferences-and-training.svg)
}

.service-icon--data {
    background-color: #2ec973
}

.service-icon--data::after {
    background-image: url(/assets/img/services/analytics-and-attribution.svg)
}

#growthcurve-loader {
    overflow: hidden;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    opacity: 1
}

#growthcurve-loader__svg {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px
}

#growthcurve-loader__outer-swirl {
    fill: #2c3144
}

#growthcurve-loader__bar-1,
#growthcurve-loader__bar-2 {
    fill: #2c3144
}

#growthcurve-loader__bar-1-mask,
#growthcurve-loader__bar-2-mask,
#growthcurve-loader__outer-swirl-mask {
    fill: #fff
}

#growthcurve-loader.growthcurve-loader-module.--hide-loader {
    top: -150%;
    opacity: 0
}

#growthcurve-loader.growthcurve-loader-module--white #growthcurve-loader__bar-1,
#growthcurve-loader.growthcurve-loader-module--white #growthcurve-loader__bar-2,
#growthcurve-loader.growthcurve-loader-module--white #growthcurve-loader__outer-swirl,
#growthcurve-loader.growthcurve-loader-module--white svg {
    fill: #fff
}

#growthcurve-loader .growthcurve-loader__test-circ {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    stroke: #fff
}

#growthcurve-loader .growthcurve-loader__test-circ circle {
    stroke-dasharray: 1950;
    -webkit-stroke-dasharray: 1950;
    stroke-dashoffset: 1950;
    -webkit-stroke-dashoffset: 1950;
    animation: growthcurve-loader__dash-animation 1.5s infinite;
    -webkit-animation: growthcurve-loader__dash-animation 1.5s infinite
}

#growthcurve-loader .growthcurve-loader__bar-1-raise {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    animation: growthcurve-loader__raise-animation 1.5s infinite;
    -webkit-animation: growthcurve-loader__raise-animation 1.5s infinite
}

#growthcurve-loader .growthcurve-loader__bar-2-raise {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    animation: growthcurve-loader__raise-animation 1.5s infinite .1s;
    -webkit-animation: growthcurve-loader__raise-animation 1.5s infinite .1s
}

@keyframes growthcurve-loader__dash-animation {
    0% {
        stroke-dashoffset: 0;
        -webkit-stroke-dashoffset: 0
    }

    50% {
        stroke-dashoffset: 1950;
        -webkit-stroke-dashoffset: 1950
    }

    100% {
        stroke-dashoffset: 0;
        -webkit-stroke-dashoffset: 0
    }
}

@keyframes growthcurve-loader__raise-animation {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }

    50% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%)
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

.marquee3k__wrapper {
    white-space: nowrap
}

.marquee3k {
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), #000 20%, #000 80%, hsla(0, 0%, 0%, 0));
    mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), #000 20%, #000 80%, hsla(0, 0%, 0%, 0))
}

.marquee3k__wrapper span:last-child {
    margin-right: 30px
}

.marquee3k__client {
    width: 120px;
    height: 120px;
    display: inline-block;
    position: relative;
    margin: 0 30px
}

@media only screen and (min-width:992px) {
    .marquee3k__client {
        width: 140px;
        height: 140px
    }
}

.marquee3k__client:before {
    padding-top: 100%
}

.marquee3k__client svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

html.sr .load-hidden,
html.sr .sr-hide {
    visibility: hidden
}

.hero {
    overflow: hidden;
    padding-top: 2.5em
}

.hero .container {
    position: relative
}

@media only screen and (min-width:576px) {
    .hero {
        padding-top: 180px
    }
}

.hero__action-belt {
    display: flex;
    flex: 1;
    align-items: center;
    margin-top: 1.5em;
    width: 100%;
    justify-content: center
}

@media only screen and (min-width:576px) {
    .hero__action-belt {
        margin-top: 0;
        width: auto;
        justify-content: flex-start
    }
}

.hero__video-loop {
    display: none;
    width: 500px;
    height: 500px;
    position: relative;
    z-index: -10
}

@media only screen and (min-width:992px) {
    .hero__video-loop {
        display: block;
        position: absolute;
        width: 600px;
        height: 600px;
        right: -10%;
        top: 150px
    }
}

@media only screen and (min-width:1200px) {
    .hero__video-loop {
        right: 3%
    }
}

.hero__text-holder {
    text-align: center
}

@media only screen and (min-width:992px) {
    .hero__text-holder {
        text-align: left
    }
}

.hero__title {
    margin: 0;
    text-align: left;
    font-size: 2.75rem;
    line-height: 1.2;
    letter-spacing: -.022em
}

@media only screen and (min-width:768px) {
    .hero__title {
        font-size: 6rem;
        line-height: 1.1;
        letter-spacing: -.022em
    }
}

.hero__title--boxed {
    max-width: 330px
}

.hero__subtitle {
    margin: .5em 0 0 0;
    text-align: left
}

@media only screen and (min-width:576px) {
    .hero__subtitle {
        margin: 1.5em 0 0 0
    }
}

.hero__cta-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 1.5em 0 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media only screen and (min-width:576px) {
    .hero__cta-holder {
        margin: 3.5em 0 0 0;
        flex-direction: row;
        justify-content: center;
        gap: 20px
    }
}

@media only screen and (min-width:576px) {
    .hero__cta-holder {
        justify-content: flex-start
    }
}

.hero__main-cta {
    display: flex;
    align-items: center
}

@media only screen and (min-width:576px) {
    .hero__main-cta {
        flex-grow: 0
    }
}

@media only screen and (min-width:1200px) {
    .hero__main-cta {
        margin-right: 60px
    }
}

.hero__main-cta span {
    display: inline-block;
    vertical-align: middle
}

.hero__play-toggle {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 0;
    padding-left: 0;
    cursor: pointer;
    transition: transform 250ms ease
}

@media only screen and (min-width:576px) {
    .hero__play-toggle {
        flex-direction: row
    }
}

.hero__play-toggle:hover .hero__play-icon {
    transform: scale(1.1)
}

.hero__play-toggle:hover .hero__play-text {
    transform: translateX(.3rem)
}

.hero__play-text {
    display: none
}

@media only screen and (min-width:576px) {
    .hero__play-text {
        display: flex;
        font-weight: 300;
        font-size: 20px;
        line-height: 25px;
        padding: 0 20px;
        color: #3046ff;
        transition: transform 250ms ease
    }
}

.hero__play-circle {
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: inline-block
}

.hero__play-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #3046ff;
    transition: transform 350ms ease
}

.hero__play-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #3046ff;
    border-bottom: 10px solid transparent
}

.hero .modal-content {
    border: none
}

@media only screen and (min-width:576px) {
    .hero .modal-dialog {
        max-width: 80%
    }
}

.badgeSpinner {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 200px;
    padding-bottom: 200px;
    z-index: 10;
    left: auto
}

.badgeSpinner textPath {
    font-family: "DM Sans", sans-serif
}

.badgeSpinner .badgeMark {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.badgeSpinner text {
    font-family: "Circular Std Bold", sans-serif;
    font-size: 24px;
    font-weight: 700
}

.badgeSpinner svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation-name: badgeSpinnerRotate;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes badgeSpinnerRotate {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0)
    }
}

.main-wrapper {
    position: relative
}

.feature {
    z-index: 1;
    border-radius: 0;
    overflow: hidden
}

.feature__title {
    font-size: 18px;
    margin-bottom: 18px
}

.feature__text {
    margin-bottom: 0
}

.feature__body {
    padding: 48px 40px
}

.feature__img-holder {
    margin-right: 0 !important;
    margin-bottom: 0 !important
}

.feature__img-holder--bg-45 {
    padding-top: 125%;
    background-position: 0 0;
    background-size: cover;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform
}

.feature__img-holder--bg-45 video {
    position: absolute;
    left: 0;
    height: 100%;
    width: auto;
    top: 50%;
    transform: translateY(-50%)
}

.feature__img--fullw {
    width: 100%
}

.icon-holder {
    text-align: center;
    width: 20%;
    padding: 15px;
    float: left
}

.icon-holder pre {
    display: none
}

@media only screen and (max-width:991px) {
    .icon-holder {
        width: 50%
    }
}

.call-to-action {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    border-radius: 1.8rem;
    overflow: hidden
}

@media only screen and (min-width:576px) {
    .call-to-action {
        padding: 3.25rem 4.5rem
    }
}

.call-to-action__title {
    font-size: 34px;
    margin-bottom: 30px
}

@media only screen and (max-width:575px) {
    .call-to-action__title {
        font-size: 24px
    }
}

.call-to-action__text {
    margin-bottom: 24px
}

.promo-section {
    position: relative
}

.promo-section .row {
    margin-left: auto;
    margin-right: auto
}

.promo-section__outer-panel {
    padding: 30px
}

@media only screen and (min-width:768px) {
    .promo-section__outer-panel {
        padding: 50px 60px
    }
}

.promo-section__outer-panel--blue {
    background-color: #fff;
    box-shadow: 15px 15px 0 #3046ff;
    margin-right: 15px
}

.promo-section__placeholder {
    padding-top: 100%;
    position: relative;
    width: 100%;
    will-change: opacity;
    background-color: #fafafa
}

@media only screen and (min-width:1200px) {
    .promo-section__placeholder {
        margin: 0 auto;
        padding-top: 500px;
        width: 500px
    }
}

.promo-section__placeholder>* {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.promo-section__placeholder>img,
.promo-section__placeholder>video {
    -o-object-fit: cover;
    object-fit: cover
}

.promo-section__image {
    position: relative;
    padding: 0;
    top: 5.625rem;
    margin-top: -5.625rem
}

@media only screen and (min-width:992px) {
    .promo-section__image {
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (max-width:575px) {
    .promo-section__container {
        padding: 0
    }
}

.promo-section__promo-cta {
    display: flex;
    align-items: center;
    position: absolute;
    background-color: #fff;
    color: #3046ff;
    bottom: -40px;
    height: 80px;
    min-width: 200px;
    right: 50%;
    transform: translateX(50%)
}

@media only screen and (min-width:992px) {
    .promo-section__promo-cta {
        right: -100px;
        transform: translateX(0)
    }
}

.services-intro__service-header {
    text-align: center;
    padding-bottom: 5.625rem
}

@media only screen and (min-width:768px) {
    .services-intro__service-header {
        padding-top: 2.8125rem
    }
}

.services-intro__service-items {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start
}

@media only screen and (min-width:992px) {
    .services-intro__service-items {
        flex-direction: row;
        align-content: center
    }
}

.services-intro__service-item {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    flex: 1
}

.services-intro__service-item:not(:last-child) {
    padding-bottom: 4rem
}

@media only screen and (min-width:992px) {
    .services-intro__service-item:not(:last-child) {
        padding-bottom: 0
    }
}

.services-intro__service-item-title {
    font-family: "Circular Std Bold";
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .services-intro__service-item-title {
        font-size: 1.953rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.services-intro__service-icon {
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: 20px
}

@media only screen and (min-width:992px) {
    .services-intro__service-icon {
        width: 90px;
        height: 90px;
        background-size: 90px 90px
    }
}

.services-intro__service-icon--brand-awareness {
    background-image: url(/assets/img/services/brand-awareness_colour.svg)
}

.services-intro__service-icon--customer-acquisition {
    background-image: url(/assets/img/services/customer-acquisition_colour.svg)
}

.services-intro__service-icon--referral-programmes {
    background-image: url(/assets/img/services/referral-programmes_colour.svg)
}

.latest-blogs .card__body {
    min-height: 21rem
}

.case-studies {
    position: relative
}

.case-studies .row {
    margin-left: auto;
    margin-right: auto
}

.case-studies__container {
    position: relative;
    height: 100%
}

@media only screen and (max-width:991px) {
    .case-studies__container {
        padding: 0
    }
}

.case-studies__work-group {
    position: relative
}

@media only screen and (min-width:992px) {
    .case-studies__work-group {
        height: 555px;
        margin-bottom: 100px
    }
}

.case-studies__work-link {
    display: none;
    position: absolute;
    left: 0;
    height: 0;
    width: 0
}

@media only screen and (min-width:992px) {
    .case-studies__work-link {
        display: flex;
        z-index: 1000;
        height: 100%;
        width: 390px;
        left: 8.33333%
    }
}

.case-studies__work-link-mobile {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000
}

@media only screen and (min-width:992px) {
    .case-studies__work-link-mobile {
        display: none
    }
}

.case-studies__img-holder {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (min-width:992px) {
    .case-studies__img-holder {
        width: 555px;
        position: absolute;
        left: 8.33333%
    }
}

.case-studies__img {
    padding-top: 100%
}

.case-studies__img>img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

.case-studies__video {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.case-studies__img-badge-holder {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    width: 20%;
    opacity: .8
}

.case-studies__img-badge-holder img {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.case-studies__info-group-row {
    margin-top: -100px;
    margin-bottom: 100px
}

@media only screen and (min-width:992px) {
    .case-studies__info-group-row {
        top: 0;
        margin-top: 0;
        margin-bottom: 100px;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        width: 100%
    }
}

.case-studies__info-group {
    padding: 20px;
    margin-right: 15px;
    background-color: #fff;
    box-shadow: 15px 15px 0 #3046ff
}

@media only screen and (min-width:992px) {
    .case-studies__info-group {
        padding: 40px 45px 35px;
        margin-right: auto
    }
}

.case-studies__info-group--stats {
    padding: 20px 20px 40px 20px
}

@media only screen and (min-width:768px) {
    .case-studies__info-group--stats {
        padding: 40px 45px 60px
    }
}

@media only screen and (min-width:992px) {
    .case-studies__info-group--stats {
        padding: 40px 45px 70px;
        margin-right: auto
    }
}

@media only screen and (min-width:1200px) {
    .case-studies__info-group--stats {
        padding: 40px 45px 55px
    }
}

.case-studies__stats-row {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-top: -20px;
    gap: auto
}

@media only screen and (min-width:992px) {
    .case-studies__stats-row {
        gap: 25px;
        margin-top: -60px;
        justify-content: flex-end
    }
}

.case-studies__square {
    position: relative;
    flex: 0 0 auto;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    justify-content: flex-start;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #3046ff;
    box-shadow: 9px 9px 0 #304ef5;
    padding: 25px 5px 0 15px
}

@media only screen and (min-width:992px) {
    .case-studies__square {
        gap: initial;
        justify-content: space-evenly;
        padding: 30px 15px 0 15px;
        width: 150px;
        height: 150px
    }
}

.case-studies__badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -15px;
    height: 30px;
    width: 30px;
    background: #3046ff;
    border-radius: 100px;
    background-image: url(/assets/img/icons/trend.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center
}

@media only screen and (min-width:992px) {
    .case-studies__badge {
        transform: translateX(0);
        left: unset;
        right: 10px;
        top: 10px
    }
}

.case-studies__stat {
    display: flex;
    flex-direction: row;
    color: #3046ff;
    justify-content: flex-start;
    align-items: flex-end
}

.case-studies__num {
    font-family: "Circular Std Bold", sans-serif;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    line-height: 1.5rem;
    font-size: 2.441rem;
    letter-spacing: -.022em
}

@media only screen and (min-width:992px) {
    .case-studies__num {
        font-size: 3.052rem;
        letter-spacing: -.022em
    }
}

.case-studies__stat-label {
    font-family: "Circular-Std Bold", sans-serif;
    font-weight: 600;
    color: #3046ff;
    line-height: 1.1rem;
    font-size: .8rem;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .case-studies__stat-label {
        line-height: 1.4rem;
        font-size: 1.25rem;
        letter-spacing: 0
    }
}

.case-studies__arr {
    background-image: url(/assets/img/icons/upward-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    height: 16px;
    width: 15px;
    display: block;
    margin-right: 5px
}

.case-studies__fac {
    line-height: .75rem;
    font-size: 1rem;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .case-studies__fac {
        font-size: 1.25rem;
        letter-spacing: 0
    }
}

.case-studies__header h4 {
    margin: 0
}

.case-studies__body p {
    padding-bottom: 20px;
    margin-bottom: 0
}

.case-studies__tags {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    padding: 20px 0
}

@media only screen and (min-width:992px) {
    .case-studies__tags {
        flex-direction: row
    }
}

.case-studies__tags .tag {
    align-self: flex-start;
    display: inline-flex;
    flex-direction: row;
    width: 160px;
    justify-content: flex-start
}

.service-menu {
    transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
    overflow: hidden;
    margin-top: 0
}

.service-menu--dark {
    background-color: #090909
}

@media only screen and (min-width:1200px) {
    .service-menu--dark .service-menu__item {
        background-color: initial;
        -webkit-backdrop-filter: blur(4rem);
        backdrop-filter: blur(4rem)
    }
}

.service-menu__container {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    z-index: 10;
    position: relative;
    margin-bottom: 4rem;
    gap: 15px
}

@media only screen and (min-width:576px) {
    .service-menu__container {
        justify-content: space-between;
        flex-direction: row;
        gap: 20px 0
    }
}

.service-menu__cta-text {
    position: relative;
    line-height: 1;
    left: 0;
    transition: left .4s cubic-bezier(.23, 1, .32, 1), opacity .4s cubic-bezier(.23, 1, .32, 1);
    font-size: 1rem;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .service-menu__cta-text {
        font-size: 1.25rem;
        letter-spacing: 0
    }
}

.service-menu__cta-holder {
    margin-top: 15px;
    gap: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex: 1 0 auto
}

@media only screen and (min-width:576px) {
    .service-menu__cta-holder {
        margin-top: 1.16667rem;
        justify-content: flex-start
    }
}

.service-menu__cta-arrow {
    transition: left .4s cubic-bezier(.23, 1, .32, 1), opacity .4s cubic-bezier(.23, 1, .32, 1);
    transition-delay: 0s, 0s;
    font-size: 1rem;
    position: relative;
    left: 0;
    opacity: .5;
    line-height: 1.2rem
}

@media only screen and (min-width:576px) {
    .service-menu__cta-arrow {
        font-size: 1.2rem
    }
}

.service-menu__item {
    position: relative;
    flex: 1 1 50%;
    margin: 0;
    background-color: #131315;
    overflow: hidden;
    border-radius: 1.8rem;
    width: 50%;
    max-width: calc(50% - 7.5px);
    border: 1px solid #3046ff
}

@media only screen and (min-width:1200px) {
    .service-menu__item {
        flex: 1 1 33.33%;
        max-width: calc(33.33% - 20px)
    }
}

.service-menu__item:hover {
    transition-delay: 30ms, 0s, 0s, 0s
}

.service-menu__item:hover .service-menu__highlight::after {
    transition: transform .4s cubic-bezier(.23, 1, .32, 1);
    transform: scaleX(1);
    transform-origin: 0 50%
}

.service-menu__item:hover .service-menu__cta-arrow {
    left: 2%;
    opacity: 1
}

.service-menu__item:hover .service-menu__cta-text {
    left: 1%
}

.service-menu__item h2 {
    color: #fff
}

.service-menu__item-icon {
    position: relative;
    height: 60px;
    width: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #3046ff;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (min-width:768px) {
    .service-menu__item-icon {
        height: 80px;
        width: 80px
    }
}

.service-menu__item-icon svg,
.service-menu__item-icon>img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.service-menu__item-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px
}

@media only screen and (min-width:576px) {
    .service-menu__item-title {
        gap: 20px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }
}

.service-menu__item-title h2 {
    font-size: 1rem;
    letter-spacing: 0;
    margin: 0;
    text-align: center
}

@media only screen and (min-width:768px) {
    .service-menu__item-title h2 {
        text-align: left;
        font-size: 1.5rem;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .service-menu__item-title h2 {
        font-size: 1.953rem;
        letter-spacing: -.022em
    }
}

.service-menu__item-body {
    flex: 1 0 auto;
    display: none
}

@media only screen and (min-width:576px) {
    .service-menu__item-body {
        display: flex
    }
}

.service-menu__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-decoration: none;
    align-content: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: .8rem
}

.service-menu__link>p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
    margin-top: 1.16667rem
}

@media only screen and (min-width:768px) {
    .service-menu__link>p {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

@media only screen and (min-width:1200px) {
    .service-menu__link {
        min-height: initial
    }
}

@media only screen and (min-width:576px) {
    .service-menu__link {
        padding: 1.5rem
    }
}

.service-menu__highlight {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .5rem;
    z-index: 2
}

.service-menu__highlight::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    text-decoration: none;
    transform-origin: 100% 50%;
    transition: transform .4s cubic-bezier(.23, 1, .32, 1);
    background-color: #3046ff
}

.service-menu__divider {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    align-content: center;
    position: relative
}

@media only screen and (min-width:576px) {
    .service-menu__divider--right {
        justify-content: flex-end;
        text-align: right
    }

    .service-menu__divider--right .service-menu__copy p {
        text-align: right
    }
}

.service-menu__divider h2,
.service-menu__divider p {
    color: #fff
}

.service-menu__divider p {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left
}

.service-menu__content {
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    flex: 0 0 100%;
    padding: 0
}

@media only screen and (min-width:1200px) {
    .service-menu__content {
        flex: 0 0 40%
    }
}

.service-menu__copy {
    position: relative;
    z-index: 2
}

.service-menu__copy>h2 {
    font-size: 3rem
}

@media only screen and (min-width:576px) {
    .service-menu__copy>h2 {
        font-size: 5.5rem
    }
}

.lead-page .lead-page__col-pad {
    background-color: #3046ff
}

.lead-page__g-badge-holder {
    display: flex
}

.lead-page__g-badge {
    width: 59.5px;
    height: 60.5px;
    background-image: url(/assets/img/g-mark-blue.svg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 auto 2rem
}

@media only screen and (min-width:1200px) {
    .lead-page__g-badge {
        margin: 0 auto 4rem
    }
}

.lead-page__col {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-content: center
}

@media only screen and (min-width:1200px) {
    .lead-page__col {
        height: 100vh
    }
}

.lead-page__col-left {
    display: flex;
    flex-direction: column
}

.lead-page__col-right {
    overflow-y: scroll;
    overflow-x: hidden;
    align-items: center;
    justify-content: center;
    margin: 3.125rem 0
}

@media only screen and (min-width:1200px) {
    .lead-page__col-right {
        margin: 0
    }
}

.lead-page__col-pad {
    padding: 0
}

.lead-page__logotype-holder {
    display: none;
    flex: 0 0 auto;
    background: url(/assets/img/growthcurve-logotype-white.svg);
    background-size: 273.6px 36.3px;
    background-repeat: no-repeat;
    width: 273.6px;
    height: 36.3px
}

@media only screen and (min-width:1200px) {
    .lead-page__logotype-holder {
        display: block
    }
}

.lead-page__guide-holder {
    width: 100%;
    margin: 3.125rem 0
}

@media only screen and (min-width:576px) {
    .lead-page__guide-holder {
        width: 60%
    }
}

@media only screen and (min-width:1200px) {
    .lead-page__guide-holder {
        width: 55%
    }
}

.lead-page__guide-row {
    width: 100%;
    display: flex;
    padding: 5%
}

@media only screen and (min-width:1200px) {
    .lead-page__guide-row {
        padding: 7% 0
    }
}

.lead-page__guide-copy {
    margin-left: 5%
}

.lead-page__guide-copy h5,
.lead-page__guide-copy p {
    color: #fff;
    margin: 0
}

.lead-page__guide-copy>h5 {
    margin-bottom: .5rem
}

.lead-page__guide-copy p {
    line-height: 1.75
}

.lead-page__form-holder {
    width: 100%
}

@media only screen and (min-width:1200px) {
    .lead-page__form-holder {
        width: 90%
    }
}

.lead-page__guide-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 57px
}

.lead-page__guide-icon--24hours {
    background-image: url(/assets/img/icons/24-hr-icon.svg);
    height: 57px;
    width: 57px
}

.lead-page__guide-icon--client-lead {
    background-image: url(/assets/img/icons/client-lead-icon.svg);
    height: 57px;
    width: 57px
}

.lead-page__guide-icon--scale-flexibly {
    background-image: url(/assets/img/icons/scale-flexibly-icon.svg);
    height: 57px;
    width: 57px
}

.nav {
    backface-visibility: hidden;
    position: relative
}

.nav .flex-parent {
    align-items: center
}

@media only screen and (max-width:991px) {
    .nav .flex-parent {
        display: block
    }
}

.nav__logo {
    line-height: 1;
    background-image: url(/assets/img/logo.png);
    background-position: left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 72px;
    width: 272px;
    display: inline-block
}

@media only screen and (max-width:1200px) and (min-width:992px) {
    .nav__logo {
        background-size: 272px 36px;
        width: 50px
    }
}

.nav__logo-container {
    justify-content: flex-start;
    align-items: flex-start;
    vertical-align: middle;
    display: flex;
    flex: 1 0 auto
}

.nav ul {
    padding: 0
}

.nav__btn {
    border-radius: 1.8rem;
    background-color: #3046ff;
    padding: 10px 17px;
    text-align: center;
    transition: none
}

.nav__btn span {
    display: block
}

.nav__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 0 .75rem;
    text-decoration: none
}

.nav__item:hover .nav__item-title {
    color: #3046ff
}

.nav__item-title {
    font-family: "Circular Std Bold", sans-serif;
    font-weight: 700;
    color: #2b2a35;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

.nav__dropdown-menu .nav__item:hover .nav__item-title {
    color: #3046ff
}

.nav__dropdown-cta {
    padding: 1rem 1.5rem
}

.nav__dropdown-cta a {
    font-family: "Circular Std Bold", sans-serif;
    background-color: #3046ff;
    color: #fff;
    display: flex;
    text-decoration: none;
    justify-content: center;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .nav__dropdown-cta a {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.nav__dropdown-cta a:hover {
    color: #fff
}

.nav__icon {
    height: 32px;
    width: 32px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.nav__holder {
    width: 100%;
    z-index: 120
}

.nav__holder .nav__btn-holder {
    display: none
}

.nav__dropdown-menu,
.nav__menu {
    list-style: none;
    border-radius: 1.8rem
}

.nav__trans-spacer {
    display: none
}

@media only screen and (min-width:768px) {
    .nav__trans-spacer {
        display: inline-table;
        height: 8px;
        background: 0 0;
        width: 100%;
        position: absolute;
        bottom: -8px
    }
}

.nav__hit-pad {
    display: flex;
    align-content: flex-end;
    width: 50%;
    justify-content: flex-end
}

.nav__icon-toggle {
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    z-index: 50;
    width: 18px;
    height: 20px;
    align-self: center;
    margin-top: 7px
}

.nav__icon-toggle-bar {
    position: absolute;
    background-color: #2b2a35;
    width: 18px;
    display: block;
    height: 2px;
    left: 0;
    border-radius: 1px;
    margin-bottom: 4px;
    transform: rotate(0);
    transition: .25s ease-in-out
}

.nav__icon-toggle-bar:nth-child(4) {
    top: 0
}

.nav__icon-toggle-bar:nth-child(3) {
    top: 14px
}

.nav__icon-toggle-bar:nth-child(2) {
    top: 7px
}

.nav__icon-toggle-bar:nth-child(1) {
    top: 7px
}

.nav__icon-toggle.open .nav__icon-toggle {
    align-self: center
}

.nav__icon-toggle.open .nav__icon-toggle-bar:nth-child(4) {
    top: 0;
    width: 0;
    left: 50%
}

.nav__icon-toggle.open .nav__icon-toggle-bar:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg)
}

.nav__icon-toggle.open .nav__icon-toggle-bar:nth-child(2) {
    top: 7px;
    transform: rotate(45deg)
}

.nav__icon-toggle.open .nav__icon-toggle-bar:nth-child(1) {
    top: 0;
    width: 0;
    left: 50%
}

.nav__icon-toggle:focus {
    outline: 0
}

.nav__icon-toggle:focus .nav__icon-toggle-bar {
    background-color: #3046ff
}

.nav__icon-toggle:hover .nav__icon-toggle-bar {
    background-color: #3046ff
}

.nav__menu {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    height: 72px
}

.nav__menu li {
    position: relative
}

.nav__menu>li>.nav__item>.nav__item-title {
    font-weight: 700;
    padding: 0 1rem;
    display: flex;
    position: relative
}

@media only screen and (min-width:992px) {
    .nav__icon-toggle {
        display: none
    }

    .nav__menu:nth-child(1)>li::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 100%;
        display: flex;
        background-color: #013a51;
        opacity: 0;
        transition: all .15s ease-in-out 0s
    }

    .nav__menu:nth-child(1)>li:hover::after {
        opacity: 1
    }

    .nav__menu>li {
        display: flex;
        text-align: center;
        height: 100%
    }

    .nav__menu>li.nav__dropdown--mobile-cta {
        display: none
    }

    .nav__holder {
        margin-top: 40px
    }

    .nav__holder .nav__btn-holder {
        display: block
    }

    .nav__holder.scrollUp {
        transform: translateY(-92px)
    }

    .nav__container {
        padding: 0 15px;
        max-width: 1320px
    }

    .nav__wrap {
        display: inline-flex !important;
        height: auto !important;
        justify-content: flex-end
    }

    .nav ul .nav__dropdown-menu {
        padding: .8rem 0
    }

    .nav__dropdown-menu {
        position: absolute;
        left: 0;
        z-index: 1000;
        min-width: 345px;
        text-align: left;
        list-style: none;
        white-space: nowrap;
        background-color: #fff;
        box-shadow: 0 4px 20px rgba(154, 161, 171, .25);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: flex;
        flex-direction: column;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        top: calc(100% + 8px)
    }

    .nav__dropdown-menu .nav__item {
        padding: 20px 30px
    }

    .nav__dropdown-menu .nav__dropdown-menu {
        left: 100%;
        top: -20px
    }

    .nav__dropdown-menu .nav__item-title {
        padding: 5px 30px
    }

    .nav__dropdown-menu.hide-dropdown {
        visibility: hidden !important;
        opacity: 0 !important
    }

    .nav__dropdown-menu--right {
        right: 0
    }

    .nav__dropdown {
        position: relative
    }

    .nav__dropdown:hover>.nav__dropdown-menu {
        opacity: 1;
        visibility: visible
    }

    .nav__dropdown:hover>.nav__dropdown-menu>li {
        animation: slideInLeft .3s ease-in-out backwards
    }

    .nav__dropdown-trigger {
        display: none
    }
}

@media only screen and (min-width:1200px) {
    .nav__holder .nav__btn-holder {
        margin-left: 3rem
    }
}

@media only screen and (max-width:991px) {
    .nav {
        min-height: 72px;
        margin-top: 0;
        background-color: #fff
    }

    .nav .collapsing {
        transition: none !important;
        transition-delay: 0 !important
    }

    .nav .navbar-collapse {
        will-change: height;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow-y: scroll
    }

    .nav .navbar-collapse.show {
        height: calc(100vh - 72px)
    }

    .nav__btn {
        width: 100%;
        margin-bottom: 18px
    }

    .nav__logo {
        height: 28.8px;
        width: 217.6px
    }

    .nav__wrap {
        padding-left: 0
    }

    .nav__header {
        height: 72px;
        display: flex;
        align-items: center
    }

    .nav__menu {
        display: block
    }

    .nav__menu>.nav__dropdown--mobile-cta {
        padding: 30px 0
    }

    .nav__menu>.nav__dropdown>.nav__item {
        border-bottom: 1px solid #e8eced
    }

    .nav__menu li .nav__item {
        padding: 0;
        height: 72px;
        display: flex
    }

    .nav__dropdown-menu {
        display: none;
        width: 100% !important
    }

    .nav__dropdown-menu .nav__item {
        color: #090909
    }

    .nav__dropdown-menu .nav__item:hover {
        color: #000
    }

    .nav__dropdown-menu .nav__item:hover .nav__item-title {
        color: #3046ff
    }

    .nav__dropdown-menu .nav__icon {
        margin-left: 20px
    }

    .nav__dropdown-menu .nav__item-title {
        padding-left: 10px
    }

    .nav__dropdown-trigger {
        display: flex;
        height: 72px;
        text-align: right;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 50;
        cursor: pointer;
        align-items: center;
        width: 40%;
        justify-content: flex-end
    }

    .nav__dropdown-trigger.active::before {
        transform: rotate(180deg)
    }

    .nav__dropdown-trigger.active+.nav__dropdown-menu {
        display: block
    }

    .nav__dropdown-trigger.active+.nav__trans-spacer+.nav__dropdown-menu {
        display: block
    }
}

.nav--sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: inherit;
    transition: transform .2s ease-in-out, margin-top .2s ease-in-out
}

.nav__holder--sticky {
    margin-top: 0;
    background-color: #fff;
    z-index: 150
}

.main-wrapper.static-nav .nav__holder {
    margin-top: 0;
    background-color: #fff
}

.main-wrapper.static-nav.trans-nav .nav {
    min-height: initial
}

.main-wrapper.static-nav.trans-nav .nav__icon-toggle-bar {
    background-color: #fff;
    transition: background-color .2s ease-in-out
}

.main-wrapper.static-nav.trans-nav .nav__logo {
    background-image: url(/assets/img/growthcurve-logo-white.svg)
}

.main-wrapper.static-nav.trans-nav .nav__item-title {
    transition: color .2s ease-in-out
}

@media only screen and (min-width:992px) {
    .main-wrapper.static-nav.trans-nav .nav__item-title {
        color: #fff
    }
}

.main-wrapper.static-nav.trans-nav .nav__dropdown-menu .nav__item:hover .nav__item-title {
    color: #3046ff
}

.main-wrapper.static-nav.trans-nav .nav__dropdown-menu .nav__item-title {
    color: #2b2a35
}

.main-wrapper.static-nav.trans-nav .nav__menu:nth-child(1)>li::after {
    background-color: #fff
}

.main-wrapper.static-nav.trans-nav .nav__holder {
    background-color: transparent
}

.main-wrapper.static-nav.trans-nav .nav__holder--sticky {
    background-color: #fff
}

.main-wrapper.static-nav.trans-nav .nav__holder--sticky .nav__icon-toggle-bar {
    background-color: #2b2a35
}

.main-wrapper.static-nav.trans-nav .nav__holder--sticky .nav__logo {
    background-image: url(/assets/img/logo.png)
}

.main-wrapper.static-nav.trans-nav .nav__holder--sticky .nav__item:hover .nav__item-title {
    color: #3046ff
}

.main-wrapper.static-nav.trans-nav .nav__holder--sticky .nav__item-title {
    color: #2b2a35
}

.main-wrapper.static-nav.trans-nav .nav__holder--sticky .nav__btn {
    background-color: #3046ff;
    color: #fff
}

.main-wrapper.static-nav.trans-nav .nav__holder--sticky .nav__menu:nth-child(1)>li::after {
    background-color: #2b2a35
}

.main-wrapper.static-nav.trans-nav .nav__btn {
    transition: background-color .2s ease-in-out;
    box-shadow: none
}

@media only screen and (max-width:991px) {
    .main-wrapper--mobile.static-nav.trans-nav .nav__logo {
        background-image: url(/assets/img/logo.png)
    }

    .main-wrapper--mobile.static-nav.trans-nav .nav__icon-toggle-bar {
        background-color: #2b2a35
    }

    .main-wrapper--mobile.static-nav.trans-nav .nav__holder {
        background: #fff
    }

    .main-wrapper--mobile.static-nav.trans-nav .nav__dropdown-menu .nav__nav-item:hover {
        color: #000
    }

    .main-wrapper--mobile.static-nav.trans-nav .nav__dropdown-menu .nav__nav-item:hover .nav__item-title {
        color: #3046ff
    }

    .main-wrapper--mobile .nav__holder {
        background: #fff
    }

    .main-wrapper--mobile .nav__logo {
        background-image: url(/assets/img/logo.png)
    }

    .main-wrapper--mobile .nav__icon-toggle-bar {
        background-color: #2b2a35
    }

    .main-wrapper--mobile .nav__item-title:hover {
        color: #3046ff
    }

    .main-wrapper--mobile .nav__dropdown-menu .nav__item:hover {
        color: #000
    }

    .main-wrapper--mobile .nav__dropdown-menu .nav__item:hover .nav__item-title {
        color: #3046ff
    }
}

@keyframes slideInLeft {
    from {
        transform: translate(-25%, 0);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes flowdown {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: center top
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: center top
    }
}

#back-to-top {
    display: block;
    z-index: 100;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: 0;
    position: fixed;
    bottom: -34px;
    right: 20px;
    line-height: 34px;
    background-color: #f4f8fb;
    box-shadow: 0 1px 4px 0 rgba(154, 161, 171, .4);
    border-radius: 50%;
    transition: all .2s ease-in-out;
    text-decoration: none
}

#back-to-top i {
    transition: all .2s ease-in-out
}

#back-to-top a {
    display: block;
    color: #2b2a35
}

#back-to-top.show {
    bottom: 20px
}

#back-to-top:hover {
    background-color: #3046ff;
    bottom: 24px
}

#back-to-top:hover i {
    color: #fff
}

.dark-footer .gc-footer {
    background: #090909;
    color: #fff
}

.dark-footer .gc-footer .gc-footer__copyright,
.dark-footer .gc-footer a,
.dark-footer .gc-footer h4,
.dark-footer .gc-footer h5,
.dark-footer .gc-footer p {
    color: #fff
}

.dark-footer .gc-footer a:focus,
.dark-footer .gc-footer a:hover {
    color: #fff
}

.dark-footer .gc-footer__logo {
    background-image: url(/assets/img/growthcurve-logo-white.svg)
}

.gc-footer {
    position: relative
}

.gc-footer a.gc-footer__hyper-hover {
    position: relative
}

.gc-footer a.gc-footer__hyper-hover::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: .125rem;
    bottom: .125rem;
    left: .0625rem;
    background-color: #3046ff;
    transform-origin: 100% 50%;
    transition: transform .4s cubic-bezier(.23, 1, .32, 1)
}

.gc-footer a.gc-footer__hyper-hover:hover {
    color: #3046ff;
    text-decoration: none;
    will-change: color
}

.gc-footer a.gc-footer__hyper-hover:hover::before {
    transform: scaleX(1);
    transform-origin: 0 50%
}

.gc-footer__careers-link {
    position: relative;
    --jobListings: 0
}

.gc-footer__careers-link>a {
    counter-reset: --jobListings var(--jobListings)
}

.gc-footer__careers-link>a::after {
    position: absolute;
    right: -20px;
    top: 0;
    color: #fff;
    content: counter(--jobListings);
    font-size: .75rem;
    font-weight: 800;
    display: flex;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 100%
}

.gc-footer__socials {
    display: flex;
    flex-direction: row;
    gap: .25rem
}

.gc-footer__logo {
    line-height: 1;
    background-image: url(/assets/img/logo.png);
    background-position: left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 72px;
    width: 272px;
    display: inline-block
}

.gc-footer__logo-container {
    justify-content: flex-start;
    align-items: flex-start;
    vertical-align: middle;
    display: flex;
    flex: 1 0 0
}

.gc-footer__column {
    font-size: 1rem
}

.gc-footer__city address {
    margin: 0
}

.gc-footer__city-icon {
    font-weight: 700
}

.gc-footer__city-icon--london::before {
    content: " ";
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(/assets/img/icons/london.svg);
    background-repeat: no-repeat;
    background-position: left center
}

.gc-footer__city-icon--nyc::before {
    content: " ";
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(/assets/img/icons/nyc.svg);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 1rem
}

.gc-footer__widget-title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 1rem;
    position: relative
}

@media only screen and (min-width:768px) {
    .gc-footer__widget-title {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.gc-footer__widgets {
    padding: 5.625rem 0 3.125rem
}

.gc-footer__widgets a {
    color: #090909;
    text-decoration: none
}

.gc-footer__widgets a:hover {
    color: #3046ff
}

@media only screen and (max-width:1199px) {
    .gc-footer__widgets .row>div:not(:last-child) {
        margin-bottom: 3.125rem
    }
}

.gc-footer__widget {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .gc-footer__widget {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.gc-footer__widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.gc-footer__widget-about-us {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start
}

.gc-footer__widget-about-us p {
    margin: 0
}

.gc-footer__bottom {
    padding: 48px 0
}

.gc-footer__copyright {
    display: inline-block;
    font-size: 1rem;
    color: #090909
}

.gc-footer__copyright a {
    color: inherit
}

.gc-footer__copyright a:focus,
.gc-footer__copyright a:hover {
    color: #3046ff
}

.form-sent .client-contact__form-holder {
    display: none
}

@media only screen and (min-width:576px) {
    .col-lg-10.offset-lg-1 .grid-checkboxes__row-header--sticky {
        max-width: 956px
    }
}

@media only screen and (min-width:576px) {
    .col-lg-8 .grid-checkboxes__row-header--sticky {
        max-width: 706px
    }
}

.client-contact--bg-color {
    background-color: #3046ff
}

.client-contact input,
.client-contact label,
.client-contact select {
    margin: 0
}

.client-contact input::-moz-placeholder,
.client-contact label::-moz-placeholder,
.client-contact select::-moz-placeholder {
    color: #d3d3d3
}

.client-contact input::placeholder,
.client-contact label::placeholder,
.client-contact select::placeholder {
    color: #d3d3d3
}

.client-contact__framed {
    border: 2px #3046ff solid;
    border-radius: 1.8rem;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.5rem;
    background: #fff
}

@media only screen and (min-width:576px) {
    .client-contact__framed {
        padding: 3rem
    }
}

.client-contact__form-title {
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.33334rem;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .client-contact__form-title {
        gap: 1rem
    }
}

.client-contact__form-title h2,
.client-contact__form-title p {
    width: 100%;
    margin: 0
}

.client-contact__header-label {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0
}

.client-contact__description-label {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .client-contact__description-label {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.client-contact__field-title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .client-contact__field-title {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.client-contact__option-description {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .client-contact__option-description {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.client-contact__flex-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.16667rem
}

.client-contact__loader {
    display: none;
    top: 0;
    left: 0;
    z-index: 10;
    position: absolute;
    background-color: #3046ff;
    width: 100%;
    height: 100%
}

.client-contact label.client-contact__input-label {
    margin-bottom: 1.16667rem;
    display: flex;
    flex-direction: column
}

.client-contact__form select {
    height: 46px !important;
    background-color: #f4f8fb
}

.client-contact__form select:focus {
    border-color: #3046ff;
    background-color: #fff;
    outline: 0;
    box-shadow: none
}

.client-contact__form input[type=email],
.client-contact__form input[type=name],
.client-contact__form input[type=password],
.client-contact__form input[type=tel],
.client-contact__form input[type=text],
.client-contact__form select,
.client-contact__form textarea {
    border-radius: 1.8rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {

    .client-contact__form input[type=email],
    .client-contact__form input[type=name],
    .client-contact__form input[type=password],
    .client-contact__form input[type=tel],
    .client-contact__form input[type=text],
    .client-contact__form select,
    .client-contact__form textarea {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.client-contact__form-navigation {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end
}

.client-contact__form-navigation .form-navigation-button {
    border: none;
    background-color: #3046ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    border-radius: 1.8rem;
    gap: 20px;
    flex: 0 0 40%
}

@media only screen and (min-width:768px) {
    .client-contact__form-navigation .form-navigation-button {
        flex: 0 0 25%
    }
}

.client-contact__form-navigation .form-navigation-button--left {
    margin-right: auto
}

.client-contact__form-navigation .form-navigation-button i {
    margin: 0
}

.client-contact__form-navigation .form-navigation-button:hover {
    background-color: rgb(68.4, 88.231884058, 255)
}

.client-contact .round {
    position: relative;
    max-width: 28px;
    width: 28px !important;
    height: 28px;
    flex: 1 1 auto;
    margin-right: 10px
}

.client-contact .checkbox-terms {
    flex: 1 1 auto;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

.client-contact .checkbox-terms a {
    text-decoration: none
}

@media only screen and (min-width:576px) {
    .client-contact .checkbox-terms {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.client-contact .accept-terms {
    margin-top: 1.16667rem
}

.client-contact .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px
}

.client-contact .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px
}

.client-contact .round input[type=checkbox] {
    visibility: hidden;
    height: 28px
}

.client-contact .round input[type=checkbox]:checked+label {
    background: #3046ff;
    border-color: #3046ff
}

.client-contact .round input[type=checkbox]:checked+label:after {
    opacity: 1
}

.client-contact .accept-terms {
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    max-width: 440px
}

@media only screen and (min-width:768px) {
    .client-contact .accept-terms {
        max-width: inherit
    }
}

.client-contact .form-section {
    display: none
}

.client-contact .form-section.current {
    display: inherit
}

.client-contact .btn-default,
.client-contact .btn-info {
    margin-top: 10px
}

.client-contact input.parsley-success,
.client-contact select.parsley-success,
.client-contact textarea.parsley-success {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6
}

.client-contact input.parsley-error,
.client-contact select.parsley-error,
.client-contact textarea.parsley-error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7
}

.client-contact .parsley-errors-list {
    margin-top: 1.16667rem;
    padding: 0;
    list-style-type: none;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0;
    opacity: 0;
    color: #b94a48;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

@media only screen and (min-width:768px) {
    .client-contact .parsley-errors-list {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.client-contact .parsley-errors-list.filled {
    opacity: 1
}

.client-contact .grid-checkboxes__row-header {
    position: relative;
    height: 70px;
    padding: 15px
}

.client-contact .grid-checkboxes__row-header--sticky {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 15px;
    width: 100%;
    background: #fff
}

@media only screen and (min-width:576px) {
    .client-contact .grid-checkboxes__row-header--sticky {
        left: calc(50% + 15px);
        transform: translateX(-50%)
    }
}

@media only screen and (max-width:575px) {
    .client-contact .grid-checkboxes__row-header--sticky {
        padding: 15px !important
    }
}

.client-contact .grid-checkboxes__row-shim {
    margin: 0;
    padding: 15px;
    height: 0;
    margin-bottom: 15px
}

.client-contact .grid-checkboxes__row-shim--hidden {
    margin-bottom: 0;
    display: none
}

.client-contact .grid-checkboxes__label {
    height: 0;
    width: 0;
    display: inline-block;
    position: relative;
    z-index: 100
}

.client-contact .grid-checkboxes__item-title-column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-align: center
}

.client-contact .grid-checkboxes__item-examples {
    display: block;
    font-size: .8rem;
    letter-spacing: 0;
    line-height: 1.2
}

.client-contact .grid-checkboxes__row {
    padding: 15px 0;
    border-bottom: 1px #e3e6e9 solid
}

.client-contact .grid-checkboxes__row:nth-of-type(1) {
    padding: 0 0 15px 0
}

@media only screen and (min-width:576px) {
    .client-contact .grid-checkboxes__row:nth-of-type(1) {
        padding: 15px 0
    }
}

.client-contact .grid-checkboxes__columns {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%
}

.client-contact .grid-checkboxes__columns--label-version {
    justify-content: center;
    justify-items: center
}

.client-contact .grid-checkboxes__columns--label-version input[type=checkbox]+label {
    line-height: 20px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 1 1 auto
}

@media only screen and (min-width:576px) {
    .client-contact .grid-checkboxes__columns--label-version input[type=checkbox]+label {
        padding-left: 30px;
        padding-top: 0;
        padding-bottom: 0
    }
}

.client-contact .grid-checkboxes input[type=checkbox] {
    display: none
}

.client-contact .grid-checkboxes input[type=checkbox]+label {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.client-contact .grid-checkboxes input[type=checkbox]+label:last-child {
    margin-bottom: 0
}

.client-contact .grid-checkboxes input[type=checkbox]+label:after {
    content: "";
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 1px solid #3046ff;
    position: absolute;
    left: 0;
    opacity: .6;
    transition: all .12s, border-color 80ms
}

.client-contact .grid-checkboxes input[type=checkbox]:checked+label:after {
    width: 10px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg)
}

.client-contact .custom-checkboxes__boxes label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column
}

.client-contact .custom-checkboxes__boxes>div {
    margin-top: 2rem
}

.client-contact .custom-checkboxes__boxes>div:nth-child(1) {
    margin-top: .83333rem
}

@media only screen and (min-width:1200px) {
    .client-contact .custom-checkboxes__boxes>div:nth-child(n+3) {
        margin-top: 2rem
    }

    .client-contact .custom-checkboxes__boxes>div:nth-child(n):nth-child(-n+2) {
        margin-top: .83333rem
    }
}

.client-contact .custom-checkboxes__description {
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

.client-contact .custom-checkboxes input[type=checkbox] {
    display: none
}

.client-contact .custom-checkboxes input[type=checkbox]+label {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.client-contact .custom-checkboxes input[type=checkbox]+label:last-child {
    margin-bottom: 0
}

.client-contact .custom-checkboxes input[type=checkbox]+label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #3046ff;
    position: absolute;
    left: 0;
    opacity: .6;
    transition: all .12s, border-color 80ms
}

.client-contact .custom-checkboxes input[type=checkbox]:checked+label:before {
    width: 10px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg)
}

.client-contact .gc-radio__input {
    visibility: hidden
}

.client-contact .gc-radio label {
    width: 100%
}

.client-contact .gc-radio__label {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start
}

.client-contact .gc-radio__label:after {
    content: "";
    display: flex;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 8px;
    border-radius: 50%;
    flex: 0 0 12px
}

.client-contact .gc-radio__border {
    height: 28px;
    flex: 0 0 28px;
    border: solid 3px #3046ff;
    border-radius: 500px;
    margin-right: 15px
}

.client-contact .gc-radio input[type=radio]+label:before {
    display: none
}

.client-contact .gc-radio input[type=radio]:checked+label:after {
    transition: all .5s;
    background-color: #3046ff
}

.client-contact .media-budget {
    position: relative;
    width: 100%
}

.client-contact .media-budget__container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center
}

.client-contact .media-budget input.media-budget__interactive-val {
    font-size: 1.953rem;
    letter-spacing: -.022em;
    line-height: 1
}

@media only screen and (min-width:992px) {
    .client-contact .media-budget input.media-budget__interactive-val {
        font-size: 3.815rem;
        letter-spacing: -.022em
    }
}

.client-contact .media-budget__interactive-val {
    outline: 0 !important;
    font-weight: 700;
    display: flex;
    height: auto;
    margin-bottom: 1.16667rem;
    color: #3046ff;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 1.8rem;
    transition: border-color .15s ease-in-out;
    width: 315px;
    padding: 1rem 2rem
}

@media only screen and (min-width:768px) {
    .client-contact .media-budget__interactive-val {
        width: 445px
    }
}

.client-contact .media-budget__interactive-val:hover {
    border: 1px solid #3046ff
}

.client-contact .media-budget__interactive-val:focus {
    border: 1px solid #3046ff
}

.client-contact .media-budget__money-slider-wrap {
    min-height: 100px
}

.client-contact .media-budget__slider-input-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.client-contact .media-budget__money-slider-wrap {
    color: #545465;
    width: 90%;
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block
}

@media only screen and (min-width:576px) {
    .client-contact .media-budget__money-slider-wrap {
        width: 100%;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.client-contact .noUi-target,
.client-contact .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.client-contact .noUi-target {
    position: relative
}

.client-contact .noUi-base,
.client-contact .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.client-contact .noUi-connects {
    overflow: hidden;
    z-index: 0
}

.client-contact .noUi-connect,
.client-contact .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.client-contact .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.client-contact .noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.client-contact .noUi-horizontal .noUi-origin {
    height: 0
}

.client-contact .noUi-handle {
    backface-visibility: hidden;
    position: absolute
}

.client-contact .noUi-touch-area {
    height: 100%;
    width: 100%
}

.client-contact .noUi-state-tap .noUi-connect,
.client-contact .noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.client-contact .noUi-state-drag * {
    cursor: inherit !important
}

.client-contact .noUi-horizontal {
    height: 18px
}

.client-contact .noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.client-contact .noUi-vertical {
    width: 18px
}

.client-contact .noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.client-contact .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.client-contact .noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.client-contact .noUi-connects {
    border-radius: 3px
}

.client-contact .noUi-connect {
    background: linear-gradient(to right, #30d9ff 0, #3046ff 100%)
}

.client-contact .noUi-draggable {
    cursor: ew-resize
}

.client-contact .noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.client-contact .noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.client-contact .noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.client-contact .noUi-handle:after,
.client-contact .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.client-contact .noUi-handle:after {
    left: 17px
}

.client-contact .noUi-vertical .noUi-handle:after,
.client-contact .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.client-contact .noUi-vertical .noUi-handle:after {
    top: 17px
}

.client-contact [disabled] .noUi-connect {
    background: #b8b8b8
}

.client-contact [disabled] .noUi-handle,
.client-contact [disabled].noUi-handle,
.client-contact [disabled].noUi-target {
    cursor: not-allowed
}

.client-contact .noUi-pips,
.client-contact .noUi-pips * {
    box-sizing: border-box
}

.client-contact .noUi-pips {
    position: absolute;
    color: #999
}

.client-contact .noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px
}

.client-contact .noUi-value-sub {
    color: #ccc;
    font-size: .64rem;
    letter-spacing: 0;
    line-height: 1
}

@media only screen and (min-width:992px) {
    .client-contact .noUi-value-sub {
        font-size: .8rem;
        letter-spacing: 0
    }
}

.client-contact .noUi-marker {
    position: absolute;
    background: #ccc
}

.client-contact .noUi-marker-sub {
    background: #aaa
}

.client-contact .noUi-marker-large {
    background: #aaa
}

.client-contact .noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.client-contact .noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.client-contact .noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.client-contact .noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.client-contact .noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.client-contact .noUi-marker-horizontal.noUi-marker-large {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-radius: 50%;
    background: #e1e1e1
}

.client-contact .noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.client-contact .noUi-value-vertical {
    transform: translate(0, -50%);
    padding-left: 25px
}

.client-contact .noUi-rtl .noUi-value-vertical {
    transform: translate(0, 50%)
}

.client-contact .noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.client-contact .noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.client-contact .noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.client-contact .noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.client-contact .noUi-horizontal .noUi-tooltip {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.client-contact .noUi-vertical .noUi-tooltip {
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.client-contact .noUi-horizontal .noUi-origin>.noUi-tooltip {
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.client-contact .noUi-vertical .noUi-origin>.noUi-tooltip {
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}

.client-contact .FormStepList {
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1.16667rem;
    padding: 0
}

.client-contact .FormStepList>li:nth-of-type(1) .FormStepIcon-title {
    left: 0;
    transform: translateX(0)
}

.client-contact .FormStepList>li:nth-of-type(3) .FormStepIcon-title {
    left: 100%;
    text-align: right;
    transform: translateX(-100%)
}

.client-contact .FormStepList-item {
    text-align: center;
    list-style: none
}

.client-contact .FormStepList-item:before {
    content: none !important;
    display: none !important
}

.client-contact .FormStepIcon {
    display: inline-block;
    width: 50px;
    text-align: center;
    position: relative
}

.client-contact .FormStepIcon.is-active .FormStepIcon-circle {
    background: #3046ff;
    border: 4px solid #7b88ff;
    color: #fff
}

.client-contact .FormStepIcon.is-passed:after {
    background: #3046ff
}

.client-contact .FormStepIcon.is-passed .FormStepIcon-circle {
    background: #3046ff;
    color: #fff
}

.client-contact .FormStepIcon:after {
    content: "";
    background: #d4d4d4;
    position: absolute;
    right: -2000%;
    top: 20px;
    left: 10px;
    height: 4px;
    z-index: 1
}

.client-contact .FormStepIcon.FormStepIcon--last:after {
    background: #fff
}

.client-contact .FormStepIcon-circle {
    background: #d4d4d4;
    color: #a9a9a9;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .client-contact .FormStepIcon-circle {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.client-contact .FormStepIcon-title {
    position: relative;
    text-transform: uppercase;
    display: block;
    width: 70px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin-top: .5em;
    font-size: .64rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .client-contact .FormStepIcon-title {
        font-size: .8rem;
        line-height: 1.5;
        letter-spacing: 0;
        width: 80px
    }
}

.client-contact__referral-banner {
    display: none
}

.client-contact__referral-banner--active {
    display: flex
}

.client-contact__referral-sub {
    line-height: 1.75
}

.client-contact__referral-banner-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 1.5em
}

.client-contact__referral-banner-text-holder {
    font-size: 1.953rem;
    line-height: 1.25;
    letter-spacing: -.022em;
    line-height: 1;
    font-weight: 700;
    font-family: "Circular Std Bold", sans-serif
}

@media only screen and (min-width:576px) {
    .client-contact__referral-banner-text-holder {
        line-height: 1.75
    }
}

.client-contact__referral-banner-icon {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 100px;
    margin-right: 20px;
    background-size: contain;
    overflow: hidden;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    flex: 1 0 50px
}

@media only screen and (min-width:576px) {
    .client-contact__referral-banner-icon {
        flex: 1 0 80px;
        width: 80px;
        height: 80px
    }
}

.form-sent .success-panel {
    position: relative
}

.success-panel {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff
}

.success-panel__container {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media only screen and (min-width:1500px) {
    .success-panel__container {
        flex-direction: row
    }
}

.success-panel__contact-container {
    overflow: hidden;
    width: 100%;
    flex: 1 1 100%;
    padding: 1rem 0
}

.success-panel__contact-number-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .success-panel__contact-number-holder {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.success-panel__contact-title {
    margin-bottom: 1.16667rem;
    text-align: center
}

.success-panel__contact-title-sub {
    margin-top: 1.16667rem
}

.success-panel__contact-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #2b2a35
}

.success-panel__contact-number:first-child {
    margin-bottom: 1rem
}

.success-panel__contact-flag {
    box-shadow: rgba(0, 18, 44, .15) 0 1px 3px;
    border-radius: 3px;
    margin-right: 0;
    margin-top: 4px;
    height: 32px;
    width: 50px
}

.success-panel__contact-flag--london {
    background-image: url(/assets/img/icons/uk-flag.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px
}

.success-panel__contact-flag--new-york {
    background-image: url(/assets/img/icons/usa-flag.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px
}

.success-panel__contact-dial {
    flex: 1 1 auto;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .success-panel__contact-dial {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.success-panel__contact-number-title {
    color: #2b2a35;
    font-family: "Circular Std Bold", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:1200px) {
    .success-panel__contact-number-title {
        font-size: 1.953rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.success-panel__animation {
    justify-content: center;
    display: flex;
    padding-top: 1.16667rem;
    padding-bottom: 1.16667rem
}

.success-panel__referral-code {
    text-align: center;
    padding: 1.16667rem 0;
    font-weight: 600;
    white-space: nowrap;
    padding: 1rem
}

.success-panel__referral-code::-moz-selection {
    color: #3046ff;
    background: #fff
}

.success-panel__referral-code::selection {
    color: #3046ff;
    background: #fff
}

.success-panel__referral-code-unit {
    display: flex;
    margin-top: 1.16667rem;
    border: 1px solid #fff
}

.success-panel__referral-code-clipboard {
    display: block;
    width: 10%;
    padding: 1rem;
    margin: 1em;
    background-image: url(/assets/img/icons/copy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.success-panel__referral-code-holder {
    overflow: scroll;
    display: block;
    width: 90%
}

.success-panel__referral-container {
    background-color: #3046ff;
    color: #fff;
    padding: 1rem;
    border-radius: 1.8rem
}

.success-panel__referral-title>h5 {
    color: #fff;
    margin-bottom: .5rem
}

.success-panel .circle,
.success-panel .circle-border {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.success-panel .circle {
    z-index: 1;
    position: relative;
    background: #fff;
    transform: scale(1);
    animation: success-anim .7s ease
}

.success-panel .circle-border {
    z-index: 0;
    position: absolute;
    background: #3046ff;
    transform: scale(1.1);
    animation: circle-anim .4s ease
}

@keyframes success-anim {
    0% {
        transform: scale(0)
    }

    30% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes circle-anim {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1.1)
    }
}

.success-panel .success::after,
.success-panel .success::before {
    content: "";
    display: block;
    height: 4px;
    background: #3046ff;
    position: absolute
}

.success-panel .success::before {
    width: 17px;
    top: 58%;
    left: 23%;
    transform: rotateZ(50deg)
}

.success-panel .success::after {
    width: 30px;
    top: 50%;
    left: 35%;
    transform: rotateZ(-50deg)
}

.content-blocks {
    display: flex;
    position: relative;
    top: 0;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}

.content-blocks--no-overflow {
    overflow: hidden
}

.content-blocks .content-blocks__container--1920 {
    max-width: 1920px
}

.content-blocks .placeholder {
    position: relative;
    width: 100%;
    will-change: opacity;
    background-color: #fafafa
}

.content-blocks .placeholder>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content-blocks .placeholder>img,
.content-blocks .placeholder>video {
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .visual-module__headline {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0
}

@media only screen and (min-width:992px) {
    .content-blocks .visual-module__headline {
        font-size: 1.953rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .visual-module__copy {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0
}

@media only screen and (min-width:768px) {
    .content-blocks .visual-module__copy {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .visual-module__container {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

@media only screen and (min-width:992px) {
    .content-blocks .visual-module__container {
        gap: 2rem;
        flex-direction: row
    }
}

.content-blocks .visual-module__headline-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.33334rem;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .visual-module__headline-container {
        gap: 1rem
    }
}

.content-blocks .visual-module__headline-container h2,
.content-blocks .visual-module__headline-container p {
    margin: 0
}

.content-blocks .visual-module__card {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%
}

.content-blocks .visual-module__card--order-0 {
    order: 1
}

.content-blocks .visual-module__card--order-1 {
    order: 3
}

.content-blocks .visual-module__card--order-2 {
    order: 5
}

.content-blocks .visual-module__card--order-3 {
    order: 7
}

.content-blocks .visual-module__text-frame {
    margin-top: 1.16667rem;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.content-blocks .visual-module__panel {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1.8rem
}

.content-blocks .visual-module__panel:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    background-color: #3046ff
}

.content-blocks .visual-module__panel>.motion-panel,
.content-blocks .visual-module__panel>iframe,
.content-blocks .visual-module__panel>img,
.content-blocks .visual-module__panel>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .visual-module__panel--rectangle:before {
    padding-top: 125%
}

.content-blocks .visual-module__panel--square:before {
    padding-top: 100%
}

.content-blocks .visual-module__panel--landscape:before {
    padding-top: 56.25%
}

.content-blocks .visual-module__panel--portrait:before {
    padding-top: 177.7777777778%
}

.content-blocks .service-search {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px
}

@media only screen and (min-width:576px) {
    .content-blocks .service-search {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.content-blocks .service-search__results {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column
}

.content-blocks .service-search__quick-tab-btn {
    flex: 1 1 auto;
    display: inline-block;
    border-radius: 1.8rem;
    border: none;
    padding: .25rem 1rem;
    text-decoration: none;
    margin: 0;
    border-radius: 1.8rem;
    background: #232323;
    color: #fff;
    font-family: sans-serif;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

.content-blocks .service-search__quick-tab-btn:hover {
    background-color: #3046ff;
    color: #fff
}

.content-blocks .service-search__quick-tab-holder {
    width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    border: 1px solid #3046ff;
    border-radius: 1.8rem;
    padding: .5rem
}

@media only screen and (min-width:576px) {
    .content-blocks .service-search__quick-tab-holder {
        width: auto;
        flex: 1 1 calc(50% - 10px)
    }
}

.content-blocks .service-search__bar-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-items: flex-start;
    width: 100%;
    flex: 1 0 auto
}

@media only screen and (min-width:576px) {
    .content-blocks .service-search__bar-holder {
        width: auto;
        flex: 1 1 calc(50% - 10px)
    }
}

.content-blocks .service-search__search-icon {
    position: absolute;
    left: 20px
}

.content-blocks .service-search__result-item {
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    align-items: flex-start
}

.content-blocks .service-search__result-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    width: 100%
}

.content-blocks .service-search__result-badge {
    display: inline-block;
    flex: 0 0 auto;
    height: 60px;
    width: 60px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 100%
}

.content-blocks .service-search__result-badge img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .service-search__result-link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    border-radius: 1.8rem
}

@media only screen and (min-width:576px) {
    .content-blocks .service-search__result-link {
        padding: 20px
    }
}

.content-blocks .service-search__result-link:hover {
    background-color: #131315
}

.content-blocks .service-search__result-title {
    display: inline-block;
    flex: 1 0 auto;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .service-search__result-title {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .service-search__input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background: 0 0;
    color: #fff;
    border-radius: 1.8rem;
    padding-left: 50px;
    padding-right: 20px
}

.content-blocks .service-search__input:not(:-moz-placeholder-shown)+span {
    position: absolute;
    right: 15px;
    z-index: 200;
    cursor: pointer;
    display: flex;
    height: auto;
    width: 30px;
    align-items: center;
    justify-content: center
}

.content-blocks .service-search__input:not(:placeholder-shown)+span {
    position: absolute;
    right: 15px;
    z-index: 200;
    cursor: pointer;
    display: flex;
    height: auto;
    width: 30px;
    align-items: center;
    justify-content: center
}

.content-blocks .service-search__input:not(:-moz-placeholder-shown)+span::before {
    display: block;
    font-size: 2rem;
    content: "x";
    color: #fff;
    flex: 1 1 auto;
    text-align: center;
    vertical-align: middle
}

.content-blocks .service-search__input:not(:placeholder-shown)+span::before {
    display: block;
    font-size: 2rem;
    content: "x";
    color: #fff;
    flex: 1 1 auto;
    text-align: center;
    vertical-align: middle
}

.content-blocks .service-search__input::-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

.content-blocks .service-search__input::placeholder {
    color: rgba(255, 255, 255, .3)
}

.content-blocks .service-search__results-list {
    margin-top: 1.16667rem;
    background: #0a0a0a;
    display: flex;
    flex-direction: column;
    overflow: auto;
    width: 100%;
    height: 1000vh;
    overflow: hidden;
    animation-name: drop-in;
    animation-duration: .5s;
    animation-direction: normal;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards
}

.content-blocks .service-search__list-parent {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    color: #fff;
    list-style-type: none;
    width: 100%
}

@media only screen and (min-width:576px) {
    .content-blocks .service-search__list-parent {
        flex: 1 1 50%;
        width: 50%
    }
}

.content-blocks .service-search__results-end {
    display: flex;
    flex-direction: column;
    flex: 1 0 100%;
    height: 100vh;
    justify-items: flex-end;
    align-items: flex-end
}

.content-blocks .article-visual__visual-holder>img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.content-blocks .article-layout {
    position: relative;
    top: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 5rem
}

.content-blocks .article-layout__standfirst {
    margin-top: 2rem;
    padding-bottom: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__standfirst {
        padding-bottom: 2rem
    }
}

.content-blocks .article-layout__standfirst-copy {
    font-family: "Circular Std Bold", sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__standfirst-copy {
        font-size: 1.953rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .article-layout__standfirst-tag-container {
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    border-bottom: 1px solid #677486
}

.content-blocks .article-layout__standfirst-tag {
    background-color: #fff;
    border: 1px solid #3046ff;
    padding: 8px 16px;
    border-radius: 1.8rem;
    text-align: center;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

.content-blocks .article-layout__standfirst-tag:hover {
    background-color: #3046ff
}

.content-blocks .article-layout__standfirst-tag:hover a {
    color: #fff
}

.content-blocks .article-layout__standfirst-tag a {
    color: #3046ff;
    text-decoration: none
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__standfirst-tag {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .content-blocks .article-layout {
        grid-template-columns: .6fr 1fr
    }
}

.content-blocks .article-layout__nav-title-container {
    margin-top: 2rem
}

.content-blocks .article-layout__comments-module {
    margin-top: 3rem
}

.content-blocks .article-layout__comments-module .cc-w {
    font-size: 1.5rem;
    font-family: "DM Sans", sans-serif
}

.content-blocks .article-layout__comments-module .cc-f-btn {
    background-color: #3046ff;
    color: #fff;
    border: none;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400
}

.content-blocks .article-layout__comments-module .cc-f-btn:hover {
    background-color: #5a6bff
}

.content-blocks .article-layout__comments-module .cc-w small {
    color: #3046ff
}

.content-blocks .article-layout__comments-module .cc-i-image-icon::after {
    border-radius: 100%;
    overflow: hidden
}

.content-blocks .article-layout__comments-module .cc-i-figure .cc-i-image img {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0
}

.content-blocks .article-layout__comments-module .cc-f-input {
    border: 1px solid #dbdfe4;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__comments-module .cc-f-input {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .article-layout__comments-module .cc-f-textarea {
    resize: none;
    border: 1px solid rgba(219, 219, 219, .5);
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__comments-module .cc-f-textarea {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .article-layout__comments-module .cc-i-header {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__comments-module .cc-i-header {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .article-layout__comments-module .cc-i-header .cc-ll-i {
    display: flex;
    align-items: center
}

.content-blocks .article-layout__comments-module .cc-i-header .cc-ll-i::before {
    font-size: 1rem;
    content: "•"
}

.content-blocks .article-layout__comments-module .cc-i-body {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__comments-module .cc-i-body {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .article-layout__comments-module .cc-i-footer {
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__comments-module .cc-i-footer {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .article-layout__comments-module .cc-i-footer .cc-ll-i {
    display: flex;
    align-items: center
}

.content-blocks .article-layout__comments-module .cc-i-footer .cc-ll-i::before {
    font-size: .5rem;
    content: "•"
}

.content-blocks .article-layout__comments-module .cc-n {
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
    color: #3046ff
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__comments-module .cc-n {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .article-layout__comments-module .cc-e {
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__comments-module .cc-e {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .article-layout__author-bar {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__author-bar {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .article-layout__author-pic-container {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start
}

.content-blocks .article-layout__author-pic {
    flex: 0 1 auto;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    overflow: hidden
}

.content-blocks .article-layout__author-pic>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.content-blocks .article-layout__article-details-container {
    flex: 1 1 100%
}

.content-blocks .article-layout__author-name {
    font-weight: 700
}

.content-blocks .article-layout__author-date-time-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px
}

.content-blocks .article-layout__author-date-time-container>div:nth-of-type(2)::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #706f6e
}

.content-blocks .article-layout__author-reading-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px
}

.content-blocks .article-layout__share-panel {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.content-blocks .article-layout__share-btn {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #3046ff;
    cursor: pointer;
    color: #3046ff;
    transition: all .15s cubic-bezier(.65, 0, .35, 1);
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    padding: 5px 15px;
    border-radius: 36px;
    overflow: hidden
}

.content-blocks .article-layout__share-btn--active {
    background-color: #3046ff;
    color: #fff;
    width: 210px
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__share-btn--active {
        width: 210px
    }
}

.content-blocks .article-layout__share-btn--active .article-layout__share-btn-text {
    transform: translateY(110%)
}

.content-blocks .article-layout__share-btn--active .article-layout__share-btn-icon--tick {
    fill: #fff
}

.content-blocks .article-layout__share-btn-text {
    display: inline-flex;
    flex: 1 0 auto
}

.content-blocks .article-layout__share-btn-text::before {
    display: inline-flex;
    flex: 1 0 auto;
    content: "Link copied";
    position: absolute;
    top: -110%;
    left: 0
}

.content-blocks .article-layout__share-btn-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    flex: 0 0 30px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

.content-blocks .article-layout__share-btn-icon--hide {
    display: none
}

.content-blocks .article-layout__share-btn-icon--share {
    fill: #3046ff
}

.content-blocks .article-layout__share-btn-icon svg {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.content-blocks .article-layout__comment-notification {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer
}

.content-blocks .article-layout__comment-icon {
    position: relative;
    width: 24px;
    height: 18px;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden
}

.content-blocks .article-layout__comment-icon svg {
    width: 100%;
    height: 100%;
    fill: #2b2a35
}

.content-blocks .article-layout__comment-count {
    display: flex;
    line-height: 24px;
    font-size: 1.5rem;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__comment-count {
        font-size: 1.25rem;
        letter-spacing: 0
    }
}

.content-blocks .article-layout__article-body-col,
.content-blocks .article-layout__article-nav-col {
    margin-top: 3rem;
    position: relative
}

.content-blocks .article-layout__article-nav {
    position: sticky;
    top: 72px
}

.content-blocks .article-layout__article-nav ol {
    margin-top: .5rem;
    list-style: none
}

.content-blocks .article-layout__article-nav ol li {
    margin-bottom: .5rem;
    border-radius: 10px;
    transition: font-weight .5s ease-out
}

.content-blocks .article-layout__article-nav ol li:hover {
    text-decoration: underline;
    color: #3046ff
}

.content-blocks .article-layout__article-contents-list {
    padding: 0;
    margin: 0
}

.content-blocks .article-layout__article-contents-list li a {
    color: #677486;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s
}

.content-blocks .article-layout__article-contents-list li a.active {
    color: #3046ff
}

.content-blocks .article-layout__article-body-col .case-copy:first-child,
.content-blocks .article-layout__article-body-col .combo-module:first-child,
.content-blocks .article-layout__article-body-col blockquote:first-child,
.content-blocks .article-layout__article-body-col h2:first-child,
.content-blocks .article-layout__article-body-col h3:first-child,
.content-blocks .article-layout__article-body-col h4:first-child,
.content-blocks .article-layout__article-body-col h5:first-child,
.content-blocks .article-layout__article-body-col h6:first-child,
.content-blocks .article-layout__article-body-col img:first-child,
.content-blocks .article-layout__article-body-col ol:first-child,
.content-blocks .article-layout__article-body-col p:first-child,
.content-blocks .article-layout__article-body-col pre:first-child,
.content-blocks .article-layout__article-body-col table:first-child,
.content-blocks .article-layout__article-body-col ul:first-child,
.content-blocks .article-layout__article-body-col video:first-child,
.content-blocks .article-layout__article-body-col>h1:first-child {
    margin-top: 0;
    padding-top: 0
}

.content-blocks .article-layout__article-body-col h1,
.content-blocks .article-layout__article-body-col h2,
.content-blocks .article-layout__article-body-col h3,
.content-blocks .article-layout__article-body-col h4,
.content-blocks .article-layout__article-body-col h5,
.content-blocks .article-layout__article-body-col h6 {
    margin-bottom: 1rem
}

.content-blocks .article-layout__article-body-col h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .article-layout__article-body-col h2 {
        font-size: 1.953rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .article-layout__article-body-col ul {
    list-style: disc
}

.content-blocks .article-layout__article-body-col ol:nth-child(1)>li {
    margin-left: 1rem
}

.content-blocks .article-layout__article-body-col ol,
.content-blocks .article-layout__article-body-col ul {
    list-style-position: outside;
    margin-top: 1.16667rem;
    padding-left: 1.2rem
}

.content-blocks .article-layout__article-body-col ol>li,
.content-blocks .article-layout__article-body-col ul>li {
    margin-bottom: 1em
}

.content-blocks .article-layout__article-body-col>ol,
.content-blocks .article-layout__article-body-col>ul {
    margin-top: 1.16667rem
}

.content-blocks .article-layout__article-body-col strong {
    font-weight: 600
}

.content-blocks .article-layout__article-body-col table {
    margin-top: 1.16667rem;
    width: 100%;
    border-collapse: collapse
}

.content-blocks .article-layout__article-body-col table,
.content-blocks .article-layout__article-body-col td,
.content-blocks .article-layout__article-body-col th {
    border: 1px solid grey
}

.content-blocks .article-layout__article-body-col td,
.content-blocks .article-layout__article-body-col th {
    padding: .5rem
}

.content-blocks .article-layout__article-body-col blockquote {
    margin-top: 1.16667rem
}

.content-blocks .article-header {
    position: relative;
    height: 560px;
    max-width: 1920px;
    width: 100%;
    align-self: center;
    background-color: rgb(88.8, 106.4637681159, 255)
}

.content-blocks .article-header__container {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%
}

.content-blocks .article-header__shader {
    background-color: #000;
    opacity: .3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.content-blocks .article-header__image-wrapper {
    position: absolute;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.content-blocks .article-header__image-wrapper>img {
    -o-object-fit: cover;
    object-fit: cover;
    object-view-box: inherit;
    -o-object-position: center center;
    object-position: center center;
    height: 100%;
    width: 100%
}

.content-blocks .article-header__content-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.content-blocks .article-header__content {
    max-width: 1320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    padding: 0 12px
}

.content-blocks .article-header__headline {
    color: #fff;
    margin-bottom: 3.125rem;
    font-size: 1.953rem;
    line-height: 1.25;
    letter-spacing: -.022em
}

@media only screen and (min-width:768px) {
    .content-blocks .article-header__headline {
        font-size: 3.815rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .article-header__category {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: "Circular Std Medium", sans-serif;
    font-weight: 500
}

@media only screen and (min-width:768px) {
    .content-blocks .article-header__category {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .work-filter__seo-header>h1 {
    color: #fff;
    font-size: 2.441rem;
    line-height: 1.25;
    letter-spacing: -.022em
}

@media only screen and (min-width:768px) {
    .content-blocks .work-filter__seo-header>h1 {
        font-size: 3.052rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .work-filter__seo-header>p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .content-blocks .work-filter__seo-header>p {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .work-filter__module {
    background: #090909;
    padding-top: 5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .work-filter__module {
        padding-top: 9.375rem
    }
}

@media only screen and (min-width:992px) {
    .content-blocks .work-filter__module--results-mode .work-filter__card-holder {
        min-height: 567px
    }
}

@media only screen and (min-width:768px) {
    .content-blocks .work-filter__module--results-mode .work-filter__project-card {
        max-width: 100%;
        flex: 1 1 100%
    }
}

.content-blocks .work-filter__vimeo-video {
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .work-filter__image-shader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .35) 30%, rgba(0, 0, 0, 0) 100%)
}

.content-blocks .work-filter__results-container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    flex-direction: column
}

@media only screen and (min-width:576px) {
    .content-blocks .work-filter__results-container {
        flex-direction: row
    }
}

.content-blocks .work-filter__results-box-holder {
    display: flex;
    flex: 1 1 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    gap: .75rem;
    padding: 1rem
}

@media only screen and (min-width:992px) {
    .content-blocks .work-filter__results-box-holder {
        flex: 1 1 50%;
        justify-content: flex-end;
        align-content: flex-end;
        padding: 2rem;
        gap: 1rem
    }
}

.content-blocks .work-filter__result-title {
    color: #fff;
    margin: 0;
    font-size: 1.953rem;
    line-height: 1.25;
    letter-spacing: -.022em
}

@media only screen and (min-width:992px) {
    .content-blocks .work-filter__result-title {
        font-size: 2.441rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .work-filter__result-subtitle {
    color: #fff;
    margin-top: .5rem;
    display: none
}

@media only screen and (min-width:992px) {
    .content-blocks .work-filter__result-subtitle {
        display: block;
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .work-filter__result-mobile-link {
    margin-top: .5rem;
    color: #fff;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .work-filter__result-mobile-link {
        display: none;
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .work-filter__results-box {
    position: relative;
    flex: 1 1 auto;
    width: auto;
    height: 100%;
    max-width: calc((100% - .75rem)/ 2);
    border-radius: 1.8rem;
    background-color: rgba(255, 255, 255, .25);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.content-blocks .work-filter__results-box::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%
}

@media only screen and (min-width:992px) {
    .content-blocks .work-filter__results-box {
        min-width: 10rem
    }

    .content-blocks .work-filter__results-box::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 45%
    }
}

.content-blocks .work-filter__results-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left
}

@media only screen and (min-width:992px) {
    .content-blocks .work-filter__results-box-inner {
        padding: 1.5rem
    }
}

.content-blocks .work-filter__results-box-stat {
    font-family: "Circular Std Bold", sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 1.953rem
}

@media only screen and (min-width:1200px) {
    .content-blocks .work-filter__results-box-stat {
        font-size: 2.441rem
    }
}

.content-blocks .work-filter__results-box-factor {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: "Circular Std Bold", sans-serif
}

.content-blocks .work-filter__results-box-title {
    font-weight: 400;
    line-height: 1;
    white-space: wrap;
    font-size: 1rem
}

@media only screen and (min-width:1200px) {
    .content-blocks .work-filter__results-box-title {
        font-size: 1.25rem
    }
}

.content-blocks .work-filter__result-title-holder {
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    line-height: 1;
    padding: 0 1rem
}

@media only screen and (min-width:576px) {
    .content-blocks .work-filter__result-title-holder {
        padding: 1rem
    }
}

@media only screen and (min-width:992px) {
    .content-blocks .work-filter__result-title-holder {
        padding: 2rem
    }
}

.content-blocks .work-filter__card-holder {
    min-height: 540px;
    display: flex;
    position: relative;
    overflow: visible;
    gap: 60px 40px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between
}

@media only screen and (min-width:992px) {
    .content-blocks .work-filter__card-holder {
        min-height: 1362px
    }
}

@media only screen and (min-width:768px) {
    .content-blocks .work-filter__card-holder {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.content-blocks .work-filter__project-card {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    flex: 1 0 auto;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform
}

@media only screen and (min-width:768px) {
    .content-blocks .work-filter__project-card {
        max-width: calc(50% - 20px);
        flex: 1 1 calc(50% - 40px)
    }
}

.content-blocks .work-filter__project-card--dark {
    color: #fff
}

.content-blocks .work-filter__copy {
    margin-top: 1.5rem;
    position: relative;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .work-filter__copy {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .work-filter__title {
    font-family: "Circular Std Bold", sans-serif;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.953rem;
    line-height: 1.25;
    letter-spacing: -.022em
}

@media only screen and (min-width:576px) {
    .content-blocks .work-filter__title {
        font-size: 1.953rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .work-filter__visual-holder {
    position: relative;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    display: flex;
    overflow: hidden;
    background-color: #d3d3d3;
    border-radius: 1.8rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:576px) {
    .content-blocks .work-filter__visual-holder--case-study>iframe.work-filter__vimeo-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 130%;
        transform: translate(-50%, -50%)
    }
}

.content-blocks .work-filter__visual-holder>a {
    cursor: none;
    z-index: 1000
}

.content-blocks .work-filter__visual-holder picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .work-filter__visual-holder>.motion-panel,
.content-blocks .work-filter__visual-holder>a,
.content-blocks .work-filter__visual-holder>iframe,
.content-blocks .work-filter__visual-holder>img,
.content-blocks .work-filter__visual-holder>picture,
.content-blocks .work-filter__visual-holder>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .work-filter__visual-holder--square:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.content-blocks .work-filter__visual-holder--case-study:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

@media only screen and (min-width:576px) {
    .content-blocks .work-filter__visual-holder--case-study:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 43.75%
    }
}

.content-blocks .drop-in {
    animation-name: drop-in;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-direction: normal;
    animation-fill-mode: forwards
}

.content-blocks .drop-out {
    animation-name: drop-out;
    animation-duration: .5s;
    animation-direction: normal;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards
}

@keyframes drop-in {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-30px);
        will-change: transform;
        backface-visibility: hidden;
        transform-style: preserve-3d
    }

    50% {
        visibility: visible;
        opacity: 0;
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
}

@keyframes drop-out {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    90% {
        opacity: 0;
        visibility: visible;
        transform: translateY(30px)
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px)
    }
}

.content-blocks.vertical-module {
    justify-content: flex-start;
    align-items: center
}

.content-blocks .vertical-module__headline-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.33334rem;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .vertical-module__headline-container {
        gap: 1rem
    }
}

.content-blocks .vertical-module__headline-container h2,
.content-blocks .vertical-module__headline-container p {
    margin: 0
}

.content-blocks .vertical-module__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    width: 100%;
    height: auto
}

.content-blocks .vertical-module__container--fw {
    max-width: 1320px
}

@media only screen and (min-width:992px) {
    .content-blocks .vertical-module__container {
        gap: 2rem
    }
}

.content-blocks .vertical-module__panel {
    position: relative;
    flex: 0 0 auto;
    background-color: #fafafa;
    overflow: hidden
}

.content-blocks .vertical-module__panel {
    flex: 0 0 auto;
    border-radius: 1.8rem;
    flex: 1 1 calc(50% - 2rem)
}

@media only screen and (min-width:992px) {
    .content-blocks .vertical-module__panel {
        flex: 1 1 20%
    }
}

.content-blocks .vertical-module__placeholder {
    position: relative
}

.content-blocks .vertical-module__placeholder:before {
    position: relative;
    display: block;
    content: "";
    width: 100%
}

.content-blocks .vertical-module__placeholder>.motion-panel,
.content-blocks .vertical-module__placeholder>iframe,
.content-blocks .vertical-module__placeholder>img,
.content-blocks .vertical-module__placeholder>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .vertical-module__placeholder--rectangle:before {
    padding-top: 125%
}

.content-blocks .vertical-module__placeholder--square:before {
    padding-top: 100%
}

.content-blocks .vertical-module__placeholder--landscape:before {
    padding-top: 56.25%
}

.content-blocks .vertical-module__placeholder--portrait:before {
    padding-top: 177.7777777778%
}

.content-blocks.work-slider-module {
    position: relative
}

.content-blocks.work-slider-module li.prev.btn--faded {
    opacity: .5
}

.content-blocks.work-slider-module div[data-autoscroll=true] .owl-stage {
    transition-timing-function: linear !important
}

.content-blocks.work-slider-module div[data-autoscroll=true] .owl-stage .owl-item.cloned {
    visibility: visible
}

.content-blocks .work-slider-module__vimeo-drag {
    height: 100%;
    width: 100%;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d
}

.content-blocks .work-slider-module__slide.work-slider-module__slide--square {
    width: 410px
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__slide.work-slider-module__slide--square {
        width: 600px
    }
}

.content-blocks .work-slider-module__slide.work-slider-module__slide--square-solo {
    width: 340px
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__slide.work-slider-module__slide--square-solo {
        width: 600px
    }
}

.content-blocks .work-slider-module__slide.work-slider-module__slide--portrait {
    width: 230px
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__slide.work-slider-module__slide--portrait {
        width: 338px
    }
}

.content-blocks .work-slider-module__slide.work-slider-module__slide--portrait-solo {
    width: 320px
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__slide.work-slider-module__slide--portrait-solo {
        width: 338px
    }
}

.content-blocks .work-slider-module__slide.work-slider-module__slide--rectangle {
    width: 330px
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__slide.work-slider-module__slide--rectangle {
        width: 480px
    }
}

.content-blocks .work-slider-module__slide.work-slider-module__slide--landscape {
    width: 800px
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__slide.work-slider-module__slide--landscape {
        width: 1068px
    }
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__slide-container:hover .work-slider-module__header-container {
        transform: translateY(0)
    }

    .content-blocks .work-slider-module__slide-container:hover .work-slider-module__text-container:not(.work-slider-module__text-container--expanded) {
        padding: 0 20px 0
    }

    .content-blocks .work-slider-module__slide-container:hover .work-slider-module__open-btn {
        background: #fff
    }

    .content-blocks .work-slider-module__slide-container:hover .work-slider-module__open-btn svg path {
        fill: #3046ff
    }
}

.content-blocks .work-slider-module__gradient {
    height: 200px;
    background: linear-gradient(360deg, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.content-blocks .work-slider-module__text-container {
    width: 100%;
    transition: all 250ms ease-out;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translate3d(0, -25px, 0);
    padding: 0 20px 0
}

.content-blocks .work-slider-module__text-container .work-slider-module__header-container {
    transform: translateY(0)
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__text-container {
        transform: translate3d(0, -55px, 0)
    }

    .content-blocks .work-slider-module__text-container .work-slider-module__header-container {
        transform: translateY(100%)
    }
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__text-container {
        padding: 0 20px 40px
    }
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__text-container--expanded {
        transform: translate3d(0, 0, 0)
    }

    .content-blocks .work-slider-module__text-container--expanded .work-slider-module__header-container {
        transform: translateY(0)
    }
}

.content-blocks .work-slider-module__text-container P,
.content-blocks .work-slider-module__text-container h2 {
    color: #fff
}

.content-blocks .work-slider-module__text-container h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__text-container h2 {
        font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: 0;
        min-height: 36px
    }
}

.content-blocks .work-slider-module__text-container p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0
}

@media only screen and (min-width:992px) {
    .content-blocks .work-slider-module__text-container p {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0;
        min-height: 30px
    }
}

.content-blocks .work-slider-module__header-container {
    overflow: hidden;
    display: block;
    position: relative
}

.content-blocks .work-slider-module__hidden-content {
    display: block;
    position: relative;
    transition: transform 250ms ease-out
}

.content-blocks .work-slider-module__header-container {
    transform: translateY(100%);
    transition: transform 250ms ease-out;
    width: 100%
}

.content-blocks .work-slider-module__description {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 4;
    overflow: hidden
}

.content-blocks .work-slider-module__open-btn-link {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.content-blocks .work-slider-module__open-btn {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 56px;
    height: 56px;
    background: #3046ff;
    border: 0;
    border-radius: 100%;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    cursor: pointer;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0)
}

.content-blocks .work-slider-module__open-btn svg {
    position: relative;
    flex: 0 0 22px;
    opacity: 1;
    transform: rotate(-45deg)
}

.content-blocks .work-slider-module__open-btn svg path {
    fill: #fff
}

.content-blocks .work-slider-module__open-btn.active:after {
    opacity: 1;
    animation: r360 .8s linear infinite
}

.content-blocks .work-slider-module__open-btn.active:after svg {
    opacity: 0
}

.content-blocks .work-slider-module__more-btn {
    display: flex;
    height: 26px;
    align-items: center;
    margin-top: 10px
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__more-btn {
        margin-top: 15px
    }
}

.content-blocks .work-slider-module__more-btn-animated-arrow {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
    font-style: italic;
    text-decoration: none;
    position: relative;
    transition: all .2s;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    position: relative
}

@media only screen and (min-width:992px) {
    .content-blocks .work-slider-module__more-btn-animated-arrow {
        font-size: 1.25rem;
        letter-spacing: 0
    }
}

.content-blocks .work-slider-module__more-btn-animated-arrow:hover .work-slider-module__more-btn-arrow-shaft {
    width: 13px;
    transition-delay: .1s;
    background-color: #fff
}

.content-blocks .work-slider-module__more-btn-main {
    display: flex;
    align-items: center;
    transition: all .2s
}

.content-blocks .work-slider-module__more-btn-text {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 13px 0 0
}

@media only screen and (min-width:992px) {
    .content-blocks .work-slider-module__more-btn-text {
        font-size: 1.25rem;
        letter-spacing: 0
    }
}

.content-blocks .work-slider-module__more-btn-arrow {
    width: 1px;
    transition: all .2s
}

.content-blocks .work-slider-module__more-btn-arrow--left {
    position: absolute;
    top: 50%;
    right: 0
}

.content-blocks .work-slider-module__more-btn-arrow-shaft {
    display: block;
    height: 1px;
    width: 0;
    position: relative;
    transition: all .2s;
    transition-delay: 0;
    will-change: transform
}

.content-blocks .work-slider-module__more-btn-arrow-shaft:after,
.content-blocks .work-slider-module__more-btn-arrow-shaft:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;
    transition-delay: 0;
    width: 5px;
    transition-delay: .1s;
    background-color: #fff
}

.content-blocks .work-slider-module__more-btn-arrow-shaft:before {
    transform-origin: top right;
    transform: rotate(45deg)
}

.content-blocks .work-slider-module__more-btn-arrow-shaft:after {
    transform: rotate(-45deg);
    transform-origin: bottom right
}

.content-blocks .work-slider-module__story-circle-container {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 70px;
    width: 70px;
    border-radius: 50em;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0)
}

.content-blocks .work-slider-module__story-circle-container--stories {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) padding-box, linear-gradient(to right, #00008b, #9932cc) border-box;
    border: 4px solid transparent
}

.content-blocks .work-slider-module__story-circle {
    height: 100%;
    width: 100%;
    border-radius: 50em;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0)
}

.content-blocks .work-slider-module__story-circle--stories {
    border: 2px solid #fff
}

.content-blocks .work-slider-module__shader {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
    background-color: #000;
    opacity: .1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.content-blocks .work-slider-module__slide-container {
    position: relative;
    border-radius: 1.8rem;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0)
}

.content-blocks .work-slider-module__slide-container .hide-ui-on-mobile {
    display: none
}

@media only screen and (min-width:576px) {
    .content-blocks .work-slider-module__slide-container .hide-ui-on-mobile {
        display: flex
    }
}

.content-blocks .work-slider-module__slide-container .hide-ui {
    display: none
}

.content-blocks .work-slider-module__slide-container--square:before {
    padding-top: 100%
}

.content-blocks .work-slider-module__slide-container--landscape:before {
    padding-top: 56.25%
}

.content-blocks .work-slider-module__slide-container--rectangle:before {
    padding-top: 125%
}

.content-blocks .work-slider-module__slide-container--portrait:before {
    padding-top: 177.7777777778%
}

.content-blocks .work-slider-module__slide-container--landscape:before,
.content-blocks .work-slider-module__slide-container--portrait:before,
.content-blocks .work-slider-module__slide-container--rectangle:before,
.content-blocks .work-slider-module__slide-container--square:before {
    display: block;
    content: "";
    width: 100%;
    background-color: #3046ff
}

.content-blocks .work-slider-module__visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0)
}

.content-blocks .work-slider-module__visual>img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.content-blocks .work-slider-module__stop-btn:hover {
    cursor: pointer
}

.content-blocks .work-slider-module__play-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.content-blocks .work-slider-module__play-circle:hover .work-slider-module__play-icon {
    transform: scale(1.1);
    cursor: pointer
}

.content-blocks .work-slider-module__play-icon {
    position: absolute;
    border-radius: 50%;
    border: 3px solid #3046ff;
    transition: transform 350ms ease;
    width: 60px;
    height: 60px;
    border: 3px solid #3046ff;
    transition: transform 350ms ease
}

.content-blocks .work-slider-module__play-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #3046ff;
    border-bottom: 10px solid transparent
}

.content-blocks .navPanels__container {
    position: relative;
    display: flex
}

.content-blocks .navPanels__image-frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%
}

.content-blocks .simple-header__client-name {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0
}

.content-blocks .simple-header__header-holder--split {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 0;
    position: relative
}

@media only screen and (min-width:1200px) {
    .content-blocks .simple-header__header-holder--split {
        gap: 4rem;
        flex-direction: row
    }
}

.content-blocks .simple-header__header-holder--split .simple-header__header {
    flex: 1 1 100%;
    width: 100%
}

@media only screen and (min-width:1200px) {
    .content-blocks .simple-header__header-holder--split .simple-header__header {
        flex: 1 1 60%;
        width: calc(60% - 4rem)
    }
}

.content-blocks .simple-header__header-holder--split .simple-header__strapline,
.content-blocks .simple-header__header-holder--split .simple-header__title {
    text-align: left
}

.content-blocks .simple-header__header-holder--split .simple-header__title-holder {
    align-items: flex-start
}

.content-blocks .simple-header__header-holder--split .simple-header__features {
    align-items: flex-start;
    justify-content: flex-start
}

@media only screen and (min-width:992px) {
    .content-blocks .simple-header__header-holder--split .simple-header__features {
        flex-wrap: wrap
    }
}

.content-blocks .simple-header__header-holder--split .simple-header__cta-holder {
    align-items: center;
    justify-content: flex-start
}

.content-blocks .simple-header__visual-panel {
    flex: 1 1 100%;
    width: 100%
}

@media only screen and (min-width:1200px) {
    .content-blocks .simple-header__visual-panel {
        flex: 1 1 40%;
        width: calc(40% - 2rem)
    }
}

.content-blocks .simple-header__visual-placeholder {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1.8rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.content-blocks .simple-header__visual-placeholder:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    background-color: #3046ff
}

.content-blocks .simple-header__visual-placeholder>.motion-panel,
.content-blocks .simple-header__visual-placeholder>iframe,
.content-blocks .simple-header__visual-placeholder>img,
.content-blocks .simple-header__visual-placeholder>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .simple-header__visual-placeholder--rectangle:before {
    padding-top: 125%
}

.content-blocks .simple-header__visual-placeholder--square:before {
    padding-top: 100%
}

.content-blocks .simple-header__visual-placeholder--landscape:before {
    padding-top: 56.25%
}

.content-blocks .simple-header__visual-placeholder--portrait:before {
    padding-top: 177.7777777778%
}

.content-blocks .simple-header__features {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: left;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .simple-header__features {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem
    }
}

.content-blocks .simple-header__features .tick {
    flex: 0 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle
}

@media only screen and (min-width:768px) {
    .content-blocks .simple-header__features .tick {
        width: 1.6rem;
        height: 1.6rem
    }
}

.content-blocks .simple-header__features .tick:after,
.content-blocks .simple-header__features .tick:before {
    background-color: #fff;
    position: absolute;
    content: " ";
    left: 30%;
    right: 30%;
    top: 50%;
    height: 2px;
    bottom: auto
}

.content-blocks .simple-header__features .tick--success {
    background: #3046ff;
    transform: rotate(45deg)
}

.content-blocks .simple-header__features .tick--success:after {
    height: 2px;
    bottom: 25%;
    left: 30%;
    right: 45%;
    top: auto
}

.content-blocks .simple-header__features .tick--success:before {
    width: 2px;
    height: auto;
    bottom: 25%;
    top: 20%;
    left: 55%;
    right: auto
}

.content-blocks .simple-header__feature {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    flex: 0 1 auto
}

.content-blocks .simple-header__feature-text {
    flex: 0 1 auto;
    line-height: 1;
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .content-blocks .simple-header__feature-text {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .simple-header__header {
    width: 100%;
    overflow: visible;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.content-blocks .simple-header__header--centre-desktop {
    text-align: left
}

@media only screen and (min-width:992px) {
    .content-blocks .simple-header__header--centre-desktop {
        text-align: center
    }
}

.content-blocks .simple-header__header--centre {
    text-align: center
}

.content-blocks .simple-header__cta-holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start
}

@media only screen and (min-width:992px) {
    .content-blocks .simple-header__cta-holder {
        align-items: center;
        justify-content: center
    }
}

.content-blocks .simple-header__title-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem
}

@media only screen and (min-width:1200px) {
    .content-blocks .simple-header__title-holder {
        gap: 2rem
    }
}

.content-blocks .simple-header__strapline {
    margin: 0;
    text-align: left
}

@media only screen and (min-width:992px) {
    .content-blocks .simple-header__strapline {
        text-align: center
    }
}

.content-blocks .simple-header__title {
    margin: 0;
    text-align: left;
    font-size: 3.052rem;
    line-height: 1.25;
    letter-spacing: -.022em
}

@media only screen and (min-width:992px) {
    .content-blocks .simple-header__title {
        text-align: center;
        font-size: 5.7rem
    }
}

.content-blocks .simple-header__title--small {
    font-size: 2.441rem;
    line-height: 1.25;
    letter-spacing: -.022em
}

@media only screen and (min-width:992px) {
    .content-blocks .simple-header__title--small {
        font-size: 3.052rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .combo-module__list-holder {
    margin-top: 1.16667rem;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

@media only screen and (min-width:992px) {
    .content-blocks .combo-module__list-holder {
        gap: 1.5rem
    }
}

.content-blocks .combo-module__list {
    display: flex;
    flex-direction: row;
    gap: 1.5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .combo-module__list {
        gap: 1rem
    }
}

.content-blocks .combo-module__list-icon {
    display: flex;
    position: relative;
    background-color: #3046ff;
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    border-radius: 100%;
    overflow: hidden
}

.content-blocks .combo-module__list-icon img,
.content-blocks .combo-module__list-icon svg {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.content-blocks .combo-module__list-copy h3 {
    margin: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .content-blocks .combo-module__list-copy h3 {
        font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .combo-module__list-copy p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .content-blocks .combo-module__list-copy p {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .combo-module__heading {
    width: 100%;
    text-align: left
}

.content-blocks .combo-module__heading h2 {
    margin: 0;
    font-size: 1.953rem;
    line-height: 1.25;
    letter-spacing: -.022em
}

@media only screen and (min-width:992px) {
    .content-blocks .combo-module__heading h2 {
        font-size: 2.441rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .combo-module__copy p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .content-blocks .combo-module__copy p {
        font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .combo-module__cta-holder {
    margin-top: 2.33334rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%
}

.content-blocks .combo-module__container {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

@media only screen and (min-width:1200px) {
    .content-blocks .combo-module__container {
        gap: 4rem;
        flex-direction: row
    }

    .content-blocks .combo-module__container--right .combo-module__visual-holder {
        order: 2
    }

    .content-blocks .combo-module__container--right .combo-module__text-holder {
        order: 1
    }
}

.content-blocks .combo-module__visual-holder {
    padding: 0;
    overflow: hidden;
    border-radius: 1.8rem;
    position: relative;
    display: flex;
    flex: 1 1 calc(50% - 2rem);
    order: 1
}

.content-blocks .combo-module__visual-holder.video-pair:before,
.content-blocks .combo-module__visual-holder.vimeo-controls:before {
    background-color: #3046ff
}

.content-blocks .combo-module__visual-holder:before {
    position: relative;
    display: block;
    content: "";
    width: 100%
}

.content-blocks .combo-module__visual-holder>.motion-panel,
.content-blocks .combo-module__visual-holder>iframe,
.content-blocks .combo-module__visual-holder>img,
.content-blocks .combo-module__visual-holder>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .combo-module__visual-holder--rectangle:before {
    padding-top: 125%
}

.content-blocks .combo-module__visual-holder--square:before {
    padding-top: 100%
}

.content-blocks .combo-module__visual-holder--landscape:before {
    padding-top: 56.25%
}

.content-blocks .combo-module__visual-holder--portrait:before {
    padding-top: 177.7777777778%
}

@media only screen and (min-width:1200px) {
    .content-blocks .combo-module__visual-holder {
        margin-bottom: 0
    }
}

.content-blocks .combo-module__text-holder {
    margin-top: 0;
    display: flex;
    flex: 1 1 calc(50% - 4rem);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    order: 2;
    gap: 1rem
}

.content-blocks .combo-module__text-holder .copy {
    width: 100%
}

@media only screen and (min-width:992px) {
    .content-blocks .combo-module__text-holder {
        margin-top: 0
    }
}

.content-blocks .central-module__row {
    text-align: center
}

.content-blocks .case-copy__headline {
    width: 100%;
    text-align: left
}

.content-blocks .case-copy__headline>h2 {
    margin-bottom: 1rem;
    font-size: 1.953rem;
    line-height: 1.25;
    letter-spacing: -.022em
}

@media only screen and (min-width:992px) {
    .content-blocks .case-copy__headline>h2 {
        font-size: 2.441rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .case-copy__body h1,
.content-blocks .case-copy__body h2,
.content-blocks .case-copy__body h3,
.content-blocks .case-copy__body h4,
.content-blocks .case-copy__body h5,
.content-blocks .case-copy__body h6 {
    margin-top: 2.33334rem
}

.content-blocks .case-copy__body p:last-child {
    margin-bottom: 0
}

.content-blocks .case-copy__body ol,
.content-blocks .case-copy__body table,
.content-blocks .case-copy__body ul {
    margin-top: 1.16667rem
}

.content-blocks .case-copy__body ul {
    list-style: disc
}

.content-blocks .case-copy__body ol {
    list-style: none;
    counter-reset: li
}

.content-blocks .case-copy__body ol:nth-child(1)>li {
    margin-left: 1rem
}

.content-blocks .case-copy__body ol li {
    counter-increment: li
}

.content-blocks .case-copy__body ol li::before {
    content: counters(li, ".") ".";
    display: inline-block;
    color: #3046ff;
    margin-right: 1em
}

.content-blocks .case-copy__body ol,
.content-blocks .case-copy__body ul {
    list-style-position: inside
}

.content-blocks .case-copy__body>ol,
.content-blocks .case-copy__body>ul {
    margin-top: 1.16667rem
}

.content-blocks .case-copy__body .motion-panel,
.content-blocks .case-copy__body img,
.content-blocks .case-copy__body svg,
.content-blocks .case-copy__body video {
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-width:575px) {

    .content-blocks .case-copy__body table td,
    .content-blocks .case-copy__body table th {
        padding: .5rem;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

@media only screen and (max-width:575px) and (min-width:992px) {

    .content-blocks .case-copy__body table td,
    .content-blocks .case-copy__body table th {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

@media only screen and (max-width:575px) {

    .content-blocks .case-copy__body table tbody tr td:first-child,
    .content-blocks .case-copy__body table thead tr th:first-child {
        width: 25%;
        min-width: 25%;
        max-width: 25%;
        word-break: break-word
    }
}

.content-blocks .case-copy__body table td,
.content-blocks .case-copy__body table th {
    padding: 1rem;
    border: 1px solid grey;
    width: 50%;
    vertical-align: top;
    text-align: left
}

.content-blocks .case-copy__list {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1.16667em;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .content-blocks .case-copy__list {
        flex-direction: column;
        font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .case-copy__list li {
    flex: 0 1 auto;
    white-space: nowrap
}

@media only screen and (max-width:991px) {
    .content-blocks .case-copy__list li:nth-child(n+2)::before {
        content: " / ";
        color: #3046ff
    }
}

.content-blocks .fw-module__width {
    margin: 0 auto
}

.content-blocks .fw-module__headline-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.33334rem;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .fw-module__headline-container {
        gap: 1rem
    }
}

.content-blocks .fw-module__headline-container h2,
.content-blocks .fw-module__headline-container p {
    margin: 0
}

.content-blocks .fw-module__visual-container {
    border-radius: 1.8rem;
    overflow: hidden;
    position: relative
}

.content-blocks .fw-module__visual-container:before {
    position: relative;
    display: block;
    content: "";
    width: 100%
}

.content-blocks .fw-module__visual-container>.motion-panel,
.content-blocks .fw-module__visual-container>iframe,
.content-blocks .fw-module__visual-container>img,
.content-blocks .fw-module__visual-container>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .fw-module__visual-container--landscape:before {
    background-color: #3046ff;
    padding-top: 56.25%
}

.content-blocks .fw-module__container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto
}

.content-blocks .fw-module__container--fw {
    max-width: 1920px;
    overflow: hidden;
    padding: 0
}

.content-blocks .fw-module__container--fw .fw-module__visual-container {
    border-radius: 0
}

.content-blocks .fw-module__container--fw .fw-module__col {
    padding: 0
}

.content-blocks .stat-module__headline-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.33334rem;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .stat-module__headline-container {
        gap: 1rem
    }
}

.content-blocks .stat-module__headline-container h2,
.content-blocks .stat-module__headline-container p {
    margin: 0
}

.content-blocks .stat-module__holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem
}

@media only screen and (min-width:992px) {
    .content-blocks .stat-module__holder {
        flex-direction: row
    }
}

.content-blocks .stat-module__stat {
    display: flex;
    aspect-ratio: 16/9;
    justify-content: center;
    align-items: center;
    border-radius: 1.8rem;
    overflow: hidden;
    background-color: #3046ff;
    color: #fff;
    position: relative;
    padding: 2rem;
    flex: 1 1 auto;
    min-width: 80%;
    max-width: 100%;
    width: 100%
}

@media only screen and (min-width:992px) {
    .content-blocks .stat-module__stat {
        min-width: auto;
        aspect-ratio: 16/11
    }
}

.content-blocks .stat-module__divider {
    display: none
}

@media only screen and (min-width:992px) {
    .content-blocks .stat-module__divider {
        display: flex
    }
}

.content-blocks .stat-module__content {
    display: flex;
    flex: 1 0 auto;
    text-align: center;
    justify-content: center;
    flex-direction: column
}

.content-blocks .stat-module__number {
    font-family: "Circular Std Bold", sans-serif;
    font-weight: 800;
    line-height: 1;
    font-size: 5rem;
    letter-spacing: -.022em
}

@media only screen and (min-width:1200px) {
    .content-blocks .stat-module__number {
        font-size: 6rem;
        letter-spacing: -.022em
    }
}

.content-blocks .stat-module__number span {
    line-height: 1;
    font-size: 2.441rem;
    letter-spacing: -.022em
}

@media only screen and (min-width:1200px) {
    .content-blocks .stat-module__number span {
        font-size: 3.052rem;
        letter-spacing: -.022em
    }
}

.content-blocks .stat-module__unit {
    font-family: "Circular Std Bold", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0
}

@media only screen and (min-width:1200px) {
    .content-blocks .stat-module__unit {
        font-size: 1.25rem;
        letter-spacing: 0
    }
}

.content-blocks .stat-module__number,
.content-blocks .stat-module__unit {
    flex: 0 1 auto;
    text-transform: uppercase
}

.content-blocks .next-case {
    position: relative
}

.content-blocks .next-case__nav {
    position: relative
}

.content-blocks .next-case__next-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1.25rem
}

@media only screen and (min-width:768px) {
    .content-blocks .next-case__next-title {
        padding: 0
    }
}

.content-blocks .next-case__next-title h1 {
    line-height: 1;
    font-size: 1.953rem;
    letter-spacing: -.022em
}

@media only screen and (min-width:576px) {
    .content-blocks .next-case__next-title h1 {
        font-size: 2.441rem;
        letter-spacing: -.022em
    }
}

.content-blocks .next-case__copy {
    position: absolute;
    left: 1.875rem;
    bottom: 1.875rem;
    right: 1.875rem;
    z-index: 2;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

@media only screen and (min-width:576px) {
    .content-blocks .next-case__copy {
        left: 2.4rem;
        bottom: 2.4rem;
        right: 2.4rem
    }
}

.content-blocks .next-case__copy a,
.content-blocks .next-case__copy h1,
.content-blocks .next-case__copy p {
    color: #fff;
    margin: 0;
    line-height: 1.5;
    font-weight: 300
}

.content-blocks .next-case__copy p {
    font-size: 1.25rem;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .next-case__copy p {
        font-size: 1.5rem;
        letter-spacing: 0
    }
}

.content-blocks .next-case__copy h1 {
    letter-spacing: -.015em;
    font-size: 1.5rem
}

@media only screen and (min-width:576px) {
    .content-blocks .next-case__copy h1 {
        font-size: 2.441rem
    }
}

.content-blocks .next-case__copy .cta {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .2s, opacity .2s cubic-bezier(.365, .005, .355, 1);
    will-change: opacity;
    font-weight: 400;
    font-family: "Circular Std Medium", sans-serif;
    font-size: 1rem;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .next-case__copy .cta {
        font-size: 1.25rem;
        letter-spacing: 0
    }
}

.content-blocks .next-case__img-link {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 10rem;
    overflow: hidden;
    border-radius: 1.8rem
}

@media only screen and (min-width:576px) {
    .content-blocks .next-case__img-link {
        min-height: 12.5rem
    }
}

.content-blocks .next-case__img-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 12, 12, .1);
    z-index: 1;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.75, 0, .5, 1)
}

.content-blocks .next-case__img-link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .next-case__img-link:hover {
    transition-delay: 30ms, 0s, 0s, 0s
}

.content-blocks .next-case__img-link:hover .next-case__copy {
    transform: translateY(-2.25rem)
}

.content-blocks .next-case__img-link:hover::before {
    opacity: 1
}

.content-blocks .next-case__img-link:hover .cta {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity .2s cubic-bezier(.365, .005, .355, 1)
}

.content-blocks .faq-accordion {
    position: relative
}

.content-blocks .faq-accordion--plain .faq-accordion__arrow #faq-accordion__arrow-id {
    fill: #fff
}

.content-blocks .faq-accordion--plain .faq-accordion__title {
    color: #2b2a35
}

.content-blocks .faq-accordion--plain .faq-accordion__title:hover {
    color: #3046ff
}

.content-blocks .faq-accordion--plain .faq-accordion__title:hover.faq-accordion--active .faq-accordion__arrow {
    background-color: #fff
}

.content-blocks .faq-accordion--plain .faq-accordion__title:hover.faq-accordion--active .faq-accordion__arrow #faq-accordion__arrow-id {
    fill: #2b2a35
}

.content-blocks .faq-accordion--plain .faq-accordion__title:hover .faq-accordion__arrow {
    background-color: #3046ff
}

.content-blocks .faq-accordion--plain .faq-accordion__title:hover .faq-accordion__arrow #faq-accordion__arrow-id {
    fill: #fff
}

.content-blocks .faq-accordion--plain .faq-accordion--active.faq-accordion__title {
    background-color: #3046ff;
    color: #fff
}

.content-blocks .faq-accordion--plain .faq-accordion--active .faq-accordion__arrow {
    background-color: #fff
}

.content-blocks .faq-accordion--plain .faq-accordion--active .faq-accordion__arrow #faq-accordion__arrow-id {
    fill: #2b2a35
}

.content-blocks .faq-accordion__headline-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.33334rem;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .faq-accordion__headline-container {
        gap: 1rem
    }
}

.content-blocks .faq-accordion__headline-container h2,
.content-blocks .faq-accordion__headline-container p {
    margin: 0
}

.content-blocks .faq-accordion__base {
    flex-direction: row;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0
}

.content-blocks .faq-accordion__base--copy-companion {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 1.16667rem
}

@media only screen and (min-width:768px) {
    .content-blocks .faq-accordion__base--copy-companion {
        grid-template-columns: .6fr 1fr;
        grid-column-gap: 5rem
    }
}

.content-blocks .faq-accordion__copy-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 60%
}

.content-blocks .faq-accordion__container {
    display: flex;
    flex-direction: column;
    width: auto;
    flex: 1 1 100%;
    justify-content: flex-start;
    align-items: flex-start
}

.content-blocks .faq-accordion__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #2b2a35
}

.content-blocks .faq-accordion__title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: space-between;
    flex-direction: row;
    padding: 13px 15px;
    margin-bottom: 2px;
    text-decoration: none;
    transition: background-color .2s;
    font-family: "Circular Std Bold", sans-serif;
    font-weight: 800;
    cursor: pointer
}

.content-blocks .faq-accordion__title:hover {
    transition: all .2s ease-out
}

.content-blocks .faq-accordion__title-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 auto
}

.content-blocks .faq-accordion__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    background-color: #2b2a35;
    border-radius: 50%;
    transition: all .2s ease-out;
    transform: rotate(90deg)
}

.content-blocks .faq-accordion__arrow svg {
    width: 50%;
    height: auto
}

.content-blocks .faq-accordion__arrow #faq-accordion__arrow-id {
    transition: fill .2s ease-out
}

.content-blocks .faq-accordion__arrow--rotate {
    transform: rotate(-90deg)
}

.content-blocks .faq-accordion__content-container {
    display: flex;
    flex-direction: column
}

.content-blocks .faq-accordion__cta {
    margin-top: 1.16667rem
}

.content-blocks .faq-accordion__content {
    padding: 30px;
    margin-bottom: 2px;
    display: none
}

.content-blocks .faq-accordion__content p {
    margin-top: 0
}

.content-blocks .faq-accordion__content ul {
    list-style: disc
}

.content-blocks .faq-accordion__content ul li {
    margin-bottom: 1.16667rem
}

.content-blocks .faq-accordion__content ol {
    list-style: none;
    counter-reset: li
}

.content-blocks .faq-accordion__content ol:nth-child(1)>li {
    margin-left: 0
}

.content-blocks .faq-accordion__content ol li {
    counter-increment: li;
    margin-bottom: 1.16667rem
}

.content-blocks .faq-accordion__content ol li::before {
    content: counters(li, ".") ".";
    display: inline-block;
    color: #3046ff;
    margin-right: 1em
}

.content-blocks .faq-accordion__content ol,
.content-blocks .faq-accordion__content ul {
    list-style-position: inside;
    margin-top: 1.16667rem;
    margin-left: 0;
    padding-left: 0
}

.content-blocks .faq-accordion__content>ol,
.content-blocks .faq-accordion__content>ul {
    margin-top: 0
}

.content-blocks .cursor-frame a {
    cursor: none !important
}

.content-blocks .custom-cursor {
    position: fixed;
    pointer-events: none;
    z-index: 99;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: height .2s, width .2s, opacity .2s;
    transition-timing-function: ease-out;
    animation-name: mouse-moves-in;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: paused
}

.content-blocks .custom-cursor::before {
    display: block;
    border-radius: 100%;
    background-image: url(/assets/img/viewcursor.svg);
    background-color: #3046ff;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%
}

.content-blocks .custom-cursor__is-hovering {
    animation-play-state: running
}

.content-blocks .custom-cursor__mouse-moves-out {
    animation-name: mouse-moves-out;
    animation-fill-mode: forwards;
    animation-play-state: running
}

.content-blocks .custom-cursor__downsize {
    animation-name: downsize;
    animation-fill-mode: forwards;
    animation-play-state: running
}

.content-blocks .custom-cursor__downsize::before {
    background-image: none;
    border: 2px solid #fff
}

@keyframes downsize {
    0% {
        width: 150px;
        height: 150px
    }

    100% {
        width: 20px;
        height: 20px
    }
}

@keyframes mouse-moves-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        width: 150px;
        height: 150px
    }
}

@keyframes mouse-moves-out {
    0% {
        opacity: 1;
        width: 150px;
        height: 150px
    }

    100% {
        opacity: 0
    }
}

.content-blocks .content-card {
    position: relative
}

.content-blocks .content-card__full-page-layout {
    padding-top: 3.125rem
}

@media only screen and (min-width:992px) {
    .content-blocks .content-card__full-page-layout {
        padding-top: 5.625rem
    }
}

.content-blocks .content-card__full-page-layout .content-card__card-panel {
    visibility: hidden;
    max-width: 100%;
    align-self: stretch;
    height: auto
}

@media only screen and (min-width:576px) {
    .content-blocks .content-card__full-page-layout .content-card__card-panel {
        max-width: calc((100% - 20px)/ 2)
    }
}

@media only screen and (min-width:992px) {
    .content-blocks .content-card__full-page-layout .content-card__card-panel {
        max-width: calc((100% - 40px)/ 3)
    }
}

.content-blocks .content-card__full-page-layout .elements__async_notification-message {
    color: #090909
}

.content-blocks .content-card__full-page-card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
    justify-content: flex-start;
    min-height: 770px
}

.content-blocks .content-card__container li.prev.btn--faded {
    opacity: .5
}

.content-blocks .content-card__container div[data-autoscroll=true] .owl-stage {
    transition-timing-function: linear !important
}

.content-blocks .content-card__container div[data-autoscroll=true] .owl-stage .owl-item.cloned {
    visibility: visible
}

.content-blocks .content-card__container .owl-item {
    height: 100%
}

.content-blocks .content-card__container .owl-stage-outer {
    display: flex
}

.content-blocks .content-card__container .owl-stage {
    display: flex
}

.content-blocks .content-card__img-holder {
    padding-top: 125%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 1.8rem
}

.content-blocks .content-card__img-holder>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.content-blocks .content-card__img-holder>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.content-blocks .content-card__body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.content-blocks .content-card__row {
    display: block;
    left: 0;
    top: 0;
    position: relative;
    width: 70%
}

@media only screen and (min-width:576px) {
    .content-blocks .content-card__row {
        width: 100%
    }
}

.content-blocks .content-card__card-panel {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.content-blocks .content-card__author-bar {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .content-card__author-bar {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .content-card__author-pic-container {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start
}

.content-blocks .content-card__author-pic {
    flex: 0 1 auto;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    overflow: hidden
}

@media only screen and (min-width:576px) {
    .content-blocks .content-card__author-pic {
        height: 60px;
        width: 60px
    }
}

.content-blocks .content-card__author-pic>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.content-blocks .content-card__article-details-container {
    flex: 1 1 100%;
    min-height: 72px
}

.content-blocks .content-card__author-name {
    font-weight: 700
}

.content-blocks .content-card__author-date-time-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px
}

.content-blocks .content-card__author-date-time-container>div:nth-of-type(2)::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #706f6e
}

.content-blocks .content-card__author-reading-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px
}

.content-blocks .content-card__section-title {
    margin-bottom: 2rem
}

.content-blocks .content-card__tag {
    background-color: #fff;
    padding: 0 12px;
    border-radius: 1.8rem;
    text-align: center;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 25px;
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .content-blocks .content-card__tag {
        font-size: .8rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .content-card__tag>a {
    color: #3046ff;
    text-decoration: none
}

.content-blocks .content-card__tag:hover {
    background-color: #3046ff;
    color: #fff
}

.content-blocks .content-card__tag:hover>a {
    color: #fff
}

.content-blocks .content-card__tag--more {
    border-radius: 50px;
    width: 25px;
    height: 25px;
    background-color: #3046ff
}

.content-blocks .content-card__tag--more>a {
    color: #fff !important
}

.content-blocks .content-card__tag--more:hover {
    background-color: #fff
}

.content-blocks .content-card__tag--more:hover>a {
    color: #3046ff !important
}

.content-blocks .content-card__tag-panel {
    position: absolute;
    padding: 15px;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px
}

.content-blocks .content-card__title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

.content-blocks .content-card__title a {
    text-decoration: none
}

@media only screen and (min-width:768px) {
    .content-blocks .content-card__title {
        font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .content-card__excerpt {
    flex: 1 0 auto;
    margin-bottom: 1.16667rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .content-blocks .content-card__excerpt {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .content-card__excerpt p {
    margin: 0
}

.content-blocks.reading-progress__container {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 100;
    transition: all .25s;
    transform: translateY(-100%)
}

.content-blocks.reading-progress__container.show {
    transform: translateY(0)
}

.content-blocks.reading-progress__container .reading-progress__progress-title {
    padding: .25rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2b2a35;
    display: flex;
    background-color: #fff
}

@media only screen and (min-width:576px) {
    .content-blocks.reading-progress__container .reading-progress__progress-title {
        padding: .5rem 0;
        font-size: 1.4375rem
    }
}

.content-blocks.reading-progress__container .reading-progress__progress-title>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.content-blocks.reading-progress__container .reading-progress__progress-bar {
    width: 0;
    background-color: #3046ff;
    display: block;
    height: 8px;
    transition: width 250ms ease-out
}

.content-blocks .services-intro__service-header {
    text-align: center;
    padding-bottom: 5.625rem
}

@media only screen and (min-width:768px) {
    .content-blocks .services-intro__service-header {
        padding-top: 2.8125rem
    }
}

.content-blocks .services-intro__service-items {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start
}

@media only screen and (min-width:992px) {
    .content-blocks .services-intro__service-items {
        flex-direction: row;
        align-content: center
    }
}

.content-blocks .services-intro__service-item {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    flex: 1
}

.content-blocks .services-intro__service-item:not(:last-child) {
    padding-bottom: 4rem
}

@media only screen and (min-width:992px) {
    .content-blocks .services-intro__service-item:not(:last-child) {
        padding-bottom: 0
    }
}

.content-blocks .services-intro__service-item-title {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .content-blocks .services-intro__service-item-title {
        font-size: 1.953rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .services-intro__service-item-description {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .content-blocks .services-intro__service-item-description {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .services-intro__service-icon {
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: 20px
}

@media only screen and (min-width:992px) {
    .content-blocks .services-intro__service-icon {
        width: 90px;
        height: 90px;
        background-size: 90px 90px
    }
}

.content-blocks .services-intro__service-icon--brand-awareness {
    background-image: url(/assets/img/services/brand-awareness_colour.svg)
}

.content-blocks .services-intro__service-icon--customer-acquisition {
    background-image: url(/assets/img/services/customer-acquisition_colour.svg)
}

.content-blocks .services-intro__service-icon--referral-programmes {
    background-image: url(/assets/img/services/referral-programmes_colour.svg)
}

.content-blocks .services-section__master {
    transition: background-color .6s cubic-bezier(.23, 1, .32, 1)
}

.content-blocks .services-section__master .container--offset-right .owl-theme--growthcurve {
    padding-bottom: 0
}

.content-blocks .services-section__master .owl-stage {
    display: flex;
    flex-direction: row
}

.content-blocks .services-section__master .owl-item {
    display: flex;
    flex-direction: column
}

.content-blocks .services-section__master--dark {
    background-color: #131315
}

.content-blocks .services-section__carousel-holder {
    width: 80%;
    overflow: visible
}

@media only screen and (min-width:576px) {
    .content-blocks .services-section__carousel-holder {
        width: 100%
    }
}

.content-blocks .services-section__icon {
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: 20px
}

@media only screen and (min-width:992px) {
    .content-blocks .services-section__icon {
        width: 90px;
        height: 90px;
        background-size: 90px 90px
    }
}

.content-blocks .services-section__icon--launch {
    background-image: url(/assets/img/services/launch.svg)
}

.content-blocks .services-section__icon--grow {
    background-image: url(/assets/img/services/grow.svg)
}

.content-blocks .services-section__icon--optimise {
    background-image: url(/assets/img/services/optimise.svg)
}

.content-blocks .services-section__background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 3rem;
    right: 0;
    background-image: url(/assets/img/services/mountain.svg);
    background-size: cover;
    background-position: 80% 40px;
    background-repeat: no-repeat
}

@media only screen and (min-width:576px) {
    .content-blocks .services-section__background-image {
        background-size: contain;
        background-position: 50% 70px
    }
}

.content-blocks .services-section__panel {
    display: flex;
    flex-direction: column;
    border-radius: 1.8rem;
    flex: 1 1 auto;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .content-blocks .services-section__panel {
        padding: 2rem;
        font-size: 1.5rem;
        letter-spacing: 0
    }
}

.content-blocks .services-section__panel-top {
    flex: 1
}

.content-blocks .services-section__panel-last {
    margin: 0 auto
}

.content-blocks .services-section__panel-bottom {
    margin-top: 1.16667rem
}

@media only screen and (min-width:768px) {
    .content-blocks .services-section__panel-bottom {
        margin-top: 1.5rem
    }
}

.content-blocks .services-section__row>div:nth-child(n+2) .services-section__panel {
    margin-top: 3.125rem
}

@media only screen and (min-width:992px) {
    .content-blocks .services-section__row>div:nth-child(n+2) .services-section__panel {
        margin-top: 0
    }
}

@media only screen and (min-width:992px) {
    .content-blocks .services-section__row>div:last-child .services-section__panel {
        margin-top: 3.125rem
    }
}

.content-blocks .services-section__plan-name {
    margin-bottom: 1rem
}

.content-blocks .services-section__plan-list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    gap: 2rem
}

.content-blocks .services-section__plan-description {
    font-family: "Circular Std Bold", sans-serif;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .content-blocks .services-section__plan-description {
        font-size: 1.953rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .services-section__cta {
    margin-top: 2.5rem;
    color: #3046ff
}

.content-blocks .services-section__cta-icon {
    margin-right: 5%
}

.content-blocks .services-section__plan-feature {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .content-blocks .services-section__plan-feature {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .services-section__plan-feature i {
    color: #3046ff;
    align-self: flex-start;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: .3rem
}

.content-blocks .services-section__plan-feature i svg {
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    flex: 1 1 auto
}

.content-blocks .page-title {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block
}

.content-blocks .page-title--darkmode {
    background-color: #090909
}

.content-blocks .page-title--darkmode.section-wrap--large {
    padding-top: 5.625rem
}

@media only screen and (min-width:992px) {
    .content-blocks .page-title--darkmode.section-wrap--large {
        padding-top: 9.375rem
    }
}

.content-blocks .page-title--darkmode .page-title__title {
    color: #fff
}

.content-blocks .page-title--darkmode .page-title__title-holder>p {
    color: #fff
}

@media only screen and (min-width:992px) {
    .content-blocks .page-title .badgeSpinner {
        display: block;
        right: -120px;
        top: -30px
    }
}

.content-blocks .page-title h1 {
    margin-top: 1.16667em
}

@media only screen and (min-width:992px) {
    .content-blocks .page-title h1 {
        margin-top: 0
    }
}

.content-blocks .page-title--no-margin {
    padding-bottom: 0
}

.content-blocks .page-title__container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

@media only screen and (min-width:992px) {
    .content-blocks .page-title__container {
        flex-direction: row
    }
}

.content-blocks .page-title__title-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    gap: 1rem
}

.content-blocks .page-title__title-holder h1 {
    width: 100%;
    margin: 0;
    padding: 0
}

.content-blocks .page-title__title-holder p {
    width: 100%;
    margin: 0;
    padding: 0
}

.content-blocks .page-title__images {
    flex: none;
    position: relative;
    display: flex;
    justify-content: space-between
}

.content-blocks .page-title__hero-image-container {
    padding: 0;
    display: flex;
    gap: 1.25rem;
    width: 100%
}

.content-blocks .page-title__hero-images {
    display: flex;
    flex: 1 1 50%
}

.content-blocks .page-title__img-col {
    position: relative;
    padding: 0;
    flex: 0 0 calc(50% - 10px)
}

.content-blocks .page-title__img-col:nth-child(1) {
    clip-path: polygon(100% 10%, 100% 100%, 0 100%, 0 10%)
}

.content-blocks .page-title__img-col:nth-child(2) {
    clip-path: polygon(100% 0, 100% 90%, 0 90%, 0 0)
}

.content-blocks .page-title__row {
    flex-wrap: wrap
}

@media only screen and (min-width:992px) {
    .content-blocks .page-title__row {
        flex-wrap: nowrap
    }
}

.content-blocks .page-title__img-placeholder {
    backface-visibility: hidden;
    background: #d6d6d6;
    will-change: transform;
    overflow: hidden
}

.content-blocks .page-title__img-placeholder::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 155.5555555556%
}

.content-blocks .page-title__img-placeholder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.content-blocks .page-title__title {
    line-height: 1.1
}

.content-blocks .page-title__title-col {
    position: relative;
    z-index: 10;
    flex: 1 1 50%;
    display: flex
}

.content-blocks.marquee-module__master--bg-blue {
    background-color: #3046ff
}

.content-blocks.marquee-module__master--bg-blue .marquee-module__headline-container h2,
.content-blocks.marquee-module__master--bg-blue .marquee-module__headline-container p {
    color: #fff
}

.content-blocks .marquee-module {
    --color-text: #fff;
    --color-bg: navy;
    --color-bg-accent: #2626a0;
    --size: 150px;
    --gap: calc(var(--size) / 14);
    --duration: 180s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw
}

@media only screen and (min-width:992px) {
    .content-blocks .marquee-module {
        --size: 200px
    }
}

.content-blocks .marquee-module__headline-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.33334rem;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .marquee-module__headline-container {
        gap: 1rem
    }
}

.content-blocks .marquee-module__headline-container h2,
.content-blocks .marquee-module__headline-container p {
    width: 100%;
    margin: 0
}

.content-blocks .marquee-module--vertical {
    flex-direction: row;
    height: 100vh
}

.content-blocks .marquee-module__strip {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: var(--gap);
    -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), #000 20%, #000 80%, hsla(0, 0%, 0%, 0));
    mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), #000 20%, #000 80%, hsla(0, 0%, 0%, 0))
}

.content-blocks .marquee-module__strip--vertical {
    --mask-direction: to bottom;
    flex-direction: column
}

.content-blocks .marquee-module__strip--vertical svg {
    aspect-ratio: 1;
    width: calc(var(--size)/ 1.5);
    padding: calc(var(--size)/ 6)
}

.content-blocks .marquee-module__strip--vertical .marquee-module__group {
    animation-name: scroll-y;
    flex-direction: column
}

.content-blocks .marquee-module__strip--reverse .marquee-module__group {
    animation-direction: reverse;
    animation-delay: -3s
}

.content-blocks .marquee-module__strip svg {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    background: var(--color-bg-accent);
    aspect-ratio: 1;
    padding: calc(var(--size)/ 10);
    border-radius: 1.8rem
}

.content-blocks .marquee-module__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .marquee-module__grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-gap: 0
    }
}

.content-blocks .marquee-module__grid>div {
    padding: 1rem;
    display: grid;
    place-items: center;
    position: relative;
    -o-object-fit: contain;
    object-fit: contain
}

.content-blocks .marquee-module__grid>div::before {
    content: " ";
    display: block;
    padding-bottom: 100%;
    grid-area: 1/1/2/2;
    width: 100%
}

.content-blocks .marquee-module__grid>div img,
.content-blocks .marquee-module__grid>div svg {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    grid-area: 1/1/2/2
}

.content-blocks .marquee-module__grid>div svg {
    fill: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.content-blocks .marquee-module__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .content-blocks .marquee-module__group {
        animation-play-state: paused
    }
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start))
    }

    to {
        transform: translateX(var(--scroll-end))
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start))
    }

    to {
        transform: translateY(var(--scroll-end))
    }
}

@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden
    }
}

.content-blocks .testimonial-module__headline-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.33334rem;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .testimonial-module__headline-container {
        gap: 1rem
    }
}

.content-blocks .testimonial-module__headline-container h2,
.content-blocks .testimonial-module__headline-container p {
    margin: 0
}

.content-blocks .testimonial-module__testimonial-panel {
    cursor: grab;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1.8rem;
    align-self: stretch
}

@media only screen and (min-width:1200px) {
    .content-blocks .testimonial-module__testimonial-panel {
        flex-direction: row
    }
}

.content-blocks .testimonial-module__brand-and-stars {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start
}

@media only screen and (min-width:1200px) {
    .content-blocks .testimonial-module__brand-and-stars {
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem
    }
}

.content-blocks .testimonial-module__copy-holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    flex: 1 1 auto;
    background-color: #3046ff;
    padding: 2rem
}

@media only screen and (min-width:1200px) {
    .content-blocks .testimonial-module__copy-holder {
        gap: 2rem;
        flex: 1 1 60%
    }
}

.content-blocks .testimonial-module__visual-holder {
    display: none;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:1200px) {
    .content-blocks .testimonial-module__visual-holder {
        display: flex;
        flex: 1 1 40%
    }
}

.content-blocks .testimonial-module__visual-holder:before {
    position: relative;
    display: block;
    content: "";
    width: 100%
}

.content-blocks .testimonial-module__visual-holder>.motion-panel,
.content-blocks .testimonial-module__visual-holder>iframe,
.content-blocks .testimonial-module__visual-holder>img,
.content-blocks .testimonial-module__visual-holder>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .testimonial-module__visual-holder--rectangle:before {
    padding-top: 100%
}

@media only screen and (min-width:1200px) {
    .content-blocks .testimonial-module__visual-holder--rectangle:before {
        padding-top: 125%
    }
}

.content-blocks .testimonial-module__client-rating {
    --starSize: 15px
}

@media only screen and (min-width:1200px) {
    .content-blocks .testimonial-module__client-rating {
        --starSize: 30px
    }
}

.content-blocks .testimonial-module__client-rating .fivestar {
    display: flex;
    justify-content: flex-start;
    gap: .25rem;
    flex: 1 1 auto
}

@media only screen and (min-width:1200px) {
    .content-blocks .testimonial-module__client-rating .fivestar {
        gap: 1rem
    }
}

.content-blocks .testimonial-module__client-rating .fivestar .star {
    margin-right: 2px;
    display: inline-block;
    text-indent: 0;
    overflow: hidden;
    position: relative;
    font-size: 0;
    width: var(--starSize);
    height: var(--starSize)
}

.content-blocks .testimonial-module__client-rating .fivestar .star span.off,
.content-blocks .testimonial-module__client-rating .fivestar .star span.on {
    display: block;
    width: var(--starSize);
    height: var(--starSize)
}

.content-blocks .testimonial-module__client-rating .fivestar .star span.off:after,
.content-blocks .testimonial-module__client-rating .fivestar .star span.off:before,
.content-blocks .testimonial-module__client-rating .fivestar .star span.on:after,
.content-blocks .testimonial-module__client-rating .fivestar .star span.on:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    min-height: var(--starSize)
}

.content-blocks .testimonial-module__client-rating .fivestar .star span.off:before,
.content-blocks .testimonial-module__client-rating .fivestar .star span.on:before {
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><g data-name="Layer 2"><path class="cls-1" d="M5.94 1.78L6.89 4l.24.55.6.06 2.43.2-1.85 1.63-.45.39.14.59.55 2.37-2.09-1.27-.52-.31-.52.31-2.09 1.27.55-2.37.12-.59-.46-.39-1.82-1.61 2.43-.2.6-.06L5 4l1-2.24M5.94 0a.48.48 0 00-.46.3L4.06 3.63l-3.6.31a.5.5 0 00-.29.87l2.74 2.38-.83 3.53a.5.5 0 00.49.62.52.52 0 00.26-.08l3.11-1.88 3.11 1.88a.49.49 0 00.74-.54L9 7.19l2.7-2.38a.49.49 0 00-.28-.87l-3.61-.31L6.4.3a.5.5 0 00-.46-.3z" data-name="Layer 1"/></g></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><g data-name="Layer 2"><path class="cls-1" d="M5.94 1.78L6.89 4l.24.55.6.06 2.43.2-1.85 1.63-.45.39.14.59.55 2.37-2.09-1.27-.52-.31-.52.31-2.09 1.27.55-2.37.12-.59-.46-.39-1.82-1.61 2.43-.2.6-.06L5 4l1-2.24M5.94 0a.48.48 0 00-.46.3L4.06 3.63l-3.6.31a.5.5 0 00-.29.87l2.74 2.38-.83 3.53a.5.5 0 00.49.62.52.52 0 00.26-.08l3.11-1.88 3.11 1.88a.49.49 0 00.74-.54L9 7.19l2.7-2.38a.49.49 0 00-.28-.87l-3.61-.31L6.4.3a.5.5 0 00-.46-.3z" data-name="Layer 1"/></g></svg>');
    background-color: #fff;
    min-width: var(--starSize)
}

.content-blocks .testimonial-module__client-rating .fivestar .star span.off:after,
.content-blocks .testimonial-module__client-rating .fivestar .star span.on:after {
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><g data-name="Layer 2"><path class="cls-1" d="M5.94 9.38l-3.11 1.88a.5.5 0 01-.75-.54l.83-3.53L.17 4.81a.5.5 0 01.29-.87l3.6-.31L5.48.3a.5.5 0 01.92 0l1.41 3.33 3.61.31a.49.49 0 01.28.87L9 7.19l.82 3.53a.5.5 0 01-.74.54z" data-name="Layer 1"/></g></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><g data-name="Layer 2"><path class="cls-1" d="M5.94 9.38l-3.11 1.88a.5.5 0 01-.75-.54l.83-3.53L.17 4.81a.5.5 0 01.29-.87l3.6-.31L5.48.3a.5.5 0 01.92 0l1.41 3.33 3.61.31a.49.49 0 01.28.87L9 7.19l.82 3.53a.5.5 0 01-.74.54z" data-name="Layer 1"/></g></svg>');
    background-color: #fff;
    width: -moz-available;
    width: -webkit-fill-available;
    min-width: -webkit-fill-available;
    min-width: -moz-available;
    min-width: stretch;
    -webkit-mask-size: cover;
    mask-size: cover;
    margin-top: calc(0px - var(--starSize));
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat
}

.content-blocks .testimonial-module__client-rating .fivestar .star>span.off:after {
    display: none !important
}

.content-blocks .testimonial-module__client-badge {
    flex: 0 0 auto;
    border: 2px solid #3046ff;
    position: relative;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    background-color: #000;
    overflow: hidden
}

@media only screen and (min-width:992px) {
    .content-blocks .testimonial-module__client-badge {
        height: 80px;
        width: 80px
    }
}

.content-blocks .testimonial-module__client-badge>img {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks .testimonial-module__copy {
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .content-blocks .testimonial-module__copy {
        font-size: 1.953rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .testimonial-module__client-name {
    flex: 1 1 100%;
    color: #fff;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    align-items: flex-start;
    justify-content: flex-end
}

.content-blocks .testimonial-module__client-name>span {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .content-blocks .testimonial-module__client-name>span {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .testimonial-module__client-logotype {
    position: relative;
    width: 100px;
    display: block
}

.content-blocks .testimonial-module__client-logotype:before {
    position: relative;
    display: block;
    content: "";
    padding-top: 100%
}

.content-blocks .testimonial-module__client-logotype svg {
    fill: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-blocks.usp-panels {
    background-color: #3046ff
}

.content-blocks .usp-panels__headline-container {
    margin-bottom: 3.125rem;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.33334rem;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .usp-panels__headline-container {
        gap: 1rem
    }
}

.content-blocks .usp-panels__headline-container h2,
.content-blocks .usp-panels__headline-container p {
    color: #fff;
    margin: 0
}

.content-blocks .usp-panels__container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%
}

@media only screen and (min-width:992px) {
    .content-blocks .usp-panels__container {
        flex-direction: row
    }
}

.content-blocks .usp-panels__plan-list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    gap: 1rem
}

.content-blocks .usp-panels__plan-feature {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .content-blocks .usp-panels__plan-feature {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .usp-panels__plan-feature i {
    color: #3046ff;
    margin-right: 1rem;
    align-self: flex-start;
    font-size: 1.5rem
}

.content-blocks .usp-panels__plan-feature span {
    flex: 1 1 auto
}

.content-blocks .usp-panels__panel {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    overflow: hidden;
    border-radius: 1.8rem;
    background-color: #fff;
    flex: 1 1 calc(50% - 2rem)
}

@media only screen and (min-width:992px) {
    .content-blocks .usp-panels__panel {
        padding: 4rem
    }
}

.content-blocks .usp-panels__top-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 1rem
}

.content-blocks .usp-panels__top-bar-icon {
    position: relative;
    height: 90px;
    width: 90px;
    border-radius: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    flex: 0 0 90px
}

.content-blocks .usp-panels__top-bar-icon img,
.content-blocks .usp-panels__top-bar-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.content-blocks .usp-panels__top-bar-title {
    flex: 1 1 100%;
    font-family: "Circular Std Bold", sans-serif;
    font-size: 2.441rem;
    line-height: 1.25;
    letter-spacing: -.022em
}

@media only screen and (min-width:992px) {
    .content-blocks .usp-panels__top-bar-title {
        font-size: 3.052rem;
        line-height: 1.25;
        letter-spacing: -.022em
    }
}

.content-blocks .usp-panels__copy-holder {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1 1 100%
}

@media only screen and (min-width:992px) {
    .content-blocks .usp-panels__copy {
        min-height: 110px
    }
}

.content-blocks .usp-panels__cta-holder {
    flex: 1 1 auto;
    align-content: flex-end
}

.content-blocks .grid-box-module__headline-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.33334rem;
    gap: .5rem
}

@media only screen and (min-width:992px) {
    .content-blocks .grid-box-module__headline-container {
        gap: 1rem
    }
}

.content-blocks .grid-box-module__headline-container h2,
.content-blocks .grid-box-module__headline-container p {
    margin: 0
}

.content-blocks .grid-box-module__link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.content-blocks .grid-box-module__view-all-cta {
    display: flex;
    padding-top: 3.125rem;
    justify-content: center;
    align-items: center
}

.content-blocks .grid-box-module__holder {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr
}

@media only screen and (min-width:768px) {
    .content-blocks .grid-box-module__holder {
        gap: 1rem
    }
}

@media only screen and (min-width:1200px) {
    .content-blocks .grid-box-module__holder {
        gap: 2rem;
        grid-template-columns: 1fr 1fr 1fr
    }
}

.content-blocks .grid-box-module__holder--explainer-layout {
    grid-template-columns: 1fr
}

@media only screen and (min-width:1200px) {
    .content-blocks .grid-box-module__holder--explainer-layout {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__icon-wrapper {
    flex: 0 0 60px;
    height: 60px;
    width: 60px
}

.content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card {
    padding: 2rem;
    align-items: flex-start;
    cursor: default
}

.content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card:hover .grid-box-module__icon-wrapper {
    background-color: #3046ff
}

.content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card:hover .grid-box-module__icon-wrapper svg {
    fill: #fff
}

.content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card:hover .grid-box-module__cta-holder>span {
    color: #3046ff
}

.content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card:hover .grid-box-module__cta-holder>i {
    color: #3046ff
}

.content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card:hover h3 {
    color: #3046ff
}

.content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card:hover p {
    color: unset
}

.content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card::after {
    display: none;
    content: ""
}

.content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.2
}

.content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
}

@media only screen and (min-width:1200px) {
    .content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card h3 {
        font-size: 1.5rem;
        letter-spacing: 0
    }

    .content-blocks .grid-box-module__holder--explainer-layout .grid-box-module__service-card p {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .grid-box-module span {
    color: #3046ff
}

.content-blocks .grid-box-module__card-box {
    position: relative;
    display: grid;
    text-align: center;
    padding-top: 100%
}

@media only screen and (min-width:992px) {
    .content-blocks .grid-box-module__card-box {
        padding-top: 60%
    }
}

.content-blocks .grid-box-module__icon-wrapper {
    background-color: #3046ff;
    position: relative;
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: .5s;
    z-index: 3;
    fill: #fff;
    border-radius: 100%;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .content-blocks .grid-box-module__icon-wrapper {
        flex: 0 0 2.5em;
        height: 2.5em;
        width: 2.5em
    }
}

.content-blocks .grid-box-module__icon-wrapper img,
.content-blocks .grid-box-module__icon-wrapper svg {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    fill: #fff
}

.content-blocks .grid-box-module__arrow {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #3046ff;
    border-right: 3px solid #3046ff;
    transition: all .2s ease-out
}

@media only screen and (min-width:576px) {
    .content-blocks .grid-box-module__arrow {
        display: none
    }
}

.content-blocks .grid-box-module__top-row {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: .8rem;
    align-items: flex-start
}

@media only screen and (min-width:1200px) {
    .content-blocks .grid-box-module__top-row {
        align-items: center;
        flex-direction: row
    }
}

.content-blocks .grid-box-module__service-card {
    position: relative;
    width: 100%;
    min-height: 230px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: .8rem;
    border-radius: 1.8rem;
    border: 1px solid #3046ff;
    padding: 15px;
    cursor: pointer;
    transition: .5s;
    z-index: 2;
    overflow: hidden;
    background: #fff
}

@media only screen and (min-width:576px) {
    .content-blocks .grid-box-module__service-card {
        gap: 1rem;
        padding: 2rem
    }
}

.content-blocks .grid-box-module__service-card h3 {
    text-transform: capitalize;
    color: #3046ff;
    z-index: 3;
    margin: 0;
    font-family: "Circular Std Bold", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    font-size: 1rem;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .content-blocks .grid-box-module__service-card h3 {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

.content-blocks .grid-box-module__service-card p {
    transition-delay: 150ms;
    margin: 0;
    line-height: 1.2;
    font-size: .8rem;
    letter-spacing: 0;
    overflow: hidden;
    z-index: 3
}

@media only screen and (min-width:768px) {
    .content-blocks .grid-box-module__service-card p {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0
    }
}

@media only screen and (min-width:576px) {
    .content-blocks .grid-box-module__service-card:hover .grid-box-module__icon-wrapper {
        color: #3046ff;
        background-color: #fff
    }

    .content-blocks .grid-box-module__service-card:hover .grid-box-module__icon-wrapper>svg {
        fill: #3046ff
    }

    .content-blocks .grid-box-module__service-card:hover .grid-box-module__cta-text {
        color: #fff
    }

    .content-blocks .grid-box-module__service-card:hover .grid-box-module__cta-arrow {
        color: #fff;
        left: 1rem;
        transition-delay: 150ms
    }

    .content-blocks .grid-box-module__service-card:hover .grid-box-module__arrow {
        border-color: #fff;
        right: 0;
        top: 0
    }

    .content-blocks .grid-box-module__service-card:hover h3 {
        color: #fff
    }

    .content-blocks .grid-box-module__service-card:hover p {
        color: #fff
    }

    .content-blocks .grid-box-module__service-card:hover:after {
        top: 0
    }
}

.content-blocks .grid-box-module__service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #3046ff;
    position: absolute;
    left: 0;
    top: -100%;
    z-index: -2;
    transition: all .4s cubic-bezier(.77, -.04, 0, .99)
}

.content-blocks .grid-box-module__cta-text {
    color: #3046ff;
    position: relative;
    line-height: 1;
    left: 0;
    transition: left .4s cubic-bezier(.23, 1, .32, 1), opacity .4s cubic-bezier(.23, 1, .32, 1);
    font-size: 1rem;
    letter-spacing: 0
}

@media only screen and (min-width:576px) {
    .content-blocks .grid-box-module__cta-text {
        font-size: 1.25rem;
        letter-spacing: 0
    }
}

.content-blocks .grid-box-module__end-block {
    width: 100%;
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-end;
    align-items: flex-end
}

.content-blocks .grid-box-module__cta-holder {
    gap: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 auto;
    width: 100%
}

@media only screen and (min-width:576px) {
    .content-blocks .grid-box-module__cta-holder {
        margin-top: 1.16667rem;
        justify-content: flex-start
    }
}

.content-blocks .grid-box-module__cta-arrow {
    color: #3046ff;
    transition: left .4s cubic-bezier(.23, 1, .32, 1), opacity .4s cubic-bezier(.23, 1, .32, 1);
    transition-delay: 0s, 0s;
    font-size: 1rem;
    position: relative;
    left: 0;
    opacity: 1;
    line-height: 1.2rem
}

@media only screen and (min-width:576px) {
    .content-blocks .grid-box-module__cta-arrow {
        font-size: 1.2rem
    }
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.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) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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) {

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

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.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(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.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) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333333%
}

.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.66666667%
}

.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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

    .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-inline-grid {
    display: inline-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: .25rem !important
}

.m-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
}

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

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

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

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

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

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

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

.me-2 {
    margin-right: .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: .25rem !important
}

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

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

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

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

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

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

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

.ms-2 {
    margin-left: .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: .25rem !important
}

.p-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
}

.pt-2 {
    padding-top: .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: .25rem !important
}

.pe-2 {
    padding-right: .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: .25rem !important
}

.pb-2 {
    padding-bottom: .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: .25rem !important
}

.ps-2 {
    padding-left: .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-inline-grid {
        display: inline-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: .25rem !important
    }

    .m-sm-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .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: .25rem !important
    }

    .me-sm-2 {
        margin-right: .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: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .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: .25rem !important
    }

    .p-sm-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .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: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .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: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .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-inline-grid {
        display: inline-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: .25rem !important
    }

    .m-md-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-md-2 {
        margin-top: .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: .25rem !important
    }

    .me-md-2 {
        margin-right: .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: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-md-2 {
        margin-left: .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: .25rem !important
    }

    .p-md-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-md-2 {
        padding-top: .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: .25rem !important
    }

    .pe-md-2 {
        padding-right: .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: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-md-2 {
        padding-left: .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-inline-grid {
        display: inline-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: .25rem !important
    }

    .m-lg-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .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: .25rem !important
    }

    .me-lg-2 {
        margin-right: .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: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .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: .25rem !important
    }

    .p-lg-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .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: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .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: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .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-inline-grid {
        display: inline-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: .25rem !important
    }

    .m-xl-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .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: .25rem !important
    }

    .me-xl-2 {
        margin-right: .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: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .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: .25rem !important
    }

    .p-xl-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .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: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .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: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .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-inline-grid {
        display: inline-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: .25rem !important
    }

    .m-xxl-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .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: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .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: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .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: .25rem !important
    }

    .p-xxl-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .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: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .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: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .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-inline-grid {
        display: inline-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
    }
}

/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
    --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: #3046ff;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 48, 70, 255;
    --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-primary-text-emphasis: rgb(19.2, 28, 102);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(213.6, 218, 255);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(172.2, 181, 255);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "DM Sans", 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: calc(1.275rem + 0.3vw);
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #3046ff;
    --bs-link-color-rgb: 48, 70, 255;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(38.4, 56, 204);
    --bs-link-hover-color-rgb: 38, 56, 204;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --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-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(48, 70, 255, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

@media (min-width:1200px) {

    :root,
    [data-bs-theme=light] {
        --bs-body-font-size: 1.5rem
    }
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: rgb(130.8, 144, 255);
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-success-text-emphasis: rgb(117, 183, 152.4);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
    --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(9.6, 14, 51);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
    --bs-success-bg-subtle: rgb(5, 27, 16.8);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
    --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(28.8, 42, 153);
    --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
    --bs-success-border-subtle: rgb(15, 81, 50.4);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
    --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(130.8, 144, 255);
    --bs-link-hover-color: rgb(155.64, 166.2, 255);
    --bs-link-color-rgb: 131, 144, 255;
    --bs-link-hover-color-rgb: 156, 166, 255;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4)
}

*,
::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: var(--bs-border-width) solid;
    opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1 {
    font-size: calc(1.8rem + 6.6vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 6.75rem
    }
}

h2 {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 3rem
    }
}

h3 {
    font-size: calc(1.3875rem + 1.65vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 2.625rem
    }
}

h4 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 2.25rem
    }
}

h5 {
    font-size: calc(1.3125rem + .75vw)
}

@media (min-width:1200px) {
    h5 {
        font-size: 1.875rem
    }
}

h6 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h6 {
        font-size: 1.5rem
    }
}

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

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: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

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

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

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] {
    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
}

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

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

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

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] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-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 Utilities v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
    --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: #3046ff;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 48, 70, 255;
    --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-primary-text-emphasis: rgb(19.2, 28, 102);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(213.6, 218, 255);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(172.2, 181, 255);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "DM Sans", 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: calc(1.275rem + 0.3vw);
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #3046ff;
    --bs-link-color-rgb: 48, 70, 255;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(38.4, 56, 204);
    --bs-link-hover-color-rgb: 38, 56, 204;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --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-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(48, 70, 255, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

@media (min-width:1200px) {

    :root,
    [data-bs-theme=light] {
        --bs-body-font-size: 1.5rem
    }
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: rgb(130.8, 144, 255);
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-success-text-emphasis: rgb(117, 183, 152.4);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
    --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(9.6, 14, 51);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
    --bs-success-bg-subtle: rgb(5, 27, 16.8);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
    --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(28.8, 42, 153);
    --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
    --bs-success-border-subtle: rgb(15, 81, 50.4);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
    --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(130.8, 144, 255);
    --bs-link-hover-color: rgb(155.64, 166.2, 255);
    --bs-link-color-rgb: 131, 144, 255;
    --bs-link-hover-color-rgb: 156, 166, 255;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4)
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
    color: RGBA(38, 56, 204, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(38, 56, 204, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:focus,
.link-secondary:hover {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:focus,
.link-info:hover {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:focus,
.link-warning:hover {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:focus,
.link-danger:hover {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:focus,
.link-light:hover {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:focus,
.link-dark:hover {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em;
    backface-visibility: hidden
}

.icon-link>.bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: .2s ease-in-out transform
}

@media (prefers-reduced-motion:reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:focus-visible>.bi,
.icon-link-hover:hover>.bi {
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
}

.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

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

.shadow {
    box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
    box-shadow: none !important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !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: .25rem !important
}

.m-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
}

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

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

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

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

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

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

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

.me-2 {
    margin-right: .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: .25rem !important
}

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

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

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

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

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

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

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

.ms-2 {
    margin-left: .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: .25rem !important
}

.p-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
}

.pt-2 {
    padding-top: .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: .25rem !important
}

.pe-2 {
    padding-right: .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: .25rem !important
}

.pb-2 {
    padding-bottom: .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: .25rem !important
}

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

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

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

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

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.8rem + 6.6vw) !important
}

.fs-2 {
    font-size: calc(1.425rem + 2.1vw) !important
}

.fs-3 {
    font-size: calc(1.3875rem + 1.65vw) !important
}

.fs-4 {
    font-size: calc(1.35rem + 1.2vw) !important
}

.fs-5 {
    font-size: calc(1.3125rem + .75vw) !important
}

.fs-6 {
    font-size: calc(1.275rem + .3vw) !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

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

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

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

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

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

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10 {
    --bs-link-opacity: 0.1
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25 {
    --bs-link-opacity: 0.25
}

.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50 {
    --bs-link-opacity: 0.5
}

.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75 {
    --bs-link-opacity: 0.75
}

.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100 {
    --bs-link-opacity: 1
}

.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1 {
    text-underline-offset: .125em !important
}

.link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2 {
    text-underline-offset: .25em !important
}

.link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3 {
    text-underline-offset: .375em !important
}

.link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0 {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100 {
    --bs-link-underline-opacity: 1
}

.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

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

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .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-inline-grid {
        display: inline-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: .25rem !important
    }

    .m-sm-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .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: .25rem !important
    }

    .me-sm-2 {
        margin-right: .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: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .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: .25rem !important
    }

    .p-sm-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .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: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .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: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

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

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

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

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-sm-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-sm-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-sm-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .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-inline-grid {
        display: inline-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: .25rem !important
    }

    .m-md-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-md-2 {
        margin-top: .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: .25rem !important
    }

    .me-md-2 {
        margin-right: .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: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-md-2 {
        margin-left: .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: .25rem !important
    }

    .p-md-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-md-2 {
        padding-top: .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: .25rem !important
    }

    .pe-md-2 {
        padding-right: .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: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

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

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

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

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .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-inline-grid {
        display: inline-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: .25rem !important
    }

    .m-lg-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .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: .25rem !important
    }

    .me-lg-2 {
        margin-right: .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: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .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: .25rem !important
    }

    .p-lg-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .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: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .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: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

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

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

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

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .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-inline-grid {
        display: inline-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: .25rem !important
    }

    .m-xl-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .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: .25rem !important
    }

    .me-xl-2 {
        margin-right: .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: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .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: .25rem !important
    }

    .p-xl-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .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: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .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: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

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

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

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

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .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-inline-grid {
        display: inline-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: .25rem !important
    }

    .m-xxl-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .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: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .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: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .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: .25rem !important
    }

    .p-xxl-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .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: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .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: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

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

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

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

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xxl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xxl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 6.75rem !important
    }

    .fs-2 {
        font-size: 3rem !important
    }

    .fs-3 {
        font-size: 2.625rem !important
    }

    .fs-4 {
        font-size: 2.25rem !important
    }

    .fs-5 {
        font-size: 1.875rem !important
    }

    .fs-6 {
        font-size: 1.5rem !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-inline-grid {
        display: inline-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
    }
}

:root,
[data-bs-theme=light] {
    --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: #3046ff;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 48, 70, 255;
    --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-primary-text-emphasis: rgb(19.2, 28, 102);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(213.6, 218, 255);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(172.2, 181, 255);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "DM Sans", 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: calc(1.275rem + 0.3vw);
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #3046ff;
    --bs-link-color-rgb: 48, 70, 255;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(38.4, 56, 204);
    --bs-link-hover-color-rgb: 38, 56, 204;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --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-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(48, 70, 255, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

@media (min-width:1200px) {

    :root,
    [data-bs-theme=light] {
        --bs-body-font-size: 1.5rem
    }
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: rgb(130.8, 144, 255);
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-success-text-emphasis: rgb(117, 183, 152.4);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
    --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(9.6, 14, 51);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
    --bs-success-bg-subtle: rgb(5, 27, 16.8);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
    --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(28.8, 42, 153);
    --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
    --bs-success-border-subtle: rgb(15, 81, 50.4);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
    --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(130.8, 144, 255);
    --bs-link-hover-color: rgb(155.64, 166.2, 255);
    --bs-link-color-rgb: 131, 144, 255;
    --bs-link-hover-color-rgb: 156, 166, 255;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4)
}

*,
::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: var(--bs-border-width) solid;
    opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1 {
    font-size: calc(1.8rem + 6.6vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 6.75rem
    }
}

h2 {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 3rem
    }
}

h3 {
    font-size: calc(1.3875rem + 1.65vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 2.625rem
    }
}

h4 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 2.25rem
    }
}

h5 {
    font-size: calc(1.3125rem + .75vw)
}

@media (min-width:1200px) {
    h5 {
        font-size: 1.875rem
    }
}

h6 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h6 {
        font-size: 1.5rem
    }
}

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

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: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

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

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

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] {
    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
}

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

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

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

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] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-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
}

.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) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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) {

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

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.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(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333333%
}

.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.66666667%
}

.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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

    .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.33333333%
    }

    .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.66666667%
    }

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

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(48, 70, 255, .25)
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #3046ff
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

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

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

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

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.21875rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.875rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.875rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

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

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

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

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

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

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

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-9by16::before {
    padding-top: 177.7777777778%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}