: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: #4ae277;
    --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: #000;
    --bs-secondary: #6c757d;
    --bs-success: #4ae277;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #c1001e;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 0,0,0;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 74,226,119;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 193,0,30;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #000;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #1e5a30;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #4d000c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #ccc;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #dbf9e4;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f3ccd2;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #999;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #b7f3c9;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #e699a5;
    --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: 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,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-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: #000;
    --bs-link-color-rgb: 0,0,0;
    --bs-link-decoration: none;
    --bs-link-hover-color: #000;
    --bs-link-hover-color-rgb: 0,0,0;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --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: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .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: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(0,0,0,0.25);
    --bs-form-valid-color: #4ae277;
    --bs-form-valid-border-color: #4ae277;
    --bs-form-invalid-color: #c1001e;
    --bs-form-invalid-border-color: #c1001e
}

[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: #2b3035;
    --bs-tertiary-bg-rgb: 43,48,53;
    --bs-primary-text-emphasis: #666;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #92eead;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #da6678;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #000;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #0f2d18;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #270006;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #000;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #2c8847;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #740012;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #666;
    --bs-link-hover-color: #858585;
    --bs-link-color-rgb: 102,102,102;
    --bs-link-hover-color-rgb: 133,133,133;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0,0%,100%,0.15);
    --bs-form-valid-color: #92eead;
    --bs-form-valid-border-color: #92eead;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent
}

a,
a:hover {
    color: #000
}

a:hover {
    text-decoration: underline
}

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

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

label {
    display: inline-block;
    margin-bottom: .5rem
}

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,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

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

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

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

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: .875em;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 544px) {

    .container,
    .container-sm {
        max-width: 640px
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1024px
    }
}

@media (min-width: 1024px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1920px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xl_md,
.col-xl_md-1,
.col-xl_md-2,
.col-xl_md-3,
.col-xl_md-4,
.col-xl_md-5,
.col-xl_md-6,
.col-xl_md-7,
.col-xl_md-8,
.col-xl_md-9,
.col-xl_md-10,
.col-xl_md-11,
.col-xl_md-12,
.col-xl_md-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

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

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

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

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

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 544px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1300px) {
    .col-xl_md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-xl_md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

    .row-cols-xl_md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl_md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl_md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl_md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl_md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xl_md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl_md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xl_md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl_md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xl_md-first {
        order: -1
    }

    .order-xl_md-last {
        order: 13
    }

    .order-xl_md-0 {
        order: 0
    }

    .order-xl_md-1 {
        order: 1
    }

    .order-xl_md-2 {
        order: 2
    }

    .order-xl_md-3 {
        order: 3
    }

    .order-xl_md-4 {
        order: 4
    }

    .order-xl_md-5 {
        order: 5
    }

    .order-xl_md-6 {
        order: 6
    }

    .order-xl_md-7 {
        order: 7
    }

    .order-xl_md-8 {
        order: 8
    }

    .order-xl_md-9 {
        order: 9
    }

    .order-xl_md-10 {
        order: 10
    }

    .order-xl_md-11 {
        order: 11
    }

    .order-xl_md-12 {
        order: 12
    }

    .offset-xl_md-0 {
        margin-left: 0
    }

    .offset-xl_md-1 {
        margin-left: 8.33333%
    }

    .offset-xl_md-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl_md-4 {
        margin-left: 33.33333%
    }

    .offset-xl_md-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl_md-7 {
        margin-left: 58.33333%
    }

    .offset-xl_md-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl_md-10 {
        margin-left: 83.33333%
    }

    .offset-xl_md-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8b8b8
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7a7a7a
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #ababab
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #ccf7d9
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #a1f0b8
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b6f4c9
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #eeb8c0
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #df7a8a
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #e9a3ae
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 543.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 1023.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1299.98px) {
    .table-responsive-xl_md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl_md>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #4ae277
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(74, 226, 119, .9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #4ae277;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%234ae277' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #4ae277;
    box-shadow: 0 0 0 .2rem rgba(74, 226, 119, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #4ae277;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%234ae277' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #4ae277;
    box-shadow: 0 0 0 .2rem rgba(74, 226, 119, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #4ae277
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #4ae277
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #4ae277
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #76e998;
    background-color: #76e998
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(74, 226, 119, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #4ae277
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #4ae277;
    box-shadow: 0 0 0 .2rem rgba(74, 226, 119, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #c1001e
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(193, 0, 30, .9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #c1001e;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c1001e'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c1001e' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #c1001e;
    box-shadow: 0 0 0 .2rem rgba(193, 0, 30, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #c1001e;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c1001e'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c1001e' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #c1001e;
    box-shadow: 0 0 0 .2rem rgba(193, 0, 30, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #c1001e
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #c1001e
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #c1001e
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #f40026;
    background-color: #f40026
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(193, 0, 30, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #c1001e
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #c1001e;
    box-shadow: 0 0 0 .2rem rgba(193, 0, 30, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 544px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #212529;
    background-color: #4ae277;
    border-color: #4ae277
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #212529;
    background-color: #29dd5e;
    border-color: #22d758
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(68, 198, 107, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #212529;
    background-color: #4ae277;
    border-color: #4ae277
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #22d758;
    border-color: #21cc53
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(68, 198, 107, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #c1001e;
    border-color: #c1001e
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #9b0018;
    border-color: #8e0016
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(202, 38, 64, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #c1001e;
    border-color: #c1001e
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #8e0016;
    border-color: #810014
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(202, 38, 64, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #000;
    border-color: #000
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #4ae277;
    border-color: #4ae277
}

.btn-outline-success:hover {
    color: #212529;
    background-color: #4ae277;
    border-color: #4ae277
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(74, 226, 119, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #4ae277;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #4ae277;
    border-color: #4ae277
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(74, 226, 119, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #c1001e;
    border-color: #c1001e
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #c1001e;
    border-color: #c1001e
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(193, 0, 30, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #c1001e;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c1001e;
    border-color: #c1001e
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(193, 0, 30, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #000;
    text-decoration: none
}

.btn-link:hover {
    color: #000
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 544px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1024px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1300px) {
    .dropdown-menu-xl_md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl_md-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    print-color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #404040
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #595959;
    border-color: #595959
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #000;
    background-color: #000
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 0, 0, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 0, 0, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 0, 0, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 0, 0, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #404040;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #595959
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #595959
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #595959
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000
}

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

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

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

.navbar {
    position: relative;
    padding: .5rem 1rem
}

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

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 543.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 544px) {
    .navbar-expand-sm {
        flex-flow: row 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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm {
        flex-wrap: nowrap
    }

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

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row 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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm {
        flex-wrap: nowrap
    }

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

@media (max-width: 1023.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1024px) {
    .navbar-expand-lg {
        flex-flow: row 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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm {
        flex-wrap: nowrap
    }

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

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row 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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm {
        flex-wrap: nowrap
    }

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

@media (max-width: 1299.98px) {

    .navbar-expand-xl_md>.container,
    .navbar-expand-xl_md>.container-fluid,
    .navbar-expand-xl_md>.container-lg,
    .navbar-expand-xl_md>.container-md,
    .navbar-expand-xl_md>.container-sm {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1300px) {
    .navbar-expand-xl_md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

    .navbar-expand-xl_md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl_md>.container,
    .navbar-expand-xl_md>.container-fluid,
    .navbar-expand-xl_md>.container-lg,
    .navbar-expand-xl_md>.container-md,
    .navbar-expand-xl_md>.container-sm {
        flex-wrap: nowrap
    }

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

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm {
    padding-right: 0;
    padding-left: 0
}

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

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm {
    flex-wrap: nowrap
}

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

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

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

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 544px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 544px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 544px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #000;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

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

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)*0.5) calc(var(--bs-modal-header-padding-x)*0.5);
    margin-top: calc(var(--bs-modal-header-padding-y)*-0.5);
    margin-right: calc(var(--bs-modal-header-padding-x)*-0.5);
    margin-bottom: calc(var(--bs-modal-header-padding-y)*-0.5);
    margin-left: auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*0.5)
}

@media (min-width: 544px) {
    .modal {
        --bs-modal-margin:1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 1024px) {
    .modal-lg,.modal-xl {
        --bs-modal-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width:1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 543.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1023.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1299.98px) {
    .modal-fullscreen-xl_md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl_md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl_md-down .modal-footer,.modal-fullscreen-xl_md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl_md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1919.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

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

.bg-primary,
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #000 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #4ae277 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #22d758 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #c1001e !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #8e0016 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #000 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #4ae277 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #c1001e !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

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

@media (min-width: 544px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

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

    .d-sm-block {
        display: block !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
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

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

    .d-md-block {
        display: block !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
    }
}

@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

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

    .d-lg-block {
        display: block !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
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

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

    .d-xl-block {
        display: block !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
    }
}

@media (min-width: 1300px) {
    .d-xl_md-none {
        display: none !important
    }

    .d-xl_md-inline {
        display: inline !important
    }

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

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

    .d-xl_md-table {
        display: table !important
    }

    .d-xl_md-table-row {
        display: table-row !important
    }

    .d-xl_md-table-cell {
        display: table-cell !important
    }

    .d-xl_md-flex {
        display: flex !important
    }

    .d-xl_md-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

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

    .d-print-block {
        display: block !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
    }
}

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

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

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

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

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

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

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

.flex-fill {
    flex: 1 1 auto !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
}

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

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

@media (min-width: 544px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

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

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !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
    }

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

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

@media (min-width: 768px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

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

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !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
    }

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

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

@media (min-width: 1024px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

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

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !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
    }

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

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

@media (min-width: 1200px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

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

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !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
    }

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

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

@media (min-width: 1300px) {
    .flex-xl_md-row {
        flex-direction: row !important
    }

    .flex-xl_md-column {
        flex-direction: column !important
    }

    .flex-xl_md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl_md-column-reverse {
        flex-direction: column-reverse !important
    }

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

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

    .flex-xl_md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

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

    .flex-xl_md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl_md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl_md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl_md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl_md-start {
        justify-content: flex-start !important
    }

    .justify-content-xl_md-end {
        justify-content: flex-end !important
    }

    .justify-content-xl_md-center {
        justify-content: center !important
    }

    .justify-content-xl_md-between {
        justify-content: space-between !important
    }

    .justify-content-xl_md-around {
        justify-content: space-around !important
    }

    .align-items-xl_md-start {
        align-items: flex-start !important
    }

    .align-items-xl_md-end {
        align-items: flex-end !important
    }

    .align-items-xl_md-center {
        align-items: center !important
    }

    .align-items-xl_md-baseline {
        align-items: baseline !important
    }

    .align-items-xl_md-stretch {
        align-items: stretch !important
    }

    .align-content-xl_md-start {
        align-content: flex-start !important
    }

    .align-content-xl_md-end {
        align-content: flex-end !important
    }

    .align-content-xl_md-center {
        align-content: center !important
    }

    .align-content-xl_md-between {
        align-content: space-between !important
    }

    .align-content-xl_md-around {
        align-content: space-around !important
    }

    .align-content-xl_md-stretch {
        align-content: stretch !important
    }

    .align-self-xl_md-auto {
        align-self: auto !important
    }

    .align-self-xl_md-start {
        align-self: flex-start !important
    }

    .align-self-xl_md-end {
        align-self: flex-end !important
    }

    .align-self-xl_md-center {
        align-self: center !important
    }

    .align-self-xl_md-baseline {
        align-self: baseline !important
    }

    .align-self-xl_md-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 544px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1024px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1300px) {
    .float-xl_md-left {
        float: left !important
    }

    .float-xl_md-right {
        float: right !important
    }

    .float-xl_md-none {
        float: none !important
    }
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

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

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

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

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

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

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

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

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

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

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

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

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

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

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

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

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

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

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

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

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

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

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

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

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

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

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

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

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

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

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

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 544px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

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

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

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

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

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

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

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

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

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

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

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

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

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

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

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

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

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

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

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

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

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

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

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

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1024px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

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

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

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

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

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

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

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

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

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

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

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

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

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

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

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

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

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

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

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

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

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

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

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

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1300px) {
    .m-xl_md-0 {
        margin: 0 !important
    }

    .mt-xl_md-0,
    .my-xl_md-0 {
        margin-top: 0 !important
    }

    .mr-xl_md-0,
    .mx-xl_md-0 {
        margin-right: 0 !important
    }

    .mb-xl_md-0,
    .my-xl_md-0 {
        margin-bottom: 0 !important
    }

    .ml-xl_md-0,
    .mx-xl_md-0 {
        margin-left: 0 !important
    }

    .m-xl_md-1 {
        margin: .25rem !important
    }

    .mt-xl_md-1,
    .my-xl_md-1 {
        margin-top: .25rem !important
    }

    .mr-xl_md-1,
    .mx-xl_md-1 {
        margin-right: .25rem !important
    }

    .mb-xl_md-1,
    .my-xl_md-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl_md-1,
    .mx-xl_md-1 {
        margin-left: .25rem !important
    }

    .m-xl_md-2 {
        margin: .5rem !important
    }

    .mt-xl_md-2,
    .my-xl_md-2 {
        margin-top: .5rem !important
    }

    .mr-xl_md-2,
    .mx-xl_md-2 {
        margin-right: .5rem !important
    }

    .mb-xl_md-2,
    .my-xl_md-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl_md-2,
    .mx-xl_md-2 {
        margin-left: .5rem !important
    }

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

    .mt-xl_md-3,
    .my-xl_md-3 {
        margin-top: 1rem !important
    }

    .mr-xl_md-3,
    .mx-xl_md-3 {
        margin-right: 1rem !important
    }

    .mb-xl_md-3,
    .my-xl_md-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl_md-3,
    .mx-xl_md-3 {
        margin-left: 1rem !important
    }

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

    .mt-xl_md-4,
    .my-xl_md-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl_md-4,
    .mx-xl_md-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl_md-4,
    .my-xl_md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl_md-4,
    .mx-xl_md-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-xl_md-5,
    .my-xl_md-5 {
        margin-top: 3rem !important
    }

    .mr-xl_md-5,
    .mx-xl_md-5 {
        margin-right: 3rem !important
    }

    .mb-xl_md-5,
    .my-xl_md-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl_md-5,
    .mx-xl_md-5 {
        margin-left: 3rem !important
    }

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

    .pt-xl_md-0,
    .py-xl_md-0 {
        padding-top: 0 !important
    }

    .pr-xl_md-0,
    .px-xl_md-0 {
        padding-right: 0 !important
    }

    .pb-xl_md-0,
    .py-xl_md-0 {
        padding-bottom: 0 !important
    }

    .pl-xl_md-0,
    .px-xl_md-0 {
        padding-left: 0 !important
    }

    .p-xl_md-1 {
        padding: .25rem !important
    }

    .pt-xl_md-1,
    .py-xl_md-1 {
        padding-top: .25rem !important
    }

    .pr-xl_md-1,
    .px-xl_md-1 {
        padding-right: .25rem !important
    }

    .pb-xl_md-1,
    .py-xl_md-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl_md-1,
    .px-xl_md-1 {
        padding-left: .25rem !important
    }

    .p-xl_md-2 {
        padding: .5rem !important
    }

    .pt-xl_md-2,
    .py-xl_md-2 {
        padding-top: .5rem !important
    }

    .pr-xl_md-2,
    .px-xl_md-2 {
        padding-right: .5rem !important
    }

    .pb-xl_md-2,
    .py-xl_md-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl_md-2,
    .px-xl_md-2 {
        padding-left: .5rem !important
    }

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

    .pt-xl_md-3,
    .py-xl_md-3 {
        padding-top: 1rem !important
    }

    .pr-xl_md-3,
    .px-xl_md-3 {
        padding-right: 1rem !important
    }

    .pb-xl_md-3,
    .py-xl_md-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl_md-3,
    .px-xl_md-3 {
        padding-left: 1rem !important
    }

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

    .pt-xl_md-4,
    .py-xl_md-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl_md-4,
    .px-xl_md-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl_md-4,
    .py-xl_md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl_md-4,
    .px-xl_md-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-xl_md-5,
    .py-xl_md-5 {
        padding-top: 3rem !important
    }

    .pr-xl_md-5,
    .px-xl_md-5 {
        padding-right: 3rem !important
    }

    .pb-xl_md-5,
    .py-xl_md-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl_md-5,
    .px-xl_md-5 {
        padding-left: 3rem !important
    }

    .m-xl_md-n1 {
        margin: -.25rem !important
    }

    .mt-xl_md-n1,
    .my-xl_md-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl_md-n1,
    .mx-xl_md-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl_md-n1,
    .my-xl_md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl_md-n1,
    .mx-xl_md-n1 {
        margin-left: -.25rem !important
    }

    .m-xl_md-n2 {
        margin: -.5rem !important
    }

    .mt-xl_md-n2,
    .my-xl_md-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl_md-n2,
    .mx-xl_md-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl_md-n2,
    .my-xl_md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl_md-n2,
    .mx-xl_md-n2 {
        margin-left: -.5rem !important
    }

    .m-xl_md-n3 {
        margin: -1rem !important
    }

    .mt-xl_md-n3,
    .my-xl_md-n3 {
        margin-top: -1rem !important
    }

    .mr-xl_md-n3,
    .mx-xl_md-n3 {
        margin-right: -1rem !important
    }

    .mb-xl_md-n3,
    .my-xl_md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl_md-n3,
    .mx-xl_md-n3 {
        margin-left: -1rem !important
    }

    .m-xl_md-n4 {
        margin: -1.5rem !important
    }

    .mt-xl_md-n4,
    .my-xl_md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl_md-n4,
    .mx-xl_md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl_md-n4,
    .my-xl_md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl_md-n4,
    .mx-xl_md-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl_md-n5 {
        margin: -3rem !important
    }

    .mt-xl_md-n5,
    .my-xl_md-n5 {
        margin-top: -3rem !important
    }

    .mr-xl_md-n5,
    .mx-xl_md-n5 {
        margin-right: -3rem !important
    }

    .mb-xl_md-n5,
    .my-xl_md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl_md-n5,
    .mx-xl_md-n5 {
        margin-left: -3rem !important
    }

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

    .mt-xl_md-auto,
    .my-xl_md-auto {
        margin-top: auto !important
    }

    .mr-xl_md-auto,
    .mx-xl_md-auto {
        margin-right: auto !important
    }

    .mb-xl_md-auto,
    .my-xl_md-auto {
        margin-bottom: auto !important
    }

    .ml-xl_md-auto,
    .mx-xl_md-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 544px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1024px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1300px) {
    .text-xl_md-left {
        text-align: left !important
    }

    .text-xl_md-right {
        text-align: right !important
    }

    .text-xl_md-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary,
a.text-primary:focus,
a.text-primary:hover {
    color: #000 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #4ae277 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1fc14f !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #c1001e !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #750012 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 1024px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.pull-left-xs {
    float: left
}

.pull-right-xs {
    float: right
}

@media (min-width: 544px) and (max-width:767.98px) {
    .pull-left-sm {
        float: left
    }

    .pull-right-sm {
        float: right
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .pull-left-md {
        float: left
    }

    .pull-right-md {
        float: right
    }
}

@media (min-width: 1024px) and (max-width:1199.98px) {
    .pull-left-lg {
        float: left
    }

    .pull-right-lg {
        float: right
    }
}

@media (min-width: 1200px) and (max-width:1299.98px) {
    .pull-left-xl {
        float: left
    }

    .pull-right-xl {
        float: right
    }
}

@media (min-width: 1300px) {
    .pull-left-xl_md {
        float: left
    }

    .pull-right-xl_md {
        float: right
    }
}

@media (max-width: 543.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (max-width: 1023.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (max-width: 1199.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (max-width: 1299.98px) {
    .hidden-xl-down {
        display: none !important
    }
}

.hidden-xl_md-down {
    display: none !important
}

.row.equal-height>[class^=col] {
    display: flex
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s ease
}

body {
    color: #000
}

.container--small {
    max-width: 100rem
}

.text--smaller {
    font-size: .625rem;
    line-height: 1.5
}

.text--x-small {
    font-size: .75rem
}

.text--xx-small {
    font-size: .6875rem
}

.text--small {
    font-size: .875rem;
    line-height: 1rem
}

.text--unspaced {
    letter-spacing: 0
}

.text--medium {
    font-size: 1rem;
    line-height: 1.125rem
}

.text--medium-large {
    font-size: 1.125rem
}

.text--large {
    font-size: 1.25rem
}

.text--size-inherit {
    font-size: inherit
}

.text--normal {
    font-weight: 400
}

.text--semibold {
    font-weight: 500
}

.text--bold {
    font-weight: 700
}

.text--muted {
    color: #666
}

.text--black {
    color: #000
}

.text--error {
    color: #c1001e
}

.text--underline {
    text-decoration: underline;
    text-decoration-skip-ink: none
}

.text--ls-half {
    letter-spacing: .03125rem
}

.text--ls-3 {
    letter-spacing: .1875rem
}

.text--times-italic {
    font-family: Times New Roman, Times, serif;
    font-style: italic
}

.text--lh-15 {
    line-height: 1.5
}

.heading--h1 {
    font-weight: 500;
    line-height: 1
}

.heading--h3 {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .05rem;
    margin-bottom: 0
}

.heading--h2 {
    font-size: 1.125rem;
    font-weight: 400
}

.heading--h4 {
    font-size: 1.25rem;
    letter-spacing: .03125rem
}

.sentence-case {
    text-transform: lowercase
}

.sentence-case:first-letter {
    text-transform: uppercase
}

.sentence-case--span {
    text-transform: lowercase;
    display: inline-block;
    text-decoration: inherit
}

.sentence-case--span:first-letter {
    text-transform: uppercase
}

.font-normal {
    font-style: normal !important
}

.ui-datepicker.ui-widget-content {
    width: 409px;
    margin: 5px auto 0;
    border-radius: 0
}

.ui-datepicker.ui-widget-content .previous-days {
    pointer-events: none
}

.ui-datepicker.ui-widget-content .previous-days a.ui-state-default {
    color: #71767f
}

.ui-datepicker.ui-widget-content .ui-datepicker-unselectable {
    pointer-events: none
}

.ui-datepicker.ui-widget-content .custom-disclaimer-datepicker {
    position: absolute;
    bottom: -1.25rem;
    left: -.0625rem;
    width: 100%;
    background: #fff;
    font-size: .75rem;
    color: #71767f
}

@media (min-width: 544px) {
    .ui-datepicker.ui-widget-content .custom-disclaimer-datepicker {
        width: 26.125rem
    }
}

.ui-datepicker.ui-widget-content .ui-datepicker-header {
    background: none;
    border: none;
    font-weight: 400
}

.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-state-hover {
    background: none;
    border: none;
    cursor: pointer
}

.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    background-position: -96px 0;
    transform: scale(1.2);
    margin-left: -4px;
    margin-top: -4px
}

.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-next .ui-icon {
    background-position: -32px 0;
    transform: scale(1.2);
    margin-left: -14px;
    margin-top: -4px
}

.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px
}

.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-next-hover {
    right: 2px;
    top: 2px
}

.ui-datepicker.ui-widget-content .ui-datepicker-calendar thead th {
    width: 57px;
    font-weight: 400;
    padding-top: 6px;
    position: relative
}

.ui-datepicker.ui-widget-content .ui-datepicker-calendar thead th:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #979797;
    position: absolute;
    bottom: -4px;
    left: 0
}

.ui-datepicker.ui-widget-content .ui-datepicker-calendar thead th:first-child:after {
    width: 70%;
    right: 0;
    left: auto
}

.ui-datepicker.ui-widget-content .ui-datepicker-calendar thead th:last-child:after {
    width: 70%;
    right: auto;
    left: 0
}

.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-default {
    text-align: center;
    border: none;
    background: none;
    height: 27px;
    line-height: 27px;
    padding: 0;
    margin: 9px 0
}

.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-default:hover {
    font-weight: 700
}

.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
    text-decoration: underline;
    color: #000
}

.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-default.ui-state-active {
    border: none;
    background: #979797;
    color: #fff
}

@media (max-width: 1023.98px) {
    .ui-datepicker.ui-widget-content {
        width: 315px;
        height: 293px
    }

    .ui-datepicker.ui-widget-content .ui-datepicker-calendar thead th {
        padding-top: 6px
    }

    .ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-default {
        margin: 7px 0
    }
}

.toastify {
    background: #fff;
    border: 1px solid #000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    color: #000;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 20px;
    padding: 10px 15px;
    max-width: 100%;
    white-space: nowrap
}

.toastify-center {
    right: auto;
    left: 50%;
    transform: translate(-50%)
}

div.tooltip {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.3;
    border-radius: 2px
}

div.tooltip.tooltip-cvc {
    max-width: 12.5rem
}

div.tooltip.show {
    opacity: 1
}

div.tooltip .tooltip-inner {
    box-sizing: border-box;
    height: auto;
    width: max-content;
    max-width: 23.4375rem;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #000;
    padding: .625rem;
    background-color: #fff;
    box-shadow: 3px 7px 21px 0 rgba(60, 60, 60, .5);
    text-align: left
}

@media (max-width: 767.98px) {
    div.tooltip .tooltip-inner {
        max-width: 18.75rem
    }
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #fff
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fff
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #fff
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #fff
}

.c-tooltip__image {
    max-width: 66%;
    display: block;
    margin: .625rem auto
}

.g-dialog {
    height: 100%
}

.g-dialog__wrapper {
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .g-dialog__wrapper {
        max-width: 21.5625rem
    }
}

@media (min-width: 1024px) {
    .g-dialog__wrapper {
        max-width: 56.25rem
    }
}

.g-dialog__wrapper--second {
    max-width: 31.25rem
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .g-dialog__wrapper {
        max-width: 41.875rem;
        width: 100%
    }
}

.g-dialog__close {
    font-size: 1rem;
    opacity: 1;
    position: absolute;
    right: .9375rem;
    top: .9375rem;
    z-index: 5
}

@media (min-width: 1024px) {
    .g-dialog__close {
        font-size: 1.125rem
    }
}

.g-dialog__body {
    padding-top: 1.75rem;
    padding-bottom: 2rem
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .g-dialog__body {
        flex: 0 0 auto
    }
}

.g-dialog__content {
    border-radius: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, .5)
}

.g-dialog__message {
    margin-bottom: 1.25rem
}

.product-selected .bonus-product__link:not(.active) .bonus-product__image {
    opacity: .5
}

.select-item {
    margin-top: .375rem
}

@media (min-width: 1024px) {
    .select-item {
        margin-top: .6875rem
    }
}

.link {
    text-decoration: underline;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    transition: color .2s ease;
    display: inline-block;
    letter-spacing: .5px;
    font-size: .875rem;
    text-decoration-skip-ink: none
}

.link,
.link:active,
.link:focus,
.link:hover {
    color: #000
}

.link--no-decorate,
.link--no-decorate:hover {
    text-decoration: none
}

.link--size-inherit {
    font-size: inherit
}

.link--color-inherit {
    color: inherit
}

.link--toggle[aria-expanded=false] .fa-angle-up,
.link--toggle[aria-expanded=true] .fa-angle-down {
    display: none
}

.divlink {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer
}

.link-color-disclaimer,
.link-color-disclaimer:hover {
    color: #00e
}

.mb-15 {
    margin-bottom: .9375rem
}

.mb-20 {
    margin-bottom: 1.25rem
}

.mb-30 {
    margin-bottom: 1.875rem
}

.mt-15 {
    margin-top: .9375rem
}

.mt-30,
.my-30 {
    margin-top: 1.875rem
}

.my-30 {
    margin-bottom: 1.875rem
}

.px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.pt-20 {
    padding-top: 1.25rem
}

.pt-30 {
    padding-top: 1.875rem
}

@media (min-width: 1024px) {
    .pt-30-mb {
        padding-top: 1.875rem
    }
}

.pointer-events-none {
    pointer-events: none
}

.g-tooltip {
    font-size: .75rem
}

.g-tooltip__heading {
    font-weight: 700;
    font-size: .875rem
}

.g-tooltip__description {
    font-size: .75rem;
    display: block
}

.g-tooltip__icon {
    margin-top: .3125rem
}

.postfix--colon:after {
    content: ":"
}

.list-style-position--inside {
    list-style-position: inside
}

.list-style-type--decimal {
    list-style-type: decimal
}

.font-default {
    font-family: Helvetica, Arial, sans-serif
}

@media (max-width: 1023.98px) {

    .hide__item--collapsed,
    .hide__toggle~.hide__toggle-label--collapse {
        display: none
    }

    .hide__toggle:checked~.hide__item--collapsed {
        display: inline-block
    }

    .hide__toggle:checked~.hide__toggle-label--show {
        display: none
    }

    .hide__toggle:checked~.hide__toggle-label--collapse {
        display: inline-block
    }
}

#ie-marker {
    display: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #ie-marker {
        display: block
    }
}

.font-weight-500 {
    font-weight: 500 !important
}

.custom-radio .custom-radio__label {
    margin-bottom: 0;
    cursor: pointer
}

.custom-radio .custom-radio__input {
    position: absolute;
    visibility: hidden
}

.custom-radio .custom-radio__input+.custom-radio__label:before {
    content: "";
    width: 1rem;
    height: 1rem;
    border: 2px solid #000;
    background: transparent;
    display: inline-block;
    border-radius: 50%;
    transform: translateY(.125rem)
}

.custom-radio .custom-radio__input:checked+.custom-radio__label:before {
    background-image: radial-gradient(circle, #000 45%, transparent 46%)
}

.custom-radio .custom-radio__input:disabled+.custom-radio__label:before {
    opacity: .45
}

.c-tooltip__question-mark {
    font-family: Helvetica, Arial, sans-serif;
    font-size: .75rem
}

.type-nr-noarrows {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0
}

.custom-checkbox .custom-checkbox__label {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-content: center
}

.custom-checkbox .custom-checkbox__input {
    position: absolute;
    opacity: 0
}

.custom-checkbox .custom-checkbox__input:focus+.custom-checkbox__label:before {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-radius: 50%
}

.touch-screen .custom-checkbox .custom-checkbox__input:focus+.custom-checkbox__label:before,
.using-mouse .custom-checkbox .custom-checkbox__input:focus+.custom-checkbox__label:before {
    box-shadow: none;
    border-color: inherit
}

.custom-checkbox .custom-checkbox__input+.custom-checkbox__label:before {
    content: "";
    width: 1.3125rem;
    height: 1.3125rem;
    border: 1px solid #000;
    background: transparent;
    display: inline-block;
    border-radius: 50%;
    margin-right: .25rem;
    flex-shrink: 0
}

.custom-checkbox .custom-checkbox__input+.custom-checkbox__label:after {
    content: "\F00C";
    visibility: hidden;
    position: absolute;
    font-family: Font Awesome\ 6 Pro;
    font-weight: 400;
    font-size: .6875rem;
    line-height: 1.25rem;
    left: .3125rem;
    top: .0625rem
}

.custom-checkbox .custom-checkbox__input:checked+.custom-checkbox__label:after {
    visibility: visible
}

.custom-checkbox .custom-checkbox__input:disabled+.custom-checkbox__label:after,
.custom-checkbox .custom-checkbox__input:disabled+.custom-checkbox__label:before {
    opacity: .45
}

.custom-checkbox .custom-checkbox__input.custom-input__field--invalid+.custom-checkbox__label:before {
    border-color: #c1001e
}

.custom-input {
    position: relative;
    padding-top: .625rem;
    margin-bottom: .625rem
}

.custom-input:after {
    content: "";
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-size: 1rem 1rem;
    right: 0;
    top: 1.3125rem;
    position: absolute;
    z-index: 1;
    pointer-events: none
}

.custom-input.custom-input--secondary:after {
    right: 3.3125rem
}

.custom-input.custom-input__field--empty:after {
    right: 11.5625rem
}

.custom-input.custom-input--forth .is-invalid,
.custom-input.custom-input--third .is-invalid {
    background-position: center right 1.0625rem
}

.custom-input.custom-input--forth:after,
.custom-input.custom-input--third:after {
    right: 1.0625rem
}

.custom-input[class*=-valid]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234AE277' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E")
}

.custom-input[class*=-invalid]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23C1001E' d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E")
}

.custom-input__icon {
    position: absolute;
    right: 0;
    top: 1.3125rem;
    color: #666
}

.custom-input__group {
    display: flex;
    margin-left: -.5rem
}

.custom-input__field {
    border-radius: 0;
    border: none;
    border-bottom: .0625rem solid #71767f;
    padding: .4375rem 0;
    color: #71767f;
    font-size: 1rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: 100% 66%
}

.custom-input__field::placeholder {
    color: #fff
}

.custom-input__field--no-animate::placeholder {
    color: #71767f
}

.custom-input__field:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-radius: 2px;
    border-color: #80bdff #80bdff #71767f;
    padding-right: .625rem
}

.custom-input__field:focus::placeholder {
    color: #71767f
}

.custom-input__field:focus~.custom-input__label {
    font-size: .75rem;
    color: #71767f;
    top: 0
}

.custom-input__field:focus~.custom-input__label .label-digits {
    display: none
}

.custom-input__field:focus~.custom-input__label.footer-signup-label {
    top: -.1875rem
}

.custom-input__field:focus~.custom-input__label .label--focused {
    display: inline
}

.custom-input__field:focus~.custom-input__label .label--unfocused {
    display: none
}

.custom-input__field:-webkit-autofill~.custom-input__label {
    font-size: .75rem;
    color: #71767f;
    top: 0
}

.custom-input__field:-webkit-autofill:focus~.custom-input__label,
.custom-input__field:-webkit-autofill:hover~.custom-input__label {
    font-size: .75rem;
    color: #71767f;
    top: 0
}

.custom-input__field[class*=valid] {
    padding-right: 1.25rem
}

.custom-input__field--invalid,
.custom-input__field.is-invalid {
    border-bottom-color: #c1001e
}

.custom-input__field--invalid:focus,
.custom-input__field.is-invalid:focus {
    border-bottom-color: #c1001e;
    box-shadow: none
}

.custom-input__field--invalid~.custom-input__error,
.custom-input__field.is-invalid~.custom-input__error {
    display: block
}

.custom-input__field--invalid~.custom-input__error .footer-error__submit,
.custom-input__field.is-invalid~.custom-input__error .footer-error__submit {
    background-color: transparent;
    border: none;
    color: #000;
    padding: 0;
    text-decoration: underline
}

.custom-input__field--invalid~.custom-input__button--right,
.custom-input__field--valid~.custom-input__button--right,
.custom-input__field.is-invalid~.custom-input__button--right,
.custom-input__field.is-valid~.custom-input__button--right {
    right: 1.375rem
}

.custom-input__field--invalid[type=password],
.custom-input__field--valid[type=password],
.custom-input__field.is-invalid[type=password],
.custom-input__field.is-valid[type=password] {
    padding-right: 2.625rem
}

.custom-input__field:disabled {
    background-color: transparent;
    background-image: none
}

.custom-input__field--select {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='chevron-down' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E") no-repeat right 50%;
    appearance: none;
    -webkit-appearance: none;
    background-size: .6875rem 1.25rem;
    padding-right: .9375rem
}

.custom-input__field--select::-ms-expand {
    display: none
}

.custom-input__field--bordered {
    background-position: calc(100% - .9375rem) 66%;
    border: .0625rem solid #71767f;
    padding-left: 1.125rem
}

.custom-input__field--narrow {
    height: 1.875rem;
    font-size: .875rem;
    padding-top: .125rem;
    padding-bottom: .125rem
}

.custom-input__textarea {
    resize: none;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-top: .4375rem
}

.custom-input__label {
    position: absolute;
    top: 1.125rem;
    color: #71767f;
    background-color: #fff;
    width: calc(100% - 1.25rem);
    transition: color .3s ease, top .3s ease, font-size .3s ease;
    pointer-events: none;
    line-height: 1.375rem;
    font-size: .9375rem
}

.custom-input__label .label--focused {
    display: none
}

.custom-input__label.footer-signup-label {
    top: .75rem
}

.custom-input__label .c-tooltip {
    color: inherit;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    pointer-events: auto
}

.custom-input__label .c-tooltip:hover {
    text-decoration: none
}

.custom-input__label--no-animate {
    top: 0;
    font-size: .75rem;
    color: #71767f;
    white-space: nowrap
}

.custom-input__button {
    position: absolute;
    background-image: none;
    background-color: transparent;
    top: 1.1875rem;
    padding: 0;
    color: #969696;
    z-index: 1
}

.custom-input__button--right {
    right: 0
}

.custom-input__button:active,
.custom-input__button:focus {
    outline: 1;
    box-shadow: none
}

.custom-input__button-content--activated {
    display: inline-block
}

.custom-input__button-content--disactivated {
    display: none
}

.custom-input__error {
    color: #c1001e;
    font-size: .75rem
}

.custom-input__tooltip {
    position: absolute;
    background-image: none;
    background-color: transparent;
    bottom: .3125rem;
    right: 0;
    color: #000
}

.custom-input__tooltip:hover {
    color: #000
}

.custom-input__tooltip.guess-list-tooltip {
    top: 1.3125rem
}

.custom-input__limit {
    color: #71767f;
    font-size: .75rem;
    letter-spacing: .03125rem
}

.custom-input__phone:after {
    top: 1.8125rem
}

.custom-input--small {
    width: 50%;
    max-width: 50%;
    padding-left: .5rem;
    padding-right: .5rem
}

.custom-input--active .custom-input__label {
    font-size: .75rem;
    color: #71767f;
    top: 0;
    background-color: transparent
}

.custom-input--active .label-digits,
.custom-input--masked .custom-input__button-content--activated {
    display: none
}

.custom-input--masked .custom-input__button-content--disactivated {
    display: inline-block
}

.custom-input[data-type=unknown]:after {
    right: 11.25rem
}

.form-alert {
    border: .0625rem solid #c1001e;
    padding: .6875rem .75rem;
    position: relative
}

.form-alert__close {
    position: absolute;
    background: none;
    right: 0;
    top: 0;
    font-size: .75rem
}

.form-alert__text {
    font-size: .875rem
}

.form-control.is-invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath stroke-width='8' fill='transparent' stroke='%23C1001E' d='M25 25l50 50m0-50L25 75'/%3E%3C/svg%3E");
    background-position: center right -.25rem
}

.form-control.is-invalid[class*=address1] {
    padding-right: 3.125rem
}

.form-control.is-invalid[class*=address1]~.custom-input__icon-label .custom-input__icon {
    right: 1.625rem
}

.input__clear-field,
.input__clear-field:hover {
    text-decoration: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .custom-input__label.custom-input-ms {
        font-size: .75rem;
        color: #71767f;
        top: 0
    }

    input::-ms-clear {
        display: none;
        height: 0;
        width: 0
    }
}

.box {
    padding: 1.5625rem .875rem;
    position: relative
}

.box--primary {
    border: .0625rem solid #666
}

.box--second {
    background-color: #f2f2f2
}

.box--light {
    border: .0625rem solid #eee
}

.box__close {
    position: absolute;
    top: .5rem;
    right: .625rem
}

.alert-danger:not(:empty) {
    padding: .3125rem .625rem;
    border: .0625rem solid #c1001e;
    margin: 0 0 .9375rem;
    font-size: .8125rem
}

.processing {
    display: flex
}

.processing__stage {
    flex: 1;
    position: relative;
    text-align: left;
    color: #fff
}

.processing__stage:after {
    content: "";
    width: 100%;
    height: .125rem;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%
}

.processing__stage:last-child {
    flex-grow: 0
}

.processing__stage:last-child:after {
    display: none
}

.processing__stage--complete .processing__stage-icon {
    background-color: #000;
    border-color: #000
}

.processing__stage-icon {
    width: 1.25rem;
    height: 1.25rem;
    border: .0625rem solid #d8d8d8;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    font-size: .875rem;
    line-height: 1.1875rem;
    text-align: center
}

.processing__text {
    color: #000;
    font-size: .75rem;
    text-align: center;
    position: absolute;
    top: 0;
    margin-top: 30px;
    transform: translateX(-50%) translateX(-.625rem);
    width: 5.625rem
}

.tabs .tabs__navigation {
    position: relative;
    margin-bottom: 1.625rem
}

.tabs .tabs__navigation:after {
    content: "";
    width: calc(100% + 1.875rem);
    position: absolute;
    bottom: 0;
    left: -.9375rem;
    border-bottom: .0625rem solid #e3e3e3;
    z-index: -1
}

@media (max-width: 767.98px) {
    .tabs .tabs__navigation-item {
        flex: 0 0 auto
    }
}

@media (max-width: 1023.98px) {
    .tabs .tabs__navigation-item.invisible {
        width: 0
    }
}

@media (min-width: 1024px) {
    .tabs .tabs__navigation--sticky {
        position: sticky;
        top: 12.5rem
    }
}

@media (min-width: 1024px) {
    .tabs .tabs__navigation--primary {
        padding-top: 4.5rem;
        margin-right: 8%;
        margin-bottom: 0;
        height: 100%;
        border-right: .0625rem solid #e3e3e3
    }

    .tabs .tabs__navigation--primary:after {
        display: none
    }
}

.tabs .tabs__navigation--primary .tabs__navigation-link {
    color: #969696;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: .625rem 0;
    margin-right: 1.25rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400
}

@media (min-width: 1024px) {
    .tabs .tabs__navigation--primary .tabs__navigation-link {
        padding: 1.125rem 1.5625rem 1.0625rem 4.25rem;
        border-left: .1875rem solid transparent;
        white-space: break-word;
        margin-right: 0;
        transition: all .3s
    }

    .tabs .tabs__navigation--primary .tabs__navigation-link:focus,
    .tabs .tabs__navigation--primary .tabs__navigation-link:hover {
        background-color: #f4f4f4;
        border-left-color: #f4f4f4
    }
}

.tabs .tabs__navigation--primary .tabs__navigation-link--returns {
    display: none
}

.tabs .tabs__navigation--primary .tabs__navigation-link--returns.active {
    display: block
}

.tabs .tabs__navigation--primary .active {
    color: #000;
    border-bottom: 1px solid #000
}

@media (min-width: 1024px) {
    .tabs .tabs__navigation--primary .active {
        background-color: #f4f4f4;
        border-left-color: #000;
        border-bottom-width: 0
    }

    .tabs .tabs__navigation--primary .active:focus,
    .tabs .tabs__navigation--primary .active:hover {
        border-left-color: #000
    }
}

.tabs .tabs__navigation--secondary {
    margin-bottom: .6875rem;
    border-bottom: 0;
    overflow: visible
}

.tabs .tabs__navigation--secondary:after {
    display: none
}

.tabs .tabs__navigation--secondary .tabs__navigation-link {
    padding: 0;
    color: #000;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    border: none;
    font-size: 1rem;
    margin-right: .9375rem
}

@media (min-width: 768px) {
    .tabs .tabs__navigation--secondary .tabs__navigation-link {
        margin-right: .3125rem
    }
}

.tabs .tabs__navigation--secondary .tabs__navigation-link.active {
    cursor: default;
    font-weight: 500;
    text-decoration: none
}

.tabs .tabs__navigation--third .active .tabs__marker--selected {
    display: inline-block
}

.tabs .tabs__navigation--third .active .tabs__marker--deselected {
    display: none
}

.tabs .tabs__navigation--third .tabs__navigation-item {
    flex: 1
}

.tabs .tabs__navigation--third:after {
    display: none
}

.tabs .tabs__navigation--third .tabs__check-options {
    position: absolute;
    bottom: 0
}

.tabs__marker {
    font-size: 1.5rem
}

.tabs__marker--selected {
    display: none
}

.tabs__content--pimary,
.tabs__content--second {
    width: 100%
}

@media (min-width: 1024px) {
    .tabs__content--second {
        max-width: 21.875rem;
        margin-left: 11%
    }
}

.tab-pane--primary {
    border-bottom: .0625rem solid #eee
}

@media (max-width: 1023.98px) {
    .page--account .tabs__navigation--primary .tabs__navigation-link {
        margin-right: .625rem;
        padding: .625rem .1875rem
    }
}

.page--account .navigation-center {
    justify-content: center
}

@media (max-width: 380px) {
    .page--account .navigation-center {
        justify-content: start
    }
}

@media (max-width: 560px) {
    .page--account .navigation-center--fr {
        justify-content: start
    }
}

@media (max-width: 585px) {
    .page--account .navigation-center-account {
        justify-content: start
    }
}

@media (max-width: 625px) {
    .page--account .navigation-center-account--fr {
        justify-content: start
    }
}

.tabs__navigation-mb {
    position: relative;
    margin-bottom: .75rem
}

.breadcrumbs {
    padding: .625rem 0;
    font-size: .875rem
}

@media (min-width: 1024px) {
    .breadcrumbs--pdp {
        font-size: .75rem;
        letter-spacing: .02375rem
    }
}

.breadcrumbs--secondary {
    background-color: #eee
}

.breadcrumbs__list {
    padding-left: 1.875rem
}

.breadcrumbs__item {
    list-style: none
}

.breadcrumbs__item+.breadcrumbs__item {
    padding-left: .625rem
}

.breadcrumbs__item+.breadcrumbs__item:before {
    display: inline-block;
    color: #000;
    content: "/";
    transform: translateX(-.3125rem)
}

.breadcrumbs__item--active .breadcrumbs__item-link {
    color: #71767f
}

.breadcrumbs__icon {
    font-size: .75rem;
    margin-right: .25rem
}

.breadcrumbs__back-button .link {
    color: #666
}

.pagination {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .03125rem;
    text-align: right
}

.pagination__total-number {
    font-weight: 400
}

@media (max-width: 767.98px) {
    .pagination__top {
        display: none
    }
}

.pagination__bottom {
    padding: .9375rem
}

.pagination__arrow {
    font-size: .75rem;
    margin-right: .5625rem;
    font-weight: 400
}

.pagination__arrow--right {
    margin-left: .5rem
}

.pagination__arrow--down {
    font-size: .875rem;
    position: absolute;
    top: .25rem;
    right: -.375rem;
    pointer-events: none
}

.pagination__view {
    text-decoration: underline;
    margin-right: .9375rem;
    font-weight: 400
}

.pagination__paging-element {
    -webkit-appearance: none;
    appearance: none;
    text-decoration: underline;
    display: inline-block;
    padding: 0 1rem 0 .3125rem;
    border: none;
    background-color: #fff
}

@media (max-width: 640px) {
    .pagination__paging-element {
        width: 3rem
    }
}

.pagination__paging-element::-ms-expand {
    display: none
}

@media (max-width: 640px) {
    .pagination__paging-button {
        width: 3rem;
        height: 3rem
    }
}

.pagination__paging-button:disabled {
    color: #666;
    opacity: .7
}

.auto-paging.is-loading {
    height: 3.125rem
}

.auto-paging .spinner {
    transform: scale(.5)
}

* {
    font-family: Helvetica, Arial, sans-serif
}

.section-description {
    letter-spacing: -.3125px
}

a.btn,
a.button,
button.btn,
button.button,
input[type=button].btn,
input[type=button].button,
input[type=submit].btn,
input[type=submit].button {
    min-height: 44px;
    box-sizing: border-box;
    border-width: .125rem;
    border-color: transparent;
    border-radius: 0;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    letter-spacing: 1.69px;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    transition-property: none
}

a.btn-primary,
a.btn.primary,
a.button-primary,
a.button.primary,
button.btn-primary,
button.btn.primary,
button.button-primary,
button.button.primary,
input[type=button].btn-primary,
input[type=button].btn.primary,
input[type=button].button-primary,
input[type=button].button.primary,
input[type=submit].btn-primary,
input[type=submit].btn.primary,
input[type=submit].button-primary,
input[type=submit].button.primary {
    background-color: #000;
    color: #fff;
    border: .125rem solid #000
}

a.btn-primary:hover,
a.btn.primary:hover,
a.button-primary:hover,
a.button.primary:hover,
button.btn-primary:hover,
button.btn.primary:hover,
button.button-primary:hover,
button.button.primary:hover,
input[type=button].btn-primary:hover,
input[type=button].btn.primary:hover,
input[type=button].button-primary:hover,
input[type=button].button.primary:hover,
input[type=submit].btn-primary:hover,
input[type=submit].btn.primary:hover,
input[type=submit].button-primary:hover,
input[type=submit].button.primary:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none
}

a.btn-primary:active,
a.btn-primary:focus,
a.btn.primary:active,
a.btn.primary:focus,
a.button-primary:active,
a.button-primary:focus,
a.button.primary:active,
a.button.primary:focus,
button.btn-primary:active,
button.btn-primary:focus,
button.btn.primary:active,
button.btn.primary:focus,
button.button-primary:active,
button.button-primary:focus,
button.button.primary:active,
button.button.primary:focus,
input[type=button].btn-primary:active,
input[type=button].btn-primary:focus,
input[type=button].btn.primary:active,
input[type=button].btn.primary:focus,
input[type=button].button-primary:active,
input[type=button].button-primary:focus,
input[type=button].button.primary:active,
input[type=button].button.primary:focus,
input[type=submit].btn-primary:active,
input[type=submit].btn-primary:focus,
input[type=submit].btn.primary:active,
input[type=submit].btn.primary:focus,
input[type=submit].button-primary:active,
input[type=submit].button-primary:focus,
input[type=submit].button.primary:active,
input[type=submit].button.primary:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-radius: 2px
}

a.btn-secondary,
a.btn.secondary,
a.button-secondary,
a.button.secondary,
button.btn-secondary,
button.btn.secondary,
button.button-secondary,
button.button.secondary,
input[type=button].btn-secondary,
input[type=button].btn.secondary,
input[type=button].button-secondary,
input[type=button].button.secondary,
input[type=submit].btn-secondary,
input[type=submit].btn.secondary,
input[type=submit].button-secondary,
input[type=submit].button.secondary {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

a.btn-secondary:hover,
a.btn.secondary:hover,
a.button-secondary:hover,
a.button.secondary:hover,
button.btn-secondary:hover,
button.btn.secondary:hover,
button.button-secondary:hover,
button.button.secondary:hover,
input[type=button].btn-secondary:hover,
input[type=button].btn.secondary:hover,
input[type=button].button-secondary:hover,
input[type=button].button.secondary:hover,
input[type=submit].btn-secondary:hover,
input[type=submit].btn.secondary:hover,
input[type=submit].button-secondary:hover,
input[type=submit].button.secondary:hover {
    background-color: #000;
    color: #fff;
    border-color: transparent;
    text-decoration: none
}

a.btn-secondary:active,
a.btn-secondary:focus,
a.btn.secondary:active,
a.btn.secondary:focus,
a.button-secondary:active,
a.button-secondary:focus,
a.button.secondary:active,
a.button.secondary:focus,
button.btn-secondary:active,
button.btn-secondary:focus,
button.btn.secondary:active,
button.btn.secondary:focus,
button.button-secondary:active,
button.button-secondary:focus,
button.button.secondary:active,
button.button.secondary:focus,
input[type=button].btn-secondary:active,
input[type=button].btn-secondary:focus,
input[type=button].btn.secondary:active,
input[type=button].btn.secondary:focus,
input[type=button].button-secondary:active,
input[type=button].button-secondary:focus,
input[type=button].button.secondary:active,
input[type=button].button.secondary:focus,
input[type=submit].btn-secondary:active,
input[type=submit].btn-secondary:focus,
input[type=submit].btn.secondary:active,
input[type=submit].btn.secondary:focus,
input[type=submit].button-secondary:active,
input[type=submit].button-secondary:focus,
input[type=submit].button.secondary:active,
input[type=submit].button.secondary:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-radius: 2px
}

a.btn.large,
a.button.large,
button.btn.large,
button.button.large,
input[type=button].btn.large,
input[type=button].button.large,
input[type=submit].btn.large,
input[type=submit].button.large {
    width: 100%
}

a.btn.small,
a.button.small,
button.btn.small,
button.button.small,
input[type=button].btn.small,
input[type=button].button.small,
input[type=submit].btn.small,
input[type=submit].button.small {
    width: 50%
}

a.btn.disabled,
a.btn:disabled,
a.button.disabled,
a.button:disabled,
button.btn.disabled,
button.btn:disabled,
button.button.disabled,
button.button:disabled,
input[type=button].btn.disabled,
input[type=button].btn:disabled,
input[type=button].button.disabled,
input[type=button].button:disabled,
input[type=submit].btn.disabled,
input[type=submit].btn:disabled,
input[type=submit].button.disabled,
input[type=submit].button:disabled {
    pointer-events: none;
    background-color: #71767f;
    border-color: #71767f;
    border-style: solid
}

a.btn:active,
a.btn:focus,
a.button:active,
a.button:focus,
a:focus,
button.btn:active,
button.btn:focus,
button.button:active,
button.button:focus,
button:focus,
input[type=button].btn:active,
input[type=button].btn:focus,
input[type=button].button:active,
input[type=button].button:focus,
input[type=submit].btn:active,
input[type=submit].btn:focus,
input[type=submit].button:active,
input[type=submit].button:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-radius: 2px
}

:invalid button[type=submit]:not(.footer-signup__submit):not(.footer-error__submit):not(.sign-in-cart):not(.btn-set-new-password):not(.m-giftcard__apply):not(.no-disabled) {
    pointer-events: none;
    background-color: #71767f;
    border-color: #71767f;
    border-style: solid
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.dualbuttons-wrapper {
    display: flex
}

.dualbuttons-wrapper :first-child {
    margin-right: 15px
}

.first-lower:first-letter {
    text-transform: uppercase
}

.guess-question-mark {
    font-family: Helvetica, Arial, sans-serif;
    pointer-events: none
}

.guess-question-mark.cart-question {
    font-size: .875rem;
    letter-spacing: .0275rem
}

.forgot-password-link {
    text-decoration-skip-ink: none
}

.forgot-password-link:hover {
    text-decoration: none
}

button,
input[type=button],
input[type=file],
input[type=reset],
input[type=submit],
select {
    color: #000
}

.option__disabled {
    color: #c4c4c4
}

.veil {
    z-index: 100;
    text-align: center
}

.veil,
.veil .underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.veil .underlay {
    opacity: .4;
    background-color: #fff
}

.spinner {
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px
}

.spinner .spinner-svg {
    display: inline-block
}

.spinner .spinner-image,
.spinner .spinner-svg {
    margin: 0 auto;
    width: 125%;
    height: 125%;
    position: absolute;
    top: 0
}

.spinner .spinner-image {
    display: none;
    background-image: url(../images/loading-icon.gif);
    background-size: 100%
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .spinner .spinner-image {
        display: inline-block
    }
}

.spinner-svg {
    stroke-dasharray: 410;
    stroke-dashoffset: -410;
    animation: stroke 3s linear infinite
}

@keyframes stroke {
    0% {
        stroke-dashoffset: -410
    }

    to {
        stroke-dashoffset: 410
    }
}

.icon-blue-circle {
    background-image: url(../images/sprites/sprite-8b6ae3d1.png);
    background-position: 0 0;
    width: 100px;
    height: 100px
}

.icon--facebook {
    color: #3c5a9a;
    font-size: 1.25rem
}

.icon--google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.header {
    background-color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: .0625rem solid #eee
}

@media (min-width: 768px) {
    .header {
        z-index: 9
    }
}

.header .icon-hide {
    display: none
}

.header .icon-show,
.header.nav-expanded .icon-hide {
    display: block
}

.header.nav-expanded .icon-show {
    display: none
}

.header__pop-elements {
    margin: 0 -.9375rem
}

.page {
    padding-top: 4.875rem
}

@media (min-width: 1024px) {
    .page {
        padding-top: 5.4375rem
    }
}

.page.no-header-banner {
    padding-top: 2.625rem
}

@media (min-width: 1024px) {
    .page.no-header-banner {
        padding-top: 3.5rem
    }
}

.header-banner {
    border-bottom: .0625rem solid #eee
}

.header-banner__container {
    letter-spacing: .16687rem;
    min-height: 1.875rem
}

.header-logo {
    max-width: 15.375rem
}

.header-logo__img {
    width: 6.25rem;
    height: .875rem
}

@media (min-width: 544px) {
    .header-logo__img {
        width: 9.375rem
    }
}

@media (min-width: 768px) {
    .header-logo__img {
        width: 15.375rem;
        height: 1.3125rem
    }
}

@media (max-width: 1023.98px) {
    .header-logo {
        padding: .8125rem 0
    }
}

.header-action__list {
    margin: 0 -.46875rem
}

@media (min-width: 1024px) {
    .header-action__list-item--cart:after {
        content: "";
        position: absolute;
        height: 3.125rem;
        width: 3.125rem;
        top: 0;
        right: 0;
        z-index: 0
    }

    .header-action__list-item--cart .header-action__item {
        z-index: 1
    }
}

.header-action__cart-count {
    line-height: 1
}

.header-action__item {
    font-size: 1.375rem;
    display: block;
    line-height: 1.875rem;
    padding: .125rem .5rem;
    background-color: transparent;
    border: none;
    transition: all .3s ease-in-out
}

.header-action__item--menu-trigger {
    width: 2.9375rem
}

@media (min-width: 1024px) {
    .header-action__item {
        font-size: 1.125rem;
        padding: .125rem .46875rem
    }
}

.header-action__item [class*=icon] {
    line-height: 1.875rem
}

.header-action__item .icon-show {
    font-size: 1.6875rem
}

@media (max-width: 1023.98px) {
    .header-action__item.active {
        position: relative
    }

    .header-action__item.active:after {
        content: "";
        position: absolute;
        height: .0625rem;
        bottom: -.5rem;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: #000
    }
}

.header-action__item--minicart:hover {
    text-decoration: none
}

.header-action__item--minicart .shopping-bag:hover {
    text-decoration: underline
}

.header-action--disabled {
    cursor: default
}

.header-nav,
.header-nav__list {
    background-color: #fff
}

.header-nav__list {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 1023.98px) {
    .header-nav {
        position: fixed;
        bottom: 0;
        transform: translateX(200%);
        width: 50%;
        overflow-y: auto;
        overflow-x: hidden
    }

    .animated-nav .header-nav {
        transition: all .3s ease-in-out
    }

    .header-nav__menu-container {
        position: relative;
        height: 100%
    }

    .header-nav__list {
        padding: 0 .9375rem
    }

    .header-nav__list--secondary {
        position: absolute;
        transform: translateX(100%);
        width: 100%;
        top: 0;
        bottom: 0;
        transition: all .3s ease-in-out;
        overflow: hidden
    }

    .header-nav__list--secondary.expanded {
        transform: translateX(-.9375rem);
        overflow-y: auto
    }

    .header-nav__list--secondary.expanded.on-back {
        overflow: hidden
    }

    .header-nav__item {
        border-bottom: .0625rem solid #eee
    }

    .header-nav__link {
        display: block;
        font-size: 1rem;
        line-height: 1.5625rem;
        padding: .9375rem;
        outline: none
    }

    .header-nav__link--go-back,
    .header-nav__link--top-level {
        font-weight: 500
    }

    .header-nav__link:hover {
        text-decoration: none
    }

    .header-nav__icon-expand {
        font-size: 1.25rem
    }
}

@media (max-width: 767.98px) {
    .header-nav {
        width: 100%;
        left: 0
    }

    .header-nav__list--secondary {
        width: 100%;
        transform: translateX(100%)
    }

    .header-nav__list--secondary.expanded {
        transform: translateX(-.9375rem)
    }
}

@media (min-width: 1024px) {
    .header-nav__list--primary>.header-nav__item {
        padding-right: .9375rem
    }

    .header-nav__list--primary>.header-nav__item>.header-nav__link {
        display: block;
        text-transform: uppercase;
        font-weight: 500;
        font-size: .8125rem;
        letter-spacing: .125rem;
        line-height: 1.5625rem;
        padding: .9375rem 0;
        position: relative
    }

    .header-nav__list--primary>.header-nav__item>.header-nav__link:after {
        position: absolute;
        content: "";
        display: block;
        height: .0625rem;
        left: 0;
        right: 0;
        bottom: -.0625rem;
        transition: all .3s ease-in-out
    }

    .header-nav__list--primary>.header-nav__item:focus>.header-nav__link:not(.pipe),
    .header-nav__list--primary>.header-nav__item:hover>.header-nav__link:not(.pipe) {
        text-decoration: none
    }

    .header-nav__list--primary>.header-nav__item:focus>.header-nav__link:not(.pipe):after,
    .header-nav__list--primary>.header-nav__item:hover>.header-nav__link:not(.pipe):after {
        background-color: #000
    }

    .header-nav__list--primary>.header-nav__item:focus>.header-nav__list--secondary,
    .header-nav__list--primary>.header-nav__item:hover>.header-nav__list--secondary {
        padding: 1.125rem 0;
        max-height: 90vh;
        width: calc(100vw - 20rem);
        max-width: 74.375rem;
        display: flex;
        left: -.9375rem
    }

    .header-nav__list--primary>.header-nav__item:focus>.header-nav__list--secondary:after,
    .header-nav__list--primary>.header-nav__item:focus>.header-nav__list--secondary:before,
    .header-nav__list--primary>.header-nav__item:hover>.header-nav__list--secondary:after,
    .header-nav__list--primary>.header-nav__item:hover>.header-nav__list--secondary:before {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100vw;
        height: 100%;
        z-index: -1;
        margin-top: -1.125rem;
        border-bottom: .0625rem solid rgba(0, 0, 0, .25)
    }

    .header-nav__list--primary>.header-nav__item:focus>.header-nav__list--secondary:before,
    .header-nav__list--primary>.header-nav__item:hover>.header-nav__list--secondary:before {
        left: 0
    }

    .header-nav__list--primary>.header-nav__item:focus>.header-nav__list--secondary:after,
    .header-nav__list--primary>.header-nav__item:hover>.header-nav__list--secondary:after {
        right: 0
    }

    .header-nav__list--primary>.header-nav__item>.header-nav__list--secondary {
        position: absolute;
        display: none;
        margin-top: .0625rem;
        z-index: 2
    }

    .header-nav__list--primary>.header-nav__item>.header-nav__list--secondary>.header-nav__item {
        padding: 0 .9375rem;
        max-width: 9.375rem
    }

    .header-nav__list--primary>.header-nav__item>.header-nav__list--secondary>.header-nav__item>.header-nav__link {
        font-weight: 500;
        font-size: .875rem;
        margin: 0 0 .375rem
    }

    .header-nav__item {
        line-height: 1.125rem
    }

    .header-nav__link {
        font-size: .75rem;
        text-decoration-skip-ink: none
    }
}

.header-nav__asset {
    margin-left: 2.8125rem
}

.header-nav__image-container {
    padding: 1.375rem 0 1.375rem 1.875rem;
    border-left: .0625rem solid #eee;
    max-width: 25rem
}

.header-nav__image-container img {
    max-width: 100%
}

@media (min-width: 1024px) {
    .header-nav {
        position: relative
    }
}

@media (max-width: 1023.98px) {
    .header.nav-expanded .header-nav {
        transform: translateX(calc(100% - .9375rem));
        z-index: 1
    }

    .header.nav-expanded .header-nav__overlay {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1
    }
}

@media (max-width: 767.98px) {
    .header.nav-expanded .header-nav {
        transform: translateX(0)
    }
}

.slot-banner-max-width {
    max-width: 120rem;
    margin: 0 auto
}

.page-no-checkout {
    padding-top: 4.875rem
}

@media (min-width: 768px) {
    .page-no-checkout {
        padding-top: 5.4375rem
    }
}

.site-search {
    position: absolute;
    width: 100%;
    right: 0;
    background-color: #fff
}

@media (min-width: 768px) {
    .site-search {
        width: 50%
    }
}

@media (min-width: 1024px) {
    .site-search {
        width: 22.5rem;
        top: -2.6875rem;
        right: 5.875rem;
        z-index: 1
    }
}

.site-search__fields {
    border-bottom: .0625rem solid #eee;
    border-top: .0625rem solid #eee;
    padding: 0 .9375rem
}

@media (min-width: 1024px) {
    .site-search__fields {
        border-top: none;
        padding: 0 .25rem 0 .625rem
    }
}

.site-search__btn,
.site-search__field {
    outline: none;
    border: none;
    line-height: 1.5rem;
    background-color: transparent
}

.site-search__btn:focus,
.site-search__field:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-radius: 2px
}

.site-search__field {
    padding: 0;
    color: #000
}

@media (min-width: 1024px) {
    .site-search__field {
        font-size: .875rem
    }
}

.site-search__btn {
    color: #ccc;
    padding: .25rem .8125rem;
    font-size: 1.125rem
}

@media (min-width: 1024px) {
    .site-search__btn {
        color: #000
    }
}

.site-search__btn--go {
    padding-left: .5rem;
    order: -1
}

@media (min-width: 1024px) {
    .site-search__btn--go {
        padding-right: 0;
        order: 0
    }
}

.site-search__btn--reset {
    padding-right: .5rem
}

@media (min-width: 768px) {
    .site-search__suggestions-wrapper {
        border: .0625rem solid #eee
    }
}

.suggestions {
    padding: .0625rem 1.5rem 0
}

@media (min-width: 1024px) {
    .suggestions {
        padding: .0625rem .5625rem 0
    }
}

.suggestions__item {
    margin: .375rem 0 0;
    line-height: 1.375rem
}

.suggestions__item--heading {
    padding-top: .5625rem
}

.suggestions__item--heading:first-child {
    padding-top: 0
}

.suggestions__heading {
    color: #666;
    font-size: .875rem
}

@media (min-width: 1024px) {
    .suggestions__heading {
        font-size: .75rem
    }
}

.suggestions__heading--black,
.suggestions__link {
    color: #000
}

.suggestions__link.selected {
    font-weight: 700
}

.suggestions__link:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none
}

@media (min-width: 1024px) {
    .suggestions__link {
        font-size: .875rem
    }
}

.suggestions__products-row {
    margin: 0 -.125rem
}

.suggestions__product {
    width: 25%;
    padding: 0 .125rem
}

.suggestions .price {
    line-height: 1.1;
    font-size: .75rem
}

.suggestions .price__label {
    display: none
}

.suggestions .price__strike-through,
.suggestions .price__value--free,
.suggestions .price__value--sale {
    font-size: .75rem
}

.checkout__product-summary-block .popover,
.minicart .popover {
    vertical-align: top;
    display: none;
    top: calc(100% + .25rem);
    right: 0;
    left: auto;
    max-width: 25.5rem;
    min-width: 25.5rem;
    position: absolute;
    background-color: #fff
}

.checkout__product-summary-block .popover .product-card__quantity-form,
.minicart .popover .product-card__quantity-form {
    position: relative;
    width: auto;
    display: block
}

.checkout__product-summary-block .popover .checkout-btn.cart__checkout-btn,
.checkout__product-summary-block .popover .shopping-bag-btn,
.minicart .popover .checkout-btn.cart__checkout-btn,
.minicart .popover .shopping-bag-btn {
    height: 2.5rem;
    width: 10.25rem
}

@media (min-width: 768px) {

    .checkout__product-summary-block .popover.show,
    .minicart .popover.show {
        display: block
    }
}

@media (min-width: 1200px) {

    .checkout__product-summary-block .popover,
    .minicart .popover {
        top: calc(100% + .625rem)
    }
}

.checkout__product-summary-block .popover .container.cart,
.minicart .popover .container.cart {
    padding: 1.875rem 2rem 1rem
}

.checkout__product-summary-block .product-summary,
.minicart .product-summary {
    border-top: .0625rem solid #eee;
    border-bottom: .0625rem solid #eee;
    max-height: 17.1875rem;
    overflow-y: auto;
    padding-top: .625rem;
    margin-bottom: .625rem
}

.checkout__product-summary-block .product-summary__productitem,
.minicart .product-summary__productitem {
    border-top: 1px solid #eee;
    padding: .9375rem 0
}

.checkout__product-summary-block .product-summary__productitem:first-child,
.minicart .product-summary__productitem:first-child {
    border-top-color: transparent;
    padding-top: 0
}

.checkout__product-summary-block .line-item-header,
.checkout__product-summary-block .lineitem__header,
.minicart .line-item-header,
.minicart .lineitem__header {
    display: flex
}

.checkout__product-summary-block .lineitem__remove,
.checkout__product-summary-block .remove-line-item,
.minicart .lineitem__remove,
.minicart .remove-line-item {
    position: absolute;
    right: 0;
    top: 0
}

.checkout__product-summary-block .remove-product,
.minicart .remove-product {
    height: 1.75rem;
    line-height: 1.75rem;
    padding: 0
}

.checkout__product-summary-block .remove-product span,
.minicart .remove-product span {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.checkout__product-summary-block .item-attributes,
.minicart .item-attributes {
    vertical-align: top;
    padding-left: 0;
    width: 60%
}

.checkout__product-summary-block .lineitem__pricinginfo:not(.quantity-label),
.minicart .lineitem__pricinginfo:not(.quantity-label) {
    font-size: 1rem;
    font-weight: 500;
    max-width: 95%
}

.checkout__product-summary-block .custom-input__field--select,
.minicart .custom-input__field--select {
    color: #000;
    border-bottom: 0;
    font-size: .875rem
}

.checkout__product-summary-block .line-item-name,
.checkout__product-summary-block .lineitem__headername,
.minicart .line-item-name,
.minicart .lineitem__headername {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: .3125rem;
    width: 90%
}

.checkout__product-summary-block .card,
.minicart .card {
    border-width: 0;
    margin-right: .5rem
}

.checkout__product-summary-block .card-body,
.minicart .card-body {
    padding: 0
}

.checkout__product-summary-block .line-item-total-price,
.checkout__product-summary-block .lineitem__totalprice,
.minicart .line-item-total-price,
.minicart .lineitem__totalprice {
    font-weight: 500;
    color: #000;
    font-size: 1rem
}

.checkout__product-summary-block .item-image,
.minicart .item-image {
    width: 7.6875rem;
    margin-right: .625rem
}

.checkout__product-summary-block .item-image .lineitem__image-link,
.minicart .item-image .lineitem__image-link {
    display: inline-block
}

.checkout__product-summary-block .product-image,
.minicart .product-image {
    width: 100%
}

.checkout__product-summary-block .non-adjusted-price,
.minicart .non-adjusted-price {
    display: none
}

.checkout__product-summary-block .quantity,
.minicart .quantity {
    border-bottom-color: transparent;
    display: inline-block;
    font-size: .875rem;
    height: auto;
    padding: 0;
    width: 1.875rem;
    background-position: 100% 50%;
    background-size: .5rem .875rem
}

.checkout__product-summary-block .sub-total,
.checkout__product-summary-block .sub-total-label,
.minicart .sub-total,
.minicart .sub-total-label {
    font-size: 1rem;
    font-weight: 500
}

.checkout__product-summary-block__link,
.minicart__link {
    font-size: 1rem
}

.checkout__product-summary-block__promo-msg-container,
.minicart__promo-msg-container {
    font-size: 1rem;
    padding-bottom: .625rem;
    border-bottom: .0625rem solid #eee;
    margin-bottom: .625rem;
    color: #183beb
}

.checkout__product-summary-block__check-icon,
.minicart__check-icon {
    color: #4ae277
}

.checkout__product-summary-block .product-line-item {
    padding: .625rem 0
}

.minicart__heading {
    font-size: 1.125rem
}

.minicart .price__strike-through,
.minicart .price__strike-through.list,
.minicart .price__value,
.minicart .price__value.list {
    font-size: .8125rem
}

.minicart .lineitem__remove,
.minicart .remove-line-item {
    top: -.5625rem
}

.minicart .popover {
    max-width: 27.5rem;
    min-width: 27.5rem
}

.minicart-error .valid-cart-error {
    position: relative
}

.minicart-error .valid-cart-error .close {
    position: absolute;
    top: .1875rem;
    right: .25rem;
    font-size: .75rem;
    opacity: .75
}

.minicart-footer .button {
    font-size: .875rem
}

.modal-custom--delete-payment .modal-custom__container,
.modal-custom--delete-payment .removeProductModal,
.modal-custom--delete-payment .removePromoCodeModal,
.removeProductModal--delete-payment .modal-custom__container,
.removeProductModal--delete-payment .removeProductModal,
.removeProductModal--delete-payment .removePromoCodeModal,
.removePromoCodeModal--delete-payment .modal-custom__container,
.removePromoCodeModal--delete-payment .removeProductModal,
.removePromoCodeModal--delete-payment .removePromoCodeModal {
    max-width: 18.75rem
}

.modal-custom__container,
.removeProductModal__container,
.removePromoCodeModal__container {
    max-width: 16.875rem;
    margin: 0 auto
}

.modal-custom__body,
.removeProductModal__body,
.removePromoCodeModal__body {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem
}

.modal-custom__footer,
.removeProductModal__footer,
.removePromoCodeModal__footer {
    border-top-color: #d8d8d8
}

.modal-custom__footer:after,
.removeProductModal__footer:after,
.removePromoCodeModal__footer:after {
    content: "";
    position: absolute;
    left: calc(50% - .0625rem);
    z-index: 1;
    top: 0;
    bottom: 0;
    width: .125rem;
    background-color: #d8d8d8
}

.modal-custom__btn,
.removeProductModal__btn,
.removePromoCodeModal__btn {
    font-size: .9375rem;
    outline: none
}

.passwordReset-modal {
    max-width: 28.125rem
}

.passwordReset-modal__body {
    padding: 2rem
}

@media (min-width: 1024px) {
    .header-user {
        line-height: 1
    }

    .header-user__container {
        padding-right: 1.125rem;
        height: 2.5rem;
        min-height: 2.5rem;
        cursor: pointer
    }

    .header-user__container--not-member {
        height: auto;
        min-height: 0
    }

    .header-user__arrow {
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

.header-user .header-nav__link:hover {
    text-decoration: none
}

@media (min-width: 1024px) {
    .header-user .header-nav__link {
        line-height: 1;
        font-size: .8125rem
    }
}

.header-user__popover {
    border: .0625rem solid #eee;
    padding: .5rem 1.5rem;
    left: -1.25rem;
    top: 100%;
    background-color: #fff
}

.header-user__nav-item {
    line-height: 1.2
}

.header-user__link {
    font-size: .875rem
}

.header-user__link:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none
}

.header-user__msg--logged {
    max-width: 5.3125rem;
    vertical-align: bottom
}

.header-membership__link {
    font-size: .75rem
}

@media (min-width: 1024px) {
    .header-membership__link {
        font-size: .625rem
    }
}

@media (min-width: 1024px) {
    .language-selector {
        line-height: 1.2;
        height: 2.1875rem;
        padding-top: .5625rem
    }

    .language-selector__container {
        cursor: pointer
    }

    .language-selector__container:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: .0625rem;
        background-color: #f2f2f2
    }

    .language-selector__arrow {
        right: 0;
        top: 58%;
        transform: translateY(-50%)
    }
}

.language-selector .language-nav__link:hover {
    text-decoration: none
}

@media (min-width: 1024px) {
    .language-selector .language-nav__link {
        font-size: .8125rem;
        font-weight: 500
    }
}

.language-selector__popover {
    border: .0625rem solid #eee;
    padding: .5rem 2.1875rem;
    top: 100%;
    left: 56%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 3
}

.language-selector__nav-item {
    line-height: 1.2;
    text-align: center
}

@media (min-width: 1024px) {
    .language-selector__nav-item {
        text-align: left
    }
}

.language-selector__link {
    font-size: .875rem
}

.language-selector__link:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none
}

@media (min-width: 1024px) {
    .language-selector__link {
        font-weight: 500
    }
}

.language-selector__title-link {
    text-transform: capitalize
}

.site-footer-absolute {
    position: absolute;
    z-index: -1;
    width: 100%
}

@media (min-width: 1024px) {
    .site-footer-absolute {
        background-color: #f5f5f5
    }
}

.site-footer__container {
    max-width: 73.125rem
}

@media (min-width: 1024px) {
    .site-footer {
        background-color: #f5f5f5
    }
}

.site-footer__signup--guesslist .card-text {
    max-width: 80%;
    margin: 0 auto
}

.site-footer__signup--guesslist .card__image {
    width: 65%;
    max-width: none;
    width: 60%
}

.site-footer .container__footer {
    padding: 3.125rem .9375rem 0;
    width: auto;
    background-color: #f5f5f5
}

@media (min-width: 768px) {
    .site-footer .container__footer {
        margin: 0 3rem
    }
}

@media (min-width: 1024px) {
    .site-footer .container__footer {
        margin: 0 auto;
        padding-bottom: 1.875rem
    }
}

@media (max-width: 1023.98px) {
    .site-footer__menu {
        padding: 0 .9375rem;
        margin: 3.125rem -.9375rem 0;
        background-color: #fff
    }

    .site-footer__menu [class^=col-] {
        border-bottom: .0625rem solid #71767f
    }
}

.site-footer__menu-title .title {
    border: none;
    padding: 0 0 .8125rem;
    margin: 0;
    background-color: transparent;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.2
}

.site-footer__menu-title button.title {
    padding: 1.125rem 0
}

.site-footer__menu-title button.title:after {
    content: "\F107";
    font-family: Font Awesome\ 6 Pro;
    font-weight: 400;
    float: right
}

.site-footer__menu-title button.title[aria-expanded=true] {
    padding-bottom: .8125rem
}

.site-footer__menu-title button.title[aria-expanded=true]:after {
    content: "\F106"
}

.site-footer__menu-list {
    list-style: none;
    padding: 0 0 1.25rem;
    margin: 0
}

.site-footer__menu-link {
    font-size: .9375rem;
    display: inline-block;
    padding: .1875rem 0;
    text-decoration-skip-ink: none
}

.site-footer__endline {
    background-color: #fff;
    position: relative;
    padding: 1.25rem 0
}

@media (min-width: 1024px) {
    .site-footer__endline {
        padding: 0
    }
}

.site-footer__social-links {
    margin: .25rem 0;
    font-size: 1.5625rem
}

.site-footer__social-item {
    margin: 0 .625rem
}

.site-footer__social-icon:hover {
    text-decoration: none
}

.site-footer__link-wrapper {
    display: block
}

@media (min-width: 768px) {
    .site-footer__link-wrapper {
        display: inline
    }
}

@media (min-width: 768px) {
    .site-footer__link-wrapper {
        white-space: nowrap;
    }
}

.site-footer__link {
    color: inherit;
    text-decoration: underline;
    text-decoration-skip-ink: none
}

.site-footer__link:hover {
    color: inherit
}

.site-footer__copyright {
    color: #71767f;
    font-size: .8125rem
}

.site-footer__back-to-top {
    border: none;
    outline: none;
    right: .9375rem;
    bottom: 3.4375rem;
    background-color: #eee;
    color: #71767f;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    opacity: .7;
    box-shadow: 0 0 .25rem #71767f;
    font-size: 1.0625rem
}

.site-footer__signup {
    max-width: 26.5625rem;
    margin: 0 auto
}

@media (min-width: 1024px) {
    .site-footer__signup {
        padding-bottom: 1.25rem
    }
}

.site-footer--cookie-shown .site-footer__back-to-top {
    bottom: 4.0625rem
}

.site-footer__fixed-elements {
    z-index: 102
}

.footer-signup__heading--small {
    color: #d20000;
    text-transform: uppercase;
    letter-spacing: .125rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2
}

.footer-signup__heading--medium {
    font-size: 1.625rem;
    font-weight: 600;
    margin: .3125rem 0;
    line-height: 1.2
}

.footer-signup__text {
    font-weight: 500
}

.footer-signup__form .custom-checkbox__label-text {
    font-size: .75rem;
    color: #4f5359
}

.footer-signup__submit {
    padding: 0 .9375rem;
    right: 0;
    top: 0;
    height: 2.875rem;
    border: none;
    background-color: #fff;
    font-size: 1.125rem
}

.footer-signup__submit:focus {
    outline: none
}

.footer-signup__email {
    padding: 0
}

.footer-signup__email .custom-input__field {
    height: 3rem;
    padding: .5625rem 2.5rem .5625rem .9375rem;
    border-bottom-width: .125rem
}

.footer-signup__email .custom-input__field--invalid {
    background-position: calc(100% - 2.5rem) 1rem
}

.footer-signup__email[class*=-invalid]:after {
    background-image: none
}

.footer-signup__feedback {
    font-size: .75rem
}

.footer-signup__fiexed-elements {
    z-index: 0
}

.paypal-cart-buttons-container,
.paypal-cart-buttons-container .paypal-cart-button {
    width: 100%;
    margin: 0
}

.paypal-checkout-button div[id^=zoid-paypal-button] {
    background: #009cde;
    height: 2.8125rem
}

.guess-recommendations {
    position: relative;
    -webkit-tap-highlight-color: transparent
}

.page[data-action=Home-Show] .guess-recommendations {
    margin-top: 3.75rem
}

.guess-recommendations .guess-carousel__wrapper .recommendations__title {
    padding-left: 5.3125rem;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: .9375rem
}

.guess-recommendations .guess-carousel__wrapper .recommendations__title .complete-the-look,
.related-carousel .guess-recommendations .guess-carousel__wrapper .recommendations__title {
    font-size: 1rem
}

@media (max-width: 1023.98px) {
    .guess-recommendations .guess-carousel__wrapper .recommendations__title {
        padding-left: 1.875rem;
        font-size: 1rem
    }
}

@media (max-width: 543.98px) {
    .guess-recommendations .guess-carousel__wrapper .recommendations__title {
        padding-left: .9375rem
    }
}

@media (max-width: 1023.98px) {
    .page[data-action=Product-Show] .guess-recommendations .guess-carousel__wrapper .recommendations__title {
        padding-left: .9375rem
    }
}

.complete-the-look .guess-recommendations .guess-carousel__wrapper .recommendations__title,
.noresult-recommendations .guess-recommendations .guess-carousel__wrapper .recommendations__title,
.related-carousel .guess-recommendations .guess-carousel__wrapper .recommendations__title {
    padding-left: 0
}

@media (max-width: 1023.98px) {

    .complete-the-look .guess-recommendations .guess-carousel__wrapper .recommendations__title,
    .noresult-recommendations .guess-recommendations .guess-carousel__wrapper .recommendations__title,
    .related-carousel .guess-recommendations .guess-carousel__wrapper .recommendations__title {
        padding-left: 2.8125rem
    }
}

@media (max-width: 543.98px) {

    .complete-the-look .guess-recommendations .guess-carousel__wrapper .recommendations__title,
    .noresult-recommendations .guess-recommendations .guess-carousel__wrapper .recommendations__title,
    .related-carousel .guess-recommendations .guess-carousel__wrapper .recommendations__title {
        padding-left: 0
    }
}

@media (max-width: 1023.98px) {

    .page[data-action=Cart-Show] .guess-recommendations .guess-carousel__wrapper .recommendations__title,
    .page[data-action=RedirectURL-Start] .guess-recommendations .guess-carousel__wrapper .recommendations__title,
    .page[data-action=Search-Show] .guess-recommendations .guess-carousel__wrapper .recommendations__title,
    .page[data-action=WishList-GetWishList] .guess-recommendations .guess-carousel__wrapper .recommendations__title {
        padding-left: 0
    }
}

.guess-carousel {
    overflow: hidden;
    user-select: none;
    height: 28.4375rem;
    position: relative;
    margin-bottom: 4.125rem
}

@media (max-width: 1023.98px) {
    .page[data-action=Product-Show] .guess-carousel {
        margin-bottom: 2.1875rem
    }
}

@media (max-width: 543.98px) {
    .page[data-action=Product-Show] .guess-carousel {
        margin-bottom: 1.25rem
    }
}

.page[data-action=Cart-Show] .guess-carousel,
.page[data-action=RedirectURL-Start] .guess-carousel,
.page[data-action=WishList-GetWishList] .guess-carousel {
    margin-bottom: 2.5rem
}

@media (max-width: 1023.98px) {
    .guess-carousel {
        height: 16.8125rem
    }
}

.guess-carousel__wrapper {
    overflow: hidden
}

.guess-carousel__also-like {
    z-index: 0
}

@media (min-width: 768px) {
    .page[data-action=Product-Show] .guess-carousel__also-like .recommendations__title {
        max-width: 100rem;
        padding-left: .9375rem;
        margin: auto auto .9375rem
    }

    .page[data-action=Product-Show] .guess-carousel__also-like .guess-carousel__tile.blank-space {
        width: calc((100vw - 100rem)/2 - 3px);
        min-width: 5px
    }
}

.guess-carousel .product-tile__product-name {
    display: none
}

.guess-carousel .product-tile__product-name.shortened-name--recommendations {
    display: inline
}

@media (max-width: 1023.98px) {
    .guess-carousel .product-tile__product-name.shortened-name--recommendations {
        display: none
    }

    .guess-carousel .product-tile__product-name.shortened-name--tablet {
        display: inline
    }
}

@media (max-width: 1023.98px) {
    .guess-carousel .price {
        text-align: left
    }
}

.guess-carousel .price__strike-through {
    display: none
}

.guess-carousel__container {
    white-space: nowrap;
    max-width: 100%;
    position: absolute;
    scrollbar-width: none;
    overflow-y: scroll;
    display: grid;
    grid-auto-flow: column;
    grid-gap: .625rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory
}

.guess-carousel__container::-webkit-scrollbar {
    width: 0
}

.guess-carousel__tile {
    height: 28.4375rem;
    width: 19.0625rem
}

@media (max-width: 1023.98px) {
    .guess-carousel__tile {
        height: 16.8125rem;
        width: 10.1875rem
    }
}

.guess-carousel__tile a,
.guess-carousel__tile img {
    user-select: none;
    width: 100%;
    overflow: hidden
}

.guess-carousel__tile a span,
.guess-carousel__tile img span {
    width: 100%
}

.guess-carousel__tile.blank-space {
    width: 4.6875rem;
    margin-right: 0
}

@media (max-width: 1023.98px) {
    .guess-carousel__tile.blank-space {
        width: 1.25rem
    }
}

@media (max-width: 543.98px) {
    .guess-carousel__tile.blank-space {
        width: .3125rem
    }
}

@media (max-width: 1023.98px) {
    .page[data-action=Product-Show] .guess-carousel__tile.blank-space {
        width: .3125rem
    }
}

.guess-carousel__tile--details {
    height: 28.4375rem;
    width: 19.0625rem
}

@media (max-width: 1023.98px) {
    .guess-carousel__tile--details {
        height: 16.8125rem;
        width: 10.1875rem
    }
}

.guess-carousel__tile:last-child {
    margin-right: 0
}

.guess-carousel__tile .product-tile__wrapper {
    padding-top: .125rem
}

.guess-carousel__tile .product-tile__tile-body {
    padding: 0;
    margin-top: 2px;
    display: grid;
    grid-template-columns: minmax(1.25rem, 15.625rem) auto;
    grid-template-rows: 1.125rem;
    grid-column-gap: .625rem;
    overflow: hidden;
    height: 1.25rem
}

.complete-the-look .guess-carousel__tile .product-tile__tile-body,
.related-carousel .guess-carousel__tile .product-tile__tile-body {
    grid-template-columns: 1fr
}

@media (max-width: 1023.98px) {
    .guess-carousel__tile .product-tile__tile-body {
        grid-template-columns: 1fr;
        height: 2.25rem
    }
}

.guess-carousel__tile .product-tile__tile-body .product-tile__pdp-link {
    padding: 0
}

.guess-carousel__tile .product-tile__tile-body .price__red-color {
    color: #ee3a43;
    font-size: .75rem
}

.guess-carousel__tile .product-tile__tile-body .price__percentage {
    display: inline
}

@media (min-width: 1024px) {
    .guess-carousel__tile .price {
        text-align: right
    }
}

.guess-carousel__tile .price * {
    font-size: .75rem
}

.guess-carousel .product-tile .add-product {
    right: .375rem;
    bottom: .375rem
}

.guess-carousel__scrollbar {
    display: none
}

.complete-the-look .guess-carousel,
.related-carousel .guess-carousel {
    height: 12.6875rem
}

.complete-the-look .guess-carousel__container,
.related-carousel .guess-carousel__container {
    height: 12.6875rem + 1.0625rem
}

.complete-the-look .guess-carousel__tile,
.related-carousel .guess-carousel__tile {
    height: 12.6875rem;
    width: 8.0625rem;
    font-size: 1.125rem;
    font-weight: 500
}

.complete-the-look .guess-carousel__tile.blank-space,
.related-carousel .guess-carousel__tile.blank-space {
    display: none
}

@media (max-width: 1023.98px) {

    .complete-the-look .guess-carousel__tile.blank-space,
    .related-carousel .guess-carousel__tile.blank-space {
        width: .3125rem;
        display: block
    }
}

.complete-the-look .guess-carousel__tile--details,
.related-carousel .guess-carousel__tile--details {
    height: 12.6875rem;
    width: 8.0625rem
}

.complete-the-look .guess-carousel .product-tile__product-name,
.related-carousel .guess-carousel .product-tile__product-name {
    display: none
}

.complete-the-look .guess-carousel .product-tile__product-name.shortened-name--complete-the-look,
.related-carousel .guess-carousel .product-tile__product-name.shortened-name--complete-the-look {
    display: inline
}

@media (min-width: 768px) {

    .complete-the-look .guess-carousel .price,
    .related-carousel .guess-carousel .price {
        display: none
    }
}

.page[data-action=Cart-Show] .noresult-recommendations,
.page[data-action=RedirectURL-Start] .noresult-recommendations,
.page[data-action=Search-Show] .noresult-recommendations {
    width: 58.4375rem;
    margin-left: -5.9375rem
}

@media (max-width: 1023.98px) {

    .page[data-action=Cart-Show] .noresult-recommendations,
    .page[data-action=RedirectURL-Start] .noresult-recommendations,
    .page[data-action=Search-Show] .noresult-recommendations {
        width: auto
    }
}

@media (max-width: 543.98px) {

    .page[data-action=Cart-Show] .noresult-recommendations,
    .page[data-action=RedirectURL-Start] .noresult-recommendations,
    .page[data-action=Search-Show] .noresult-recommendations {
        margin-left: 0
    }
}

@media (max-width: 1023.98px) {

    .page[data-action=Cart-Show] .noresult-recommendations,
    .page[data-action=RedirectURL-Start] .noresult-recommendations,
    .page[data-action=Search-Show] .noresult-recommendations,
    .page[data-action=WishList-GetWishList] .noresult-recommendations {
        width: 32.5rem;
        margin: auto
    }
}

@media (max-width: 543.98px) {

    .page[data-action=Cart-Show] .noresult-recommendations,
    .page[data-action=RedirectURL-Start] .noresult-recommendations,
    .page[data-action=Search-Show] .noresult-recommendations,
    .page[data-action=WishList-GetWishList] .noresult-recommendations {
        width: auto;
        margin-left: 0
    }
}

.page[data-action=RedirectURL-Start] .noresult-recommendations {
    margin-left: -7.1875rem
}

@media (max-width: 1023.98px) {
    .page[data-action=RedirectURL-Start] .noresult-recommendations {
        margin: auto
    }
}

@media (max-width: 543.98px) {
    .page[data-action=RedirectURL-Start] .noresult-recommendations {
        margin-left: 0
    }
}

.noresult-recommendations .guess-recommendations .guess-carousel {
    height: 20.5625rem
}

@media (max-width: 1023.98px) {
    .noresult-recommendations .guess-recommendations .guess-carousel {
        height: 15.25rem;
        width: 32.5rem;
        margin-left: 2.8125rem
    }
}

@media (max-width: 543.98px) {
    .noresult-recommendations .guess-recommendations .guess-carousel {
        margin-left: -.9375rem;
        width: 100vw
    }
}

.noresult-recommendations .guess-recommendations .guess-carousel__tile {
    height: 20.5625rem;
    width: 13.4375rem
}

@media (max-width: 1023.98px) {
    .noresult-recommendations .guess-recommendations .guess-carousel__tile {
        height: 15.25rem;
        width: 9.0625rem
    }
}

.noresult-recommendations .guess-recommendations .guess-carousel__tile--details {
    height: 20.5625rem;
    width: 13.4375rem
}

@media (max-width: 1023.98px) {
    .noresult-recommendations .guess-recommendations .guess-carousel__tile--details {
        height: 15.25rem;
        width: 9.0625rem
    }
}

.noresult-recommendations .guess-recommendations .guess-carousel__tile.blank-space {
    display: none
}

@media (max-width: 543.98px) {
    .noresult-recommendations .guess-recommendations .guess-carousel__tile.blank-space {
        width: .3125rem;
        display: block
    }
}

@media (max-width: 1023.98px) {

    .page[data-action=RedirectURL-Start] .noresult-recommendations .guess-recommendations .guess-carousel,
    .page[data-action=Search-Show] .noresult-recommendations .guess-recommendations .guess-carousel,
    .page[data-action=WishList-GetWishList] .noresult-recommendations .guess-recommendations .guess-carousel {
        width: 32.5rem
    }
}

@media (max-width: 543.98px) {

    .page[data-action=RedirectURL-Start] .noresult-recommendations .guess-recommendations .guess-carousel,
    .page[data-action=Search-Show] .noresult-recommendations .guess-recommendations .guess-carousel,
    .page[data-action=WishList-GetWishList] .noresult-recommendations .guess-recommendations .guess-carousel {
        width: 100vw
    }
}

@media (max-width: 1023.98px) {

    .page[data-action=Cart-Show] .noresult-recommendations .guess-recommendations .guess-carousel,
    .page[data-action=RedirectURL-Start] .noresult-recommendations .guess-recommendations .guess-carousel,
    .page[data-action=Search-Show] .noresult-recommendations .guess-recommendations .guess-carousel,
    .page[data-action=WishList-GetWishList] .noresult-recommendations .guess-recommendations .guess-carousel {
        margin-left: 0
    }
}

@media (max-width: 543.98px) {

    .page[data-action=Cart-Show] .noresult-recommendations .guess-recommendations .guess-carousel,
    .page[data-action=RedirectURL-Start] .noresult-recommendations .guess-recommendations .guess-carousel,
    .page[data-action=Search-Show] .noresult-recommendations .guess-recommendations .guess-carousel,
    .page[data-action=WishList-GetWishList] .noresult-recommendations .guess-recommendations .guess-carousel {
        margin-left: -.9375rem
    }
}

.noresult-recommendations .guess-recommendations .guess-carousel .product-tile__product-name {
    display: none
}

.noresult-recommendations .guess-recommendations .guess-carousel .product-tile__product-name.shortened-name--noresult {
    display: inline
}

@media (max-width: 767.98px) {

    .page[data-action=RedirectURL-Start] .noresult-recommendations .guess-recommendations,
    .page[data-action=Search-Show] .noresult-recommendations .guess-recommendations {
        left: -1.875rem
    }
}

@media (max-width: 543.98px) {

    .page[data-action=RedirectURL-Start] .noresult-recommendations .guess-recommendations,
    .page[data-action=Search-Show] .noresult-recommendations .guess-recommendations {
        left: 0
    }
}

@media (min-width: 1024px) {

    .windows-chrome-carousel .guess-carousel,
    .windows-firefox-carousel .guess-carousel {
        overflow-y: hidden;
        overflow-x: auto;
        height: 30.625rem
    }

    .windows-chrome-carousel .guess-carousel__container,
    .windows-firefox-carousel .guess-carousel__container {
        height: 30.625rem
    }

    .windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar,
    .windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar {
        height: 15px
    }

    .windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-track,
    .windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        border-radius: .5rem
    }

    .windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-thumb,
    .windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
        border-radius: .5rem;
        background-clip: padding-box;
        border: .125rem solid hsla(0, 0%, 100%, 0)
    }

    .windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-thumb:hover,
    .windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-thumb:hover {
        background-color: #a8a8a8
    }

    .windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal {
        background-clip: padding-box;
        height: .9375rem;
        width: 5.0625rem
    }

    .page[data-action=Product-Show] .windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=Product-Show] .windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal {
        width: calc((100vw - 100rem)/2 + .5rem)
    }

    .windows-chrome-carousel .guess-carousel__tile,
    .windows-firefox-carousel .guess-carousel__tile {
        display: inline-block;
        margin-right: .375rem
    }

    .page[data-action=Product-Show] .windows-chrome-carousel .guess-carousel__tile,
    .page[data-action=Product-Show] .windows-firefox-carousel .guess-carousel__tile,
    .windows-chrome-carousel .guess-carousel__tile:nth-last-child(2),
    .windows-firefox-carousel .guess-carousel__tile:nth-last-child(2) {
        margin-right: 0
    }

    .windows-firefox-carousel .windows-chrome-carousel .guess-carousel__tile:nth-last-child(2),
    .windows-firefox-carousel .windows-firefox-carousel .guess-carousel__tile:nth-last-child(2) {
        margin-right: -.3125rem
    }

    .windows-chrome-carousel .guess-carousel__tile.blank-space,
    .windows-firefox-carousel .guess-carousel__tile.blank-space {
        width: 4.3125rem
    }

    .page[data-action=Product-Show] .windows-chrome-carousel .guess-carousel__tile.blank-space,
    .page[data-action=Product-Show] .windows-firefox-carousel .guess-carousel__tile.blank-space {
        width: calc((100vw - 100rem)/2 - 3px)
    }

    .windows-chrome-carousel .guess-carousel__quick-add,
    .windows-firefox-carousel .guess-carousel__quick-add {
        top: calc(100% - 72px)
    }

    .windows-chrome-carousel.complete-the-look .guess-carousel__quick-add,
    .windows-chrome-carousel.related-carousel .guess-carousel__quick-add,
    .windows-firefox-carousel.complete-the-look .guess-carousel__quick-add,
    .windows-firefox-carousel.related-carousel .guess-carousel__quick-add {
        top: calc(100% - 35px)
    }

    .windows-chrome-carousel.noresult-recommendations .guess-carousel__quick-add,
    .windows-firefox-carousel.noresult-recommendations .guess-carousel__quick-add {
        top: calc(100% - 53px)
    }

    .complete-the-look.windows-chrome-carousel .guess-carousel,
    .complete-the-look.windows-chrome-carousel .guess-carousel__container,
    .complete-the-look.windows-firefox-carousel .guess-carousel,
    .complete-the-look.windows-firefox-carousel .guess-carousel__container,
    .related-carousel.windows-chrome-carousel .guess-carousel,
    .related-carousel.windows-chrome-carousel .guess-carousel__container,
    .related-carousel.windows-firefox-carousel .guess-carousel,
    .related-carousel.windows-firefox-carousel .guess-carousel__container {
        height: 13.5rem
    }

    .complete-the-look.windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .complete-the-look.windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .related-carousel.windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .related-carousel.windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal {
        background-clip: border-box
    }

    .page[data-action=Product-Show] .complete-the-look.windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=Product-Show] .complete-the-look.windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=Product-Show] .related-carousel.windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=Product-Show] .related-carousel.windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal {
        width: 0
    }

    .page[data-action=Product-Show] .complete-the-look.windows-chrome-carousel .guess-carousel__scrollbar,
    .page[data-action=Product-Show] .complete-the-look.windows-firefox-carousel .guess-carousel__scrollbar,
    .page[data-action=Product-Show] .related-carousel.windows-chrome-carousel .guess-carousel__scrollbar,
    .page[data-action=Product-Show] .related-carousel.windows-firefox-carousel .guess-carousel__scrollbar {
        left: 0;
        right: 0
    }

    .windows-firefox-carousel .guess-carousel__container {
        position: relative;
        display: block
    }

    .windows-firefox-carousel .guess-carousel__scrollbar {
        display: block;
        background-color: #f1f1f1;
        border-radius: .5rem;
        position: absolute;
        bottom: 0;
        left: calc(4.6875rem + 3px);
        right: calc(4.6875rem + 3px);
        height: .9375rem
    }

    .page[data-action=Product-Show] .windows-firefox-carousel .guess-carousel__scrollbar {
        left: calc((100vw - 100rem)/2 + 3px);
        right: calc((100vw - 100rem)/2 + 3px)
    }
}

@media (min-width: 1024px) and (max-width:100rem) {
    .page[data-action=Product-Show] .windows-firefox-carousel .guess-carousel__scrollbar {
        left: .9375rem;
        right: .9375rem
    }
}

@media (min-width: 1024px) {

    .page[data-action=Cart-Show] .windows-firefox-carousel .guess-carousel__scrollbar,
    .page[data-action=Order-History] .windows-firefox-carousel .guess-carousel__scrollbar,
    .page[data-action=RedirectURL-Start] .windows-firefox-carousel .guess-carousel__scrollbar,
    .page[data-action=Search-Show] .windows-firefox-carousel .guess-carousel__scrollbar,
    .page[data-action=WishList-GetWishList] .windows-firefox-carousel .guess-carousel__scrollbar {
        left: 0;
        right: 0
    }

    .windows-firefox-carousel .guess-carousel__scrollbar-thumb {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #c1c1c1;
        border: .125rem solid #f1f1f1;
        border-radius: .5rem;
        width: 100%;
        height: 100%
    }

    .windows-firefox-carousel .guess-carousel__scrollbar-thumb:hover {
        background-color: #a8a8a8
    }

    .windows-firefox-carousel .guess-carousel__quick-add {
        top: calc(100% - 55px)
    }

    .page[data-action=Cart-Show] .windows-chrome-carousel .guess-carousel,
    .page[data-action=Cart-Show] .windows-chrome-carousel .guess-carousel__container,
    .page[data-action=Cart-Show] .windows-firefox-carousel .guess-carousel,
    .page[data-action=Cart-Show] .windows-firefox-carousel .guess-carousel__container,
    .page[data-action=Order-History] .windows-chrome-carousel .guess-carousel,
    .page[data-action=Order-History] .windows-chrome-carousel .guess-carousel__container,
    .page[data-action=Order-History] .windows-firefox-carousel .guess-carousel,
    .page[data-action=Order-History] .windows-firefox-carousel .guess-carousel__container,
    .page[data-action=RedirectURL-Start] .windows-chrome-carousel .guess-carousel,
    .page[data-action=RedirectURL-Start] .windows-chrome-carousel .guess-carousel__container,
    .page[data-action=RedirectURL-Start] .windows-firefox-carousel .guess-carousel,
    .page[data-action=RedirectURL-Start] .windows-firefox-carousel .guess-carousel__container,
    .page[data-action=Search-Show] .windows-chrome-carousel .guess-carousel,
    .page[data-action=Search-Show] .windows-chrome-carousel .guess-carousel__container,
    .page[data-action=Search-Show] .windows-firefox-carousel .guess-carousel,
    .page[data-action=Search-Show] .windows-firefox-carousel .guess-carousel__container,
    .page[data-action=WishList-GetWishList] .windows-chrome-carousel .guess-carousel,
    .page[data-action=WishList-GetWishList] .windows-chrome-carousel .guess-carousel__container,
    .page[data-action=WishList-GetWishList] .windows-firefox-carousel .guess-carousel,
    .page[data-action=WishList-GetWishList] .windows-firefox-carousel .guess-carousel__container {
        height: 21.875rem
    }

    .page[data-action=Cart-Show] .windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=Cart-Show] .windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=Order-History] .windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=Order-History] .windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=RedirectURL-Start] .windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=RedirectURL-Start] .windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=Search-Show] .windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=Search-Show] .windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=WishList-GetWishList] .windows-chrome-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal,
    .page[data-action=WishList-GetWishList] .windows-firefox-carousel .guess-carousel__container::-webkit-scrollbar-button:single-button:horizontal {
        width: 0
    }
}

.guess-carousel__quick-add {
    position: absolute;
    width: 19.0625rem;
    left: 80px;
    top: calc(100% - 37px)
}

@media (max-width: 1023.98px) {
    .guess-carousel__quick-add {
        top: calc(100% - 42px);
        width: 21rem
    }
}

.noresult-recommendations .guess-carousel__quick-add {
    top: calc(100% - 32px);
    width: 13.4375rem
}

@media (max-width: 1023.98px) {
    .noresult-recommendations .guess-carousel__quick-add {
        top: calc(100% - 41px);
        width: 18.75rem
    }
}

.complete-the-look .guess-carousel__quick-add,
.related-carousel .guess-carousel__quick-add {
    top: calc(100% - 22px);
    width: 16.75rem
}

@media (max-width: 1023.98px) {
    .guess-carousel__quick-add .product-modal {
        transform: translate(50%);
        width: calc(100% - 20px)
    }
}

.guess-carousel__also-like .guess-carousel__quick-add .product-modal,
.noresult-recommendations .guess-carousel__quick-add .product-modal {
    width: calc(100% - 20px)
}

@media (min-width: 1024px) {
    .page[data-action=WishList-GetWishList] .guess-carousel__quick-add {
        width: 27.5rem
    }
}

@media (min-width: 1024px) and (max-width:1199.98px) {
    .page[data-action=Cart-Show] .guess-carousel__quick-add {
        width: 27.5rem
    }
}

@media (max-width: 543.98px) {
    .search-results .tab-content>.active {
        padding: 0
    }
}

.page--account .empty-order-recommendations .recommendations__row {
    margin: 0 -.25rem
}

.page--account .empty-order-recommendations .recommendations__tile {
    padding: 0 .25rem
}

.product-tile {
    border: 0;
    margin-bottom: 0;
    position: relative
}

.product-tile__main-link {
    display: inline-block;
    width: 100%;
    position: relative
}

.product-tile__badges {
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: 0
}

.product-tile__badges--eco {
    color: #018740 !important
}

.product-tile__badges--comming-soon {
    background-color: #f9f9f9;
    padding: .125rem .5rem;
    border-radius: 11px;
    font-size: 12px;
    color: #333;
    margin-right: .375rem;
    margin-bottom: .5rem
}

.product-tile__badgesList {
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: 0;
    color: #fff;
    background-color: #000
}

.product-tile__badgesList--eco {
    color: #018740 !important
}

.product-tile__wishlist {
    position: absolute;
    right: -.375rem;
    top: 0
}

@media (min-width: 544px) {
    .product-tile__wishlist {
        right: .4375rem
    }
}

.product-tile__plp-action-button {
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid hsla(0, 0%, 71.4%, .7);
    border-radius: .3125rem;
    font-size: .75rem;
    width: auto;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-tile__plp-action-button:hover {
    cursor: pointer
}

.product-tile__plp-action-button .plp-action-button-text {
    display: inline-block
}

@media (max-width: 1199.98px) {
    .product-tile__plp-action-button {
        right: .625rem;
        bottom: .625rem
    }
}

@media (min-width: 1024px) {
    .product-tile__plp-action-button {
        right: .625rem;
        bottom: .625rem
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        @media (max-width: 767.98px) {
            .product-tile__plp-action-button {
                bottom: .5625rem
            }
        }
    }
}

.product-tile__tile-body {
    margin-bottom: 1.875rem;
    position: relative
}

.product-tile__tile-body .price {
    font-size: .875rem;
    margin-bottom: 0;
    font-weight: 400
}

.product-tile__tile-body .price--tiered {
    font-size: .875rem
}

.product-tile__tile-body .price--tiered .price__value {
    font-weight: 700
}

.product-tile__tile-body .price__value--sale {
    color: #dc3545
}

.product-tile__tile-body .price__red-color {
    color: #dc3545;
    font-size: .875rem
}

.product-tile__tile-body .wishlist-button-text {
    display: none
}

.product-tile__pdp-link {
    line-height: 1.2;
    padding-bottom: 0;
    padding-right: 1.875rem
}

@media (max-width: 640px) {
    .product-tile__pdp-link {
        padding-right: 3rem
    }
}

.product-tile__pdp-link.h3-pdp {
    margin-bottom: 0;
    font-size: 1rem
}

.product-tile__pdp-link .product-tile__link {
    font-size: .875rem;
    text-decoration: none;
    font-weight: 400
}

.product-tile__colors {
    font-size: .875rem
}

.product-tile .back,
.product-tile .front {
    width: 100%
}

.product-tile .back.lazyloaded,
.product-tile .front.lazyloaded {
    transition-duration: .15s
}

.product-tile .back {
    opacity: .001
}

.product-tile__image-container {
    position: relative;
    padding-bottom: 134.5%;
    background-color: #eee
}

.product-tile__image-container:hover .back {
    opacity: 1
}

.product-tile__image-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.1875rem
}

@media (max-width: 1023.98px) {
    .product-tile__image-bottom {
        display: none
    }
}

.product-tile__image-bottom:hover .product-tile__image-quickview {
    display: block
}

.product-tile .modal-container {
    height: 0;
    position: relative
}

.product-tile .modal-container .prevent-click {
    background-color: transparent;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.product-tile .add-product {
    position: absolute;
    height: 1.875rem;
    line-height: 1.5625rem;
    padding: 0 .5rem;
    font-size: .75rem;
    right: .625rem;
    bottom: .625rem;
    border: 1px solid hsla(0, 0%, 71.4%, .7);
    border-radius: .3125rem;
    background-color: #f9f9f9;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box
}

.product-tile .add-product__symbol {
    font-weight: 300
}

.product-tile .add-product__symbol.plus:after {
    content: "+"
}

.product-tile .add-product__symbol.minus:after {
    content: "\2013"
}

.product-tile__product-modal {
    padding: .9375rem;
    background-color: #f9f9f9;
    border-radius: .3125rem;
    box-shadow: 0 .1875rem .1875rem rgba(0, 0, 0, .5);
    position: absolute;
    transform: translate(50%);
    min-height: 2.5rem;
    z-index: 2;
    top: -.75rem;
    width: 95%;
    right: 50%
}

@media (max-width: 543.98px) {
    .product-tile__product-modal {
        width: calc(200% + 1rem);
        transform: none
    }
}

.product-tile__product-modal .attributes {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 1.25rem
}

.product-tile__product-modal .attributes label {
    margin: 0 0 .5rem;
    line-height: .75rem
}

.product-tile__product-modal .attributes .attribute {
    margin-bottom: 0
}

.product-tile__product-modal .attributes .attribute .form-group {
    padding: 0;
    margin-bottom: 0
}

.product-tile__product-modal .attributes .color-container .on-sale__msg {
    font-size: .75rem;
    line-height: 0
}

.product-tile__product-modal .close-icon {
    font-size: .875rem
}

.product-tile__product-modal .product-card-modal__details-container {
    width: 100%
}

.product-tile__product-modal .drop-buttons-container,
.product-tile__product-modal .size-buttons-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 1rem);
    column-gap: 1.5rem;
    row-gap: .75rem
}

.product-tile__product-modal .drop-buttons-container.wide-content,
.product-tile__product-modal .size-buttons-container.wide-content {
    grid-template-columns: repeat(auto-fit, 3rem)
}

@media (max-width: 1023.98px) {

    .product-tile__product-modal .drop-buttons-container,
    .product-tile__product-modal .size-buttons-container {
        row-gap: 1.09375rem
    }
}

.product-tile__product-modal .drop-buttons-container .drops__button,
.product-tile__product-modal .drop-buttons-container .sizes__button,
.product-tile__product-modal .size-buttons-container .drops__button,
.product-tile__product-modal .size-buttons-container .sizes__button {
    float: left;
    text-align: left;
    background-color: transparent;
    position: relative;
    border: none;
    padding: 0;
    display: inline;
    font-size: 1rem;
    width: 2.75rem;
    height: 2.25rem
}

@media (max-width: 1199.98px) {

    .product-tile__product-modal .drop-buttons-container .drops__button,
    .product-tile__product-modal .drop-buttons-container .sizes__button,
    .product-tile__product-modal .size-buttons-container .drops__button,
    .product-tile__product-modal .size-buttons-container .sizes__button {
        width: 2.375rem;
        height: 1.875rem
    }

    .recommendations .product-tile__product-modal .drop-buttons-container .drops__button,
    .recommendations .product-tile__product-modal .drop-buttons-container .sizes__button,
    .recommendations .product-tile__product-modal .size-buttons-container .drops__button,
    .recommendations .product-tile__product-modal .size-buttons-container .sizes__button {
        width: 2.75rem;
        height: 2.125rem
    }
}

@media (max-width: 767.98px) {

    .product-tile__product-modal .drop-buttons-container .drops__button,
    .product-tile__product-modal .drop-buttons-container .sizes__button,
    .product-tile__product-modal .size-buttons-container .drops__button,
    .product-tile__product-modal .size-buttons-container .sizes__button {
        width: 3rem;
        height: 2.625rem
    }

    .recommendations .product-tile__product-modal .drop-buttons-container .drops__button,
    .recommendations .product-tile__product-modal .drop-buttons-container .sizes__button,
    .recommendations .product-tile__product-modal .size-buttons-container .drops__button,
    .recommendations .product-tile__product-modal .size-buttons-container .sizes__button {
        width: 2.625rem;
        height: 2.25rem
    }
}

.product-tile__product-modal .drop-buttons-container .drops__button.price-size,
.product-tile__product-modal .drop-buttons-container .sizes__button.price-size,
.product-tile__product-modal .size-buttons-container .drops__button.price-size,
.product-tile__product-modal .size-buttons-container .sizes__button.price-size {
    width: 2.75rem
}

.product-tile__product-modal .drop-buttons-container .drops__button.disabled,
.product-tile__product-modal .drop-buttons-container .sizes__button.disabled,
.product-tile__product-modal .size-buttons-container .drops__button.disabled,
.product-tile__product-modal .size-buttons-container .sizes__button.disabled {
    color: #666
}

.product-tile__product-modal .drop-buttons-container .drops__button.padding-right,
.product-tile__product-modal .drop-buttons-container .sizes__button.padding-right,
.product-tile__product-modal .size-buttons-container .drops__button.padding-right,
.product-tile__product-modal .size-buttons-container .sizes__button.padding-right {
    margin-right: 1.1875rem
}

.product-tile__product-modal .drop-buttons-container .drops__button .tappable-area,
.product-tile__product-modal .drop-buttons-container .sizes__button .tappable-area,
.product-tile__product-modal .size-buttons-container .drops__button .tappable-area,
.product-tile__product-modal .size-buttons-container .sizes__button .tappable-area {
    position: absolute;
    width: 2.75rem;
    height: 2.25rem;
    right: 78%;
    bottom: 50%;
    transform: translate(50%, 50%)
}

@media (max-width: 1199.98px) {

    .product-tile__product-modal .drop-buttons-container .drops__button .tappable-area,
    .product-tile__product-modal .drop-buttons-container .sizes__button .tappable-area,
    .product-tile__product-modal .size-buttons-container .drops__button .tappable-area,
    .product-tile__product-modal .size-buttons-container .sizes__button .tappable-area {
        width: 2.375rem;
        height: 1.875rem
    }

    .recommendations .product-tile__product-modal .drop-buttons-container .drops__button .tappable-area,
    .recommendations .product-tile__product-modal .drop-buttons-container .sizes__button .tappable-area,
    .recommendations .product-tile__product-modal .size-buttons-container .drops__button .tappable-area,
    .recommendations .product-tile__product-modal .size-buttons-container .sizes__button .tappable-area {
        width: 2.75rem;
        height: 2.125rem
    }
}

@media (max-width: 767.98px) {

    .product-tile__product-modal .drop-buttons-container .drops__button .tappable-area,
    .product-tile__product-modal .drop-buttons-container .sizes__button .tappable-area,
    .product-tile__product-modal .size-buttons-container .drops__button .tappable-area,
    .product-tile__product-modal .size-buttons-container .sizes__button .tappable-area {
        width: 3rem;
        height: 2.625rem
    }

    .recommendations .product-tile__product-modal .drop-buttons-container .drops__button .tappable-area,
    .recommendations .product-tile__product-modal .drop-buttons-container .sizes__button .tappable-area,
    .recommendations .product-tile__product-modal .size-buttons-container .drops__button .tappable-area,
    .recommendations .product-tile__product-modal .size-buttons-container .sizes__button .tappable-area {
        width: 2.625rem;
        height: 2.25rem
    }
}

.product-tile__product-modal .drop-buttons-container .drops__button[selected],
.product-tile__product-modal .drop-buttons-container .sizes__button[selected],
.product-tile__product-modal .size-buttons-container .drops__button[selected],
.product-tile__product-modal .size-buttons-container .sizes__button[selected] {
    text-decoration: underline
}

.product-tile__tile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    top: 0;
    left: 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .product-tile__tile-image {
        width: auto;
        left: 50%;
        transform: translateX(-50%)
    }
}

.product-tile__tile-image--filter {
    filter: brightness(60%)
}

.product-tile__tile-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    font-size: 1.5rem;
    font-weight: 400
}

@media (min-width: 1024px) {
    .product-tile__tile-text {
        font-size: 1rem
    }
}

.product-tile__image-quickview {
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    padding: .3125rem;
    background-color: hsla(0, 0%, 100%, .8);
    text-transform: lowercase
}

.product-tile__image-quickview:first-letter {
    text-transform: uppercase
}

.recommendations .container__prevent-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.recommendations-row {
    margin-right: 0
}

.recommendations__tile .attribute__value-wrapper,
.recommendations__tile .swatch-circle {
    margin-right: 8%;
    margin-bottom: 8%;
    width: 1.75rem;
    height: 1.75rem
}

@media (max-width: 543.98px) {

    .recommendations__tile .attribute__value-wrapper,
    .recommendations__tile .attribute__value-wrapper span,
    .recommendations__tile .swatch-circle,
    .recommendations__tile .swatch-circle span {
        width: 2.125rem;
        height: 2.125rem
    }
}

@media (max-width: 543.98px) {

    .product-grid__column.left-side .product-tile__product-modal,
    .recommendations__tile.left-side .product-tile__product-modal {
        left: 0
    }

    .product-grid__column.right-side .product-tile__product-modal,
    .recommendations__tile.right-side .product-tile__product-modal {
        right: 0
    }
}

@media (min-width: 1024px) and (max-width:1199.98px) {
    .product-grid__column .product-tile__product-modal {
        width: 200%;
        right: 104%
    }

    .left-side .product-grid__column .product-tile__product-modal {
        right: -3%
    }
}

.js-recommendations-container,
.js-related-products {
    padding: 1.25rem 0 0;
    display: grid;
    grid-template-columns: 100%;
    position: relative
}

@media (max-width: 543.98px) {

    .js-recommendations-container,
    .js-related-products {
        padding-top: 0
    }
}

.js-recommendations-container .recommendations,
.js-related-products .recommendations {
    width: 100%
}

.grid-row--first-element {
    grid-row: 1
}

.cursor-pointer {
    cursor: pointer
}

.swatch-circle-beige {
    background-color: #d7cab0
}

.swatch-circle-beige.disabled {
    opacity: .2
}

.swatch-filter-beige {
    background-color: #d7cab0
}

.swatch-filter-beige.disabled {
    opacity: .2
}

.swatch-circle-black {
    background-color: #000
}

.swatch-circle-black.disabled {
    opacity: .2
}

.swatch-filter-black {
    background-color: #000
}

.swatch-filter-black.disabled {
    opacity: .2
}

.swatch-circle-blue {
    background-color: #3463ba
}

.swatch-circle-blue.disabled {
    opacity: .2
}

.swatch-filter-blue {
    background-color: #3463ba
}

.swatch-filter-blue.disabled {
    opacity: .2
}

.swatch-circle-brown {
    background-color: #502e1b
}

.swatch-circle-brown.disabled {
    opacity: .2
}

.swatch-filter-brown {
    background-color: #502e1b
}

.swatch-filter-brown.disabled {
    opacity: .2
}

.swatch-circle-green {
    background-color: #638f40
}

.swatch-circle-green.disabled {
    opacity: .2
}

.swatch-filter-green {
    background-color: #638f40
}

.swatch-filter-green.disabled {
    opacity: .2
}

.swatch-circle-grey {
    background-color: #818181
}

.swatch-circle-grey.disabled {
    opacity: .2
}

.swatch-filter-grey {
    background-color: #818181
}

.swatch-filter-grey.disabled {
    opacity: .2
}

.swatch-circle-navy {
    background-color: navy
}

.swatch-circle-navy.disabled {
    opacity: .2
}

.swatch-filter-navy {
    background-color: navy
}

.swatch-filter-navy.disabled {
    opacity: .2
}

.swatch-circle-orange {
    background-color: #ff712b
}

.swatch-circle-orange.disabled {
    opacity: .2
}

.swatch-filter-orange {
    background-color: #ff712b
}

.swatch-filter-orange.disabled {
    opacity: .2
}

.swatch-circle-gold {
    background-color: #c38d47
}

.swatch-circle-gold.disabled {
    opacity: .2
}

.swatch-filter-gold {
    background-color: #c38d47
}

.swatch-filter-gold.disabled {
    opacity: .2
}

.swatch-circle-rose-gold {
    background-color: #e2a686
}

.swatch-circle-rose-gold.disabled {
    opacity: .2
}

.swatch-filter-rose-gold {
    background-color: #e2a686
}

.swatch-filter-rose-gold.disabled {
    opacity: .2
}

.swatch-circle-pink {
    background-color: #f078ae
}

.swatch-circle-pink.disabled {
    opacity: .2
}

.swatch-filter-pink {
    background-color: #f078ae
}

.swatch-filter-pink.disabled {
    opacity: .2
}

.swatch-circle-purple {
    background-color: #d0a3e5
}

.swatch-circle-purple.disabled {
    opacity: .2
}

.swatch-filter-purple {
    background-color: #d0a3e5
}

.swatch-filter-purple.disabled {
    opacity: .2
}

.swatch-circle-red {
    background-color: #c5171e
}

.swatch-circle-red.disabled {
    opacity: .2
}

.swatch-filter-red {
    background-color: #c5171e
}

.swatch-filter-red.disabled {
    opacity: .2
}

.swatch-circle-white {
    background-color: #fff
}

.swatch-circle-white.disabled {
    opacity: .2
}

.swatch-filter-white {
    background-color: #fff
}

.swatch-filter-white.disabled {
    opacity: .2
}

.swatch-circle-yellow {
    background-color: #f1b942
}

.swatch-circle-yellow.disabled {
    opacity: .2
}

.swatch-filter-yellow {
    background-color: #f1b942
}

.swatch-filter-yellow.disabled {
    opacity: .2
}

.swatch-circle-silver {
    background-color: silver
}

.swatch-circle-silver.disabled {
    opacity: .2
}

.swatch-filter-silver {
    background-color: silver
}

.swatch-filter-silver.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous {
    background: linear-gradient(0deg, #821e91, #821e91 25%, #edd134 0, #ff0 50%, #edd134 0, #59ba00 0, #59ba00 76%, #111 0, #111), linear-gradient(0deg, #0e5cd1, #0e5cd1 50%, #e20b0b 0, #e20b0b);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border-radius: 50%;
    display: block;
    position: relative;
    transform: rotate(35deg)
}

.swatch-circle-miscellaneous.disabled {
    opacity: .2
}

.swatch-circle-multi-color {
    border-radius: 50%;
    display: block;
    position: relative;
    background: conic-gradient(from 90deg, #3463ba, #638f40 .26turn, #f1b942 .51turn, #ff712b .77turn, #c5171e)
}

.swatch-circle-multi-color.disabled {
    opacity: .2
}

.swatch-circle-multi-metal {
    border-radius: 50%;
    display: block;
    position: relative;
    background: conic-gradient(from .26turn, silver, #e2a686 .51turn, #c38d47 .99turn)
}

.swatch-circle-multi-metal.disabled {
    opacity: .2
}

.swatch-circle-no-color {
    border-radius: 50%;
    display: block;
    position: relative;
    background: #fff
}

.swatch-circle-no-color.disabled {
    opacity: .2
}

.swatch-circle-no-color:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: .0625rem;
    background-color: #979797;
    transform: rotate(-45deg)
}

.swatch-circle-black-white {
    border-radius: 50%;
    display: block;
    position: relative;
    background-image: linear-gradient(180deg, #fff 50%, #000 57%)
}

.swatch-circle-black-white.disabled {
    opacity: .2
}

.swatch-circle {
    border-radius: 50%;
    border: .0625rem solid #aaa;
    box-shadow: 0 0 .1875rem rgba(0, 0, 0, .3);
    width: 1.375rem;
    height: 1.375rem;
    background-size: cover;
    background-position: 50%
}

@media (min-width: 1024px) {
    .swatch-circle {
        width: .9375rem;
        height: .9375rem
    }
}

.swatch-circle--large {
    box-shadow: inset 0 0 0 .125rem #fff
}

@media (min-width: 1024px) {
    .swatch-circle--large {
        width: 1.625rem;
        height: 1.625rem
    }
}

.swatch-circle--spacing-right {
    margin-right: .75rem
}

.swatch-circle.selected {
    border-color: #000
}

.bonus-product__name {
    font-size: .875rem
}

.prices-bonus-price {
    margin-bottom: 1.875rem
}

.bonus-product-dialog .g-dialog__body {
    padding-bottom: .375rem
}

.quick-view-dialog .modal-content {
    min-height: 9.375rem
}

.quick-view-dialog .quantity {
    display: none
}

@media (min-width: 1024px) {
    .quick-view-dialog .product-detail__carousel {
        max-width: 35.0625rem
    }
}

@media (min-width: 1024px) and (-ms-high-contrast:active),
(min-width:1024px) and (-ms-high-contrast:none) {
    .quick-view-dialog .product-detail__carousel {
        max-width: 21.25rem
    }
}

@media (min-width: 1024px) {
    .quick-view-dialog .product-detail__description {
        min-width: 19.0625rem
    }
}

@media (min-width: 1024px) and (-ms-high-contrast:active),
(min-width:1024px) and (-ms-high-contrast:none) {
    .quick-view-dialog .product-detail__description {
        max-width: 10.625rem
    }
}

@media (min-width: 1024px) {
    .quick-view-dialog .attribute-wrapper {
        min-width: 14.125rem
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .quick-view-dialog .g-dialog__body {
        flex: 0 0 auto
    }
}

.product-detail__badge {
    color: #183beb
}

@media (min-width: 1024px) {
    .size-chart-link-wrapper {
        max-width: 84%
    }
}

.notifyme-form {
    width: 100%;
    align-self: center
}

.notifyme-form .notifyme-button {
    font-weight: 400
}

.notifyme-form .notifyme-button,
.notifyme-form .notifyme-form__header {
    font-size: 1rem
}

.notifyme-form .form-control-label,
.notifyme-form .notifyme-form__email {
    background-color: #f9f9f9
}

.notifyme-form .attributes {
    padding-top: 1.25rem
}

.notifyme-form__container {
    width: 100%
}

.notifyme-form__text,
.notifyme-text {
    font-size: .875rem;
    font-weight: 400;
    overflow-wrap: break-word
}

.notifyme-form__footer {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.125rem
}

.notifyme-modal .modal-body {
    align-self: center
}

.notifyme-modal .modal-body .form-control-label,
.notifyme-modal .modal-body .notifyme-form__email {
    background-color: #fff
}

.notifyme-container {
    background-color: #f9f9f9;
    display: flex;
    flex-wrap: wrap
}

.notifyme-close-button {
    position: absolute;
    right: .8125rem;
    top: .84375rem
}

.notifyme-color-button .swatch-circle {
    width: 1.875rem;
    height: 1.875rem
}

.notifyme-result {
    overflow-x: hidden
}

.price__strike-through {
    text-decoration: line-through;
    color: #71767f;
    margin-right: .3125rem;
    font-size: .875rem
}

.price__strike-through.list {
    font-size: 1rem
}

.price__value--free,
.price__value--sale {
    color: #dc3545;
    font-size: 1rem
}

.price__red-color {
    color: #dc3545
}

.cart .price__value--sale {
    color: #000
}

.cart .bonus-prices .price__value--free,
.cart .bonus-prices .price__value--sale {
    color: #dc3545
}

.cookie__warning-messaging {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: .9375rem 2.1875rem .9375rem .9375rem
}

.cookie__warning-messaging .cookie__text {
    margin-right: 1.5625rem
}

.cookie__warning-messaging .cookie__close {
    right: 1.0625rem;
    padding: 0 .625rem .625rem 1.5625rem;
    width: 3.125rem
}

.cookie__text {
    color: #fff;
    font-size: .8125rem
}

.cookie__use {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff
}

.cookie__close {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 1.875rem;
    line-height: 2.75rem;
    width: 2.75rem;
    height: 2.75rem
}

.cookie__close:hover {
    color: #fff;
    text-decoration: none
}

.ss-modal__footer {
    padding: 0
}

.ss-modal__button {
    flex-basis: 50%;
    margin: 0 !important;
    padding: .75rem .3125rem
}

.ss-modal__button+.ss-modal__button {
    border-left: .0625rem solid #e3e3e3
}

@media (max-width: 1023.98px) {
    .ss-modal__button__document {
        max-width: 16.875rem;
        margin: auto
    }
}

body.touch-screen :focus,
body.using-mouse :focus {
    outline: none !important;
    box-shadow: none !important
}

@media (max-width: 640px) {
    .wishlist-button {
        width: fit-content
    }
}

.wishlist-button--full .wishlist-icon--full {
    display: inline-block;
    font-weight: 900 !important
}

.wishlist-button--empty .wishlist-icon--full,
.wishlist-button--full .wishlist-icon--empty {
    display: none
}

.wishlist-button--empty .wishlist-icon--empty {
    display: inline-block
}

.wishList-button i {
    cursor: pointer
}

.country-selector__dropdown {
    border: none;
    background: transparent;
    text-decoration: underline;
    padding: 0;
    -webkit-appearance: none
}

.country-selector__dropdown,
.country-selector__dropdown-icon {
    font-size: .75rem;
    color: #71767f
}

.drop-zone {
    border: 2px dashed;
    border-radius: .25rem;
    text-align: center;
    background-color: #eee;
    height: 6.5rem
}

.decorate {
    text-decoration: underline
}

.error-file {
    color: #c1001e
}

.contactUs-close {
    position: relative;
    background: none;
    font-size: 1.5rem;
    float: right;
    top: -.625rem
}

.contactUs-msg-files {
    font-size: 1rem;
    color: #9a9a9a
}

.sub-msg,
.up-text {
    font-size: .75rem
}

.up-text {
    padding-top: 2.625rem
}

.bottom-text {
    padding-bottom: .9375rem
}

.sub-msg-filetype {
    font-size: .75rem
}

.rate {
    float: left;
    height: 46px
}

.rate__confirmation:not(:checked)>i {
    font-size: 22px !important
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px
}

.rate .emoji {
    font-size: 15px;
    color: #666;
    padding-left: 23%
}

.rate .emoji__frown:before {
    content: "\F119"
}

.rate .emoji__smile:before {
    content: "\F118"
}

.rate:not(:checked)>i {
    float: right;
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 26px;
    color: #000
}

.feed-back-form div.star-rating,
div.feedback-opt {
    display: none
}

.feedback-success-content {
    height: 39.375rem;
    width: 21.875rem;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767.98px) {
    .feedback-success-content {
        height: 34.375rem
    }
}

.feedback-success-close {
    margin-bottom: 6.25rem
}

.feedback-success-close .close i {
    letter-spacing: .5rem;
    font-weight: 300;
    font-size: .875rem;
    color: #000
}

@media (max-width: 767.98px) {
    .feedback-success-close {
        margin-bottom: 2.5rem
    }
}

.feedback-success-body {
    margin-bottom: 4.25rem;
    padding-top: 0 !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

@media (max-width: 767.98px) {
    .feedback-success-body {
        margin-bottom: 2.5rem
    }
}

.feedback-success-body__h4-text {
    font-size: 1.4375rem;
    margin-bottom: 3.75rem
}

.feedback-success-body p {
    font-size: .875rem
}

.feedback-success-button {
    margin-bottom: 8.3125rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.feedback-success-button button {
    font-weight: 300
}

@media (max-width: 767.98px) {
    .feedback-success-button {
        margin-bottom: 1.25rem
    }
}

.feedback__modal-title__font-size {
    font-size: 1rem
}

.feedback__modal-title__check-icon i {
    font-size: 2.25rem;
    padding-left: 2rem !important
}

.feedback__modal-body__font-size {
    font-size: .875rem
}

.feedback__modal-body__opt-margin {
    margin-top: 4.0625rem
}

.feedback__section-change {
    padding-top: 1.875rem;
    margin-bottom: 0 !important
}

.feedback__confirmation {
    min-height: 7rem;
    padding-top: 1rem;
    margin-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-top: .0625rem solid #eee
}

@media (max-width: 1199.98px) {
    .feedback__confirmation {
        border-bottom: .0625rem solid #eee
    }
}

.feedback__confirmation--successFeedback {
    min-height: 3rem;
    font-weight: 500;
    font-size: 1rem;
    padding-top: 1rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-top: .0625rem solid #eee
}

@media (max-width: 1199.98px) {
    .feedback__confirmation--successFeedback {
        border-bottom: .0625rem solid #eee
    }
}

.feedback__textarea--initialHeight {
    height: 2.5rem !important
}

.feedback__textarea--disabled-resize {
    resize: none
}

.feedback__textarea--overflowHidden {
    overflow-y: hidden;
    margin-top: .5rem
}

.feedback__textarea--overflowScroll {
    overflow-y: scroll;
    margin-top: 1rem
}

.feedback__checkbox {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.feedback__checkbox--text {
    font-size: .75rem;
    margin-left: .375rem;
    padding-top: .125rem
}

.feedback__checkbox--acceptance {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.feedback-close .close i {
    letter-spacing: .5rem;
    font-weight: 300;
    font-size: .875rem;
    color: #000
}

.fcomments__counter {
    color: #000;
    font-size: .75rem;
    padding-top: .3125rem
}

input[name=optradio] {
    accent-color: #000
}

.guess-question-mark {
    font-size: .8125rem
}