@charset "UTF-8";

/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #3f4eb1;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --orange: #fd7e14;
    --green: #4aa612;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray-dark: #b9b9b9;
    --primary: #111887;
    --secondary: #fdd50a;
    --success: #4aa612;
    --info: #17a2b8;
    --warning: #e6c108;
    --danger: #d51212;
    --light: #c5c5c8;
    --dark: #b9b9b9;
    --red: #d51212;
    --yellow: #e6c108;
    --black: #171725;
    --white: #fff;
    --navy-blue: #0b0f57;
    --golden: #fca509;
    --gray: #f2f2f3;
    --gray-100: #c5c5c8;
    --gray-200: #f2f2f3;
    --gray-300: #f6f6f6;
    --gray-400: #d0d0d0;
    --gray-500: #686871;
    --gray-600: #373737;
    --gray-700: #b8b8b8;
    --gray-800: #b9b9b9;
    --gray-900: #191919;
    --breakpoint-xs: 0;
    --breakpoint-sm: 480px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-ex-lg: 1025px;
    --breakpoint-xxl: 1370px;
    --font-family-sans-serif: "Archivo Black", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
: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(23, 23, 37, 0)
}

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

body {
    margin: 0;
    font-family: Archivo, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #191919;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    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 {
    color: #111887;
    background-color: transparent
}

a:hover {
    color: #080c43;
    text-decoration: underline
}

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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
}

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: #373737;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

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-family: inherit;
    font-weight: 500;
    line-height: 1.3;
    color: inherit
}

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

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

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

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

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

.lead {
    font-weight: 300
}

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

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

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

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

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

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

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

.small,
small {
    font-size: 80%;
    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: 80%;
    color: #373737
}

.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 #f6f6f6;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(23, 23, 37, .075)
}

.figure {
    display: inline-block
}

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

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #191919;
    border-radius: .2rem;
    box-shadow: inset 0 -.1rem 0 rgba(23, 23, 37, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    font-size: 87.5%;
    color: #191919
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:480px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1326px
    }
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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-ex-lg,
.col-ex-lg-1,
.col-ex-lg-2,
.col-ex-lg-3,
.col-ex-lg-4,
.col-ex-lg-5,
.col-ex-lg-6,
.col-ex-lg-7,
.col-ex-lg-8,
.col-ex-lg-9,
.col-ex-lg-10,
.col-ex-lg-11,
.col-ex-lg-12,
.col-ex-lg-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-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-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:480px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 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:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 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:1025px) {
    .col-ex-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-ex-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-ex-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-ex-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-ex-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-ex-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-ex-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-ex-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-ex-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-ex-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-ex-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-ex-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-ex-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-ex-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-ex-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-ex-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-ex-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-ex-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-ex-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-ex-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-ex-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-ex-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-ex-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-ex-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-ex-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-ex-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-ex-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-ex-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-ex-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-ex-lg-0 {
        margin-left: 0
    }
    .offset-ex-lg-1 {
        margin-left: 8.33333%
    }
    .offset-ex-lg-2 {
        margin-left: 16.66667%
    }
    .offset-ex-lg-3 {
        margin-left: 25%
    }
    .offset-ex-lg-4 {
        margin-left: 33.33333%
    }
    .offset-ex-lg-5 {
        margin-left: 41.66667%
    }
    .offset-ex-lg-6 {
        margin-left: 50%
    }
    .offset-ex-lg-7 {
        margin-left: 58.33333%
    }
    .offset-ex-lg-8 {
        margin-left: 66.66667%
    }
    .offset-ex-lg-9 {
        margin-left: 75%
    }
    .offset-ex-lg-10 {
        margin-left: 83.33333%
    }
    .offset-ex-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1370px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

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

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

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

.table .table {
    background-color: #fff
}

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

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

.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(23, 23, 37, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(23, 23, 37, .075)
}

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

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

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

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

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

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

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

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

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

.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: #f8eeba
}

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

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

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

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

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

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

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

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

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

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

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

.table-red,
.table-red>td,
.table-red>th {
    background-color: #f3bdbd
}

.table-red tbody+tbody,
.table-red td,
.table-red th,
.table-red thead th {
    border-color: #e98484
}

.table-hover .table-red:hover,
.table-hover .table-red:hover>td,
.table-hover .table-red:hover>th {
    background-color: #efa7a7
}

.table-yellow,
.table-yellow>td,
.table-yellow>th {
    background-color: #f8eeba
}

.table-yellow tbody+tbody,
.table-yellow td,
.table-yellow th,
.table-yellow thead th {
    border-color: #f2df7f
}

.table-hover .table-yellow:hover,
.table-hover .table-yellow:hover>td,
.table-hover .table-yellow:hover>th {
    background-color: #f6e8a3
}

.table-black,
.table-black>td,
.table-black>th {
    background-color: #bebec2
}

.table-black tbody+tbody,
.table-black td,
.table-black th,
.table-black thead th {
    border-color: #86868e
}

.table-hover .table-black:hover,
.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
    background-color: #b1b1b6
}

.table-white,
.table-white>td,
.table-white>th {
    background-color: #fff
}

.table-white tbody+tbody,
.table-white td,
.table-white th,
.table-white thead th {
    border-color: #fff
}

.table-hover .table-white:hover,
.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
    background-color: #f2f2f2
}

.table-navy-blue,
.table-navy-blue>td,
.table-navy-blue>th {
    background-color: #bbbcd0
}

.table-navy-blue tbody+tbody,
.table-navy-blue td,
.table-navy-blue th,
.table-navy-blue thead th {
    border-color: #8082a8
}

.table-hover .table-navy-blue:hover,
.table-hover .table-navy-blue:hover>td,
.table-hover .table-navy-blue:hover>th {
    background-color: #acadc6
}

.table-golden,
.table-golden>td,
.table-golden>th {
    background-color: #fee6ba
}

.table-golden tbody+tbody,
.table-golden td,
.table-golden th,
.table-golden thead th {
    border-color: #fdd07f
}

.table-hover .table-golden:hover,
.table-hover .table-golden:hover>td,
.table-hover .table-golden:hover>th {
    background-color: #fedda1
}

.table-gray,
.table-gray>td,
.table-gray>th {
    background-color: #fbfbfc
}

.table-gray tbody+tbody,
.table-gray td,
.table-gray th,
.table-gray thead th {
    border-color: #f8f8f9
}

.table-hover .table-gray:hover,
.table-hover .table-gray:hover>td,
.table-hover .table-gray:hover>th {
    background-color: #ececf1
}

.table-gray-100,
.table-gray-100>td,
.table-gray-100>th {
    background-color: #efeff0
}

.table-gray-100 tbody+tbody,
.table-gray-100 td,
.table-gray-100 th,
.table-gray-100 thead th {
    border-color: #e1e1e2
}

.table-hover .table-gray-100:hover,
.table-hover .table-gray-100:hover>td,
.table-hover .table-gray-100:hover>th {
    background-color: #e2e2e4
}

.table-gray-200,
.table-gray-200>td,
.table-gray-200>th {
    background-color: #fbfbfc
}

.table-gray-200 tbody+tbody,
.table-gray-200 td,
.table-gray-200 th,
.table-gray-200 thead th {
    border-color: #f8f8f9
}

.table-hover .table-gray-200:hover,
.table-hover .table-gray-200:hover>td,
.table-hover .table-gray-200:hover>th {
    background-color: #ececf1
}

.table-gray-300,
.table-gray-300>td,
.table-gray-300>th {
    background-color: #fcfcfc
}

.table-gray-300 tbody+tbody,
.table-gray-300 td,
.table-gray-300 th,
.table-gray-300 thead th {
    border-color: #fafafa
}

.table-hover .table-gray-300:hover,
.table-hover .table-gray-300:hover>td,
.table-hover .table-gray-300:hover>th {
    background-color: #efefef
}

.table-gray-400,
.table-gray-400>td,
.table-gray-400>th {
    background-color: #f2f2f2
}

.table-gray-400 tbody+tbody,
.table-gray-400 td,
.table-gray-400 th,
.table-gray-400 thead th {
    border-color: #e7e7e7
}

.table-hover .table-gray-400:hover,
.table-hover .table-gray-400:hover>td,
.table-hover .table-gray-400:hover>th {
    background-color: #e5e5e5
}

.table-gray-500,
.table-gray-500>td,
.table-gray-500>th {
    background-color: #d5d5d7
}

.table-gray-500 tbody+tbody,
.table-gray-500 td,
.table-gray-500 th,
.table-gray-500 thead th {
    border-color: #b0b0b5
}

.table-hover .table-gray-500:hover,
.table-hover .table-gray-500:hover>td,
.table-hover .table-gray-500:hover>th {
    background-color: #c8c8cb
}

.table-gray-600,
.table-gray-600>td,
.table-gray-600>th {
    background-color: #c7c7c7
}

.table-gray-600 tbody+tbody,
.table-gray-600 td,
.table-gray-600 th,
.table-gray-600 thead th {
    border-color: #979797
}

.table-hover .table-gray-600:hover,
.table-hover .table-gray-600:hover>td,
.table-hover .table-gray-600:hover>th {
    background-color: #bababa
}

.table-gray-700,
.table-gray-700>td,
.table-gray-700>th {
    background-color: #ebebeb
}

.table-gray-700 tbody+tbody,
.table-gray-700 td,
.table-gray-700 th,
.table-gray-700 thead th {
    border-color: #dadada
}

.table-hover .table-gray-700:hover,
.table-hover .table-gray-700:hover>td,
.table-hover .table-gray-700:hover>th {
    background-color: #dedede
}

.table-gray-800,
.table-gray-800>td,
.table-gray-800>th {
    background-color: #ebebeb
}

.table-gray-800 tbody+tbody,
.table-gray-800 td,
.table-gray-800 th,
.table-gray-800 thead th {
    border-color: #dbdbdb
}

.table-hover .table-gray-800:hover,
.table-hover .table-gray-800:hover>td,
.table-hover .table-gray-800:hover>th {
    background-color: #dedede
}

.table-gray-900,
.table-gray-900>td,
.table-gray-900>th {
    background-color: #bfbfbf
}

.table-gray-900 tbody+tbody,
.table-gray-900 td,
.table-gray-900 th,
.table-gray-900 thead th {
    border-color: #878787
}

.table-hover .table-gray-900:hover,
.table-hover .table-gray-900:hover>td,
.table-hover .table-gray-900:hover>th {
    background-color: #b2b2b2
}

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #191919;
    border-color: #2c2c2c
}

.table .thead-light th {
    color: #b8b8b8;
    background-color: #f2f2f3;
    border-color: #f6f6f6
}

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

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #2c2c2c
}

.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 {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:479.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width:1024.98px) {
    .table-responsive-ex-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-ex-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1369.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(3rem + 2px);
    padding: .9rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #171725;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(23, 23, 37, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.form-control:focus {
    color: #171725;
    background-color: #fff;
    border-color: #323de5;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(23, 23, 37, .075), none
}

.form-control:-ms-input-placeholder {
    color: #686871;
    opacity: 1
}

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

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

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

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .9rem;
    padding-bottom: .9rem;
    margin-bottom: 0;
    line-height: 1.4;
    color: #191919;
    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(2.60625rem + 2px);
    padding: .6rem 2rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.6875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.125rem;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
    color: #373737
}

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

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    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: 80%;
    color: #4aa612
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .9375rem;
    line-height: 1.4;
    color: #fff;
    background-color: rgba(74, 166, 18, .9);
    border-radius: 0
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #4aa612;
    padding-right: 3rem;
    background-repeat: no-repeat;
    background-position: center right 0.75rem;
    background-size: 1.5rem 1.5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%234aa612' 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")
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #4aa612;
    box-shadow: 0 0 0 0 rgba(74, 166, 18, .25)
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: 3rem;
    background-position: top 0.75rem right 0.75rem
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #4aa612;
    padding-right: 4rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23b9b9b9' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%234aa612' 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") no-repeat center right 1.75rem/1.5rem 1.5rem
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #4aa612;
    box-shadow: 0 0 0 0 rgba(74, 166, 18, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

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

.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: #4aa612
}

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

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

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

.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 0 rgba(74, 166, 18, .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: #4aa612
}

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #4aa612;
    box-shadow: 0 0 0 0 rgba(74, 166, 18, .25)
}

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #d51212;
    padding-right: 3rem;
    background-repeat: no-repeat;
    background-position: center right 0.75rem;
    background-size: 1.5rem 1.5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d51212' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #d51212;
    box-shadow: 0 0 0 0 rgba(213, 18, 18, .25)
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: 3rem;
    background-position: top 0.75rem right 0.75rem
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #d51212;
    padding-right: 4rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23b9b9b9' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d51212' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") no-repeat center right 1.75rem/1.5rem 1.5rem
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #d51212;
    box-shadow: 0 0 0 0 rgba(213, 18, 18, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

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

.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: #d51212
}

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

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

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

.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 0 rgba(213, 18, 18, .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: #d51212
}

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #d51212;
    box-shadow: 0 0 0 0 rgba(213, 18, 18, .25)
}

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

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

@media (min-width:480px) {
    .form-inline label {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }
    .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: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 700;
    color: #191919;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .8rem 2.8rem;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 0;
    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 screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(17, 24, 135, 0)
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
    box-shadow: none
}

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

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    box-shadow: none
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0 rgba(17, 24, 135, 0), none
}

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

.btn-primary {
    color: #fff;
    background-color: #111887;
    border-color: #111887;
    box-shadow: none
}

.btn-primary:hover {
    color: #fff;
    background-color: #0d1265;
    border-color: #0b105a
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none, 0 0 0 0 rgba(53, 59, 153, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    /*background-color: #111887;
    border-color: #111887;*/
    background-color:#888;
    border-color:#888;
}

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

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(53, 59, 153, .5)
}

.btn-secondary {
    color: #191919;
    background-color: #fdd50a;
    border-color: #fdd50a;
    box-shadow: none
}

.btn-secondary:hover {
    color: #191919;
    background-color: #dfbb02;
    border-color: #d2b002
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none, 0 0 0 0 rgba(219, 185, 12, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #191919;
    background-color: #fdd50a;
    border-color: #fdd50a
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #191919;
    background-color: #d2b002;
    border-color: #c6a502
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(219, 185, 12, .5)
}

.btn-success {
    color: #fff;
    background-color: #4aa612;
    border-color: #4aa612;
    box-shadow: none
}

.btn-success:hover {
    color: #fff;
    background-color: #3b830e;
    border-color: #35780d
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: none, 0 0 0 0 rgba(101, 179, 54, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #4aa612;
    border-color: #4aa612
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #35780d;
    border-color: #306c0c
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(101, 179, 54, .5)
}

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

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

.btn-info.focus,
.btn-info:focus {
    box-shadow: none, 0 0 0 0 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: none, 0 0 0 0 rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #191919;
    background-color: #e6c108;
    border-color: #e6c108;
    box-shadow: none
}

.btn-warning:hover {
    color: #191919;
    background-color: #c1a207;
    border-color: #b59806
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: none, 0 0 0 0 rgba(199, 168, 11, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #191919;
    background-color: #e6c108;
    border-color: #e6c108
}

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

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(199, 168, 11, .5)
}

.btn-danger {
    color: #fff;
    background-color: #d51212;
    border-color: #d51212;
    box-shadow: none
}

.btn-danger:hover {
    color: #fff;
    background-color: #b20f0f;
    border-color: #a60e0e
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: none, 0 0 0 0 rgba(219, 54, 54, .5)
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(219, 54, 54, .5)
}

.btn-light {
    color: #191919;
    background-color: #c5c5c8;
    border-color: #c5c5c8;
    box-shadow: none
}

.btn-light:hover {
    color: #191919;
    background-color: #b1b1b5;
    border-color: #ababaf
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: none, 0 0 0 0 hsla(240, 2%, 68%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #191919;
    background-color: #c5c5c8;
    border-color: #c5c5c8
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #191919;
    background-color: #ababaf;
    border-color: #a4a4a9
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 hsla(240, 2%, 68%, .5)
}

.btn-dark {
    color: #191919;
    background-color: #b9b9b9;
    border-color: #b9b9b9;
    box-shadow: none
}

.btn-dark:hover {
    color: #191919;
    background-color: #a6a6a6;
    border-color: #a0a0a0
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 63%, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #191919;
    background-color: #b9b9b9;
    border-color: #b9b9b9
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #191919;
    background-color: #a0a0a0;
    border-color: #999
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 63%, .5)
}

.btn-red {
    color: #fff;
    background-color: #d51212;
    border-color: #d51212;
    box-shadow: none
}

.btn-red:hover {
    color: #fff;
    background-color: #b20f0f;
    border-color: #a60e0e
}

.btn-red.focus,
.btn-red:focus {
    box-shadow: none, 0 0 0 0 rgba(219, 54, 54, .5)
}

.btn-red.disabled,
.btn-red:disabled {
    color: #fff;
    background-color: #d51212;
    border-color: #d51212
}

.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #a60e0e;
    border-color: #9a0d0d
}

.btn-red:not(:disabled):not(.disabled).active:focus,
.btn-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-red.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(219, 54, 54, .5)
}

.btn-yellow {
    color: #191919;
    background-color: #e6c108;
    border-color: #e6c108;
    box-shadow: none
}

.btn-yellow:hover {
    color: #191919;
    background-color: #c1a207;
    border-color: #b59806
}

.btn-yellow.focus,
.btn-yellow:focus {
    box-shadow: none, 0 0 0 0 rgba(199, 168, 11, .5)
}

.btn-yellow.disabled,
.btn-yellow:disabled {
    color: #191919;
    background-color: #e6c108;
    border-color: #e6c108
}

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

.btn-yellow:not(:disabled):not(.disabled).active:focus,
.btn-yellow:not(:disabled):not(.disabled):active:focus,
.show>.btn-yellow.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(199, 168, 11, .5)
}

.btn-black {
    color: #fff;
    background-color: #171725;
    border-color: #171725;
    box-shadow: none
}

.btn-black:hover {
    color: #fff;
    background-color: #08080d;
    border-color: #030306
}

.btn-black.focus,
.btn-black:focus {
    box-shadow: none, 0 0 0 0 rgba(58, 58, 70, .5)
}

.btn-black.disabled,
.btn-black:disabled {
    color: #fff;
    background-color: #171725;
    border-color: #171725
}

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

.btn-black:not(:disabled):not(.disabled).active:focus,
.btn-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-black.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(58, 58, 70, .5)
}

.btn-white {
    color: #191919;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

.btn-white:hover {
    color: #191919;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white.focus,
.btn-white:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 87%, .5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #191919;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    color: #191919;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 87%, .5)
}

.btn-navy-blue {
    color: #fff;
    background-color: #0b0f57;
    border-color: #0b0f57;
    box-shadow: none
}

.btn-navy-blue:hover {
    color: #fff;
    background-color: #070935;
    border-color: #05072a
}

.btn-navy-blue.focus,
.btn-navy-blue:focus {
    box-shadow: none, 0 0 0 0 rgba(48, 51, 112, .5)
}

.btn-navy-blue.disabled,
.btn-navy-blue:disabled {
    color: #fff;
    background-color: #0b0f57;
    border-color: #0b0f57
}

.btn-navy-blue:not(:disabled):not(.disabled).active,
.btn-navy-blue:not(:disabled):not(.disabled):active,
.show>.btn-navy-blue.dropdown-toggle {
    color: #fff;
    background-color: #05072a;
    border-color: #04051e
}

.btn-navy-blue:not(:disabled):not(.disabled).active:focus,
.btn-navy-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-navy-blue.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(48, 51, 112, .5)
}

.btn-golden {
    color: #191919;
    background-color: #fca509;
    border-color: #fca509;
    box-shadow: none
}

.btn-golden:hover {
    color: #fff;
    background-color: #dc8e03;
    border-color: #cf8603
}

.btn-golden.focus,
.btn-golden:focus {
    box-shadow: none, 0 0 0 0 rgba(218, 144, 11, .5)
}

.btn-golden.disabled,
.btn-golden:disabled {
    color: #191919;
    background-color: #fca509;
    border-color: #fca509
}

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

.btn-golden:not(:disabled):not(.disabled).active:focus,
.btn-golden:not(:disabled):not(.disabled):active:focus,
.show>.btn-golden.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(218, 144, 11, .5)
}

.btn-gray {
    color: #191919;
    background-color: #f2f2f3;
    border-color: #f2f2f3;
    box-shadow: none
}

.btn-gray:hover {
    color: #191919;
    background-color: #dedee1;
    border-color: #d7d7db
}

.btn-gray.focus,
.btn-gray:focus {
    box-shadow: none, 0 0 0 0 hsla(240, 1%, 82%, .5)
}

.btn-gray.disabled,
.btn-gray:disabled {
    color: #191919;
    background-color: #f2f2f3;
    border-color: #f2f2f3
}

.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active,
.show>.btn-gray.dropdown-toggle {
    color: #191919;
    background-color: #d7d7db;
    border-color: #d1d1d4
}

.btn-gray:not(:disabled):not(.disabled).active:focus,
.btn-gray:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 hsla(240, 1%, 82%, .5)
}

.btn-gray-100 {
    color: #191919;
    background-color: #c5c5c8;
    border-color: #c5c5c8;
    box-shadow: none
}

.btn-gray-100:hover {
    color: #191919;
    background-color: #b1b1b5;
    border-color: #ababaf
}

.btn-gray-100.focus,
.btn-gray-100:focus {
    box-shadow: none, 0 0 0 0 hsla(240, 2%, 68%, .5)
}

.btn-gray-100.disabled,
.btn-gray-100:disabled {
    color: #191919;
    background-color: #c5c5c8;
    border-color: #c5c5c8
}

.btn-gray-100:not(:disabled):not(.disabled).active,
.btn-gray-100:not(:disabled):not(.disabled):active,
.show>.btn-gray-100.dropdown-toggle {
    color: #191919;
    background-color: #ababaf;
    border-color: #a4a4a9
}

.btn-gray-100:not(:disabled):not(.disabled).active:focus,
.btn-gray-100:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-100.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 hsla(240, 2%, 68%, .5)
}

.btn-gray-200 {
    color: #191919;
    background-color: #f2f2f3;
    border-color: #f2f2f3;
    box-shadow: none
}

.btn-gray-200:hover {
    color: #191919;
    background-color: #dedee1;
    border-color: #d7d7db
}

.btn-gray-200.focus,
.btn-gray-200:focus {
    box-shadow: none, 0 0 0 0 hsla(240, 1%, 82%, .5)
}

.btn-gray-200.disabled,
.btn-gray-200:disabled {
    color: #191919;
    background-color: #f2f2f3;
    border-color: #f2f2f3
}

.btn-gray-200:not(:disabled):not(.disabled).active,
.btn-gray-200:not(:disabled):not(.disabled):active,
.show>.btn-gray-200.dropdown-toggle {
    color: #191919;
    background-color: #d7d7db;
    border-color: #d1d1d4
}

.btn-gray-200:not(:disabled):not(.disabled).active:focus,
.btn-gray-200:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-200.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 hsla(240, 1%, 82%, .5)
}

.btn-gray-300 {
    color: #191919;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    box-shadow: none
}

.btn-gray-300:hover {
    color: #191919;
    background-color: #e3e3e3;
    border-color: #ddd
}

.btn-gray-300.focus,
.btn-gray-300:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 84%, .5)
}

.btn-gray-300.disabled,
.btn-gray-300:disabled {
    color: #191919;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-gray-300:not(:disabled):not(.disabled).active,
.btn-gray-300:not(:disabled):not(.disabled):active,
.show>.btn-gray-300.dropdown-toggle {
    color: #191919;
    background-color: #ddd;
    border-color: #d6d6d6
}

.btn-gray-300:not(:disabled):not(.disabled).active:focus,
.btn-gray-300:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-300.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 84%, .5)
}

.btn-gray-400 {
    color: #191919;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    box-shadow: none
}

.btn-gray-400:hover {
    color: #191919;
    background-color: #bdbdbd;
    border-color: #b7b7b7
}

.btn-gray-400.focus,
.btn-gray-400:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 71%, .5)
}

.btn-gray-400.disabled,
.btn-gray-400:disabled {
    color: #191919;
    background-color: #d0d0d0;
    border-color: #d0d0d0
}

.btn-gray-400:not(:disabled):not(.disabled).active,
.btn-gray-400:not(:disabled):not(.disabled):active,
.show>.btn-gray-400.dropdown-toggle {
    color: #191919;
    background-color: #b7b7b7;
    border-color: #b0b0b0
}

.btn-gray-400:not(:disabled):not(.disabled).active:focus,
.btn-gray-400:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-400.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 71%, .5)
}

.btn-gray-500 {
    color: #fff;
    background-color: #686871;
    border-color: #686871;
    box-shadow: none
}

.btn-gray-500:hover {
    color: #fff;
    background-color: #56565d;
    border-color: #505056
}

.btn-gray-500.focus,
.btn-gray-500:focus {
    box-shadow: none, 0 0 0 0 hsla(240, 3%, 51%, .5)
}

.btn-gray-500.disabled,
.btn-gray-500:disabled {
    color: #fff;
    background-color: #686871;
    border-color: #686871
}

.btn-gray-500:not(:disabled):not(.disabled).active,
.btn-gray-500:not(:disabled):not(.disabled):active,
.show>.btn-gray-500.dropdown-toggle {
    color: #fff;
    background-color: #505056;
    border-color: #494950
}

.btn-gray-500:not(:disabled):not(.disabled).active:focus,
.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-500.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 hsla(240, 3%, 51%, .5)
}

.btn-gray-600 {
    color: #fff;
    background-color: #373737;
    border-color: #373737;
    box-shadow: none
}

.btn-gray-600:hover {
    color: #fff;
    background-color: #242424;
    border-color: #1e1e1e
}

.btn-gray-600.focus,
.btn-gray-600:focus {
    box-shadow: none, 0 0 0 0 rgba(85, 85, 85, .5)
}

.btn-gray-600.disabled,
.btn-gray-600:disabled {
    color: #fff;
    background-color: #373737;
    border-color: #373737
}

.btn-gray-600:not(:disabled):not(.disabled).active,
.btn-gray-600:not(:disabled):not(.disabled):active,
.show>.btn-gray-600.dropdown-toggle {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #171717
}

.btn-gray-600:not(:disabled):not(.disabled).active:focus,
.btn-gray-600:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-600.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(85, 85, 85, .5)
}

.btn-gray-700 {
    color: #191919;
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    box-shadow: none
}

.btn-gray-700:hover {
    color: #191919;
    background-color: #a5a5a5;
    border-color: #9f9f9f
}

.btn-gray-700.focus,
.btn-gray-700:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 63%, .5)
}

.btn-gray-700.disabled,
.btn-gray-700:disabled {
    color: #191919;
    background-color: #b8b8b8;
    border-color: #b8b8b8
}

.btn-gray-700:not(:disabled):not(.disabled).active,
.btn-gray-700:not(:disabled):not(.disabled):active,
.show>.btn-gray-700.dropdown-toggle {
    color: #191919;
    background-color: #9f9f9f;
    border-color: #989898
}

.btn-gray-700:not(:disabled):not(.disabled).active:focus,
.btn-gray-700:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-700.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 63%, .5)
}

.btn-gray-800 {
    color: #191919;
    background-color: #b9b9b9;
    border-color: #b9b9b9;
    box-shadow: none
}

.btn-gray-800:hover {
    color: #191919;
    background-color: #a6a6a6;
    border-color: #a0a0a0
}

.btn-gray-800.focus,
.btn-gray-800:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 63%, .5)
}

.btn-gray-800.disabled,
.btn-gray-800:disabled {
    color: #191919;
    background-color: #b9b9b9;
    border-color: #b9b9b9
}

.btn-gray-800:not(:disabled):not(.disabled).active,
.btn-gray-800:not(:disabled):not(.disabled):active,
.show>.btn-gray-800.dropdown-toggle {
    color: #191919;
    background-color: #a0a0a0;
    border-color: #999
}

.btn-gray-800:not(:disabled):not(.disabled).active:focus,
.btn-gray-800:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-800.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 63%, .5)
}

.btn-gray-900 {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
    box-shadow: none
}

.btn-gray-900:hover {
    color: #fff;
    background-color: #060606;
    border-color: #000
}

.btn-gray-900.focus,
.btn-gray-900:focus {
    box-shadow: none, 0 0 0 0 rgba(60, 60, 60, .5)
}

.btn-gray-900.disabled,
.btn-gray-900:disabled {
    color: #fff;
    background-color: #191919;
    border-color: #191919
}

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

.btn-gray-900:not(:disabled):not(.disabled).active:focus,
.btn-gray-900:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-900.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(60, 60, 60, .5)
}

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

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

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(17, 24, 135, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #111887;
    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: #111887;
    border-color: #111887
}

.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 0 rgba(17, 24, 135, .5)
}

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

.btn-outline-secondary:hover {
    color: #191919;
    background-color: #fdd50a;
    border-color: #fdd50a
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(253, 213, 10, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #fdd50a;
    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: #191919;
    background-color: #fdd50a;
    border-color: #fdd50a
}

.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 0 rgba(253, 213, 10, .5)
}

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

.btn-outline-success:hover {
    color: #fff;
    background-color: #4aa612;
    border-color: #4aa612
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(74, 166, 18, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #4aa612;
    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: #fff;
    background-color: #4aa612;
    border-color: #4aa612
}

.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 0 rgba(74, 166, 18, .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 0 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 0 rgba(23, 162, 184, .5)
}

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

.btn-outline-warning:hover {
    color: #191919;
    background-color: #e6c108;
    border-color: #e6c108
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(230, 193, 8, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #e6c108;
    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: #191919;
    background-color: #e6c108;
    border-color: #e6c108
}

.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 0 rgba(230, 193, 8, .5)
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(213, 18, 18, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #d51212;
    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: #d51212;
    border-color: #d51212
}

.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 0 rgba(213, 18, 18, .5)
}

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

.btn-outline-light:hover {
    color: #191919;
    background-color: #c5c5c8;
    border-color: #c5c5c8
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 hsla(240, 3%, 78%, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #c5c5c8;
    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: #191919;
    background-color: #c5c5c8;
    border-color: #c5c5c8
}

.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 0 hsla(240, 3%, 78%, .5)
}

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

.btn-outline-dark:hover {
    color: #191919;
    background-color: #b9b9b9;
    border-color: #b9b9b9
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 73%, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #b9b9b9;
    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: #191919;
    background-color: #b9b9b9;
    border-color: #b9b9b9
}

.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 0 hsla(0, 0%, 73%, .5)
}

.btn-outline-red {
    color: #d51212;
    border-color: #d51212
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #d51212;
    border-color: #d51212
}

.btn-outline-red.focus,
.btn-outline-red:focus {
    box-shadow: 0 0 0 0 rgba(213, 18, 18, .5)
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
    color: #d51212;
    background-color: transparent
}

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

.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(213, 18, 18, .5)
}

.btn-outline-yellow {
    color: #e6c108;
    border-color: #e6c108
}

.btn-outline-yellow:hover {
    color: #191919;
    background-color: #e6c108;
    border-color: #e6c108
}

.btn-outline-yellow.focus,
.btn-outline-yellow:focus {
    box-shadow: 0 0 0 0 rgba(230, 193, 8, .5)
}

.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
    color: #e6c108;
    background-color: transparent
}

.btn-outline-yellow:not(:disabled):not(.disabled).active,
.btn-outline-yellow:not(:disabled):not(.disabled):active,
.show>.btn-outline-yellow.dropdown-toggle {
    color: #191919;
    background-color: #e6c108;
    border-color: #e6c108
}

.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(230, 193, 8, .5)
}

.btn-outline-black {
    color: #171725;
    border-color: #171725
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #171725;
    border-color: #171725
}

.btn-outline-black.focus,
.btn-outline-black:focus {
    box-shadow: 0 0 0 0 rgba(23, 23, 37, .5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #171725;
    background-color: transparent
}

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

.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(23, 23, 37, .5)
}

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #191919;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus,
.btn-outline-white:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

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

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.btn-outline-navy-blue {
    color: #0b0f57;
    border-color: #0b0f57
}

.btn-outline-navy-blue:hover {
    color: #fff;
    background-color: #0b0f57;
    border-color: #0b0f57
}

.btn-outline-navy-blue.focus,
.btn-outline-navy-blue:focus {
    box-shadow: 0 0 0 0 rgba(11, 15, 87, .5)
}

.btn-outline-navy-blue.disabled,
.btn-outline-navy-blue:disabled {
    color: #0b0f57;
    background-color: transparent
}

.btn-outline-navy-blue:not(:disabled):not(.disabled).active,
.btn-outline-navy-blue:not(:disabled):not(.disabled):active,
.show>.btn-outline-navy-blue.dropdown-toggle {
    color: #fff;
    background-color: #0b0f57;
    border-color: #0b0f57
}

.btn-outline-navy-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-navy-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-navy-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(11, 15, 87, .5)
}

.btn-outline-golden {
    color: #fca509;
    border-color: #fca509
}

.btn-outline-golden:hover {
    color: #191919;
    background-color: #fca509;
    border-color: #fca509
}

.btn-outline-golden.focus,
.btn-outline-golden:focus {
    box-shadow: 0 0 0 0 rgba(252, 165, 9, .5)
}

.btn-outline-golden.disabled,
.btn-outline-golden:disabled {
    color: #fca509;
    background-color: transparent
}

.btn-outline-golden:not(:disabled):not(.disabled).active,
.btn-outline-golden:not(:disabled):not(.disabled):active,
.show>.btn-outline-golden.dropdown-toggle {
    color: #191919;
    background-color: #fca509;
    border-color: #fca509
}

.btn-outline-golden:not(:disabled):not(.disabled).active:focus,
.btn-outline-golden:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-golden.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(252, 165, 9, .5)
}

.btn-outline-gray {
    color: #f2f2f3;
    border-color: #f2f2f3
}

.btn-outline-gray:hover {
    color: #191919;
    background-color: #f2f2f3;
    border-color: #f2f2f3
}

.btn-outline-gray.focus,
.btn-outline-gray:focus {
    box-shadow: 0 0 0 0 hsla(240, 4%, 95%, .5)
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
    color: #f2f2f3;
    background-color: transparent
}

.btn-outline-gray:not(:disabled):not(.disabled).active,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray.dropdown-toggle {
    color: #191919;
    background-color: #f2f2f3;
    border-color: #f2f2f3
}

.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(240, 4%, 95%, .5)
}

.btn-outline-gray-100 {
    color: #c5c5c8;
    border-color: #c5c5c8
}

.btn-outline-gray-100:hover {
    color: #191919;
    background-color: #c5c5c8;
    border-color: #c5c5c8
}

.btn-outline-gray-100.focus,
.btn-outline-gray-100:focus {
    box-shadow: 0 0 0 0 hsla(240, 3%, 78%, .5)
}

.btn-outline-gray-100.disabled,
.btn-outline-gray-100:disabled {
    color: #c5c5c8;
    background-color: transparent
}

.btn-outline-gray-100:not(:disabled):not(.disabled).active,
.btn-outline-gray-100:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-100.dropdown-toggle {
    color: #191919;
    background-color: #c5c5c8;
    border-color: #c5c5c8
}

.btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-100.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(240, 3%, 78%, .5)
}

.btn-outline-gray-200 {
    color: #f2f2f3;
    border-color: #f2f2f3
}

.btn-outline-gray-200:hover {
    color: #191919;
    background-color: #f2f2f3;
    border-color: #f2f2f3
}

.btn-outline-gray-200.focus,
.btn-outline-gray-200:focus {
    box-shadow: 0 0 0 0 hsla(240, 4%, 95%, .5)
}

.btn-outline-gray-200.disabled,
.btn-outline-gray-200:disabled {
    color: #f2f2f3;
    background-color: transparent
}

.btn-outline-gray-200:not(:disabled):not(.disabled).active,
.btn-outline-gray-200:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-200.dropdown-toggle {
    color: #191919;
    background-color: #f2f2f3;
    border-color: #f2f2f3
}

.btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(240, 4%, 95%, .5)
}

.btn-outline-gray-300 {
    color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-outline-gray-300:hover {
    color: #191919;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-outline-gray-300.focus,
.btn-outline-gray-300:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 96%, .5)
}

.btn-outline-gray-300.disabled,
.btn-outline-gray-300:disabled {
    color: #f6f6f6;
    background-color: transparent
}

.btn-outline-gray-300:not(:disabled):not(.disabled).active,
.btn-outline-gray-300:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-300.dropdown-toggle {
    color: #191919;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 96%, .5)
}

.btn-outline-gray-400 {
    color: #d0d0d0;
    border-color: #d0d0d0
}

.btn-outline-gray-400:hover {
    color: #191919;
    background-color: #d0d0d0;
    border-color: #d0d0d0
}

.btn-outline-gray-400.focus,
.btn-outline-gray-400:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 82%, .5)
}

.btn-outline-gray-400.disabled,
.btn-outline-gray-400:disabled {
    color: #d0d0d0;
    background-color: transparent
}

.btn-outline-gray-400:not(:disabled):not(.disabled).active,
.btn-outline-gray-400:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-400.dropdown-toggle {
    color: #191919;
    background-color: #d0d0d0;
    border-color: #d0d0d0
}

.btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 82%, .5)
}

.btn-outline-gray-500 {
    color: #686871;
    border-color: #686871
}

.btn-outline-gray-500:hover {
    color: #fff;
    background-color: #686871;
    border-color: #686871
}

.btn-outline-gray-500.focus,
.btn-outline-gray-500:focus {
    box-shadow: 0 0 0 0 hsla(240, 4%, 43%, .5)
}

.btn-outline-gray-500.disabled,
.btn-outline-gray-500:disabled {
    color: #686871;
    background-color: transparent
}

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

.btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-500.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(240, 4%, 43%, .5)
}

.btn-outline-gray-600 {
    color: #373737;
    border-color: #373737
}

.btn-outline-gray-600:hover {
    color: #fff;
    background-color: #373737;
    border-color: #373737
}

.btn-outline-gray-600.focus,
.btn-outline-gray-600:focus {
    box-shadow: 0 0 0 0 rgba(55, 55, 55, .5)
}

.btn-outline-gray-600.disabled,
.btn-outline-gray-600:disabled {
    color: #373737;
    background-color: transparent
}

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

.btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-600.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(55, 55, 55, .5)
}

.btn-outline-gray-700 {
    color: #b8b8b8;
    border-color: #b8b8b8
}

.btn-outline-gray-700:hover {
    color: #191919;
    background-color: #b8b8b8;
    border-color: #b8b8b8
}

.btn-outline-gray-700.focus,
.btn-outline-gray-700:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 72%, .5)
}

.btn-outline-gray-700.disabled,
.btn-outline-gray-700:disabled {
    color: #b8b8b8;
    background-color: transparent
}

.btn-outline-gray-700:not(:disabled):not(.disabled).active,
.btn-outline-gray-700:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-700.dropdown-toggle {
    color: #191919;
    background-color: #b8b8b8;
    border-color: #b8b8b8
}

.btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-700.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 72%, .5)
}

.btn-outline-gray-800 {
    color: #b9b9b9;
    border-color: #b9b9b9
}

.btn-outline-gray-800:hover {
    color: #191919;
    background-color: #b9b9b9;
    border-color: #b9b9b9
}

.btn-outline-gray-800.focus,
.btn-outline-gray-800:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 73%, .5)
}

.btn-outline-gray-800.disabled,
.btn-outline-gray-800:disabled {
    color: #b9b9b9;
    background-color: transparent
}

.btn-outline-gray-800:not(:disabled):not(.disabled).active,
.btn-outline-gray-800:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-800.dropdown-toggle {
    color: #191919;
    background-color: #b9b9b9;
    border-color: #b9b9b9
}

.btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-800.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 73%, .5)
}

.btn-outline-gray-900 {
    color: #191919;
    border-color: #191919
}

.btn-outline-gray-900:hover {
    color: #fff;
    background-color: #191919;
    border-color: #191919
}

.btn-outline-gray-900.focus,
.btn-outline-gray-900:focus {
    box-shadow: 0 0 0 0 rgba(25, 25, 25, .5)
}

.btn-outline-gray-900.disabled,
.btn-outline-gray-900:disabled {
    color: #191919;
    background-color: transparent
}

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

.btn-outline-gray-900:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-900.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(25, 25, 25, .5)
}

.btn-link {
    font-weight: 400;
    color: #111887
}

.btn-link:hover {
    color: #080c43;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

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

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

.btn-group-sm>.btn,
.btn-sm {
    padding: .6rem 2rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 0
}

.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 screen and (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 screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

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

.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: #191919;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(23, 23, 37, .15);
    border-radius: 0;
    box-shadow: 0 .5rem 1rem rgba(23, 23, 37, .175)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

.dropdown-item:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0c0c0c;
    text-decoration: none;
    background-color: #c5c5c8
}

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

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

.dropdown-menu.show {
    display: block
}

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

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.dropdown-toggle-split {
    padding-right: 2.1rem;
    padding-left: 2.1rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group.show .dropdown-toggle,
.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .9rem 1.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #171725;
    text-align: center;
    white-space: nowrap;
    background-color: #f2f2f3;
    border: 1px solid #d0d0d0;
    border-radius: 0
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(2.6875rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(2.60625rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .6rem 2rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.4rem;
    padding-left: 2.5rem
}

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #111887;
    background-color: #111887;
    box-shadow: none
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: inset 0 1px 1px rgba(23, 23, 37, .075), none
}

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

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #6068eb;
    border-color: #6068eb;
    box-shadow: none
}

.custom-control-input:disabled~.custom-control-label {
    color: #373737
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #f2f2f3
}

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

.custom-control-label:before {
    pointer-events: none;
    background-color: #f6f6f6;
    border: 1px solid #686871;
    box-shadow: inset 0 .25rem .25rem rgba(23, 23, 37, .1)
}

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

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

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

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #111887;
    background-color: #111887;
    box-shadow: none
}

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

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

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(17, 24, 135, .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=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E")
}

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

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

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

.custom-switch .custom-control-label:after {
    top: calc(.2rem + 2px);
    left: calc(-3.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #686871;
    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 screen and (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

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

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

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(3rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.4;
    color: #171725;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23b9b9b9' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(23, 23, 37, .075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #323de5;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(23, 23, 37, .075), 0 0 0 0 rgba(50, 61, 229, .5)
}

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

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

.custom-select:disabled {
    color: #373737;
    background-color: #f2f2f3
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(2.60625rem + 2px);
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 2rem;
    font-size: 75%
}

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

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

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

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

.custom-file-input:focus~.custom-file-label {
    border-color: #323de5;
    box-shadow: 0 0 0 0 rgba(17, 24, 135, 0)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #f2f2f3
}

.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(3rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(23, 23, 37, .075)
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .8rem 2.8rem;
    line-height: 1.4;
    color: #171725
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 3rem;
    content: "Browse";
    background-color: #f2f2f3;
    border-left: inherit;
    border-radius: 0 0 0 0
}

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

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(17, 24, 135, 0)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(17, 24, 135, 0)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(17, 24, 135, 0)
}

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

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

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

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

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #f6f6f6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 .25rem .25rem rgba(23, 23, 37, .1)
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #111887;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(23, 23, 37, .1);
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

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

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

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #f6f6f6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 .25rem .25rem rgba(23, 23, 37, .1)
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #111887;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(23, 23, 37, .1);
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

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

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

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    box-shadow: inset 0 .25rem .25rem rgba(23, 23, 37, .1)
}

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

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

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

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

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

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

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

.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 screen and (prefers-reduced-motion:reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: #373737;
    pointer-events: none;
    cursor: default
}

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

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #f2f2f3 #f2f2f3 #f6f6f6
}

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

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

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

.nav-pills .nav-link {
    border-radius: 0
}

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

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

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

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

@media (max-width:479.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:480px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width:1024.98px) {
    .navbar-expand-ex-lg>.container,
    .navbar-expand-ex-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1025px) {
    .navbar-expand-ex-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-ex-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-ex-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-ex-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-ex-lg>.container,
    .navbar-expand-ex-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-ex-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-ex-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1369.98px) {
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1370px) {
    .navbar-expand-xxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xxl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

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

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

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    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(23, 23, 37, .9)
}

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

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

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(23, 23, 37, .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(23, 23, 37, .9)
}

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

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

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

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(23, 23, 37, .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=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(23, 23, 37, .125);
    border-radius: 0
}

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

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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;
    color: inherit;
    background-color: rgba(23, 23, 37, .03);
    border-bottom: 1px solid rgba(23, 23, 37, .125)
}

.card-header:first-child {
    border-radius: -1px -1px 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

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

.card-footer:last-child {
    border-radius: 0 0 -1px -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
}

.card-img {
    width: 100%;
    border-radius: -1px
}

.card-img-top {
    width: 100%;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width:480px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width:480px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: 0
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

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

@media (min-width:480px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card {
    overflow: hidden
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

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

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion .card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f2f2f3;
    border-radius: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #373737;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #373737
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #111887;
    background-color: #fff;
    border: 1px solid #f6f6f6
}

.page-link:hover {
    z-index: 2;
    color: #080c43;
    text-decoration: none;
    background-color: #f2f2f3;
    border-color: #f6f6f6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #111887;
    border-color: #111887
}

.page-item.disabled .page-link {
    color: #373737;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #f6f6f6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .9375rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #111887
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0b105a
}

.badge-secondary {
    color: #191919;
    background-color: #fdd50a
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #191919;
    background-color: #d2b002
}

.badge-success {
    color: #fff;
    background-color: #4aa612
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #35780d
}

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

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

.badge-warning {
    color: #191919;
    background-color: #e6c108
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #191919;
    background-color: #b59806
}

.badge-danger {
    color: #fff;
    background-color: #d51212
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #a60e0e
}

.badge-light {
    color: #191919;
    background-color: #c5c5c8
}

a.badge-light:focus,
a.badge-light:hover {
    color: #191919;
    background-color: #ababaf
}

.badge-dark {
    color: #191919;
    background-color: #b9b9b9
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #191919;
    background-color: #a0a0a0
}

.badge-red {
    color: #fff;
    background-color: #d51212
}

a.badge-red:focus,
a.badge-red:hover {
    color: #fff;
    background-color: #a60e0e
}

.badge-yellow {
    color: #191919;
    background-color: #e6c108
}

a.badge-yellow:focus,
a.badge-yellow:hover {
    color: #191919;
    background-color: #b59806
}

.badge-black {
    color: #fff;
    background-color: #171725
}

a.badge-black:focus,
a.badge-black:hover {
    color: #fff;
    background-color: #030306
}

.badge-white {
    color: #191919;
    background-color: #fff
}

a.badge-white:focus,
a.badge-white:hover {
    color: #191919;
    background-color: #e6e6e6
}

.badge-navy-blue {
    color: #fff;
    background-color: #0b0f57
}

a.badge-navy-blue:focus,
a.badge-navy-blue:hover {
    color: #fff;
    background-color: #05072a
}

.badge-golden {
    color: #191919;
    background-color: #fca509
}

a.badge-golden:focus,
a.badge-golden:hover {
    color: #191919;
    background-color: #cf8603
}

.badge-gray {
    color: #191919;
    background-color: #f2f2f3
}

a.badge-gray:focus,
a.badge-gray:hover {
    color: #191919;
    background-color: #d7d7db
}

.badge-gray-100 {
    color: #191919;
    background-color: #c5c5c8
}

a.badge-gray-100:focus,
a.badge-gray-100:hover {
    color: #191919;
    background-color: #ababaf
}

.badge-gray-200 {
    color: #191919;
    background-color: #f2f2f3
}

a.badge-gray-200:focus,
a.badge-gray-200:hover {
    color: #191919;
    background-color: #d7d7db
}

.badge-gray-300 {
    color: #191919;
    background-color: #f6f6f6
}

a.badge-gray-300:focus,
a.badge-gray-300:hover {
    color: #191919;
    background-color: #ddd
}

.badge-gray-400 {
    color: #191919;
    background-color: #d0d0d0
}

a.badge-gray-400:focus,
a.badge-gray-400:hover {
    color: #191919;
    background-color: #b7b7b7
}

.badge-gray-500 {
    color: #fff;
    background-color: #686871
}

a.badge-gray-500:focus,
a.badge-gray-500:hover {
    color: #fff;
    background-color: #505056
}

.badge-gray-600 {
    color: #fff;
    background-color: #373737
}

a.badge-gray-600:focus,
a.badge-gray-600:hover {
    color: #fff;
    background-color: #1e1e1e
}

.badge-gray-700 {
    color: #191919;
    background-color: #b8b8b8
}

a.badge-gray-700:focus,
a.badge-gray-700:hover {
    color: #191919;
    background-color: #9f9f9f
}

.badge-gray-800 {
    color: #191919;
    background-color: #b9b9b9
}

a.badge-gray-800:focus,
a.badge-gray-800:hover {
    color: #191919;
    background-color: #a0a0a0
}

.badge-gray-900 {
    color: #fff;
    background-color: #191919
}

a.badge-gray-900:focus,
a.badge-gray-900:hover {
    color: #fff;
    background-color: #000
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f2f2f3;
    border-radius: .3rem
}

@media (min-width:480px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #141858;
    background-color: #cfd1e7;
    border-color: #bcbedd
}

.alert-primary hr {
    border-top-color: #abaed4
}

.alert-primary .alert-link {
    color: #0b0d2e
}

.alert-secondary {
    color: #8f7a17;
    background-color: #fff7ce;
    border-color: #fef3ba
}

.alert-secondary hr {
    border-top-color: #feefa1
}

.alert-secondary .alert-link {
    color: #635510
}

.alert-success {
    color: #32611b;
    background-color: #dbedd0;
    border-color: #cce6bd
}

.alert-success hr {
    border-top-color: #bedfab
}

.alert-success .alert-link {
    color: #1d3910
}

.alert-info {
    color: #175f71;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #0e3b47
}

.alert-warning {
    color: #836f16;
    background-color: #faf3ce;
    border-color: #f8eeba
}

.alert-warning hr {
    border-top-color: #f6e8a3
}

.alert-warning .alert-link {
    color: #574a0f
}

.alert-danger {
    color: #7a141b;
    background-color: #f7d0d0;
    border-color: #f3bdbd
}

.alert-danger hr {
    border-top-color: #efa7a7
}

.alert-danger .alert-link {
    color: #4e0d11
}

.alert-light {
    color: #71717a;
    background-color: #f3f3f4;
    border-color: #efeff0
}

.alert-light hr {
    border-top-color: #e2e2e4
}

.alert-light .alert-link {
    color: #585860
}

.alert-dark {
    color: #6b6b72;
    background-color: #f1f1f1;
    border-color: #ebebeb
}

.alert-dark hr {
    border-top-color: #dedede
}

.alert-dark .alert-link {
    color: #525258
}

.alert-red {
    color: #7a141b;
    background-color: #f7d0d0;
    border-color: #f3bdbd
}

.alert-red hr {
    border-top-color: #efa7a7
}

.alert-red .alert-link {
    color: #4e0d11
}

.alert-yellow {
    color: #836f16;
    background-color: #faf3ce;
    border-color: #f8eeba
}

.alert-yellow hr {
    border-top-color: #f6e8a3
}

.alert-yellow .alert-link {
    color: #574a0f
}

.alert-black {
    color: #171725;
    background-color: #d1d1d3;
    border-color: #bebec2
}

.alert-black hr {
    border-top-color: #b1b1b6
}

.alert-black .alert-link {
    color: #030306
}

.alert-white {
    color: #909096;
    background-color: #fff;
    border-color: #fff
}

.alert-white hr {
    border-top-color: #f2f2f2
}

.alert-white .alert-link {
    color: #76767d
}

.alert-navy-blue {
    color: #11133f;
    background-color: #cecfdd;
    border-color: #bbbcd0
}

.alert-navy-blue hr {
    border-top-color: #acadc6
}

.alert-navy-blue .alert-link {
    color: #060717
}

.alert-golden {
    color: #8e6116;
    background-color: #feedce;
    border-color: #fee6ba
}

.alert-golden hr {
    border-top-color: #fedda1
}

.alert-golden .alert-link {
    color: #62430f
}

.alert-gray {
    color: #898990;
    background-color: #fcfcfd;
    border-color: #fbfbfc
}

.alert-gray hr {
    border-top-color: #ececf1
}

.alert-gray .alert-link {
    color: #6f6f77
}

.alert-gray-100 {
    color: #71717a;
    background-color: #f3f3f4;
    border-color: #efeff0
}

.alert-gray-100 hr {
    border-top-color: #e2e2e4
}

.alert-gray-100 .alert-link {
    color: #585860
}

.alert-gray-200 {
    color: #898990;
    background-color: #fcfcfd;
    border-color: #fbfbfc
}

.alert-gray-200 hr {
    border-top-color: #ececf1
}

.alert-gray-200 .alert-link {
    color: #6f6f77
}

.alert-gray-300 {
    color: #8b8b92;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

.alert-gray-300 hr {
    border-top-color: #efefef
}

.alert-gray-300 .alert-link {
    color: #717179
}

.alert-gray-400 {
    color: #77777e;
    background-color: #f6f6f6;
    border-color: #f2f2f2
}

.alert-gray-400 hr {
    border-top-color: #e5e5e5
}

.alert-gray-400 .alert-link {
    color: #5e5e64
}

.alert-gray-500 {
    color: #41414d;
    background-color: #e1e1e3;
    border-color: #d5d5d7
}

.alert-gray-500 hr {
    border-top-color: #c8c8cb
}

.alert-gray-500 .alert-link {
    color: #2a2a31
}

.alert-gray-600 {
    color: #28282e;
    background-color: #d7d7d7;
    border-color: #c7c7c7
}

.alert-gray-600 hr {
    border-top-color: #bababa
}

.alert-gray-600 .alert-link {
    color: #101013
}

.alert-gray-700 {
    color: #6b6b71;
    background-color: #f1f1f1;
    border-color: #ebebeb
}

.alert-gray-700 hr {
    border-top-color: #dedede
}

.alert-gray-700 .alert-link {
    color: #525257
}

.alert-gray-800 {
    color: #6b6b72;
    background-color: #f1f1f1;
    border-color: #ebebeb
}

.alert-gray-800 hr {
    border-top-color: #dedede
}

.alert-gray-800 .alert-link {
    color: #525258
}

.alert-gray-900 {
    color: #18181f;
    background-color: #d1d1d1;
    border-color: #bfbfbf
}

.alert-gray-900 hr {
    border-top-color: #b2b2b2
}

.alert-gray-900 .alert-link {
    color: #020202
}

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

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #f2f2f3;
    border-radius: 0;
    box-shadow: inset 0 .1rem .1rem rgba(23, 23, 37, .1)
}

.progress,
.progress-bar {
    display: -ms-flexbox;
    display: flex
}

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

@media screen and (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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #b8b8b8;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #b8b8b8;
    text-decoration: none;
    background-color: #c5c5c8
}

.list-group-item-action:active {
    color: #191919;
    background-color: #f2f2f3
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(23, 23, 37, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #373737;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #111887;
    border-color: #111887
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #141858;
    background-color: #bcbedd
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #141858;
    background-color: #abaed4
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #141858;
    border-color: #141858
}

.list-group-item-secondary {
    color: #8f7a17;
    background-color: #fef3ba
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #8f7a17;
    background-color: #feefa1
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #8f7a17;
    border-color: #8f7a17
}

.list-group-item-success {
    color: #32611b;
    background-color: #cce6bd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #32611b;
    background-color: #bedfab
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #32611b;
    border-color: #32611b
}

.list-group-item-info {
    color: #175f71;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #175f71;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #175f71;
    border-color: #175f71
}

.list-group-item-warning {
    color: #836f16;
    background-color: #f8eeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #836f16;
    background-color: #f6e8a3
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #836f16;
    border-color: #836f16
}

.list-group-item-danger {
    color: #7a141b;
    background-color: #f3bdbd
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7a141b;
    background-color: #efa7a7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7a141b;
    border-color: #7a141b
}

.list-group-item-light {
    color: #71717a;
    background-color: #efeff0
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #71717a;
    background-color: #e2e2e4
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #71717a;
    border-color: #71717a
}

.list-group-item-dark {
    color: #6b6b72;
    background-color: #ebebeb
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #6b6b72;
    background-color: #dedede
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #6b6b72;
    border-color: #6b6b72
}

.list-group-item-red {
    color: #7a141b;
    background-color: #f3bdbd
}

.list-group-item-red.list-group-item-action:focus,
.list-group-item-red.list-group-item-action:hover {
    color: #7a141b;
    background-color: #efa7a7
}

.list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #7a141b;
    border-color: #7a141b
}

.list-group-item-yellow {
    color: #836f16;
    background-color: #f8eeba
}

.list-group-item-yellow.list-group-item-action:focus,
.list-group-item-yellow.list-group-item-action:hover {
    color: #836f16;
    background-color: #f6e8a3
}

.list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #836f16;
    border-color: #836f16
}

.list-group-item-black {
    color: #171725;
    background-color: #bebec2
}

.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
    color: #171725;
    background-color: #b1b1b6
}

.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #171725;
    border-color: #171725
}

.list-group-item-white {
    color: #909096;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
    color: #909096;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #909096;
    border-color: #909096
}

.list-group-item-navy-blue {
    color: #11133f;
    background-color: #bbbcd0
}

.list-group-item-navy-blue.list-group-item-action:focus,
.list-group-item-navy-blue.list-group-item-action:hover {
    color: #11133f;
    background-color: #acadc6
}

.list-group-item-navy-blue.list-group-item-action.active {
    color: #fff;
    background-color: #11133f;
    border-color: #11133f
}

.list-group-item-golden {
    color: #8e6116;
    background-color: #fee6ba
}

.list-group-item-golden.list-group-item-action:focus,
.list-group-item-golden.list-group-item-action:hover {
    color: #8e6116;
    background-color: #fedda1
}

.list-group-item-golden.list-group-item-action.active {
    color: #fff;
    background-color: #8e6116;
    border-color: #8e6116
}

.list-group-item-gray {
    color: #898990;
    background-color: #fbfbfc
}

.list-group-item-gray.list-group-item-action:focus,
.list-group-item-gray.list-group-item-action:hover {
    color: #898990;
    background-color: #ececf1
}

.list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #898990;
    border-color: #898990
}

.list-group-item-gray-100 {
    color: #71717a;
    background-color: #efeff0
}

.list-group-item-gray-100.list-group-item-action:focus,
.list-group-item-gray-100.list-group-item-action:hover {
    color: #71717a;
    background-color: #e2e2e4
}

.list-group-item-gray-100.list-group-item-action.active {
    color: #fff;
    background-color: #71717a;
    border-color: #71717a
}

.list-group-item-gray-200 {
    color: #898990;
    background-color: #fbfbfc
}

.list-group-item-gray-200.list-group-item-action:focus,
.list-group-item-gray-200.list-group-item-action:hover {
    color: #898990;
    background-color: #ececf1
}

.list-group-item-gray-200.list-group-item-action.active {
    color: #fff;
    background-color: #898990;
    border-color: #898990
}

.list-group-item-gray-300 {
    color: #8b8b92;
    background-color: #fcfcfc
}

.list-group-item-gray-300.list-group-item-action:focus,
.list-group-item-gray-300.list-group-item-action:hover {
    color: #8b8b92;
    background-color: #efefef
}

.list-group-item-gray-300.list-group-item-action.active {
    color: #fff;
    background-color: #8b8b92;
    border-color: #8b8b92
}

.list-group-item-gray-400 {
    color: #77777e;
    background-color: #f2f2f2
}

.list-group-item-gray-400.list-group-item-action:focus,
.list-group-item-gray-400.list-group-item-action:hover {
    color: #77777e;
    background-color: #e5e5e5
}

.list-group-item-gray-400.list-group-item-action.active {
    color: #fff;
    background-color: #77777e;
    border-color: #77777e
}

.list-group-item-gray-500 {
    color: #41414d;
    background-color: #d5d5d7
}

.list-group-item-gray-500.list-group-item-action:focus,
.list-group-item-gray-500.list-group-item-action:hover {
    color: #41414d;
    background-color: #c8c8cb
}

.list-group-item-gray-500.list-group-item-action.active {
    color: #fff;
    background-color: #41414d;
    border-color: #41414d
}

.list-group-item-gray-600 {
    color: #28282e;
    background-color: #c7c7c7
}

.list-group-item-gray-600.list-group-item-action:focus,
.list-group-item-gray-600.list-group-item-action:hover {
    color: #28282e;
    background-color: #bababa
}

.list-group-item-gray-600.list-group-item-action.active {
    color: #fff;
    background-color: #28282e;
    border-color: #28282e
}

.list-group-item-gray-700 {
    color: #6b6b71;
    background-color: #ebebeb
}

.list-group-item-gray-700.list-group-item-action:focus,
.list-group-item-gray-700.list-group-item-action:hover {
    color: #6b6b71;
    background-color: #dedede
}

.list-group-item-gray-700.list-group-item-action.active {
    color: #fff;
    background-color: #6b6b71;
    border-color: #6b6b71
}

.list-group-item-gray-800 {
    color: #6b6b72;
    background-color: #ebebeb
}

.list-group-item-gray-800.list-group-item-action:focus,
.list-group-item-gray-800.list-group-item-action:hover {
    color: #6b6b72;
    background-color: #dedede
}

.list-group-item-gray-800.list-group-item-action.active {
    color: #fff;
    background-color: #6b6b72;
    border-color: #6b6b72
}

.list-group-item-gray-900 {
    color: #18181f;
    background-color: #bfbfbf
}

.list-group-item-gray-900.list-group-item-action:focus,
.list-group-item-gray-900.list-group-item-action:hover {
    color: #18181f;
    background-color: #b2b2b2
}

.list-group-item-gray-900.list-group-item-action.active {
    color: #fff;
    background-color: #18181f;
    border-color: #18181f
}

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

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

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

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

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(23, 23, 37, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #373737;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

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

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

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

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(23, 23, 37, .2);
    border-radius: .3rem;
    box-shadow: 0 .25rem .5rem rgba(23, 23, 37, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #171725
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #f2f2f3;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.4
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #f2f2f3;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:480px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }
    .modal-content {
        box-shadow: 0 .5rem 1rem rgba(23, 23, 37, .5)
    }
    .modal-sm {
        max-width: 300px
    }
}

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Archivo, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .9375rem;
    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: #171725
}

.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: #171725
}

.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: #171725
}

.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: #171725
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #171725;
    border-radius: 0
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Archivo, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .9375rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(23, 23, 37, .2);
    border-radius: .3rem;
    box-shadow: 0 .25rem .5rem rgba(23, 23, 37, .2)
}

.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) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(23, 23, 37, .25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    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) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(23, 23, 37, .25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    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) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(23, 23, 37, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    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) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(23, 23, 37, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    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: #191919
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    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%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease
}

@media screen and (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 screen and (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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media screen and (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: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    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 screen and (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
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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 {
    background-color: #111887!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0b105a!important
}

.bg-secondary {
    background-color: #fdd50a!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #d2b002!important
}

.bg-success {
    background-color: #4aa612!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #35780d!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: #e6c108!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #b59806!important
}

.bg-danger {
    background-color: #d51212!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #a60e0e!important
}

.bg-light {
    background-color: #c5c5c8!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #ababaf!important
}

.bg-dark {
    background-color: #b9b9b9!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #a0a0a0!important
}

.bg-red {
    background-color: #d51212!important
}

a.bg-red:focus,
a.bg-red:hover,
button.bg-red:focus,
button.bg-red:hover {
    background-color: #a60e0e!important
}

.bg-yellow {
    background-color: #e6c108!important
}

a.bg-yellow:focus,
a.bg-yellow:hover,
button.bg-yellow:focus,
button.bg-yellow:hover {
    background-color: #b59806!important
}

.bg-black {
    background-color: #171725!important
}

a.bg-black:focus,
a.bg-black:hover,
button.bg-black:focus,
button.bg-black:hover {
    background-color: #030306!important
}

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
    background-color: #e6e6e6!important
}

.bg-navy-blue {
    background-color: #0b0f57!important
}

a.bg-navy-blue:focus,
a.bg-navy-blue:hover,
button.bg-navy-blue:focus,
button.bg-navy-blue:hover {
    background-color: #05072a!important
}

.bg-golden {
    background-color: #fca509!important
}

a.bg-golden:focus,
a.bg-golden:hover,
button.bg-golden:focus,
button.bg-golden:hover {
    background-color: #cf8603!important
}

.bg-gray {
    background-color: #f2f2f3!important
}

a.bg-gray:focus,
a.bg-gray:hover,
button.bg-gray:focus,
button.bg-gray:hover {
    background-color: #d7d7db!important
}

.bg-gray-100 {
    background-color: #c5c5c8!important
}

a.bg-gray-100:focus,
a.bg-gray-100:hover,
button.bg-gray-100:focus,
button.bg-gray-100:hover {
    background-color: #ababaf!important
}

.bg-gray-200 {
    background-color: #f2f2f3!important
}

a.bg-gray-200:focus,
a.bg-gray-200:hover,
button.bg-gray-200:focus,
button.bg-gray-200:hover {
    background-color: #d7d7db!important
}

.bg-gray-300 {
    background-color: #f6f6f6!important
}

a.bg-gray-300:focus,
a.bg-gray-300:hover,
button.bg-gray-300:focus,
button.bg-gray-300:hover {
    background-color: #ddd!important
}

.bg-gray-400 {
    background-color: #d0d0d0!important
}

a.bg-gray-400:focus,
a.bg-gray-400:hover,
button.bg-gray-400:focus,
button.bg-gray-400:hover {
    background-color: #b7b7b7!important
}

.bg-gray-500 {
    background-color: #686871!important
}

a.bg-gray-500:focus,
a.bg-gray-500:hover,
button.bg-gray-500:focus,
button.bg-gray-500:hover {
    background-color: #505056!important
}

.bg-gray-600 {
    background-color: #373737!important
}

a.bg-gray-600:focus,
a.bg-gray-600:hover,
button.bg-gray-600:focus,
button.bg-gray-600:hover {
    background-color: #1e1e1e!important
}

.bg-gray-700 {
    background-color: #b8b8b8!important
}

a.bg-gray-700:focus,
a.bg-gray-700:hover,
button.bg-gray-700:focus,
button.bg-gray-700:hover {
    background-color: #9f9f9f!important
}

.bg-gray-800 {
    background-color: #b9b9b9!important
}

a.bg-gray-800:focus,
a.bg-gray-800:hover,
button.bg-gray-800:focus,
button.bg-gray-800:hover {
    background-color: #a0a0a0!important
}

.bg-gray-900 {
    background-color: #191919!important
}

a.bg-gray-900:focus,
a.bg-gray-900:hover,
button.bg-gray-900:focus,
button.bg-gray-900:hover {
    background-color: #000!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #686871!important
}

.border-top {
    border-top: 1px solid #686871!important
}

.border-right {
    border-right: 1px solid #686871!important
}

.border-bottom {
    border-bottom: 1px solid #686871!important
}

.border-left {
    border-left: 1px solid #686871!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: #111887!important
}

.border-secondary {
    border-color: #fdd50a!important
}

.border-success {
    border-color: #4aa612!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #e6c108!important
}

.border-danger {
    border-color: #d51212!important
}

.border-light {
    border-color: #c5c5c8!important
}

.border-dark {
    border-color: #b9b9b9!important
}

.border-red {
    border-color: #d51212!important
}

.border-yellow {
    border-color: #e6c108!important
}

.border-black {
    border-color: #171725!important
}

.border-navy-blue {
    border-color: #0b0f57!important
}

.border-golden {
    border-color: #fca509!important
}

.border-gray {
    border-color: #f2f2f3!important
}

.border-gray-100 {
    border-color: #c5c5c8!important
}

.border-gray-200 {
    border-color: #f2f2f3!important
}

.border-gray-300 {
    border-color: #f6f6f6!important
}

.border-gray-400 {
    border-color: #d0d0d0!important
}

.border-gray-500 {
    border-color: #686871!important
}

.border-gray-600 {
    border-color: #373737!important
}

.border-gray-700 {
    border-color: #b8b8b8!important
}

.border-gray-800 {
    border-color: #b9b9b9!important
}

.border-gray-900 {
    border-color: #191919!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: 0!important
}

.rounded-top {
    border-top-left-radius: 0!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 0!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0!important
}

.rounded-left {
    border-top-left-radius: 0!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: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:480px) {
    .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: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .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: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1025px) {
    .d-ex-lg-none {
        display: none!important
    }
    .d-ex-lg-inline {
        display: inline!important
    }
    .d-ex-lg-inline-block {
        display: inline-block!important
    }
    .d-ex-lg-block {
        display: block!important
    }
    .d-ex-lg-table {
        display: table!important
    }
    .d-ex-lg-table-row {
        display: table-row!important
    }
    .d-ex-lg-table-cell {
        display: table-cell!important
    }
    .d-ex-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-ex-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1370px) {
    .d-xxl-none {
        display: none!important
    }
    .d-xxl-inline {
        display: inline!important
    }
    .d-xxl-inline-block {
        display: inline-block!important
    }
    .d-xxl-block {
        display: block!important
    }
    .d-xxl-table {
        display: table!important
    }
    .d-xxl-table-row {
        display: table-row!important
    }
    .d-xxl-table-cell {
        display: table-cell!important
    }
    .d-xxl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xxl-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        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-3by4:before {
    padding-top: 133.33333%
}

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

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:480px) {
    .flex-sm-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1025px) {
    .flex-ex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-ex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-ex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-ex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-ex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-ex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-ex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-ex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-ex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-ex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-ex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-ex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-ex-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-ex-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-ex-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-ex-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-ex-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-ex-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-ex-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-ex-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-ex-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-ex-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-ex-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-ex-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-ex-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-ex-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-ex-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-ex-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-ex-lg-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-ex-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-ex-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-ex-lg-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-ex-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-ex-lg-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1370px) {
    .flex-xxl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xxl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xxl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xxl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xxl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xxl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xxl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xxl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xxl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xxl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xxl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xxl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xxl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xxl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:480px) {
    .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:992px) {
    .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:1025px) {
    .float-ex-lg-left {
        float: left!important
    }
    .float-ex-lg-right {
        float: right!important
    }
    .float-ex-lg-none {
        float: none!important
    }
}

@media (min-width:1370px) {
    .float-xxl-left {
        float: left!important
    }
    .float-xxl-right {
        float: right!important
    }
    .float-xxl-none {
        float: 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: -webkit-sticky!important;
    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:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

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

.shadow-sm {
    box-shadow: 0 .375rem 1.125rem rgba(0, 0, 0, .075)!important
}

.shadow {
    box-shadow: 0 1.25rem 2.8125rem rgba(0, 0, 0, .1)!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
}

.w-80 {
    width: 80%!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
}

.h-80 {
    height: 80%!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: .8rem!important
}

.mt-3,
.my-3 {
    margin-top: .8rem!important
}

.mr-3,
.mx-3 {
    margin-right: .8rem!important
}

.mb-3,
.my-3 {
    margin-bottom: .8rem!important
}

.ml-3,
.mx-3 {
    margin-left: .8rem!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: 2rem!important
}

.mt-5,
.my-5 {
    margin-top: 2rem!important
}

.mr-5,
.mx-5 {
    margin-right: 2rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 2rem!important
}

.ml-5,
.mx-5 {
    margin-left: 2rem!important
}

.m-6 {
    margin: 2.5rem!important
}

.mt-6,
.my-6 {
    margin-top: 2.5rem!important
}

.mr-6,
.mx-6 {
    margin-right: 2.5rem!important
}

.mb-6,
.my-6 {
    margin-bottom: 2.5rem!important
}

.ml-6,
.mx-6 {
    margin-left: 2.5rem!important
}

.m-7 {
    margin: 3rem!important
}

.mt-7,
.my-7 {
    margin-top: 3rem!important
}

.mr-7,
.mx-7 {
    margin-right: 3rem!important
}

.mb-7,
.my-7 {
    margin-bottom: 3rem!important
}

.ml-7,
.mx-7 {
    margin-left: 3rem!important
}

.m-8 {
    margin: 3.5rem!important
}

.mt-8,
.my-8 {
    margin-top: 3.5rem!important
}

.mr-8,
.mx-8 {
    margin-right: 3.5rem!important
}

.mb-8,
.my-8 {
    margin-bottom: 3.5rem!important
}

.ml-8,
.mx-8 {
    margin-left: 3.5rem!important
}

.m-9 {
    margin: 4rem!important
}

.mt-9,
.my-9 {
    margin-top: 4rem!important
}

.mr-9,
.mx-9 {
    margin-right: 4rem!important
}

.mb-9,
.my-9 {
    margin-bottom: 4rem!important
}

.ml-9,
.mx-9 {
    margin-left: 4rem!important
}

.m-10 {
    margin: 5rem!important
}

.mt-10,
.my-10 {
    margin-top: 5rem!important
}

.mr-10,
.mx-10 {
    margin-right: 5rem!important
}

.mb-10,
.my-10 {
    margin-bottom: 5rem!important
}

.ml-10,
.mx-10 {
    margin-left: 5rem!important
}

.m-11 {
    margin: 5.5rem!important
}

.mt-11,
.my-11 {
    margin-top: 5.5rem!important
}

.mr-11,
.mx-11 {
    margin-right: 5.5rem!important
}

.mb-11,
.my-11 {
    margin-bottom: 5.5rem!important
}

.ml-11,
.mx-11 {
    margin-left: 5.5rem!important
}

.m-12 {
    margin: 11rem!important
}

.mt-12,
.my-12 {
    margin-top: 11rem!important
}

.mr-12,
.mx-12 {
    margin-right: 11rem!important
}

.mb-12,
.my-12 {
    margin-bottom: 11rem!important
}

.ml-12,
.mx-12 {
    margin-left: 11rem!important
}

.m-13 {
    margin: 13rem!important
}

.mt-13,
.my-13 {
    margin-top: 13rem!important
}

.mr-13,
.mx-13 {
    margin-right: 13rem!important
}

.mb-13,
.my-13 {
    margin-bottom: 13rem!important
}

.ml-13,
.mx-13 {
    margin-left: 13rem!important
}

.m-14 {
    margin: 6rem!important
}

.mt-14,
.my-14 {
    margin-top: 6rem!important
}

.mr-14,
.mx-14 {
    margin-right: 6rem!important
}

.mb-14,
.my-14 {
    margin-bottom: 6rem!important
}

.ml-14,
.mx-14 {
    margin-left: 6rem!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: .8rem!important
}

.pt-3,
.py-3 {
    padding-top: .8rem!important
}

.pr-3,
.px-3 {
    padding-right: .8rem!important
}

.pb-3,
.py-3 {
    padding-bottom: .8rem!important
}

.pl-3,
.px-3 {
    padding-left: .8rem!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: 2rem!important
}

.pt-5,
.py-5 {
    padding-top: 2rem!important
}

.pr-5,
.px-5 {
    padding-right: 2rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 2rem!important
}

.pl-5,
.px-5 {
    padding-left: 2rem!important
}

.p-6 {
    padding: 2.5rem!important
}

.pt-6,
.py-6 {
    padding-top: 2.5rem!important
}

.pr-6,
.px-6 {
    padding-right: 2.5rem!important
}

.pb-6,
.py-6 {
    padding-bottom: 2.5rem!important
}

.pl-6,
.px-6 {
    padding-left: 2.5rem!important
}

.p-7 {
    padding: 3rem!important
}

.pt-7,
.py-7 {
    padding-top: 3rem!important
}

.pr-7,
.px-7 {
    padding-right: 3rem!important
}

.pb-7,
.py-7 {
    padding-bottom: 3rem!important
}

.pl-7,
.px-7 {
    padding-left: 3rem!important
}

.p-8 {
    padding: 3.5rem!important
}

.pt-8,
.py-8 {
    padding-top: 3.5rem!important
}

.pr-8,
.px-8 {
    padding-right: 3.5rem!important
}

.pb-8,
.py-8 {
    padding-bottom: 3.5rem!important
}

.pl-8,
.px-8 {
    padding-left: 3.5rem!important
}

.p-9 {
    padding: 4rem!important
}

.pt-9,
.py-9 {
    padding-top: 4rem!important
}

.pr-9,
.px-9 {
    padding-right: 4rem!important
}

.pb-9,
.py-9 {
    padding-bottom: 4rem!important
}

.pl-9,
.px-9 {
    padding-left: 4rem!important
}

.p-10 {
    padding: 5rem!important
}

.pt-10,
.py-10 {
    padding-top: 5rem!important
}

.pr-10,
.px-10 {
    padding-right: 5rem!important
}

.pb-10,
.py-10 {
    padding-bottom: 5rem!important
}

.pl-10,
.px-10 {
    padding-left: 5rem!important
}

.p-11 {
    padding: 5.5rem!important
}

.pt-11,
.py-11 {
    padding-top: 5.5rem!important
}

.pr-11,
.px-11 {
    padding-right: 5.5rem!important
}

.pb-11,
.py-11 {
    padding-bottom: 5.5rem!important
}

.pl-11,
.px-11 {
    padding-left: 5.5rem!important
}

.p-12 {
    padding: 11rem!important
}

.pt-12,
.py-12 {
    padding-top: 11rem!important
}

.pr-12,
.px-12 {
    padding-right: 11rem!important
}

.pb-12,
.py-12 {
    padding-bottom: 11rem!important
}

.pl-12,
.px-12 {
    padding-left: 11rem!important
}

.p-13 {
    padding: 13rem!important
}

.pt-13,
.py-13 {
    padding-top: 13rem!important
}

.pr-13,
.px-13 {
    padding-right: 13rem!important
}

.pb-13,
.py-13 {
    padding-bottom: 13rem!important
}

.pl-13,
.px-13 {
    padding-left: 13rem!important
}

.p-14 {
    padding: 6rem!important
}

.pt-14,
.py-14 {
    padding-top: 6rem!important
}

.pr-14,
.px-14 {
    padding-right: 6rem!important
}

.pb-14,
.py-14 {
    padding-bottom: 6rem!important
}

.pl-14,
.px-14 {
    padding-left: 6rem!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: -.8rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -.8rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -.8rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -.8rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -.8rem!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: -2rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -2rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -2rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -2rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -2rem!important
}

.m-n6 {
    margin: -2.5rem!important
}

.mt-n6,
.my-n6 {
    margin-top: -2.5rem!important
}

.mr-n6,
.mx-n6 {
    margin-right: -2.5rem!important
}

.mb-n6,
.my-n6 {
    margin-bottom: -2.5rem!important
}

.ml-n6,
.mx-n6 {
    margin-left: -2.5rem!important
}

.m-n7 {
    margin: -3rem!important
}

.mt-n7,
.my-n7 {
    margin-top: -3rem!important
}

.mr-n7,
.mx-n7 {
    margin-right: -3rem!important
}

.mb-n7,
.my-n7 {
    margin-bottom: -3rem!important
}

.ml-n7,
.mx-n7 {
    margin-left: -3rem!important
}

.m-n8 {
    margin: -3.5rem!important
}

.mt-n8,
.my-n8 {
    margin-top: -3.5rem!important
}

.mr-n8,
.mx-n8 {
    margin-right: -3.5rem!important
}

.mb-n8,
.my-n8 {
    margin-bottom: -3.5rem!important
}

.ml-n8,
.mx-n8 {
    margin-left: -3.5rem!important
}

.m-n9 {
    margin: -4rem!important
}

.mt-n9,
.my-n9 {
    margin-top: -4rem!important
}

.mr-n9,
.mx-n9 {
    margin-right: -4rem!important
}

.mb-n9,
.my-n9 {
    margin-bottom: -4rem!important
}

.ml-n9,
.mx-n9 {
    margin-left: -4rem!important
}

.m-n10 {
    margin: -5rem!important
}

.mt-n10,
.my-n10 {
    margin-top: -5rem!important
}

.mr-n10,
.mx-n10 {
    margin-right: -5rem!important
}

.mb-n10,
.my-n10 {
    margin-bottom: -5rem!important
}

.ml-n10,
.mx-n10 {
    margin-left: -5rem!important
}

.m-n11 {
    margin: -5.5rem!important
}

.mt-n11,
.my-n11 {
    margin-top: -5.5rem!important
}

.mr-n11,
.mx-n11 {
    margin-right: -5.5rem!important
}

.mb-n11,
.my-n11 {
    margin-bottom: -5.5rem!important
}

.ml-n11,
.mx-n11 {
    margin-left: -5.5rem!important
}

.m-n12 {
    margin: -11rem!important
}

.mt-n12,
.my-n12 {
    margin-top: -11rem!important
}

.mr-n12,
.mx-n12 {
    margin-right: -11rem!important
}

.mb-n12,
.my-n12 {
    margin-bottom: -11rem!important
}

.ml-n12,
.mx-n12 {
    margin-left: -11rem!important
}

.m-n13 {
    margin: -13rem!important
}

.mt-n13,
.my-n13 {
    margin-top: -13rem!important
}

.mr-n13,
.mx-n13 {
    margin-right: -13rem!important
}

.mb-n13,
.my-n13 {
    margin-bottom: -13rem!important
}

.ml-n13,
.mx-n13 {
    margin-left: -13rem!important
}

.m-n14 {
    margin: -6rem!important
}

.mt-n14,
.my-n14 {
    margin-top: -6rem!important
}

.mr-n14,
.mx-n14 {
    margin-right: -6rem!important
}

.mb-n14,
.my-n14 {
    margin-bottom: -6rem!important
}

.ml-n14,
.mx-n14 {
    margin-left: -6rem!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:480px) {
    .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: .8rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: .8rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: .8rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: .8rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: .8rem!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: 2rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2rem!important
    }
    .m-sm-6 {
        margin: 2.5rem!important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2.5rem!important
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2.5rem!important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2.5rem!important
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2.5rem!important
    }
    .m-sm-7 {
        margin: 3rem!important
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3rem!important
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 3rem!important
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3rem!important
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 3rem!important
    }
    .m-sm-8 {
        margin: 3.5rem!important
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 3.5rem!important
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 3.5rem!important
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 3.5rem!important
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 3.5rem!important
    }
    .m-sm-9 {
        margin: 4rem!important
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 4rem!important
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 4rem!important
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 4rem!important
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 4rem!important
    }
    .m-sm-10 {
        margin: 5rem!important
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 5rem!important
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 5rem!important
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 5rem!important
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 5rem!important
    }
    .m-sm-11 {
        margin: 5.5rem!important
    }
    .mt-sm-11,
    .my-sm-11 {
        margin-top: 5.5rem!important
    }
    .mr-sm-11,
    .mx-sm-11 {
        margin-right: 5.5rem!important
    }
    .mb-sm-11,
    .my-sm-11 {
        margin-bottom: 5.5rem!important
    }
    .ml-sm-11,
    .mx-sm-11 {
        margin-left: 5.5rem!important
    }
    .m-sm-12 {
        margin: 11rem!important
    }
    .mt-sm-12,
    .my-sm-12 {
        margin-top: 11rem!important
    }
    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 11rem!important
    }
    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 11rem!important
    }
    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 11rem!important
    }
    .m-sm-13 {
        margin: 13rem!important
    }
    .mt-sm-13,
    .my-sm-13 {
        margin-top: 13rem!important
    }
    .mr-sm-13,
    .mx-sm-13 {
        margin-right: 13rem!important
    }
    .mb-sm-13,
    .my-sm-13 {
        margin-bottom: 13rem!important
    }
    .ml-sm-13,
    .mx-sm-13 {
        margin-left: 13rem!important
    }
    .m-sm-14 {
        margin: 6rem!important
    }
    .mt-sm-14,
    .my-sm-14 {
        margin-top: 6rem!important
    }
    .mr-sm-14,
    .mx-sm-14 {
        margin-right: 6rem!important
    }
    .mb-sm-14,
    .my-sm-14 {
        margin-bottom: 6rem!important
    }
    .ml-sm-14,
    .mx-sm-14 {
        margin-left: 6rem!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: .8rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: .8rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: .8rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: .8rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: .8rem!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: 2rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem!important
    }
    .p-sm-6 {
        padding: 2.5rem!important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2.5rem!important
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2.5rem!important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2.5rem!important
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2.5rem!important
    }
    .p-sm-7 {
        padding: 3rem!important
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3rem!important
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 3rem!important
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3rem!important
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 3rem!important
    }
    .p-sm-8 {
        padding: 3.5rem!important
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 3.5rem!important
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 3.5rem!important
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 3.5rem!important
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 3.5rem!important
    }
    .p-sm-9 {
        padding: 4rem!important
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 4rem!important
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 4rem!important
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 4rem!important
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 4rem!important
    }
    .p-sm-10 {
        padding: 5rem!important
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 5rem!important
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 5rem!important
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 5rem!important
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 5rem!important
    }
    .p-sm-11 {
        padding: 5.5rem!important
    }
    .pt-sm-11,
    .py-sm-11 {
        padding-top: 5.5rem!important
    }
    .pr-sm-11,
    .px-sm-11 {
        padding-right: 5.5rem!important
    }
    .pb-sm-11,
    .py-sm-11 {
        padding-bottom: 5.5rem!important
    }
    .pl-sm-11,
    .px-sm-11 {
        padding-left: 5.5rem!important
    }
    .p-sm-12 {
        padding: 11rem!important
    }
    .pt-sm-12,
    .py-sm-12 {
        padding-top: 11rem!important
    }
    .pr-sm-12,
    .px-sm-12 {
        padding-right: 11rem!important
    }
    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 11rem!important
    }
    .pl-sm-12,
    .px-sm-12 {
        padding-left: 11rem!important
    }
    .p-sm-13 {
        padding: 13rem!important
    }
    .pt-sm-13,
    .py-sm-13 {
        padding-top: 13rem!important
    }
    .pr-sm-13,
    .px-sm-13 {
        padding-right: 13rem!important
    }
    .pb-sm-13,
    .py-sm-13 {
        padding-bottom: 13rem!important
    }
    .pl-sm-13,
    .px-sm-13 {
        padding-left: 13rem!important
    }
    .p-sm-14 {
        padding: 6rem!important
    }
    .pt-sm-14,
    .py-sm-14 {
        padding-top: 6rem!important
    }
    .pr-sm-14,
    .px-sm-14 {
        padding-right: 6rem!important
    }
    .pb-sm-14,
    .py-sm-14 {
        padding-bottom: 6rem!important
    }
    .pl-sm-14,
    .px-sm-14 {
        padding-left: 6rem!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: -.8rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -.8rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -.8rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -.8rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -.8rem!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: -2rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -2rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -2rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -2rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -2rem!important
    }
    .m-sm-n6 {
        margin: -2.5rem!important
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -2.5rem!important
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -2.5rem!important
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -2.5rem!important
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -2.5rem!important
    }
    .m-sm-n7 {
        margin: -3rem!important
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -3rem!important
    }
    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -3rem!important
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -3rem!important
    }
    .m-sm-n8 {
        margin: -3.5rem!important
    }
    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -3.5rem!important
    }
    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -3.5rem!important
    }
    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -3.5rem!important
    }
    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -3.5rem!important
    }
    .m-sm-n9 {
        margin: -4rem!important
    }
    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -4rem!important
    }
    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -4rem!important
    }
    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -4rem!important
    }
    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -4rem!important
    }
    .m-sm-n10 {
        margin: -5rem!important
    }
    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -5rem!important
    }
    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -5rem!important
    }
    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -5rem!important
    }
    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -5rem!important
    }
    .m-sm-n11 {
        margin: -5.5rem!important
    }
    .mt-sm-n11,
    .my-sm-n11 {
        margin-top: -5.5rem!important
    }
    .mr-sm-n11,
    .mx-sm-n11 {
        margin-right: -5.5rem!important
    }
    .mb-sm-n11,
    .my-sm-n11 {
        margin-bottom: -5.5rem!important
    }
    .ml-sm-n11,
    .mx-sm-n11 {
        margin-left: -5.5rem!important
    }
    .m-sm-n12 {
        margin: -11rem!important
    }
    .mt-sm-n12,
    .my-sm-n12 {
        margin-top: -11rem!important
    }
    .mr-sm-n12,
    .mx-sm-n12 {
        margin-right: -11rem!important
    }
    .mb-sm-n12,
    .my-sm-n12 {
        margin-bottom: -11rem!important
    }
    .ml-sm-n12,
    .mx-sm-n12 {
        margin-left: -11rem!important
    }
    .m-sm-n13 {
        margin: -13rem!important
    }
    .mt-sm-n13,
    .my-sm-n13 {
        margin-top: -13rem!important
    }
    .mr-sm-n13,
    .mx-sm-n13 {
        margin-right: -13rem!important
    }
    .mb-sm-n13,
    .my-sm-n13 {
        margin-bottom: -13rem!important
    }
    .ml-sm-n13,
    .mx-sm-n13 {
        margin-left: -13rem!important
    }
    .m-sm-n14 {
        margin: -6rem!important
    }
    .mt-sm-n14,
    .my-sm-n14 {
        margin-top: -6rem!important
    }
    .mr-sm-n14,
    .mx-sm-n14 {
        margin-right: -6rem!important
    }
    .mb-sm-n14,
    .my-sm-n14 {
        margin-bottom: -6rem!important
    }
    .ml-sm-n14,
    .mx-sm-n14 {
        margin-left: -6rem!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: .8rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: .8rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: .8rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: .8rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: .8rem!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: 2rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 2rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 2rem!important
    }
    .m-md-6 {
        margin: 2.5rem!important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 2.5rem!important
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 2.5rem!important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2.5rem!important
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 2.5rem!important
    }
    .m-md-7 {
        margin: 3rem!important
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 3rem!important
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 3rem!important
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3rem!important
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 3rem!important
    }
    .m-md-8 {
        margin: 3.5rem!important
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 3.5rem!important
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 3.5rem!important
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 3.5rem!important
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 3.5rem!important
    }
    .m-md-9 {
        margin: 4rem!important
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 4rem!important
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 4rem!important
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 4rem!important
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 4rem!important
    }
    .m-md-10 {
        margin: 5rem!important
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 5rem!important
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 5rem!important
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 5rem!important
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 5rem!important
    }
    .m-md-11 {
        margin: 5.5rem!important
    }
    .mt-md-11,
    .my-md-11 {
        margin-top: 5.5rem!important
    }
    .mr-md-11,
    .mx-md-11 {
        margin-right: 5.5rem!important
    }
    .mb-md-11,
    .my-md-11 {
        margin-bottom: 5.5rem!important
    }
    .ml-md-11,
    .mx-md-11 {
        margin-left: 5.5rem!important
    }
    .m-md-12 {
        margin: 11rem!important
    }
    .mt-md-12,
    .my-md-12 {
        margin-top: 11rem!important
    }
    .mr-md-12,
    .mx-md-12 {
        margin-right: 11rem!important
    }
    .mb-md-12,
    .my-md-12 {
        margin-bottom: 11rem!important
    }
    .ml-md-12,
    .mx-md-12 {
        margin-left: 11rem!important
    }
    .m-md-13 {
        margin: 13rem!important
    }
    .mt-md-13,
    .my-md-13 {
        margin-top: 13rem!important
    }
    .mr-md-13,
    .mx-md-13 {
        margin-right: 13rem!important
    }
    .mb-md-13,
    .my-md-13 {
        margin-bottom: 13rem!important
    }
    .ml-md-13,
    .mx-md-13 {
        margin-left: 13rem!important
    }
    .m-md-14 {
        margin: 6rem!important
    }
    .mt-md-14,
    .my-md-14 {
        margin-top: 6rem!important
    }
    .mr-md-14,
    .mx-md-14 {
        margin-right: 6rem!important
    }
    .mb-md-14,
    .my-md-14 {
        margin-bottom: 6rem!important
    }
    .ml-md-14,
    .mx-md-14 {
        margin-left: 6rem!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: .8rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: .8rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: .8rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: .8rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: .8rem!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: 2rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 2rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 2rem!important
    }
    .p-md-6 {
        padding: 2.5rem!important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 2.5rem!important
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 2.5rem!important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2.5rem!important
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 2.5rem!important
    }
    .p-md-7 {
        padding: 3rem!important
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 3rem!important
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 3rem!important
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3rem!important
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 3rem!important
    }
    .p-md-8 {
        padding: 3.5rem!important
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 3.5rem!important
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 3.5rem!important
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 3.5rem!important
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 3.5rem!important
    }
    .p-md-9 {
        padding: 4rem!important
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 4rem!important
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 4rem!important
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 4rem!important
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 4rem!important
    }
    .p-md-10 {
        padding: 5rem!important
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 5rem!important
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 5rem!important
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 5rem!important
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 5rem!important
    }
    .p-md-11 {
        padding: 5.5rem!important
    }
    .pt-md-11,
    .py-md-11 {
        padding-top: 5.5rem!important
    }
    .pr-md-11,
    .px-md-11 {
        padding-right: 5.5rem!important
    }
    .pb-md-11,
    .py-md-11 {
        padding-bottom: 5.5rem!important
    }
    .pl-md-11,
    .px-md-11 {
        padding-left: 5.5rem!important
    }
    .p-md-12 {
        padding: 11rem!important
    }
    .pt-md-12,
    .py-md-12 {
        padding-top: 11rem!important
    }
    .pr-md-12,
    .px-md-12 {
        padding-right: 11rem!important
    }
    .pb-md-12,
    .py-md-12 {
        padding-bottom: 11rem!important
    }
    .pl-md-12,
    .px-md-12 {
        padding-left: 11rem!important
    }
    .p-md-13 {
        padding: 13rem!important
    }
    .pt-md-13,
    .py-md-13 {
        padding-top: 13rem!important
    }
    .pr-md-13,
    .px-md-13 {
        padding-right: 13rem!important
    }
    .pb-md-13,
    .py-md-13 {
        padding-bottom: 13rem!important
    }
    .pl-md-13,
    .px-md-13 {
        padding-left: 13rem!important
    }
    .p-md-14 {
        padding: 6rem!important
    }
    .pt-md-14,
    .py-md-14 {
        padding-top: 6rem!important
    }
    .pr-md-14,
    .px-md-14 {
        padding-right: 6rem!important
    }
    .pb-md-14,
    .py-md-14 {
        padding-bottom: 6rem!important
    }
    .pl-md-14,
    .px-md-14 {
        padding-left: 6rem!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: -.8rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -.8rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -.8rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -.8rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -.8rem!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: -2rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -2rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -2rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -2rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -2rem!important
    }
    .m-md-n6 {
        margin: -2.5rem!important
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -2.5rem!important
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -2.5rem!important
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -2.5rem!important
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -2.5rem!important
    }
    .m-md-n7 {
        margin: -3rem!important
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -3rem!important
    }
    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -3rem!important
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -3rem!important
    }
    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -3rem!important
    }
    .m-md-n8 {
        margin: -3.5rem!important
    }
    .mt-md-n8,
    .my-md-n8 {
        margin-top: -3.5rem!important
    }
    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -3.5rem!important
    }
    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -3.5rem!important
    }
    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -3.5rem!important
    }
    .m-md-n9 {
        margin: -4rem!important
    }
    .mt-md-n9,
    .my-md-n9 {
        margin-top: -4rem!important
    }
    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -4rem!important
    }
    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -4rem!important
    }
    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -4rem!important
    }
    .m-md-n10 {
        margin: -5rem!important
    }
    .mt-md-n10,
    .my-md-n10 {
        margin-top: -5rem!important
    }
    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -5rem!important
    }
    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -5rem!important
    }
    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -5rem!important
    }
    .m-md-n11 {
        margin: -5.5rem!important
    }
    .mt-md-n11,
    .my-md-n11 {
        margin-top: -5.5rem!important
    }
    .mr-md-n11,
    .mx-md-n11 {
        margin-right: -5.5rem!important
    }
    .mb-md-n11,
    .my-md-n11 {
        margin-bottom: -5.5rem!important
    }
    .ml-md-n11,
    .mx-md-n11 {
        margin-left: -5.5rem!important
    }
    .m-md-n12 {
        margin: -11rem!important
    }
    .mt-md-n12,
    .my-md-n12 {
        margin-top: -11rem!important
    }
    .mr-md-n12,
    .mx-md-n12 {
        margin-right: -11rem!important
    }
    .mb-md-n12,
    .my-md-n12 {
        margin-bottom: -11rem!important
    }
    .ml-md-n12,
    .mx-md-n12 {
        margin-left: -11rem!important
    }
    .m-md-n13 {
        margin: -13rem!important
    }
    .mt-md-n13,
    .my-md-n13 {
        margin-top: -13rem!important
    }
    .mr-md-n13,
    .mx-md-n13 {
        margin-right: -13rem!important
    }
    .mb-md-n13,
    .my-md-n13 {
        margin-bottom: -13rem!important
    }
    .ml-md-n13,
    .mx-md-n13 {
        margin-left: -13rem!important
    }
    .m-md-n14 {
        margin: -6rem!important
    }
    .mt-md-n14,
    .my-md-n14 {
        margin-top: -6rem!important
    }
    .mr-md-n14,
    .mx-md-n14 {
        margin-right: -6rem!important
    }
    .mb-md-n14,
    .my-md-n14 {
        margin-bottom: -6rem!important
    }
    .ml-md-n14,
    .mx-md-n14 {
        margin-left: -6rem!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:992px) {
    .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: .8rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: .8rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: .8rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: .8rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: .8rem!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: 2rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2rem!important
    }
    .m-lg-6 {
        margin: 2.5rem!important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2.5rem!important
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2.5rem!important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2.5rem!important
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2.5rem!important
    }
    .m-lg-7 {
        margin: 3rem!important
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3rem!important
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 3rem!important
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3rem!important
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 3rem!important
    }
    .m-lg-8 {
        margin: 3.5rem!important
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 3.5rem!important
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 3.5rem!important
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 3.5rem!important
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 3.5rem!important
    }
    .m-lg-9 {
        margin: 4rem!important
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 4rem!important
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 4rem!important
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 4rem!important
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 4rem!important
    }
    .m-lg-10 {
        margin: 5rem!important
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 5rem!important
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 5rem!important
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 5rem!important
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 5rem!important
    }
    .m-lg-11 {
        margin: 5.5rem!important
    }
    .mt-lg-11,
    .my-lg-11 {
        margin-top: 5.5rem!important
    }
    .mr-lg-11,
    .mx-lg-11 {
        margin-right: 5.5rem!important
    }
    .mb-lg-11,
    .my-lg-11 {
        margin-bottom: 5.5rem!important
    }
    .ml-lg-11,
    .mx-lg-11 {
        margin-left: 5.5rem!important
    }
    .m-lg-12 {
        margin: 11rem!important
    }
    .mt-lg-12,
    .my-lg-12 {
        margin-top: 11rem!important
    }
    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 11rem!important
    }
    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 11rem!important
    }
    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 11rem!important
    }
    .m-lg-13 {
        margin: 13rem!important
    }
    .mt-lg-13,
    .my-lg-13 {
        margin-top: 13rem!important
    }
    .mr-lg-13,
    .mx-lg-13 {
        margin-right: 13rem!important
    }
    .mb-lg-13,
    .my-lg-13 {
        margin-bottom: 13rem!important
    }
    .ml-lg-13,
    .mx-lg-13 {
        margin-left: 13rem!important
    }
    .m-lg-14 {
        margin: 6rem!important
    }
    .mt-lg-14,
    .my-lg-14 {
        margin-top: 6rem!important
    }
    .mr-lg-14,
    .mx-lg-14 {
        margin-right: 6rem!important
    }
    .mb-lg-14,
    .my-lg-14 {
        margin-bottom: 6rem!important
    }
    .ml-lg-14,
    .mx-lg-14 {
        margin-left: 6rem!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: .8rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: .8rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: .8rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: .8rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: .8rem!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: 2rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2rem!important
    }
    .p-lg-6 {
        padding: 2.5rem!important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2.5rem!important
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2.5rem!important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2.5rem!important
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 2.5rem!important
    }
    .p-lg-7 {
        padding: 3rem!important
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3rem!important
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 3rem!important
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 3rem!important
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 3rem!important
    }
    .p-lg-8 {
        padding: 3.5rem!important
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 3.5rem!important
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 3.5rem!important
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 3.5rem!important
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 3.5rem!important
    }
    .p-lg-9 {
        padding: 4rem!important
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 4rem!important
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 4rem!important
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 4rem!important
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 4rem!important
    }
    .p-lg-10 {
        padding: 5rem!important
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 5rem!important
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 5rem!important
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 5rem!important
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 5rem!important
    }
    .p-lg-11 {
        padding: 5.5rem!important
    }
    .pt-lg-11,
    .py-lg-11 {
        padding-top: 5.5rem!important
    }
    .pr-lg-11,
    .px-lg-11 {
        padding-right: 5.5rem!important
    }
    .pb-lg-11,
    .py-lg-11 {
        padding-bottom: 5.5rem!important
    }
    .pl-lg-11,
    .px-lg-11 {
        padding-left: 5.5rem!important
    }
    .p-lg-12 {
        padding: 11rem!important
    }
    .pt-lg-12,
    .py-lg-12 {
        padding-top: 11rem!important
    }
    .pr-lg-12,
    .px-lg-12 {
        padding-right: 11rem!important
    }
    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 11rem!important
    }
    .pl-lg-12,
    .px-lg-12 {
        padding-left: 11rem!important
    }
    .p-lg-13 {
        padding: 13rem!important
    }
    .pt-lg-13,
    .py-lg-13 {
        padding-top: 13rem!important
    }
    .pr-lg-13,
    .px-lg-13 {
        padding-right: 13rem!important
    }
    .pb-lg-13,
    .py-lg-13 {
        padding-bottom: 13rem!important
    }
    .pl-lg-13,
    .px-lg-13 {
        padding-left: 13rem!important
    }
    .p-lg-14 {
        padding: 6rem!important
    }
    .pt-lg-14,
    .py-lg-14 {
        padding-top: 6rem!important
    }
    .pr-lg-14,
    .px-lg-14 {
        padding-right: 6rem!important
    }
    .pb-lg-14,
    .py-lg-14 {
        padding-bottom: 6rem!important
    }
    .pl-lg-14,
    .px-lg-14 {
        padding-left: 6rem!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: -.8rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -.8rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -.8rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -.8rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -.8rem!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: -2rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -2rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -2rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -2rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -2rem!important
    }
    .m-lg-n6 {
        margin: -2.5rem!important
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -2.5rem!important
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -2.5rem!important
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -2.5rem!important
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -2.5rem!important
    }
    .m-lg-n7 {
        margin: -3rem!important
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -3rem!important
    }
    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -3rem!important
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -3rem!important
    }
    .m-lg-n8 {
        margin: -3.5rem!important
    }
    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -3.5rem!important
    }
    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -3.5rem!important
    }
    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -3.5rem!important
    }
    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -3.5rem!important
    }
    .m-lg-n9 {
        margin: -4rem!important
    }
    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -4rem!important
    }
    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -4rem!important
    }
    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -4rem!important
    }
    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -4rem!important
    }
    .m-lg-n10 {
        margin: -5rem!important
    }
    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -5rem!important
    }
    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -5rem!important
    }
    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -5rem!important
    }
    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -5rem!important
    }
    .m-lg-n11 {
        margin: -5.5rem!important
    }
    .mt-lg-n11,
    .my-lg-n11 {
        margin-top: -5.5rem!important
    }
    .mr-lg-n11,
    .mx-lg-n11 {
        margin-right: -5.5rem!important
    }
    .mb-lg-n11,
    .my-lg-n11 {
        margin-bottom: -5.5rem!important
    }
    .ml-lg-n11,
    .mx-lg-n11 {
        margin-left: -5.5rem!important
    }
    .m-lg-n12 {
        margin: -11rem!important
    }
    .mt-lg-n12,
    .my-lg-n12 {
        margin-top: -11rem!important
    }
    .mr-lg-n12,
    .mx-lg-n12 {
        margin-right: -11rem!important
    }
    .mb-lg-n12,
    .my-lg-n12 {
        margin-bottom: -11rem!important
    }
    .ml-lg-n12,
    .mx-lg-n12 {
        margin-left: -11rem!important
    }
    .m-lg-n13 {
        margin: -13rem!important
    }
    .mt-lg-n13,
    .my-lg-n13 {
        margin-top: -13rem!important
    }
    .mr-lg-n13,
    .mx-lg-n13 {
        margin-right: -13rem!important
    }
    .mb-lg-n13,
    .my-lg-n13 {
        margin-bottom: -13rem!important
    }
    .ml-lg-n13,
    .mx-lg-n13 {
        margin-left: -13rem!important
    }
    .m-lg-n14 {
        margin: -6rem!important
    }
    .mt-lg-n14,
    .my-lg-n14 {
        margin-top: -6rem!important
    }
    .mr-lg-n14,
    .mx-lg-n14 {
        margin-right: -6rem!important
    }
    .mb-lg-n14,
    .my-lg-n14 {
        margin-bottom: -6rem!important
    }
    .ml-lg-n14,
    .mx-lg-n14 {
        margin-left: -6rem!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: .8rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: .8rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: .8rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: .8rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: .8rem!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: 2rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2rem!important
    }
    .m-xl-6 {
        margin: 2.5rem!important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2.5rem!important
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2.5rem!important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2.5rem!important
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2.5rem!important
    }
    .m-xl-7 {
        margin: 3rem!important
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3rem!important
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 3rem!important
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3rem!important
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 3rem!important
    }
    .m-xl-8 {
        margin: 3.5rem!important
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 3.5rem!important
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 3.5rem!important
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 3.5rem!important
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 3.5rem!important
    }
    .m-xl-9 {
        margin: 4rem!important
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 4rem!important
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 4rem!important
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 4rem!important
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 4rem!important
    }
    .m-xl-10 {
        margin: 5rem!important
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 5rem!important
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 5rem!important
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 5rem!important
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 5rem!important
    }
    .m-xl-11 {
        margin: 5.5rem!important
    }
    .mt-xl-11,
    .my-xl-11 {
        margin-top: 5.5rem!important
    }
    .mr-xl-11,
    .mx-xl-11 {
        margin-right: 5.5rem!important
    }
    .mb-xl-11,
    .my-xl-11 {
        margin-bottom: 5.5rem!important
    }
    .ml-xl-11,
    .mx-xl-11 {
        margin-left: 5.5rem!important
    }
    .m-xl-12 {
        margin: 11rem!important
    }
    .mt-xl-12,
    .my-xl-12 {
        margin-top: 11rem!important
    }
    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 11rem!important
    }
    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 11rem!important
    }
    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 11rem!important
    }
    .m-xl-13 {
        margin: 13rem!important
    }
    .mt-xl-13,
    .my-xl-13 {
        margin-top: 13rem!important
    }
    .mr-xl-13,
    .mx-xl-13 {
        margin-right: 13rem!important
    }
    .mb-xl-13,
    .my-xl-13 {
        margin-bottom: 13rem!important
    }
    .ml-xl-13,
    .mx-xl-13 {
        margin-left: 13rem!important
    }
    .m-xl-14 {
        margin: 6rem!important
    }
    .mt-xl-14,
    .my-xl-14 {
        margin-top: 6rem!important
    }
    .mr-xl-14,
    .mx-xl-14 {
        margin-right: 6rem!important
    }
    .mb-xl-14,
    .my-xl-14 {
        margin-bottom: 6rem!important
    }
    .ml-xl-14,
    .mx-xl-14 {
        margin-left: 6rem!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: .8rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: .8rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: .8rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: .8rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: .8rem!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: 2rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2rem!important
    }
    .p-xl-6 {
        padding: 2.5rem!important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2.5rem!important
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2.5rem!important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2.5rem!important
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2.5rem!important
    }
    .p-xl-7 {
        padding: 3rem!important
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3rem!important
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 3rem!important
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3rem!important
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 3rem!important
    }
    .p-xl-8 {
        padding: 3.5rem!important
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 3.5rem!important
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 3.5rem!important
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 3.5rem!important
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 3.5rem!important
    }
    .p-xl-9 {
        padding: 4rem!important
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 4rem!important
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 4rem!important
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 4rem!important
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 4rem!important
    }
    .p-xl-10 {
        padding: 5rem!important
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 5rem!important
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 5rem!important
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 5rem!important
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 5rem!important
    }
    .p-xl-11 {
        padding: 5.5rem!important
    }
    .pt-xl-11,
    .py-xl-11 {
        padding-top: 5.5rem!important
    }
    .pr-xl-11,
    .px-xl-11 {
        padding-right: 5.5rem!important
    }
    .pb-xl-11,
    .py-xl-11 {
        padding-bottom: 5.5rem!important
    }
    .pl-xl-11,
    .px-xl-11 {
        padding-left: 5.5rem!important
    }
    .p-xl-12 {
        padding: 11rem!important
    }
    .pt-xl-12,
    .py-xl-12 {
        padding-top: 11rem!important
    }
    .pr-xl-12,
    .px-xl-12 {
        padding-right: 11rem!important
    }
    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 11rem!important
    }
    .pl-xl-12,
    .px-xl-12 {
        padding-left: 11rem!important
    }
    .p-xl-13 {
        padding: 13rem!important
    }
    .pt-xl-13,
    .py-xl-13 {
        padding-top: 13rem!important
    }
    .pr-xl-13,
    .px-xl-13 {
        padding-right: 13rem!important
    }
    .pb-xl-13,
    .py-xl-13 {
        padding-bottom: 13rem!important
    }
    .pl-xl-13,
    .px-xl-13 {
        padding-left: 13rem!important
    }
    .p-xl-14 {
        padding: 6rem!important
    }
    .pt-xl-14,
    .py-xl-14 {
        padding-top: 6rem!important
    }
    .pr-xl-14,
    .px-xl-14 {
        padding-right: 6rem!important
    }
    .pb-xl-14,
    .py-xl-14 {
        padding-bottom: 6rem!important
    }
    .pl-xl-14,
    .px-xl-14 {
        padding-left: 6rem!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: -.8rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -.8rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -.8rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -.8rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -.8rem!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: -2rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -2rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -2rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -2rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -2rem!important
    }
    .m-xl-n6 {
        margin: -2.5rem!important
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -2.5rem!important
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -2.5rem!important
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -2.5rem!important
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -2.5rem!important
    }
    .m-xl-n7 {
        margin: -3rem!important
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -3rem!important
    }
    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -3rem!important
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -3rem!important
    }
    .m-xl-n8 {
        margin: -3.5rem!important
    }
    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -3.5rem!important
    }
    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -3.5rem!important
    }
    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -3.5rem!important
    }
    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -3.5rem!important
    }
    .m-xl-n9 {
        margin: -4rem!important
    }
    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -4rem!important
    }
    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -4rem!important
    }
    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -4rem!important
    }
    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -4rem!important
    }
    .m-xl-n10 {
        margin: -5rem!important
    }
    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -5rem!important
    }
    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -5rem!important
    }
    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -5rem!important
    }
    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -5rem!important
    }
    .m-xl-n11 {
        margin: -5.5rem!important
    }
    .mt-xl-n11,
    .my-xl-n11 {
        margin-top: -5.5rem!important
    }
    .mr-xl-n11,
    .mx-xl-n11 {
        margin-right: -5.5rem!important
    }
    .mb-xl-n11,
    .my-xl-n11 {
        margin-bottom: -5.5rem!important
    }
    .ml-xl-n11,
    .mx-xl-n11 {
        margin-left: -5.5rem!important
    }
    .m-xl-n12 {
        margin: -11rem!important
    }
    .mt-xl-n12,
    .my-xl-n12 {
        margin-top: -11rem!important
    }
    .mr-xl-n12,
    .mx-xl-n12 {
        margin-right: -11rem!important
    }
    .mb-xl-n12,
    .my-xl-n12 {
        margin-bottom: -11rem!important
    }
    .ml-xl-n12,
    .mx-xl-n12 {
        margin-left: -11rem!important
    }
    .m-xl-n13 {
        margin: -13rem!important
    }
    .mt-xl-n13,
    .my-xl-n13 {
        margin-top: -13rem!important
    }
    .mr-xl-n13,
    .mx-xl-n13 {
        margin-right: -13rem!important
    }
    .mb-xl-n13,
    .my-xl-n13 {
        margin-bottom: -13rem!important
    }
    .ml-xl-n13,
    .mx-xl-n13 {
        margin-left: -13rem!important
    }
    .m-xl-n14 {
        margin: -6rem!important
    }
    .mt-xl-n14,
    .my-xl-n14 {
        margin-top: -6rem!important
    }
    .mr-xl-n14,
    .mx-xl-n14 {
        margin-right: -6rem!important
    }
    .mb-xl-n14,
    .my-xl-n14 {
        margin-bottom: -6rem!important
    }
    .ml-xl-n14,
    .mx-xl-n14 {
        margin-left: -6rem!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:1025px) {
    .m-ex-lg-0 {
        margin: 0!important
    }
    .mt-ex-lg-0,
    .my-ex-lg-0 {
        margin-top: 0!important
    }
    .mr-ex-lg-0,
    .mx-ex-lg-0 {
        margin-right: 0!important
    }
    .mb-ex-lg-0,
    .my-ex-lg-0 {
        margin-bottom: 0!important
    }
    .ml-ex-lg-0,
    .mx-ex-lg-0 {
        margin-left: 0!important
    }
    .m-ex-lg-1 {
        margin: .25rem!important
    }
    .mt-ex-lg-1,
    .my-ex-lg-1 {
        margin-top: .25rem!important
    }
    .mr-ex-lg-1,
    .mx-ex-lg-1 {
        margin-right: .25rem!important
    }
    .mb-ex-lg-1,
    .my-ex-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-ex-lg-1,
    .mx-ex-lg-1 {
        margin-left: .25rem!important
    }
    .m-ex-lg-2 {
        margin: .5rem!important
    }
    .mt-ex-lg-2,
    .my-ex-lg-2 {
        margin-top: .5rem!important
    }
    .mr-ex-lg-2,
    .mx-ex-lg-2 {
        margin-right: .5rem!important
    }
    .mb-ex-lg-2,
    .my-ex-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-ex-lg-2,
    .mx-ex-lg-2 {
        margin-left: .5rem!important
    }
    .m-ex-lg-3 {
        margin: .8rem!important
    }
    .mt-ex-lg-3,
    .my-ex-lg-3 {
        margin-top: .8rem!important
    }
    .mr-ex-lg-3,
    .mx-ex-lg-3 {
        margin-right: .8rem!important
    }
    .mb-ex-lg-3,
    .my-ex-lg-3 {
        margin-bottom: .8rem!important
    }
    .ml-ex-lg-3,
    .mx-ex-lg-3 {
        margin-left: .8rem!important
    }
    .m-ex-lg-4 {
        margin: 1.5rem!important
    }
    .mt-ex-lg-4,
    .my-ex-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-ex-lg-4,
    .mx-ex-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-ex-lg-4,
    .my-ex-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-ex-lg-4,
    .mx-ex-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-ex-lg-5 {
        margin: 2rem!important
    }
    .mt-ex-lg-5,
    .my-ex-lg-5 {
        margin-top: 2rem!important
    }
    .mr-ex-lg-5,
    .mx-ex-lg-5 {
        margin-right: 2rem!important
    }
    .mb-ex-lg-5,
    .my-ex-lg-5 {
        margin-bottom: 2rem!important
    }
    .ml-ex-lg-5,
    .mx-ex-lg-5 {
        margin-left: 2rem!important
    }
    .m-ex-lg-6 {
        margin: 2.5rem!important
    }
    .mt-ex-lg-6,
    .my-ex-lg-6 {
        margin-top: 2.5rem!important
    }
    .mr-ex-lg-6,
    .mx-ex-lg-6 {
        margin-right: 2.5rem!important
    }
    .mb-ex-lg-6,
    .my-ex-lg-6 {
        margin-bottom: 2.5rem!important
    }
    .ml-ex-lg-6,
    .mx-ex-lg-6 {
        margin-left: 2.5rem!important
    }
    .m-ex-lg-7 {
        margin: 3rem!important
    }
    .mt-ex-lg-7,
    .my-ex-lg-7 {
        margin-top: 3rem!important
    }
    .mr-ex-lg-7,
    .mx-ex-lg-7 {
        margin-right: 3rem!important
    }
    .mb-ex-lg-7,
    .my-ex-lg-7 {
        margin-bottom: 3rem!important
    }
    .ml-ex-lg-7,
    .mx-ex-lg-7 {
        margin-left: 3rem!important
    }
    .m-ex-lg-8 {
        margin: 3.5rem!important
    }
    .mt-ex-lg-8,
    .my-ex-lg-8 {
        margin-top: 3.5rem!important
    }
    .mr-ex-lg-8,
    .mx-ex-lg-8 {
        margin-right: 3.5rem!important
    }
    .mb-ex-lg-8,
    .my-ex-lg-8 {
        margin-bottom: 3.5rem!important
    }
    .ml-ex-lg-8,
    .mx-ex-lg-8 {
        margin-left: 3.5rem!important
    }
    .m-ex-lg-9 {
        margin: 4rem!important
    }
    .mt-ex-lg-9,
    .my-ex-lg-9 {
        margin-top: 4rem!important
    }
    .mr-ex-lg-9,
    .mx-ex-lg-9 {
        margin-right: 4rem!important
    }
    .mb-ex-lg-9,
    .my-ex-lg-9 {
        margin-bottom: 4rem!important
    }
    .ml-ex-lg-9,
    .mx-ex-lg-9 {
        margin-left: 4rem!important
    }
    .m-ex-lg-10 {
        margin: 5rem!important
    }
    .mt-ex-lg-10,
    .my-ex-lg-10 {
        margin-top: 5rem!important
    }
    .mr-ex-lg-10,
    .mx-ex-lg-10 {
        margin-right: 5rem!important
    }
    .mb-ex-lg-10,
    .my-ex-lg-10 {
        margin-bottom: 5rem!important
    }
    .ml-ex-lg-10,
    .mx-ex-lg-10 {
        margin-left: 5rem!important
    }
    .m-ex-lg-11 {
        margin: 5.5rem!important
    }
    .mt-ex-lg-11,
    .my-ex-lg-11 {
        margin-top: 5.5rem!important
    }
    .mr-ex-lg-11,
    .mx-ex-lg-11 {
        margin-right: 5.5rem!important
    }
    .mb-ex-lg-11,
    .my-ex-lg-11 {
        margin-bottom: 5.5rem!important
    }
    .ml-ex-lg-11,
    .mx-ex-lg-11 {
        margin-left: 5.5rem!important
    }
    .m-ex-lg-12 {
        margin: 11rem!important
    }
    .mt-ex-lg-12,
    .my-ex-lg-12 {
        margin-top: 11rem!important
    }
    .mr-ex-lg-12,
    .mx-ex-lg-12 {
        margin-right: 11rem!important
    }
    .mb-ex-lg-12,
    .my-ex-lg-12 {
        margin-bottom: 11rem!important
    }
    .ml-ex-lg-12,
    .mx-ex-lg-12 {
        margin-left: 11rem!important
    }
    .m-ex-lg-13 {
        margin: 13rem!important
    }
    .mt-ex-lg-13,
    .my-ex-lg-13 {
        margin-top: 13rem!important
    }
    .mr-ex-lg-13,
    .mx-ex-lg-13 {
        margin-right: 13rem!important
    }
    .mb-ex-lg-13,
    .my-ex-lg-13 {
        margin-bottom: 13rem!important
    }
    .ml-ex-lg-13,
    .mx-ex-lg-13 {
        margin-left: 13rem!important
    }
    .m-ex-lg-14 {
        margin: 6rem!important
    }
    .mt-ex-lg-14,
    .my-ex-lg-14 {
        margin-top: 6rem!important
    }
    .mr-ex-lg-14,
    .mx-ex-lg-14 {
        margin-right: 6rem!important
    }
    .mb-ex-lg-14,
    .my-ex-lg-14 {
        margin-bottom: 6rem!important
    }
    .ml-ex-lg-14,
    .mx-ex-lg-14 {
        margin-left: 6rem!important
    }
    .p-ex-lg-0 {
        padding: 0!important
    }
    .pt-ex-lg-0,
    .py-ex-lg-0 {
        padding-top: 0!important
    }
    .pr-ex-lg-0,
    .px-ex-lg-0 {
        padding-right: 0!important
    }
    .pb-ex-lg-0,
    .py-ex-lg-0 {
        padding-bottom: 0!important
    }
    .pl-ex-lg-0,
    .px-ex-lg-0 {
        padding-left: 0!important
    }
    .p-ex-lg-1 {
        padding: .25rem!important
    }
    .pt-ex-lg-1,
    .py-ex-lg-1 {
        padding-top: .25rem!important
    }
    .pr-ex-lg-1,
    .px-ex-lg-1 {
        padding-right: .25rem!important
    }
    .pb-ex-lg-1,
    .py-ex-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-ex-lg-1,
    .px-ex-lg-1 {
        padding-left: .25rem!important
    }
    .p-ex-lg-2 {
        padding: .5rem!important
    }
    .pt-ex-lg-2,
    .py-ex-lg-2 {
        padding-top: .5rem!important
    }
    .pr-ex-lg-2,
    .px-ex-lg-2 {
        padding-right: .5rem!important
    }
    .pb-ex-lg-2,
    .py-ex-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-ex-lg-2,
    .px-ex-lg-2 {
        padding-left: .5rem!important
    }
    .p-ex-lg-3 {
        padding: .8rem!important
    }
    .pt-ex-lg-3,
    .py-ex-lg-3 {
        padding-top: .8rem!important
    }
    .pr-ex-lg-3,
    .px-ex-lg-3 {
        padding-right: .8rem!important
    }
    .pb-ex-lg-3,
    .py-ex-lg-3 {
        padding-bottom: .8rem!important
    }
    .pl-ex-lg-3,
    .px-ex-lg-3 {
        padding-left: .8rem!important
    }
    .p-ex-lg-4 {
        padding: 1.5rem!important
    }
    .pt-ex-lg-4,
    .py-ex-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-ex-lg-4,
    .px-ex-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-ex-lg-4,
    .py-ex-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-ex-lg-4,
    .px-ex-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-ex-lg-5 {
        padding: 2rem!important
    }
    .pt-ex-lg-5,
    .py-ex-lg-5 {
        padding-top: 2rem!important
    }
    .pr-ex-lg-5,
    .px-ex-lg-5 {
        padding-right: 2rem!important
    }
    .pb-ex-lg-5,
    .py-ex-lg-5 {
        padding-bottom: 2rem!important
    }
    .pl-ex-lg-5,
    .px-ex-lg-5 {
        padding-left: 2rem!important
    }
    .p-ex-lg-6 {
        padding: 2.5rem!important
    }
    .pt-ex-lg-6,
    .py-ex-lg-6 {
        padding-top: 2.5rem!important
    }
    .pr-ex-lg-6,
    .px-ex-lg-6 {
        padding-right: 2.5rem!important
    }
    .pb-ex-lg-6,
    .py-ex-lg-6 {
        padding-bottom: 2.5rem!important
    }
    .pl-ex-lg-6,
    .px-ex-lg-6 {
        padding-left: 2.5rem!important
    }
    .p-ex-lg-7 {
        padding: 3rem!important
    }
    .pt-ex-lg-7,
    .py-ex-lg-7 {
        padding-top: 3rem!important
    }
    .pr-ex-lg-7,
    .px-ex-lg-7 {
        padding-right: 3rem!important
    }
    .pb-ex-lg-7,
    .py-ex-lg-7 {
        padding-bottom: 3rem!important
    }
    .pl-ex-lg-7,
    .px-ex-lg-7 {
        padding-left: 3rem!important
    }
    .p-ex-lg-8 {
        padding: 3.5rem!important
    }
    .pt-ex-lg-8,
    .py-ex-lg-8 {
        padding-top: 3.5rem!important
    }
    .pr-ex-lg-8,
    .px-ex-lg-8 {
        padding-right: 3.5rem!important
    }
    .pb-ex-lg-8,
    .py-ex-lg-8 {
        padding-bottom: 3.5rem!important
    }
    .pl-ex-lg-8,
    .px-ex-lg-8 {
        padding-left: 3.5rem!important
    }
    .p-ex-lg-9 {
        padding: 4rem!important
    }
    .pt-ex-lg-9,
    .py-ex-lg-9 {
        padding-top: 4rem!important
    }
    .pr-ex-lg-9,
    .px-ex-lg-9 {
        padding-right: 4rem!important
    }
    .pb-ex-lg-9,
    .py-ex-lg-9 {
        padding-bottom: 4rem!important
    }
    .pl-ex-lg-9,
    .px-ex-lg-9 {
        padding-left: 4rem!important
    }
    .p-ex-lg-10 {
        padding: 5rem!important
    }
    .pt-ex-lg-10,
    .py-ex-lg-10 {
        padding-top: 5rem!important
    }
    .pr-ex-lg-10,
    .px-ex-lg-10 {
        padding-right: 5rem!important
    }
    .pb-ex-lg-10,
    .py-ex-lg-10 {
        padding-bottom: 5rem!important
    }
    .pl-ex-lg-10,
    .px-ex-lg-10 {
        padding-left: 5rem!important
    }
    .p-ex-lg-11 {
        padding: 5.5rem!important
    }
    .pt-ex-lg-11,
    .py-ex-lg-11 {
        padding-top: 5.5rem!important
    }
    .pr-ex-lg-11,
    .px-ex-lg-11 {
        padding-right: 5.5rem!important
    }
    .pb-ex-lg-11,
    .py-ex-lg-11 {
        padding-bottom: 5.5rem!important
    }
    .pl-ex-lg-11,
    .px-ex-lg-11 {
        padding-left: 5.5rem!important
    }
    .p-ex-lg-12 {
        padding: 11rem!important
    }
    .pt-ex-lg-12,
    .py-ex-lg-12 {
        padding-top: 11rem!important
    }
    .pr-ex-lg-12,
    .px-ex-lg-12 {
        padding-right: 11rem!important
    }
    .pb-ex-lg-12,
    .py-ex-lg-12 {
        padding-bottom: 11rem!important
    }
    .pl-ex-lg-12,
    .px-ex-lg-12 {
        padding-left: 11rem!important
    }
    .p-ex-lg-13 {
        padding: 13rem!important
    }
    .pt-ex-lg-13,
    .py-ex-lg-13 {
        padding-top: 13rem!important
    }
    .pr-ex-lg-13,
    .px-ex-lg-13 {
        padding-right: 13rem!important
    }
    .pb-ex-lg-13,
    .py-ex-lg-13 {
        padding-bottom: 13rem!important
    }
    .pl-ex-lg-13,
    .px-ex-lg-13 {
        padding-left: 13rem!important
    }
    .p-ex-lg-14 {
        padding: 6rem!important
    }
    .pt-ex-lg-14,
    .py-ex-lg-14 {
        padding-top: 6rem!important
    }
    .pr-ex-lg-14,
    .px-ex-lg-14 {
        padding-right: 6rem!important
    }
    .pb-ex-lg-14,
    .py-ex-lg-14 {
        padding-bottom: 6rem!important
    }
    .pl-ex-lg-14,
    .px-ex-lg-14 {
        padding-left: 6rem!important
    }
    .m-ex-lg-n1 {
        margin: -.25rem!important
    }
    .mt-ex-lg-n1,
    .my-ex-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-ex-lg-n1,
    .mx-ex-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-ex-lg-n1,
    .my-ex-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-ex-lg-n1,
    .mx-ex-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-ex-lg-n2 {
        margin: -.5rem!important
    }
    .mt-ex-lg-n2,
    .my-ex-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-ex-lg-n2,
    .mx-ex-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-ex-lg-n2,
    .my-ex-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-ex-lg-n2,
    .mx-ex-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-ex-lg-n3 {
        margin: -.8rem!important
    }
    .mt-ex-lg-n3,
    .my-ex-lg-n3 {
        margin-top: -.8rem!important
    }
    .mr-ex-lg-n3,
    .mx-ex-lg-n3 {
        margin-right: -.8rem!important
    }
    .mb-ex-lg-n3,
    .my-ex-lg-n3 {
        margin-bottom: -.8rem!important
    }
    .ml-ex-lg-n3,
    .mx-ex-lg-n3 {
        margin-left: -.8rem!important
    }
    .m-ex-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-ex-lg-n4,
    .my-ex-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-ex-lg-n4,
    .mx-ex-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-ex-lg-n4,
    .my-ex-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-ex-lg-n4,
    .mx-ex-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-ex-lg-n5 {
        margin: -2rem!important
    }
    .mt-ex-lg-n5,
    .my-ex-lg-n5 {
        margin-top: -2rem!important
    }
    .mr-ex-lg-n5,
    .mx-ex-lg-n5 {
        margin-right: -2rem!important
    }
    .mb-ex-lg-n5,
    .my-ex-lg-n5 {
        margin-bottom: -2rem!important
    }
    .ml-ex-lg-n5,
    .mx-ex-lg-n5 {
        margin-left: -2rem!important
    }
    .m-ex-lg-n6 {
        margin: -2.5rem!important
    }
    .mt-ex-lg-n6,
    .my-ex-lg-n6 {
        margin-top: -2.5rem!important
    }
    .mr-ex-lg-n6,
    .mx-ex-lg-n6 {
        margin-right: -2.5rem!important
    }
    .mb-ex-lg-n6,
    .my-ex-lg-n6 {
        margin-bottom: -2.5rem!important
    }
    .ml-ex-lg-n6,
    .mx-ex-lg-n6 {
        margin-left: -2.5rem!important
    }
    .m-ex-lg-n7 {
        margin: -3rem!important
    }
    .mt-ex-lg-n7,
    .my-ex-lg-n7 {
        margin-top: -3rem!important
    }
    .mr-ex-lg-n7,
    .mx-ex-lg-n7 {
        margin-right: -3rem!important
    }
    .mb-ex-lg-n7,
    .my-ex-lg-n7 {
        margin-bottom: -3rem!important
    }
    .ml-ex-lg-n7,
    .mx-ex-lg-n7 {
        margin-left: -3rem!important
    }
    .m-ex-lg-n8 {
        margin: -3.5rem!important
    }
    .mt-ex-lg-n8,
    .my-ex-lg-n8 {
        margin-top: -3.5rem!important
    }
    .mr-ex-lg-n8,
    .mx-ex-lg-n8 {
        margin-right: -3.5rem!important
    }
    .mb-ex-lg-n8,
    .my-ex-lg-n8 {
        margin-bottom: -3.5rem!important
    }
    .ml-ex-lg-n8,
    .mx-ex-lg-n8 {
        margin-left: -3.5rem!important
    }
    .m-ex-lg-n9 {
        margin: -4rem!important
    }
    .mt-ex-lg-n9,
    .my-ex-lg-n9 {
        margin-top: -4rem!important
    }
    .mr-ex-lg-n9,
    .mx-ex-lg-n9 {
        margin-right: -4rem!important
    }
    .mb-ex-lg-n9,
    .my-ex-lg-n9 {
        margin-bottom: -4rem!important
    }
    .ml-ex-lg-n9,
    .mx-ex-lg-n9 {
        margin-left: -4rem!important
    }
    .m-ex-lg-n10 {
        margin: -5rem!important
    }
    .mt-ex-lg-n10,
    .my-ex-lg-n10 {
        margin-top: -5rem!important
    }
    .mr-ex-lg-n10,
    .mx-ex-lg-n10 {
        margin-right: -5rem!important
    }
    .mb-ex-lg-n10,
    .my-ex-lg-n10 {
        margin-bottom: -5rem!important
    }
    .ml-ex-lg-n10,
    .mx-ex-lg-n10 {
        margin-left: -5rem!important
    }
    .m-ex-lg-n11 {
        margin: -5.5rem!important
    }
    .mt-ex-lg-n11,
    .my-ex-lg-n11 {
        margin-top: -5.5rem!important
    }
    .mr-ex-lg-n11,
    .mx-ex-lg-n11 {
        margin-right: -5.5rem!important
    }
    .mb-ex-lg-n11,
    .my-ex-lg-n11 {
        margin-bottom: -5.5rem!important
    }
    .ml-ex-lg-n11,
    .mx-ex-lg-n11 {
        margin-left: -5.5rem!important
    }
    .m-ex-lg-n12 {
        margin: -11rem!important
    }
    .mt-ex-lg-n12,
    .my-ex-lg-n12 {
        margin-top: -11rem!important
    }
    .mr-ex-lg-n12,
    .mx-ex-lg-n12 {
        margin-right: -11rem!important
    }
    .mb-ex-lg-n12,
    .my-ex-lg-n12 {
        margin-bottom: -11rem!important
    }
    .ml-ex-lg-n12,
    .mx-ex-lg-n12 {
        margin-left: -11rem!important
    }
    .m-ex-lg-n13 {
        margin: -13rem!important
    }
    .mt-ex-lg-n13,
    .my-ex-lg-n13 {
        margin-top: -13rem!important
    }
    .mr-ex-lg-n13,
    .mx-ex-lg-n13 {
        margin-right: -13rem!important
    }
    .mb-ex-lg-n13,
    .my-ex-lg-n13 {
        margin-bottom: -13rem!important
    }
    .ml-ex-lg-n13,
    .mx-ex-lg-n13 {
        margin-left: -13rem!important
    }
    .m-ex-lg-n14 {
        margin: -6rem!important
    }
    .mt-ex-lg-n14,
    .my-ex-lg-n14 {
        margin-top: -6rem!important
    }
    .mr-ex-lg-n14,
    .mx-ex-lg-n14 {
        margin-right: -6rem!important
    }
    .mb-ex-lg-n14,
    .my-ex-lg-n14 {
        margin-bottom: -6rem!important
    }
    .ml-ex-lg-n14,
    .mx-ex-lg-n14 {
        margin-left: -6rem!important
    }
    .m-ex-lg-auto {
        margin: auto!important
    }
    .mt-ex-lg-auto,
    .my-ex-lg-auto {
        margin-top: auto!important
    }
    .mr-ex-lg-auto,
    .mx-ex-lg-auto {
        margin-right: auto!important
    }
    .mb-ex-lg-auto,
    .my-ex-lg-auto {
        margin-bottom: auto!important
    }
    .ml-ex-lg-auto,
    .mx-ex-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1370px) {
    .m-xxl-0 {
        margin: 0!important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0!important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0!important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0!important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0!important
    }
    .m-xxl-1 {
        margin: .25rem!important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem!important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem!important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem!important
    }
    .m-xxl-2 {
        margin: .5rem!important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem!important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem!important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem!important
    }
    .m-xxl-3 {
        margin: .8rem!important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: .8rem!important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: .8rem!important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: .8rem!important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: .8rem!important
    }
    .m-xxl-4 {
        margin: 1.5rem!important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem!important
    }
    .m-xxl-5 {
        margin: 2rem!important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 2rem!important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 2rem!important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 2rem!important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 2rem!important
    }
    .m-xxl-6 {
        margin: 2.5rem!important
    }
    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 2.5rem!important
    }
    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 2.5rem!important
    }
    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 2.5rem!important
    }
    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 2.5rem!important
    }
    .m-xxl-7 {
        margin: 3rem!important
    }
    .mt-xxl-7,
    .my-xxl-7 {
        margin-top: 3rem!important
    }
    .mr-xxl-7,
    .mx-xxl-7 {
        margin-right: 3rem!important
    }
    .mb-xxl-7,
    .my-xxl-7 {
        margin-bottom: 3rem!important
    }
    .ml-xxl-7,
    .mx-xxl-7 {
        margin-left: 3rem!important
    }
    .m-xxl-8 {
        margin: 3.5rem!important
    }
    .mt-xxl-8,
    .my-xxl-8 {
        margin-top: 3.5rem!important
    }
    .mr-xxl-8,
    .mx-xxl-8 {
        margin-right: 3.5rem!important
    }
    .mb-xxl-8,
    .my-xxl-8 {
        margin-bottom: 3.5rem!important
    }
    .ml-xxl-8,
    .mx-xxl-8 {
        margin-left: 3.5rem!important
    }
    .m-xxl-9 {
        margin: 4rem!important
    }
    .mt-xxl-9,
    .my-xxl-9 {
        margin-top: 4rem!important
    }
    .mr-xxl-9,
    .mx-xxl-9 {
        margin-right: 4rem!important
    }
    .mb-xxl-9,
    .my-xxl-9 {
        margin-bottom: 4rem!important
    }
    .ml-xxl-9,
    .mx-xxl-9 {
        margin-left: 4rem!important
    }
    .m-xxl-10 {
        margin: 5rem!important
    }
    .mt-xxl-10,
    .my-xxl-10 {
        margin-top: 5rem!important
    }
    .mr-xxl-10,
    .mx-xxl-10 {
        margin-right: 5rem!important
    }
    .mb-xxl-10,
    .my-xxl-10 {
        margin-bottom: 5rem!important
    }
    .ml-xxl-10,
    .mx-xxl-10 {
        margin-left: 5rem!important
    }
    .m-xxl-11 {
        margin: 5.5rem!important
    }
    .mt-xxl-11,
    .my-xxl-11 {
        margin-top: 5.5rem!important
    }
    .mr-xxl-11,
    .mx-xxl-11 {
        margin-right: 5.5rem!important
    }
    .mb-xxl-11,
    .my-xxl-11 {
        margin-bottom: 5.5rem!important
    }
    .ml-xxl-11,
    .mx-xxl-11 {
        margin-left: 5.5rem!important
    }
    .m-xxl-12 {
        margin: 11rem!important
    }
    .mt-xxl-12,
    .my-xxl-12 {
        margin-top: 11rem!important
    }
    .mr-xxl-12,
    .mx-xxl-12 {
        margin-right: 11rem!important
    }
    .mb-xxl-12,
    .my-xxl-12 {
        margin-bottom: 11rem!important
    }
    .ml-xxl-12,
    .mx-xxl-12 {
        margin-left: 11rem!important
    }
    .m-xxl-13 {
        margin: 13rem!important
    }
    .mt-xxl-13,
    .my-xxl-13 {
        margin-top: 13rem!important
    }
    .mr-xxl-13,
    .mx-xxl-13 {
        margin-right: 13rem!important
    }
    .mb-xxl-13,
    .my-xxl-13 {
        margin-bottom: 13rem!important
    }
    .ml-xxl-13,
    .mx-xxl-13 {
        margin-left: 13rem!important
    }
    .m-xxl-14 {
        margin: 6rem!important
    }
    .mt-xxl-14,
    .my-xxl-14 {
        margin-top: 6rem!important
    }
    .mr-xxl-14,
    .mx-xxl-14 {
        margin-right: 6rem!important
    }
    .mb-xxl-14,
    .my-xxl-14 {
        margin-bottom: 6rem!important
    }
    .ml-xxl-14,
    .mx-xxl-14 {
        margin-left: 6rem!important
    }
    .p-xxl-0 {
        padding: 0!important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0!important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0!important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0!important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0!important
    }
    .p-xxl-1 {
        padding: .25rem!important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem!important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem!important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem!important
    }
    .p-xxl-2 {
        padding: .5rem!important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem!important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem!important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem!important
    }
    .p-xxl-3 {
        padding: .8rem!important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: .8rem!important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: .8rem!important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: .8rem!important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: .8rem!important
    }
    .p-xxl-4 {
        padding: 1.5rem!important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem!important
    }
    .p-xxl-5 {
        padding: 2rem!important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 2rem!important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 2rem!important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 2rem!important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 2rem!important
    }
    .p-xxl-6 {
        padding: 2.5rem!important
    }
    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 2.5rem!important
    }
    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 2.5rem!important
    }
    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 2.5rem!important
    }
    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 2.5rem!important
    }
    .p-xxl-7 {
        padding: 3rem!important
    }
    .pt-xxl-7,
    .py-xxl-7 {
        padding-top: 3rem!important
    }
    .pr-xxl-7,
    .px-xxl-7 {
        padding-right: 3rem!important
    }
    .pb-xxl-7,
    .py-xxl-7 {
        padding-bottom: 3rem!important
    }
    .pl-xxl-7,
    .px-xxl-7 {
        padding-left: 3rem!important
    }
    .p-xxl-8 {
        padding: 3.5rem!important
    }
    .pt-xxl-8,
    .py-xxl-8 {
        padding-top: 3.5rem!important
    }
    .pr-xxl-8,
    .px-xxl-8 {
        padding-right: 3.5rem!important
    }
    .pb-xxl-8,
    .py-xxl-8 {
        padding-bottom: 3.5rem!important
    }
    .pl-xxl-8,
    .px-xxl-8 {
        padding-left: 3.5rem!important
    }
    .p-xxl-9 {
        padding: 4rem!important
    }
    .pt-xxl-9,
    .py-xxl-9 {
        padding-top: 4rem!important
    }
    .pr-xxl-9,
    .px-xxl-9 {
        padding-right: 4rem!important
    }
    .pb-xxl-9,
    .py-xxl-9 {
        padding-bottom: 4rem!important
    }
    .pl-xxl-9,
    .px-xxl-9 {
        padding-left: 4rem!important
    }
    .p-xxl-10 {
        padding: 5rem!important
    }
    .pt-xxl-10,
    .py-xxl-10 {
        padding-top: 5rem!important
    }
    .pr-xxl-10,
    .px-xxl-10 {
        padding-right: 5rem!important
    }
    .pb-xxl-10,
    .py-xxl-10 {
        padding-bottom: 5rem!important
    }
    .pl-xxl-10,
    .px-xxl-10 {
        padding-left: 5rem!important
    }
    .p-xxl-11 {
        padding: 5.5rem!important
    }
    .pt-xxl-11,
    .py-xxl-11 {
        padding-top: 5.5rem!important
    }
    .pr-xxl-11,
    .px-xxl-11 {
        padding-right: 5.5rem!important
    }
    .pb-xxl-11,
    .py-xxl-11 {
        padding-bottom: 5.5rem!important
    }
    .pl-xxl-11,
    .px-xxl-11 {
        padding-left: 5.5rem!important
    }
    .p-xxl-12 {
        padding: 11rem!important
    }
    .pt-xxl-12,
    .py-xxl-12 {
        padding-top: 11rem!important
    }
    .pr-xxl-12,
    .px-xxl-12 {
        padding-right: 11rem!important
    }
    .pb-xxl-12,
    .py-xxl-12 {
        padding-bottom: 11rem!important
    }
    .pl-xxl-12,
    .px-xxl-12 {
        padding-left: 11rem!important
    }
    .p-xxl-13 {
        padding: 13rem!important
    }
    .pt-xxl-13,
    .py-xxl-13 {
        padding-top: 13rem!important
    }
    .pr-xxl-13,
    .px-xxl-13 {
        padding-right: 13rem!important
    }
    .pb-xxl-13,
    .py-xxl-13 {
        padding-bottom: 13rem!important
    }
    .pl-xxl-13,
    .px-xxl-13 {
        padding-left: 13rem!important
    }
    .p-xxl-14 {
        padding: 6rem!important
    }
    .pt-xxl-14,
    .py-xxl-14 {
        padding-top: 6rem!important
    }
    .pr-xxl-14,
    .px-xxl-14 {
        padding-right: 6rem!important
    }
    .pb-xxl-14,
    .py-xxl-14 {
        padding-bottom: 6rem!important
    }
    .pl-xxl-14,
    .px-xxl-14 {
        padding-left: 6rem!important
    }
    .m-xxl-n1 {
        margin: -.25rem!important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem!important
    }
    .m-xxl-n2 {
        margin: -.5rem!important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem!important
    }
    .m-xxl-n3 {
        margin: -.8rem!important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -.8rem!important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -.8rem!important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -.8rem!important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -.8rem!important
    }
    .m-xxl-n4 {
        margin: -1.5rem!important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xxl-n5 {
        margin: -2rem!important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -2rem!important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -2rem!important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -2rem!important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -2rem!important
    }
    .m-xxl-n6 {
        margin: -2.5rem!important
    }
    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -2.5rem!important
    }
    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -2.5rem!important
    }
    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -2.5rem!important
    }
    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -2.5rem!important
    }
    .m-xxl-n7 {
        margin: -3rem!important
    }
    .mt-xxl-n7,
    .my-xxl-n7 {
        margin-top: -3rem!important
    }
    .mr-xxl-n7,
    .mx-xxl-n7 {
        margin-right: -3rem!important
    }
    .mb-xxl-n7,
    .my-xxl-n7 {
        margin-bottom: -3rem!important
    }
    .ml-xxl-n7,
    .mx-xxl-n7 {
        margin-left: -3rem!important
    }
    .m-xxl-n8 {
        margin: -3.5rem!important
    }
    .mt-xxl-n8,
    .my-xxl-n8 {
        margin-top: -3.5rem!important
    }
    .mr-xxl-n8,
    .mx-xxl-n8 {
        margin-right: -3.5rem!important
    }
    .mb-xxl-n8,
    .my-xxl-n8 {
        margin-bottom: -3.5rem!important
    }
    .ml-xxl-n8,
    .mx-xxl-n8 {
        margin-left: -3.5rem!important
    }
    .m-xxl-n9 {
        margin: -4rem!important
    }
    .mt-xxl-n9,
    .my-xxl-n9 {
        margin-top: -4rem!important
    }
    .mr-xxl-n9,
    .mx-xxl-n9 {
        margin-right: -4rem!important
    }
    .mb-xxl-n9,
    .my-xxl-n9 {
        margin-bottom: -4rem!important
    }
    .ml-xxl-n9,
    .mx-xxl-n9 {
        margin-left: -4rem!important
    }
    .m-xxl-n10 {
        margin: -5rem!important
    }
    .mt-xxl-n10,
    .my-xxl-n10 {
        margin-top: -5rem!important
    }
    .mr-xxl-n10,
    .mx-xxl-n10 {
        margin-right: -5rem!important
    }
    .mb-xxl-n10,
    .my-xxl-n10 {
        margin-bottom: -5rem!important
    }
    .ml-xxl-n10,
    .mx-xxl-n10 {
        margin-left: -5rem!important
    }
    .m-xxl-n11 {
        margin: -5.5rem!important
    }
    .mt-xxl-n11,
    .my-xxl-n11 {
        margin-top: -5.5rem!important
    }
    .mr-xxl-n11,
    .mx-xxl-n11 {
        margin-right: -5.5rem!important
    }
    .mb-xxl-n11,
    .my-xxl-n11 {
        margin-bottom: -5.5rem!important
    }
    .ml-xxl-n11,
    .mx-xxl-n11 {
        margin-left: -5.5rem!important
    }
    .m-xxl-n12 {
        margin: -11rem!important
    }
    .mt-xxl-n12,
    .my-xxl-n12 {
        margin-top: -11rem!important
    }
    .mr-xxl-n12,
    .mx-xxl-n12 {
        margin-right: -11rem!important
    }
    .mb-xxl-n12,
    .my-xxl-n12 {
        margin-bottom: -11rem!important
    }
    .ml-xxl-n12,
    .mx-xxl-n12 {
        margin-left: -11rem!important
    }
    .m-xxl-n13 {
        margin: -13rem!important
    }
    .mt-xxl-n13,
    .my-xxl-n13 {
        margin-top: -13rem!important
    }
    .mr-xxl-n13,
    .mx-xxl-n13 {
        margin-right: -13rem!important
    }
    .mb-xxl-n13,
    .my-xxl-n13 {
        margin-bottom: -13rem!important
    }
    .ml-xxl-n13,
    .mx-xxl-n13 {
        margin-left: -13rem!important
    }
    .m-xxl-n14 {
        margin: -6rem!important
    }
    .mt-xxl-n14,
    .my-xxl-n14 {
        margin-top: -6rem!important
    }
    .mr-xxl-n14,
    .mx-xxl-n14 {
        margin-right: -6rem!important
    }
    .mb-xxl-n14,
    .my-xxl-n14 {
        margin-bottom: -6rem!important
    }
    .ml-xxl-n14,
    .mx-xxl-n14 {
        margin-left: -6rem!important
    }
    .m-xxl-auto {
        margin: auto!important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto!important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto!important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto!important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.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:480px) {
    .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:992px) {
    .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:1025px) {
    .text-ex-lg-left {
        text-align: left!important
    }
    .text-ex-lg-right {
        text-align: right!important
    }
    .text-ex-lg-center {
        text-align: center!important
    }
}

@media (min-width:1370px) {
    .text-xxl-left {
        text-align: left!important
    }
    .text-xxl-right {
        text-align: right!important
    }
    .text-xxl-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-primary {
    color: #111887!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #080c43!important
}

.text-secondary {
    color: #fdd50a!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #b99b02!important
}

.text-success {
    color: #4aa612!important
}

a.text-success:focus,
a.text-success:hover {
    color: #2b610b!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #e6c108!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #9c8305!important
}

.text-danger {
    color: #d51212!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #8e0c0c!important
}

.text-light {
    color: #c5c5c8!important
}

a.text-light:focus,
a.text-light:hover {
    color: #9e9ea3!important
}

.text-dark {
    color: #b9b9b9!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #939393!important
}

.text-red {
    color: #d51212!important
}

a.text-red:focus,
a.text-red:hover {
    color: #8e0c0c!important
}

.text-yellow {
    color: #e6c108!important
}

a.text-yellow:focus,
a.text-yellow:hover {
    color: #9c8305!important
}

.text-black {
    color: #171725!important
}

a.text-black:focus,
a.text-black:hover {
    color: #000!important
}

.text-white {
    color: #fff!important
}

a.text-white:focus,
a.text-white:hover {
    color: #d9d9d9!important
}

.text-navy-blue {
    color: #0b0f57!important
}

a.text-navy-blue:focus,
a.text-navy-blue:hover {
    color: #020313!important
}

.text-golden {
    color: #fca509!important
}

a.text-golden:focus,
a.text-golden:hover {
    color: #b67602!important
}

.text-gray {
    color: #f2f2f3!important
}

a.text-gray:focus,
a.text-gray:hover {
    color: #cacace!important
}

.text-gray-100 {
    color: #c5c5c8!important
}

a.text-gray-100:focus,
a.text-gray-100:hover {
    color: #9e9ea3!important
}

.text-gray-200 {
    color: #f2f2f3!important
}

a.text-gray-200:focus,
a.text-gray-200:hover {
    color: #cacace!important
}

.text-gray-300 {
    color: #f6f6f6!important
}

.text-gray-400,
a.text-gray-300:focus,
a.text-gray-300:hover {
    color: #d0d0d0!important
}

a.text-gray-400:focus,
a.text-gray-400:hover {
    color: #aaa!important
}

.text-gray-500 {
    color: #686871!important
}

a.text-gray-500:focus,
a.text-gray-500:hover {
    color: #434349!important
}

.text-gray-600 {
    color: #373737!important
}

a.text-gray-600:focus,
a.text-gray-600:hover {
    color: #111!important
}

.text-gray-700 {
    color: #b8b8b8!important
}

a.text-gray-700:focus,
a.text-gray-700:hover {
    color: #929292!important
}

.text-gray-800 {
    color: #b9b9b9!important
}

a.text-gray-800:focus,
a.text-gray-800:hover {
    color: #939393!important
}

.text-gray-900 {
    color: #191919!important
}

a.text-gray-900:focus,
a.text-gray-900:hover {
    color: #000!important
}

.text-body {
    color: #191919!important
}

.text-muted {
    color: #373737!important
}

.text-black-50 {
    color: rgba(23, 23, 37, .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-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 #686871;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    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: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #171725
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #f6f6f6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #f6f6f6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #f6f6f6
    }
}

.snotifyToast {
    animation-fill-mode: both
}

.snotify-leftBottom .fadeIn,
.snotify-leftCenter .fadeIn,
.snotify-leftTop .fadeIn {
    animation-name: fadeInLeft
}

.snotify-leftBottom .fadeOut,
.snotify-leftCenter .fadeOut,
.snotify-leftTop .fadeOut {
    animation-name: fadeOutLeft
}

.snotify-rightBottom .fadeIn,
.snotify-rightCenter .fadeIn,
.snotify-rightTop .fadeIn {
    animation-name: fadeInRight
}

.snotify-rightBottom .fadeOut,
.snotify-rightCenter .fadeOut,
.snotify-rightTop .fadeOut {
    animation-name: fadeOutRight
}

.snotify-centerTop .fadeIn {
    animation-name: fadeInDown
}

.snotify-centerTop .fadeOut {
    animation-name: fadeOutUp
}

.snotify-centerCenter .fadeIn {
    animation-name: fadeIn
}

.snotify-centerCenter .fadeOut {
    animation-name: fadeOut
}

.snotify-centerBottom .fadeIn {
    animation-name: fadeInUp
}

.snotify-centerBottom .fadeOut {
    animation-name: fadeOutDown
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) scaleX(1.2)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) scaleX(1.2)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0) scaleY(1.2)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0) scaleY(1.2)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes appear {
    0% {
        max-height: 0
    }
    to {
        max-height: 50vh
    }
}

@keyframes disappear {
    0% {
        opacity: 0;
        max-height: 50vh
    }
    to {
        opacity: 0;
        max-height: 0
    }
}

@keyframes async {
    0% {
        transform: translateY(-50%) rotate(0deg)
    }
    to {
        transform: translateY(-50%) rotate(1turn)
    }
}

.snotify {
    display: block;
    position: fixed;
    width: 300px;
    z-index: 9999;
    pointer-events: none
}

.snotify,
.snotify * {
    box-sizing: border-box
}

.snotify-leftBottom,
.snotify-leftCenter,
.snotify-leftTop {
    left: 10px
}

.snotify-rightBottom,
.snotify-rightCenter,
.snotify-rightTop {
    right: 10px
}

.snotify-centerBottom,
.snotify-centerCenter,
.snotify-centerTop {
    left: calc(50% - 300px / 2)
}

.snotify-centerTop,
.snotify-leftTop,
.snotify-rightTop {
    top: 10px
}

.snotify-centerCenter,
.snotify-leftCenter,
.snotify-rightCenter {
    top: 50%;
    transform: translateY(-50%)
}

.snotify-centerBottom,
.snotify-leftBottom,
.snotify-rightBottom {
    bottom: 10px
}

.snotify-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    z-index: 9998;
    transition: opacity .3s
}

.snotifyToast {
    display: block;
    cursor: pointer;
    background-color: #fff;
    max-height: 300px;
    height: 100%;
    margin: 5px;
    opacity: 0;
    overflow: hidden;
    pointer-events: auto
}

.snotifyToast--in {
    animation-name: appear
}

.snotifyToast--out {
    animation-name: disappear
}

.snotifyToast__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 5px 65px 5px 15px;
    min-height: 78px;
    font-size: 16px;
    color: #000
}

.snotifyToast__noIcon {
    padding: 5px 15px
}

.snotifyToast__progressBar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #c7c7c7
}

.snotifyToast__progressBar__percentage {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    background-color: #4c4c4c;
    max-width: 100%
}

.snotifyToast__title {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #000
}

.snotifyToast__body {
    font-size: 1em;
    color: #000
}

.snotifyToast-show {
    transform: translate(0);
    opacity: 1
}

.snotifyToast-remove {
    max-height: 0;
    overflow: hidden;
    transform: translateY(50%);
    opacity: 0
}

.snotify-simple {
    border-left: 4px solid #000
}

.snotify-success {
    border-left: 4px solid #4caf50
}

.snotify-info {
    border-left: 4px solid #1e88e5
}

.snotify-warning {
    border-left: 4px solid #ff9800
}

.snotify-error {
    border-left: 4px solid #f44336
}

.snotify-async {
    border-left: 4px solid #1e88e5
}

.snotify-confirm,
.snotify-prompt {
    border-left: 4px solid #009688
}

.snotify-confirm .snotifyToast__inner,
.snotify-prompt .snotifyToast__inner {
    padding: 10px 15px
}

.snotifyToast__input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: top;
    transition: all .5s;
    transition-delay: .3s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.snotifyToast__input__field {
    position: relative;
    display: block;
    float: right;
    padding: .85em .5em;
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #333;
    font-weight: 700;
    -webkit-appearance: none;
    opacity: 0;
    transition: opacity .3s
}

.snotifyToast__input__field:focus {
    outline: none
}

.snotifyToast__input__label {
    display: inline-block;
    float: right;
    padding: 0 .85em;
    width: 100%;
    color: #999;
    font-weight: 700;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 0;
    height: 100%;
    text-align: left;
    pointer-events: none
}

.snotifyToast__input__label:after,
.snotifyToast__input__label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s
}

.snotifyToast__input__label:before {
    border-top: 2px solid #009688;
    transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
    transition-delay: .3s
}

.snotifyToast__input__label:after {
    z-index: -1;
    background: #eee;
    transform: scaleY(0);
    transform-origin: 50% 0
}

.snotifyToast__input__labelContent {
    position: relative;
    display: block;
    padding: 1em 0;
    width: 100%;
    transition: transform .3s .3s
}

.snotifyToast__input--filled {
    margin-top: 2.5em
}

.snotifyToast__input--filled .snotifyToast__input__field,
.snotifyToast__input--filled:focus {
    opacity: 1;
    transition-delay: .3s
}

.snotifyToast__input--filled .snotifyToast__input__labelContent,
.snotifyToast__input__field:focus+.snotifyToast__input__label .snotifyToast__input__labelContent {
    transform: translateY(-80%);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.snotifyToast__input--filled .snotifyToast__input__label:before,
.snotifyToast__input__field:focus+.snotifyToast__input__label:before {
    transition-delay: 0s;
    transform: translate(0)
}

.snotifyToast__input--filled .snotifyToast__input__label:after,
.snotifyToast__input__field:focus+.snotifyToast__input__label:after {
    transform: scale(1);
    transition-delay: .3s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.snotifyToast--invalid .snotifyToast__input__label:before {
    border-color: #f44336
}

.snotifyToast--valid .snotifyToast__input__label:before {
    border-color: #4caf50
}

.snotifyToast__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.snotifyToast__buttons button {
    position: relative;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
    border-bottom: none;
    background: transparent;
    padding: 8px;
    text-transform: capitalize;
    color: #000
}

.snotifyToast__buttons button:focus,
.snotifyToast__buttons button:hover {
    background: rgba(0, 0, 0, .1);
    outline: none
}

.snotifyToast__buttons button:active {
    background: rgba(0, 0, 0, .15)
}

.snotifyToast__buttons button:last-child {
    border-right: none
}

.snotifyToast__buttons button:first-child {
    border-left: none
}

.snotifyToast__buttons--bold {
    font-weight: 700
}

.snotify-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 0;
    transform: translateY(-50%);
    max-height: 48px;
    max-width: 48px;
    width: 100%;
    height: 100%
}

.snotify-icon--error {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23f44336%22%3E%3Cg%3E%3Cpath%20d=%22M437,75A256,256,0,1,0,75,437,256,256,0,1,0,437,75ZM416.43,416.43a226.82,226.82,0,0,1-320.86,0C7.11,328,7.11,184,95.57,95.57a226.82,226.82,0,0,1,320.86,0C504.89,184,504.89,328,416.43,416.43Z%22/%3E%3Cpath%20d=%22M368.81,143.19a14.5,14.5,0,0,0-20.58,0L256,235.42l-92.23-92.23a14.55,14.55,0,0,0-20.58,20.58L235.42,256l-92.23,92.23a14.6,14.6,0,0,0,10.24,24.89,14.19,14.19,0,0,0,10.24-4.31l92.23-92.23,92.23,92.23a14.64,14.64,0,0,0,10.24,4.31,14,14,0,0,0,10.24-4.31,14.5,14.5,0,0,0,0-20.58l-92-92.23,92.23-92.23A14.5,14.5,0,0,0,368.81,143.19Z%22/%3E%3C/g%3E%3C/svg%3E")
}

.snotify-icon--warning {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ff9800%22%3E%3Cg%3E%3Cpath%20d=%22M256,512c141.15,0,256-114.84,256-256S397.15,0,256,0,0,114.84,0,256,114.85,512,256,512Zm0-480.49c123.79,0,224.49,100.71,224.49,224.49S379.79,480.49,256,480.49,31.51,379.79,31.51,256,132.21,31.51,256,31.51Z%22/%3E%3Ccircle%20cx=%22260.08%22%20cy=%22343.87%22%20r=%2226.35%22/%3E%3Cpath%20d=%22M254.68,278.39a15.76,15.76,0,0,0,15.75-15.75V128.72a15.75,15.75,0,1,0-31.51,0V262.63A15.76,15.76,0,0,0,254.68,278.39Z%22/%3E%3C/g%3E%3C/svg%3E")
}

.snotify-icon--info {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%231e88e5%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.84,0,0,114.84,0,256S114.84,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,478.43C133.35,478.43,33.57,378.64,33.57,256S133.35,33.58,256,33.58,478.42,133.36,478.42,256,378.64,478.43,256,478.43Z%22/%3E%3Cpath%20d=%22M251.26,161.24a22.39,22.39,0,1,0-22.38-22.39A22.39,22.39,0,0,0,251.26,161.24Z%22/%3E%3Cpath%20d=%22M286.84,357.87h-14v-160A16.79,16.79,0,0,0,256,181.05H225.17a16.79,16.79,0,0,0,0,33.58h14.05V357.87H225.17a16.79,16.79,0,0,0,0,33.57h61.67a16.79,16.79,0,1,0,0-33.57Z%22/%3E%3C/g%3E%3C/svg%3E")
}

.snotify-icon--success {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%234caf50%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.85,0,0,114.84,0,256S114.85,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,492.31c-130.29,0-236.31-106-236.31-236.31S125.71,19.69,256,19.69,492.31,125.71,492.31,256,386.29,492.31,256,492.31Z%22/%3E%3Cpath%20class=%22cls-1%22%20d=%22M376.64,151,225.31,321.24l-91.17-72.93a9.85,9.85,0,0,0-12.3,15.38l98.46,78.77a9.86,9.86,0,0,0,13.52-1.15L391.36,164.08A9.85,9.85,0,0,0,376.64,151Z%22/%3E%3C/g%3E%3C/svg%3E")
}

.snotify-icon--async {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%231e88e5%22%3E%3Cg%3E%3Cpath%20d=%22M256,0a32,32,0,0,0-32,32V96a32,32,0,0,0,64,0V32A32,32,0,0,0,256,0Zm0,384a32,32,0,0,0-32,32v64a32,32,0,0,0,64,0V416A32,32,0,0,0,256,384ZM391.74,165.5,437,120.22A32,32,0,0,0,391.74,75L346.5,120.22a32,32,0,0,0,45.25,45.28Zm-271.52,181L75,391.74A32,32,0,0,0,120.22,437l45.25-45.25a32,32,0,0,0-45.25-45.25Zm0-271.52A32,32,0,1,0,75,120.22l45.25,45.28a32,32,0,1,0,45.25-45.28ZM391.74,346.5a32,32,0,0,0-45.25,45.25L391.74,437A32,32,0,0,0,437,391.74ZM480,224H416a32,32,0,0,0,0,64h64a32,32,0,0,0,0-64ZM128,256a32,32,0,0,0-32-32H32a32,32,0,0,0,0,64H96A32,32,0,0,0,128,256Z%22/%3E%3C/g%3E%3C/svg%3E");
    animation: async 3s infinite linear;
    transform-origin: 50% 50%
}

html {
    padding-bottom: 0!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.grecaptcha-badge {
    display: none!important
}

[disabled] {
    cursor: default!important
}

.img-fluid {
    width: 100%
}

.table-borderless td,
.table-borderless th {
    border: 0!important
}

.bg-img {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.bg-img.bg-contain {
    background-size: contain!important
}

.mt-gutter {
    margin-top: 30px
}

.mb-gutter {
    margin-bottom: 30px
}

.ml-gutter {
    margin-left: 30px
}

.mr-gutter {
    margin-right: 30px
}

.rte img {
    display: block;
    width: 100%;
    height: auto
}

.rte table {
    width: 100%!important
}

.filter-blur {
    -moz-filter: blur(25px);
    -ms-filter: blur(25px);
    -o-filter: blur(25px);
    filter: blur(25px)
}

img[data-sizes=auto] {
    display: block;
    width: 100%;
    height: auto;
}

.lazyload {
    filter: blur(20px);
    transition: all .2s ease-in-out
}

.lazyload.lazyloaded {
    filter: blur(0)
}

.lazyloading {
    filter: blur(20px)
}

.lazyloaded,
.lazyloading {
    transition: all .2s ease-in-out
}

.lazyloaded {
    filter: blur(0)
}

[v-cloak] {
    display: none!important
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .15s linear
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.collection-tween-enter-active,
.collection-tween-leave-active {
    transition: opacity .15s linear
}

.collection-tween-enter-active .card-product,
.collection-tween-leave-active .card-product {
    transition: all .3s ease-out
}

.collection-tween-enter,
.collection-tween-leave-to {
    opacity: 0
}

.collection-tween-enter .card-product,
.collection-tween-leave-to .card-product {
    transform: translate3d(0, 5px, 0)
}

.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity .15s linear;
    background: rgba(25, 25, 25, .6)
}

.overlay.site-overlay {
    position: fixed;
    z-index: 1040;
    visibility: hidden;
    opacity: 0
}

.overlay.show {
    visibility: visible;
    opacity: 1
}

.no-gutters .carousel-cell,
.row-full-width [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.shopify-challenge__container {
    padding: 6rem 0
}

.shopify-challenge__button {
    background: #111887;
    color: #fff
}

.quantity-wrapper input[type=number] {
    -moz-appearance: textfield
}

.quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.quantity-wrapper input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.quantity-wrapper input.quantity:focus,
.quantity-wrapper input.quantity:hover {
    box-shadow: none!important
}

.color-swatch label {
    line-height: 0;
    border-radius: 30px;
    border: 1px solid #f6f6f6;
    background-size: cover;
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.color-swatch input,
.color-swatch label {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%
}

.color-swatch input {
    width: 29px;
    height: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-style: none;
    background-size: 70%;
    transition: all .2s ease-in-out;
    opacity: 0
}

.color-swatch input:checked {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABrSURBVEhL7Y9hCsAgCEY7xeiOHXi30fmBwpCSrflvPghR+17UiuIxzNyJaGibi8pPqZz+iJOjdl1956dyCYwokCFfBjHbloNIEO1eMRPNZnp9Dy9MlRsQmRikyg0Ibz/IlRsiP3C0LQpPaxc2+CJ4/uaJEgAAAABJRU5ErkJggg==");
    opacity: 1;
    background-color: rgba(0, 0, 0, .1)
}

.size-swatch label {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.size-swatch input {
    min-width: 31px;
    height: 31px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    text-align: center;
    border: 1px solid #f6f6f6;
    border-radius: 0;
    transition: all .2s ease-in-out
}

.size-swatch input:after {
    content: attr(value);
    font-size: .7rem;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0 .4rem
}

.size-swatch input:hover {
    border: 1px solid #686871
}

.size-swatch input:checked {
    border: 1px solid #111887;
    background-color: #fff
}

.cart-dropdown .popover {
    min-width: 350px;
    max-width: 350px;
    margin-top: 0
}

.cart-dropdown .popover .popover-header {
    text-transform: uppercase;
    font-size: .9rem
}

.cart-dropdown .popover .popover-body .inner {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 270px;
    margin: -.6em -.75rem .5rem;
    padding: 0 .5rem
}

.cart-dropdown .popover .popover-body .inner .cart-item {
    position: relative;
    display: block;
    padding: .8em 1.2em;
    border-bottom: 1px solid #f2f2f3;
    transition: opacity .15s linear
}

.cart-dropdown .popover .popover-body .inner .cart-item.updating {
    opacity: .5
}

.cart-dropdown .popover .popover-body .inner .badge {
    position: absolute;
    top: 2rem;
    left: 1.3rem
}

.cart-dropdown .popover .popover-body .item-price {
    font-size: .8rem
}

.cart-dropdown .popover .popover-body .btn-remove {
    font-size: 1.4rem
}

.cart-drawer {
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 440px;
    height: 100%;
    transition: all .65s cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: translate3d(100%, 0, 0);
    background: #fff
}

.cart-drawer.opened {
    transform: translateZ(0)
}

.cart-drawer.opened .cart-item:first-child {
    animation: slideUp .65s .08s cubic-bezier(.19, 1, .22, 1) forwards;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.cart-drawer.opened .cart-item:nth-child(2) {
    animation: slideUp .65s .16s cubic-bezier(.19, 1, .22, 1) forwards;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.cart-drawer.opened .cart-item:nth-child(3) {
    animation: slideUp .65s .24s cubic-bezier(.19, 1, .22, 1) forwards;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.cart-drawer.opened .cart-item:nth-child(4) {
    animation: slideUp .65s .32s cubic-bezier(.19, 1, .22, 1) forwards;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.cart-drawer.opened .cart-item:nth-child(5) {
    animation: slideUp .65s .4s cubic-bezier(.19, 1, .22, 1) forwards;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.cart-drawer.opened .cart-item:nth-child(6) {
    animation: slideUp .65s .48s cubic-bezier(.19, 1, .22, 1) forwards;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.cart-drawer.opened .cart-item:nth-child(7) {
    animation: slideUp .65s .56s cubic-bezier(.19, 1, .22, 1) forwards;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.cart-drawer.opened .cart-item:nth-child(8) {
    animation: slideUp .65s .64s cubic-bezier(.19, 1, .22, 1) forwards;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.cart-drawer.opened .cart-item:nth-child(9) {
    animation: slideUp .65s .72s cubic-bezier(.19, 1, .22, 1) forwards;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.cart-drawer.opened .cart-item:nth-child(10) {
    animation: slideUp .65s .8s cubic-bezier(.19, 1, .22, 1) forwards;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

@media (max-width:767.98px) {
  .cart-drawer {
    width: 100%
  }
  .pt-0-md {
    padding-top:0 !important;
  }
}

.cart-drawer .drawer-header .btn-close {
    line-height: 0;
    font-size: 1.8rem
}

.cart-drawer .drawer-body {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.cart-drawer .drawer-body .icon i {
    color: #f2f2f3;
    font-size: 6rem
}

.cart-drawer .cart-item {
    position: relative;
    opacity: 0;
    transform: translateY(10%);
    border-bottom: 1px solid #c5c5c8
}

.cart-drawer .cart-item.updating {
    opacity: .5!important;
    transform: translateY(0)!important;
    animation: none!important;
    transition: opacity .15s linear!important
}

.cart-drawer .cart-item .badge {
    position: absolute;
    top: 8px;
    left: 8px
}

.cart-drawer .cart-item .item-image {
    width: 80px;
    min-width: 80px
}

.cart-drawer .cart-item .item-price {
    font-size: 1rem
}

.cart-drawer .cart-item .btn-remove {
    font-size: 1.4rem
}
      
#dynamic-checkout-cart {
  display:none;
}
      
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.product-toolbar-mobile {
    transition: all .65s cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: translateY(100%);
    visibility: hidden
}

.product-toolbar-mobile form {
    transition: all .2s ease-in-out;
    opacity: 0
}

.product-toolbar-mobile .toolbar-mobile {
    min-height: 50px
}

.product-toolbar-mobile .toolbar-mobile .btn {
    padding: 10px;
    letter-spacing: 1px
}

.product-toolbar-mobile .btn-close {
    line-height: 0;
    font-size: 1.8rem
}

.product-toolbar-mobile.semi-opened {
    visibility: visible;
    transform: translateY(62%);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08)
}

.product-toolbar-mobile.fully-opened {
    visibility: visible;
    transform: translateY(0);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08)
}

.product-toolbar-mobile.fully-opened form {
    opacity: 1
}

.modal-quickshop .modal-body {
    position: relative;
    opacity: 0;
    transform: translateY(3%);
    transition: all .65s cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.modal-quickshop .modal-body.opened {
    opacity: 1;
    transform: translateY(0)
}

.modal-quickshop .modal-body .carousel {
    width: 100%;
    height: 450px;
    overflow: hidden
}

.modal-quickshop .modal-body .carousel .carousel-cell {
    width: 100%;
    height: 100%
}

.modal-quickshop .modal-body .carousel .flickity-page-dots {
    bottom: 25px
}

.ribbon {
    width: 70px;
    height: 50px;
    overflow: hidden
}

.ribbon .ribbon-left {
    background-color: #e6c108;
    box-shadow: 0 .375rem 1.125rem rgba(0, 0, 0, .075);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -35px;
    top: -25px;
    transform: rotate(-45deg)
}

.ribbon .ribbon-left span {
    color: #fff;
    font-size: 1.1rem;
    position: absolute;
    left: 40%;
    top: 54%;
    transform: rotate(45deg)
}

.navbar-main {
    z-index: 1030;
    width: 100%;
    transition: all .2s ease-in-out;
    background: hsla(0, 0%, 100%, .5)
}

.navbar-main.fixed-top {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.navbar-main .nav-link,
.navbar-main .navbar-brand {
    color: rgba(23, 23, 37, .5)
}

@media (max-width:991.98px) {
    .navbar-main .navbar-brand img {
        height: auto;
        width: 100%
    }
    .pt-0-lg {
      padding-top:0 !important;
    }
}

.navbar-main .nav-item {
    padding: 0;
    border-bottom: 2px solid transparent;
    transition: all .4s
}

@media screen and (prefers-reduced-motion:reduce) {
    .navbar-main .nav-item {
        transition: none
    }
}

.navbar-main .nav-item:hover {
    color: #111887
}

@media (min-width:768px) {
    .navbar-main .nav-item:hover {
        border-color: #111887
    }
}

.navbar-main .nav-item:hover .nav-link {
    color: #111887
}

@media (max-width:991.98px) {
    .navbar-main .nav-item {
        padding: 0
    }
}

.navbar-main .nav-item:first-child .nav-link,
.navbar-main .nav-item:last-child .nav-link {
    padding-right: 0!important
}

.navbar-main .nav-item .nav-link {
    padding: 0;
    color: #171725
}

.navbar-main .nav-item .nav-link:hover {
    color: #111887
}

.navbar-main .badge {
    display: inline-block;
    margin: -20px 0 0 -10px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    border: 1px solid #fff;
    border-radius: 50%
}

.navbar-main .dropdown-menu {
    overflow: hidden;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    transform: translate3d(0, -2%, 0)
}

.navbar-main .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -2%, 0)
}

.navbar-main .dropdown-menu .dropdown-item {
    padding: .6em 1em
}

body.is-scrolled-down .navbar-main.fixed-top {
    transform: translate3d(0, -100%, 0);
    box-shadow: none
}

body.is-scrolled-up .navbar-main.fixed-top {
    background: hsla(0, 0%, 100%, .95);
    box-shadow: 0 .375rem 1.125rem rgba(0, 0, 0, .075)
}

body.is-scrolled-up .navbar-main.fixed-top .nav-link,
body.is-scrolled-up .navbar-main.fixed-top .navbar-brand {
    color: rgba(23, 23, 37, .5)!important
}

body.is-scrolled-top.template-index .header-transparent .navbar-main.fixed-top {
    background: transparent
}

body.is-scrolled-top.template-index .header-transparent .navbar-main.fixed-top .nav-link,
body.is-scrolled-top.template-index .header-transparent .navbar-main.fixed-top .navbar-brand {
    color: hsla(0, 0%, 100%, .5)
}

body.is-scrolled-top.template-index .header-transparent .navbar-main.fixed-top:hover {
    background: hsla(0, 0%, 100%, .2)
}

.navbar-centered-logo .navbar-icon-links {
    position: absolute;
    right: 1rem
}

.navbar-centered-logo .navbar-logo-mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.navbar-mobile .nav-item {
    padding: 0
}

.navbar-mobile .nav-link {
    padding: .3rem 1.2rem;
    text-transform: uppercase;
    color: #171725;
    font-family: Archivo, sans-serif;
    font-size: .875rem;
    line-height: 30px
}

.navbar-mobile .submenu {
    background: #ececec
}

.navbar-mobile .submenu .nav-link:first-child {
    padding-top: .3rem;
    line-height: 2;
    position: relative
}

.navbar-mobile .submenu .nav-link:first-child i {
    position: absolute;
    right: 18px
}

.navbar-mobile .submenu .nav-link:last-child {
    padding-bottom: .3rem
}

.navbar-mobile .icon-toggle {
    font-size: 1.6rem;
    font-style: normal;
    line-height: normal
}

.navbar-mobile .icon-toggle:before {
    font-family: Ionicons
}

.navbar-mobile a[aria-expanded=false] {
    background: transparent
}

.navbar-mobile a[aria-expanded=false] .icon-toggle:before {
    content: "\F3D0"
}

.navbar-mobile a[aria-expanded=true] {
    background: #f2f2f3
}

.navbar-mobile a[aria-expanded=true] .icon-toggle:before {
    content: "\F3D8"
}

.navbar-mobile-secondary {
    border-top: 1px solid #f2f2f3;
    margin-top: .5rem;
    padding-top: .5rem
}

.navbar-mobile-secondary .nav-link {
    font-size: .875rem;
    font-family: Archivo, sans-serif
}

.navbar-mobile-secondary .icon-toggle {
    font-size: 1.4rem
}

.megamenu {
    position: static!important
}

.megamenu .dropdown-menu {
    width: 100%
}

.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#main-nav ul li.mega-menu .menu_dropdown {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    top: 100%;
    left: 0;
    right: 0;
    height: auto;
    opacity: 0;
    visibility: hidden;
    background-color: #f7f7f7;
    overflow: hidden;
    box-shadow: inset 0 .4rem 1.2rem rgba(23, 23, 37, .07);
    transition: all .15s ease-in-out .1s
}

@media screen and (prefers-reduced-motion:reduce) {
    #main-nav ul li.mega-menu .menu_dropdown {
        transition: none
    }
}

#main-nav ul li.mega-menu .menu_dropdown .list-unstyled li {
    letter-spacing: 0
}

#main-nav ul li.mega-menu .menu_dropdown .list-unstyled li a:not(.arrow-link) {
    display: inline-block
}

#main-nav ul li.mega-menu .menu_dropdown .list-unstyled li a {
    line-height: 20px;
    display: inline-block
}

#main-nav ul li.mega-menu .menu_dropdown .shop-all .list-unstyled li {
    line-height: 20px;
    letter-spacing: 0;
    height: auto
}

#main-nav ul li.mega-menu .menu_dropdown .inner_dropdown {
    position: relative;
    min-height: 300px
}

#main-nav ul li.mega-menu:hover .menu_dropdown {
    opacity: 1;
    visibility: visible
}

.site-footer .footer-top .logo {
    max-height: 26px
}

.site-footer .footer-top ul.articles-list {
    padding-left: 10px
}

.site-footer .footer-top ul.articles-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(240, 4%, 43%, .1)
}

.site-footer .footer-top ul.articles-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-style: none
}

.site-footer .footer-top ul.articles-list li:before {
    font-family: Ionicons;
    content: "\F287";
    font-size: .6rem;
    float: left;
    margin-top: .4rem;
    margin-left: -.6rem
}

.site-footer .footer-top ul.social-links a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1.8em
}

.site-footer .footer-bottom a {
    transition: all .2s ease-in-out;
    opacity: .5
}

.site-footer .footer-bottom ul.payment-icons {
    font-size: 1.3rem
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto!important;
    padding-right: 2em;
    background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgogIDxnPgogICAgPHBhdGggZD0ibTEyMS4zLDM0LjZjLTEuNi0xLjYtNC4yLTEuNi01LjgsMGwtNTEsNTEuMS01MS4xLTUxLjFjLTEuNi0xLjYtNC4yLTEuNi01LjgsMC0xLjYsMS42LTEuNiw0LjIgMCw1LjhsNTMuOSw1My45YzAuOCwwLjggMS44LDEuMiAyLjksMS4yIDEsMCAyLjEtMC40IDIuOS0xLjJsNTMuOS01My45YzEuNy0xLjYgMS43LTQuMiAwLjEtNS44eiIgZmlsbD0iIzAwMDAwMCIvPgogIDwvZz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 1rem
}

.form-control[readonly] {
    background: #c5c5c8
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified .btn,
.btn-group-justified .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified .btn-group .btn,
.btn-group-justified .btn .btn {
    width: 100%
}

.btn-group-justified .btn-group .dropdown-menu,
.btn-group-justified .btn .dropdown-menu {
    left: auto
}

.pagination {
    width: 100%;
    text-align: center
}

.pagination,
.pagination a,
.pagination span {
    display: inline-block
}

.card {
    width: 100%;
    overflow: hidden
}

.card .badges {
    position: absolute;
    z-index: 9;
    top: .4em;
    left: .5em
}

.card .badges.badge-left {
    left: .5em
}

.card .badges.badge-right {
    right: .5em!important
}

.card .card-img {
    position: relative;
    overflow: hidden
}

.card .card-img>a {
    display: block;
    position: relative;
    padding-top: 100%
}

.card .card-img img,
.card .card-img svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:767.98px) {
    .card .card-img img,
    .card .card-img svg {
        height: 100%
    }
}

.card .card-body .price {
    white-space: nowrap
}

.card .flickity-prev-next-button {
    width: 50px!important;
    height: 50px!important;
    background: transparent!important;
    transition: all .2s ease-in-out
}

.card .flickity-prev-next-button.previous {
    left: 15px!important
}

.card .flickity-prev-next-button.next {
    right: 15px!important
}

.card .flickity-page-dots {
    bottom: 15px
}

.card .variant-selector {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 15px
}

.card .variant-selector .list-inline-item {
    margin: .1rem
}

.alert ul {
    margin: 0;
    padding: 0 1em
}

.alert p:last-child {
    margin: 0!important
}

.modal .modal-header .close {
    cursor: pointer;
    transition: all .2s ease-in-out
}

.modal .modal-body {
    white-space: pre-line
}

.video-js .vjs-poster {
    background-size: cover!important
}

.video-js .vjs-big-play-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0!important;
    transform: translate(-50%, -50%)!important;
    width: 8rem!important;
    height: 8rem!important;
    line-height: 8rem!important;
    border-radius: 8rem!important;
    border: 2px solid #fff!important;
    text-align: center;
    font-size: 6rem!important;
    background-color: transparent!important;
    transition: all .2s ease-in-out!important
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    margin: 0!important;
    padding: 0!important
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: Ionicons!important;
    content: "\F357"!important
}

.video-js .vjs-big-play-button:hover {
    background: hsla(0, 0%, 100%, .3)!important
}

.snotifyToast {
    box-shadow: 0 1.25rem 2.8125rem rgba(0, 0, 0, .1)
}

.snotifyToast__inner {
    padding: 15px 65px 15px 15px
}

.snotifyToast__title {
    font-size: 1.2rem;
    line-height: .8rem;
    margin-bottom: .6rem
}

.snotifyToast__body {
    max-width: 100%;
    font-size: .9rem;
    color: #b9b9b9
}

.flatpickr-day.selected {
    background: #111887!important;
    border-color: #111887!important
}

.pass-wrapper {
    width: 100%;
    font-style: italic;
    color: #191919;
    font-size: .9rem
}

.pass-graybar {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #ccc
}

.pass-colorbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px
}

.pass-percent,
.pass-text {
    font-size: 1em
}

.pass-percent {
    margin-right: 5px
}


/*! Flickity v2.0.10
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    position: relative;
    overflow: hidden;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0, 0%, 100%, .75);
    cursor: pointer;
    transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
    background: #fff
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: none
}

.flickity-prev-next-button:active {
    opacity: .6
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-page-dots {
    position: absolute;
    bottom: -25px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    left: 0
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.flickity-viewport {
    transition: all .2s ease-in-out
}

.carousel .carousel-cell.equal-height {
    min-height: 100%
}

.carousel .flickity-page-dots .dot {
    background: #111887
}

.carousel .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    background: transparent
}

.carousel .flickity-prev-next-button .arrow {
    transition: all .2s ease-in-out;
    fill: #686871
}

.carousel .flickity-prev-next-button:hover {
    background: transparent
}

.carousel .flickity-prev-next-button.previous {
    left: -35px
}

.carousel .flickity-prev-next-button.next {
    right: -35px
}

.carousel.carousel-nav .carousel-cell {
    transition: all .2s linear;
    opacity: .6;
    border: 1px solid transparent
}

.carousel.carousel-nav .carousel-cell.is-nav-selected {
    opacity: 1;
    border: 1px solid #111887
}

.carousel.carousel-nav .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: #c5c5c8
}

.img-carousel-cell {
    transition: all .2s ease-in-out;
    opacity: 0
}

.img-carousel-cell.flickity-lazyloaded {
    opacity: 1
}

.flickity-enabled.is-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
    bottom: 10px
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
    background: #fff
}

html.is-flickity-fullscreen {
    overflow: hidden
}

html.is-flickity-fullscreen .img-fluid {
    height: 100%;
    -o-object-fit: contain!important;
    object-fit: contain!important
}

html.is-flickity-fullscreen .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: #fff
}

html.is-flickity-fullscreen .flickity-prev-next-button.previous {
    left: 15px
}

html.is-flickity-fullscreen .flickity-prev-next-button.next {
    right: 15px
}

html.is-flickity-fullscreen .flickity-prev-next-button .arrow {
    fill: #333
}

html.is-flickity-fullscreen .flickity-prev-next-button:hover {
    background: #fff
}

.flickity-fullscreen-button {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    width: 24px!important;
    height: 24px!important;
    border-radius: 0;
    background: #fff;
    border-width: 0;
    cursor: pointer
}

.flickity-rtl .flickity-fullscreen-button {
    right: auto;
    left: 10px
}

.flickity-fullscreen-button-exit {
    display: none
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
    display: block
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
    display: none
}

.flickity-fullscreen-button .flickity-button-icon {
    position: absolute;
    width: 16px!important;
    height: 16px!important;
    left: 4px;
    top: 4px
}

[data-item-reviews] .icon-review {
    font-size: .8rem
}

[data-item-reviews] .icon-review:not(:last-child) {
    margin: 0 1px
}

[data-product-reviews] .icon-review {
    margin-right: 2px
}

[data-product-reviews] #reviewsList .review-item {
    border-top: 1px solid #d4d4d4
}

[data-product-reviews] #reviewsList .review-image {
    max-width: 400px
}

[data-product-reviews] .flickity-page-dots {
    bottom: -40px!important
}

@media (min-width:768px) {
    [data-product-reviews] .flickity-page-dots {
        display: none
    }
}

[data-product-reviews] .carousel-cell {
    min-height: 100%
}

[data-product-reviews] .modal .vue-star-rating {
    position: relative;
    margin-left: .2rem;
    top: -.15rem
}

[data-product-reviews] .modal .vue-star-rating-pointer {
    position: relative;
    top: .2rem
}

[data-product-reviews] .modal .vue-star-rating-rating-text {
    position: relative;
    top: .1rem
}

[data-product-reviews] .modal .modal-body {
    font-size: .9rem
}

[data-product-reviews] .modal .vue-dropzone {
    border-radius: 0;
    border-width: 1px;
    border-color: #686871
}

[data-product-reviews] ul.pagination {
    list-style: none;
    list-style-type: none
}

[data-product-reviews] ul.pagination li {
    display: inline-block
}

[data-product-reviews] ul.pagination li a {
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 400
}

[data-product-reviews] ul.pagination li.active a {
    background-color: #373737;
    border-color: #373737;
    color: #c5c5c8;
    cursor: default
}

[data-product-reviews] ul.pagination li:hover:not(.active) a {
    background-color: #f2f2f3
}

.tab-menu .nav-link {
    padding: .79rem 1rem;
    box-shadow: 0 0 0 transparent;
    transition: all .4s;
    color: #171725;
    opacity: .6
}

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

.tab-menu .nav-link.active {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    color: #111887;
    opacity: 1
}

.header-slider .carousel {
    width: 100%
}

.header-slider .carousel.shortheight {
    height: 40vh;
    min-height: 400px
}

.header-slider .carousel.fullheight {
    height: 100vh;
    min-height: 700px
}

.header-slider .carousel-cell {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.header-slider .carousel-cell img {
    -o-object-position: center;
    object-position: center
}

.header-slider .carousel-cell svg {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.header-slider .video-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden
}

.header-slider .video-container .vjs-big-play-button {
    display: none!important
}

.header-slider .video-container .video-js {
    width: 100%!important;
    height: 100%!important
}

.header-slider .video-container .video-js video {
    -o-object-fit: cover!important;
    object-fit: cover!important;
    pointer-events: none
}

.header-slider .slider-content {
    position: relative;
    z-index: 2;
    width: 100%
}

.header-slider .slider-content .heading-txt {
    font-size: 58px;
    letter-spacing: 0;
    line-height: 1.2
}

@media (max-width:1199.98px) {
    .header-slider .slider-content .heading-txt {
        font-size: 2.9rem!important
    }
}

@media (max-width:767.98px) {
    .header-slider .slider-content .heading-txt {
        font-size: 2.2rem!important
    }
}

.header-slider .slider-content .caption-txt {
    font-size: 18px;
    letter-spacing: .1rem
}

@media (max-width:1199.98px) {
    .header-slider .slider-content .caption-txt {
        font-size: 16px;
        letter-spacing: .05rem
    }
}

@media (max-width:767.98px) {
    .header-slider .slider-content .caption-txt {
        letter-spacing: 0
    }
}

.header-slider .flickity-prev-next-button {
    width: 100px;
    height: 100px;
    background: transparent
}

.header-slider .flickity-prev-next-button:hover {
    background: transparent
}

.header-slider .flickity-prev-next-button .arrow {
    fill: #fff
}

.header-slider .flickity-page-dots {
    bottom: 30px
}

.header-slider .flickity-page-dots .dot {
    background: #fff
}

.mobile-nav-drawer {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 280px;
    height: 100%;
    transition: all .65s cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: translate3d(-100%, 0, 0);
    background: #fff
}

.mobile-nav-drawer.opened {
    transform: translateZ(0)
}

.mobile-nav-drawer .drawer-header .btn-close {
    line-height: 0;
    font-size: 1.8rem;
    color: #191919
}

.mobile-nav-drawer .drawer-body {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.mobile-nav-drawer .drawer-footer ul.social-icons {
    padding: 0;
    margin: 0
}

.mobile-nav-drawer .drawer-footer ul.social-icons li {
    margin: 0 .5em;
    font-size: 1.4rem
}

.search-full-screen {
    background: hsla(240, 3%, 78%, .4);
    position: fixed;
    z-index: 1070;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.search-full-screen .btn-close {
    position: absolute;
    top: .4em;
    right: .5em;
    line-height: 0;
    font-size: 2.5rem;
    color: #191919
}

@media (max-width:479.98px) {
    .search-full-screen .btn-close {
        top: 0;
        right: 0
    }
}

.search-full-screen .search-related {
    text-align: left
}

.search-full-screen .search-related .search-suggestion {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: opacity .4s, transform .4s
}

.search-full-screen .search-related .search-suggestion h3 {
    margin: 0 0 15px
}

.search-full-screen .search-related .search-suggestion h3:before {
    content: "\21FE";
    display: inline-block;
    padding: 0 .6em 0 0
}

.search-full-screen .search-related .search-suggestion p {
    margin: 0
}

.search-full-screen .search-related .search-suggestion p,
.search-full-screen .search-related .search-suggestion p a {
    font-family: Archivo, sans-serif!important;
    font-size: 1rem;
    line-height: 1.4
}

.search-full-screen #searchForm {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: all .4s, transform .4s
}

.search-full-screen #searchInput {
    font-family: inherit;
    font-size: 4vw;
    height: auto;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    padding: .05em 0;
    background: transparent;
    border-radius: 0;
    border-width: 0;
    border-bottom: 4px solid #111887
}

.search-full-screen #searchInput:focus {
    box-shadow: none
}

@media (max-width:991.98px) {
    .search-full-screen #searchInput {
        font-size: 1.5rem
    }
}

.search-full-screen.opened {
    opacity: 1;
    visibility: visible
}

.search-full-screen.opened #searchForm {
    opacity: 1;
    transform: translateZ(0)
}

.search-full-screen.opened .search-suggestion {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: opacity .4s, transform .4s;
    opacity: 1;
    transform: translateZ(0)
}

.search-full-screen.opened .search-suggestion:first-child {
    transition-delay: .1s
}

.search-full-screen.opened .search-suggestion:nth-child(2) {
    transition-delay: .2s
}

.search-full-screen.opened .search-suggestion:nth-child(3) {
    transition-delay: .3s
}

.search-reveal {
    background: #fff;
    position: fixed;
    z-index: 1070;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .65s cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.search-reveal .btn-close {
    line-height: 0;
    font-size: 1.8rem;
    color: #191919
}

.search-reveal #searchForm {
    width: 100%
}

.search-reveal #searchInput {
    font-family: inherit;
    font-size: 1.4rem;
    background: transparent;
    border-style: none
}

.search-reveal #searchInput:focus {
    box-shadow: none
}

.search-reveal.opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.newsletter-popup {
    position: fixed;
    z-index: 1070;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 600px;
    padding: 5px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transition: all .2s ease-in-out;
    background-size: cover!important;
    background-repeat: no-repeat
}

@media (max-width:767.98px) {
    .newsletter-popup {
        width: 92%
    }
    .newsletter-popup .bg-img {
        min-height: 100px
    }
    .newsletter-popup .bg-img,
    .newsletter-popup .inner {
        width: 100%!important
    }
}

.newsletter-popup.opened {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0) scale(1)
}

.newsletter-popup .btn-close {
    position: absolute;
    top: -20px;
    right: -40px;
    font-size: 2rem;
    color: inherit
}

.newsletter-popup .inner {
    position: relative
}

.newsletter-popup .inner p {
    margin: 0
}

.newsletter-popup .inner .input-group {
    max-width: 360px
}

.newsletter-popup .inner.has-image-bg {
    padding: 3em 1.6em
}

.newsletter-popup .inner.has-image-left {
    padding: 3em 1.2em
}

.index-banners-grid .row-banner {
    height: 600px
}

@media (min-width:768px) and (max-width:991.98px) {
    .index-banners-grid .row-banner {
        height: auto
    }
    .index-banners-grid .row-banner .banner-1,
    .index-banners-grid .row-banner .banner-2,
    .index-banners-grid .row-banner .banner-3,
    .index-banners-grid .row-banner .banner-4 {
        min-height: 240px
    }
}

@media (max-width:767.98px) {
    .index-banners-grid .row-banner {
        height: auto
    }
    .index-banners-grid .row-banner .banner-1,
    .index-banners-grid .row-banner .banner-2,
    .index-banners-grid .row-banner .banner-3,
    .index-banners-grid .row-banner .banner-4 {
        min-height: 200px
    }
}

.index-banners-grid .banner {
    position: relative;
    overflow: hidden
}

.index-banners-grid .banner .svg-placeholder {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}

.index-banners-grid .banner .overlay {
    z-index: 2;
    background-color: rgba(17, 24, 135, .8);
    opacity: 0;
    transition: all .2s ease-in-out
}

@media (max-width:991.98px) {
    .index-banners-grid .banner .overlay {
        display: none
    }
}

.index-banners-grid .banner .inner {
    position: relative;
    z-index: 3;
    padding: 30px;
    transition: all .2s ease-in-out;
    color: #fff;
    opacity: 0;
    transform: translateY(5%)
}

.index-banners-grid .banner .inner p {
    margin: 0
}

@media (max-width:991.98px) {
    .index-banners-grid .banner .inner {
        padding: 15px;
        opacity: 1;
        transform: none;
        color: #111887;
        background-color: hsla(0, 0%, 100%, .7)
    }
}

.index-banners-grid .banner:hover .overlay {
    opacity: 1
}

.index-banners-grid .banner:hover .inner {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width:1199.98px) {
    .index-banners-grid .btn {
        padding: .8rem
    }
}

@media (max-width:991.98px) {
    .index-banners-grid .btn {
        padding: .8rem 1.8rem
    }
}

@media (max-width:479.98px) {
    .index-banners-grid .btn {
        padding: .8rem;
        letter-spacing: .05rem
    }
}

@media (max-width:767.98px) {
    .template-product .product-details-wrapper {
        position: relative
    }
}

.template-product .product-details-wrapper .social-sharing a {
    font-size: 1.3rem
}

@media (max-width:767.98px) {
    .template-product .flickity-page-dots {
        bottom: 15px
    }
}

@media (min-width:768px) {
    .template-product .template-product-classic .flickity-page-dots,
    .template-product .template-product-modern .flickity-page-dots {
        display: none
    }
}

.template-product .template-product-classic .carousel-nav .carousel-cell {
    width: 70px
}

.template-product .template-product-classic.vertical-thumbs .carousel-nav {
    transform-origin: left top;
    margin-top: 30px
}

@media (min-width:768px) {
    .template-product .template-product-classic.vertical-thumbs .carousel-nav {
        width: 428px;
        transform: rotate(90deg) translateY(-100%)
    }
}

@media (min-width:992px) {
    .template-product .template-product-classic.vertical-thumbs .carousel-nav {
        width: 328px
    }
}

@media (min-width:1200px) {
    .template-product .template-product-classic.vertical-thumbs .carousel-nav {
        width: 428px
    }
}

@media (max-width:991.98px) {
    .template-product .template-product-classic.vertical-thumbs .carousel-nav {
        margin-top: 60px
    }
}

@media (max-width:767.98px) {
    .template-product .template-product-classic.vertical-thumbs .carousel-nav {
        margin-top: 30px
    }
}

.template-product .template-product-classic.vertical-thumbs .carousel-nav .carousel-cell {
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
    opacity: .35;
    cursor: pointer
}

@media (min-width:768px) {
    .template-product .template-product-classic.vertical-thumbs .carousel-nav .carousel-cell {
        transform: rotate(-90deg)
    }
}

.template-product .template-product-classic.vertical-thumbs .carousel-nav .carousel-cell:not(:first-child) {
    margin-left: 30px
}

@media (min-width:992px) {
    .template-product .template-product-classic.vertical-thumbs .carousel-nav .carousel-cell:not(: first-child) {
        margin-left: 15px
    }
}

.template-product .template-product-classic.vertical-thumbs .carousel-nav .carousel-cell.is-nav-selected {
    border: 1px solid #f2f2f3;
    opacity: 1
}

.template-product .template-product-classic.vertical-thumbs .carousel-nav .flickity-prev-next-button {
    width: 30px;
    height: 30px;
    background: transparent
}

.template-product .template-product-classic.vertical-thumbs .carousel-nav .flickity-prev-next-button.previous {
    left: -30px
}

.template-product .template-product-classic.vertical-thumbs .carousel-nav .flickity-prev-next-button.next {
    right: -30px
}

.template-product .template-product-classic.vertical-thumbs .carousel-nav .flickity-prev-next-button:hover {
    background: transparent
}

.template-product .template-product-classic.vertical-thumbs .carousel-nav .flickity-prev-next-button .arrow {
    fill: #171725
}

.template-product .product-addons .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    background: transparent
}

.template-product .product-addons .flickity-prev-next-button.previous {
    left: -30px
}

.template-product .product-addons .flickity-prev-next-button.next {
    right: -30px
}

@media (max-width:991.98px) {
    .template-product .product-addons .flickity-page-dots {
        bottom: -30px
    }
}

.table-cart {
    min-width: 600px
}

.table-cart .item-img {
    min-width: 80px
}

.table-cart .quantity-wrapper {
    max-width: 120px
}

@media (min-width:480px) and (max-width:767.98px) {
    .template-search .card-columns {
        column-count: 2
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .template-search .card-columns {
        column-count: 2
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .template-search .card-columns {
        column-count: 3
    }
}

@media (min-width:1200px) and (max-width:1024.98px) {
    .template-search .card-columns {
        column-count: 4
    }
}

.contact-block a {
    color: inherit;
    text-decoration: underline
}

.section-faq .card {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    background: #fff
}

.section-faq .card+.card {
    margin-top: 30px
}

.section-faq .card-header {
    background: none;
    border: none
}

.section-faq .card-header button {
    width: 100%;
    background: none;
    font-family: Archivo, sans-serif;
    font-size: 1.125rem;
    text-transform: none;
    white-space: normal;
    color: #171725;
    letter-spacing: .25px;
    padding: 25px;
    line-height: normal;
    font-weight: 500;
    border: none
}

@media (max-width:991.98px) {
    .section-faq .card-header button {
        padding: 15px;
        font-size: 1rem
    }
}

.section-faq .card-header button:hover {
    text-decoration: none;
    color: #111887
}

.section-faq .card-header button:focus {
    text-decoration: none
}

.section-faq .card-header button .heading {
    display: inline-block;
    width: 90%;
    line-height: 1.4
}

.section-faq .card-header button i.icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    font-style: normal
}

.section-faq .card-header button i.icon:before {
    content: "\2013";
    line-height: 16px;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    color: #171725;
    width: 100%;
    height: 100%;
    text-align: center
}

.section-faq .card-header button.collapsed i.icon:before {
    content: "+";
    font-size: 22px;
    line-height: 16px;
    font-family: Archivo, sans-serif
}

.section-faq .card-body {
    padding: 25px;
    padding-top: 0;
    font-size: .9375rem;
    letter-spacing: .05rem
}

@media (max-width:991.98px) {
    .section-faq .card-body {
        padding: 15px;
        padding-top: 0
    }
}

.section-faq .card-body p:last-child {
    font-size: .9375rem;
    letter-spacing: .05rem;
    margin-bottom: 0
}

.template-article .article-body .social-sharing a {
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #939393;
    font-size: 1rem;
    line-height: 32px;
    color: #939393
}

.template-article .article-body .social-sharing a:hover {
    color: #111887;
    border-color: #111887
}

.template-article .article-navigation {
    position: relative;
    overflow: hidden
}

.template-article .article-navigation .bg-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .65s cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

@media (min-width:480px) {
    .template-article .article-navigation .bg-img {
        -webkit-backface-visibility: hidden;
        transform: scale(1.1);
        filter: blur(5px)
    }
}

.template-article .article-navigation .overlay {
    z-index: 2;
    background: rgba(25, 25, 25, .8)
}

.template-article .article-navigation .inner {
    position: relative;
    z-index: 3
}

.template-article .article-navigation:hover .bg-img {
    transform: scale(1);
    filter: blur(0)
}

.template-article .article-navigation:hover .overlay {
    opacity: .7
}

.template-article .article-navigation:hover a {
    text-decoration: none
}

.sidebar-blog .social-icons {
    font-size: 1.4rem
}

.sidebar-blog .article-title {
    font-size: .9rem;
    letter-spacing: normal
}

.section-instagram-feed .instagram-item {
    margin: 0 0 30px
}

.section-instagram-feed .instagram-item a {
    position: relative;
    display: block
}

.section-instagram-feed .instagram-item .overlay {
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .6) 100%)
}

.section-instagram-feed .instagram-item .overlay i {
    font-size: 2.4rem;
    color: hsla(0, 0%, 100%, .7);
    transform: translateY(5px);
    transition: all .2s ease-in-out
}

.section-instagram-feed .instagram-item .overlay:hover {
    opacity: 1
}

.section-instagram-feed .instagram-item .overlay:hover i {
    transform: translateY(0)
}

.section-instagram-feed .no-gutters .instagram-item {
    margin: 0
}

.section-recently-viewed-products,
.section-related-products {
    padding-bottom: 60px!important
}

@media (max-width:767.98px) {
    .section-recently-viewed-products .flickity-page-dots,
    .section-related-products .flickity-page-dots {
        bottom: -20px
    }
}

.section-recently-viewed-products .carousel-cell,
.section-related-products .carousel-cell {
    padding-bottom: 30px
}

@media (max-width:991.98px) {
    .section-recently-viewed-products .carousel-cell,
    .section-related-products .carousel-cell {
        padding-bottom: 0
    }
}

@media (max-width:479.98px) {
    .section-recently-viewed-products .carousel-cell,
    .section-related-products .carousel-cell {
        padding-left: 0;
        padding-right: 0
    }
}

.hero-slider {
    display: -ms-flexbox;
    display: flex
}

@media (min-width:992px) {
    .hero-slider .homepage-carousel {
        height: 100%!important
    }
}

@media (max-width:991.98px) {
    .hero-slider .homepage-carousel {
        padding-top: 50%;
        height: auto!important
    }
    .hero-slider .homepage-carousel .flickity-viewport {
        width: 100%;
        top: 0;
        left: 0;
        position: absolute
    }
}

@media (max-width:767.98px) {
    .hero-slider .homepage-carousel {
        padding-top: 70%
    }
}

::-moz-selection {
    background: #111887;
    color: #fff
}

::selection {
    background: #111887;
    color: #fff
}

body {
    color: #171725;
    letter-spacing: .05rem
}

@media (max-width:991.98px) {
    body {
        font-size: .875rem
    }
}

body>.additional-checkout-button {
    display: none!important
}

i.fa:before,
i.fab:before {
    margin: 0
}

.h1,
h1 {
    font-family: Archivo Black, sans-serif
}

@media (max-width:1024.98px) {
    .h1,
    h1 {
        font-size: 2.7rem
    }
}

@media (max-width:767.98px) {
    .h1,
    h1 {
        font-size: 2.4rem
    }
}

@media (max-width:991.98px) {
    .h2,
    h2 {
        font-size: 1.5rem
    }
}

@media (max-width:991.98px) {
    .h3,
    h3 {
        font-size: 1.35rem
    }
}

@media (max-width:991.98px) {
    .h4,
    h4 {
        font-size: 1.15rem
    }
}

@media (max-width:991.98px) {
    .h5,
    h5 {
        font-size: 1rem
    }
}

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

a {
    cursor: pointer
}

a,
a:hover {
    text-decoration: none
}

.btn:focus,
a:focus,
button:focus,
input:focus {
    outline: none;
    box-shadow: none
}

@media (max-width:767.98px) {
    .form-control {
        padding: .6rem 1.1rem
    }
}

textarea.form-control {
    resize: none
}

.page-title {
    margin-bottom: 1.6rem;
    font-size: 3.625rem
}
.page-title.title-smaller {
  font-size: 2.625rem;
}

@media (max-width:1199.98px) {
    .page-title {
        font-size: 3rem
    }
    .page-title.title-smaller {
      font-size: 2.25rem;
    }
}

@media (max-width:991.98px) {
    .page-title {
        font-size: 2.5rem
    }
    .page-title.title-smaller {
      font-size: 2rem;
    }
}

@media (max-width:767.98px) {
    .page-title {
        font-size: 2rem
    }
}

.title-size {
    font-size: 3.625rem
}

@media (max-width:991.98px) {
    .title-size {
        font-size: 2.25rem
    }
}

.font-weight-regular {
    font-weight: 400
}

.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-light {
    font-weight: 300
}

.line-height-normal {
    line-height: 1.4
}

.lspacing-normal {
    letter-spacing: .1rem
}

.lspacing-sm {
    letter-spacing: .05rem
}

.lspacing-xm {
    letter-spacing: .25px
}

.lspacing-0 {
    letter-spacing: 0
}

.font-size-sm {
    font-size: .9375rem
}

.font-size-xs {
    font-size: .875rem
}

.font-size-lg {
    font-size: 1.125rem
}

.font-size-sl {
    font-size: 1.066rem
}

.font-size-base {
    font-size: 1rem
}

.display4-size {
    font-size: 1.125rem
}

.heading-text {
    font-size: 1.875rem
}

.text-italic {
    font-style: italic
}

.cursor-pointer {
    cursor: pointer
}

.font-family-achivoblack {
    font-family: Archivo Black, sans-serif
}

.font-family-achivonarrow {
    font-family: Archivo Narrow, sans-serif
}

.font-family-achivo {
    font-family: Archivo, sans-serif
}

.btn {
    text-transform: uppercase;
    font-family: Archivo Narrow, sans-serif;
    letter-spacing: .15rem
}

p {
    line-height: 24px
}

.section-title span {
    font-family: Archivo Black, sans-serif;
    font-weight: 400
}
.page-title span.small-headline {
  font-size: 0.5em;
  display: block;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none
}

select.form-control {
    padding: .813rem 1.5rem;
    border-width: 1px;
    border-style: solid;
    border-radius: 0
}

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

.section-content {
    padding: 4.5rem 0
}

@media (max-width:991.98px) {
    .section-content {
        padding: 3rem 0
    }
}

img {
    max-width: 100%
}

* {
    outline: none
}

select {
    -webkit-appearance: none;
    background: url(https://cdn.shopify.com/s/files/1/0053/4482/1321/files/down-arror.svg) no-repeat;
    background-position: center right 8px;
    background-size: 13px
}

.modal-open {
    overflow: hidden;
    height: 100vh
}

.modal-open .modal {
    padding-right: 0!important
}

.modal .modal-body {
    white-space: inherit
}

.btn {
    cursor: pointer
}

.card {
    overflow: visible
}

.card.card-product {
    border: 1px solid #f2f2f3
}

.card.card-product .badge {
    padding: 7px 10px;
    border-radius: 0;
    font-family: Archivo Narrow, sans-serif;
    text-transform: uppercase
}

.card.card-product .btn {
    padding: .6rem 1rem;
    min-width: 180px
}

.card.card-product .card-body {
    padding: 1.25rem 1.25rem 1.7rem
}

@media (max-width:479.98px) {
    .card.card-product .card-body {
        padding: 1rem 1rem 1.25rem
    }
}

.card .card-price>* {
    display: inline-block
}

.card .card-price s {
    font-size: 14px;
    color: #686871
}

.card.card-product-style-1 .card-img {
    padding: 1.5rem
}

.card.card-product-style-1 .card-body .card-desc {
    letter-spacing: .25px
}

.card.card-product-style-1 .card-body .card-desc p {
    font-size: .9375rem;
    line-height: 20px
}

.card.card-product-style-1 .card-body .card-desc p:last-child {
    margin: 0
}

.card.card-product-style-2 .color-swatch label {
    border-radius: 100%;
    margin: .1rem
}

.card.card-product-style-2 .color-swatch input {
    width: 20px;
    height: 20px
}

.card.card-product-style-3 .list-inline {
    margin: 0;
    padding: 0
}

.card.card-product-style-3 .list-inline .list-inline-item {
    margin-right: .2rem
}

.card.card-product-style-3 .color-swatch label {
    position: relative;
    top: .2rem;
    border-radius: 100%
}

.card.card-product-style-3 .color-swatch input {
    width: 24px;
    height: 24px
}

.pagination a,
.pagination span {
    color: #b9b9b9;
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 26px;
    transition: all .4s
}

@media screen and (prefers-reduced-motion:reduce) {
    .pagination a,
    .pagination span {
        transition: none
    }
}

.pagination a.next,
.pagination span.next {
    font-size: 14px;
    width: auto;
    color: #171725
}

.pagination a.next.disabled,
.pagination span.next.disabled {
    cursor: no-drop;
    color: #c5c5c8
}

.pagination a.prev,
.pagination span.prev {
    font-size: 14px;
    width: auto;
    color: #171725
}

.pagination a.prev.disabled,
.pagination span.prev.disabled {
    cursor: no-drop;
    color: #c5c5c8
}

.pagination a:hover,
.pagination span:hover {
    color: #111887
}

.pagination .active {
    background: #111887;
    color: #fff;
    font-weight: 700
}

.pagination .active:hover {
    color: #fff
}

.pagination .sep {
    margin: 0 10px
}

.alert {
    font-size: .9rem
}

.modal .modal-header .modal-title {
    font-size: 1.2rem
}

.modal .modal-header .close {
    font-size: 1.6rem
}

.modal .modal-body {
    padding: 10px;
    font-size: .8rem;
    line-height: 1.6
}

.index-featured-carousel .featured-item {
    padding: 0 9px
}

@media (min-width:1300px) {
    .index-featured-carousel .featured-item {
        max-width: 20%
    }
}

@media (max-width:767.98px) {
    .index-featured-carousel .featured-item {
        padding: 0
    }
}

.index-featured-carousel .flickity-viewport {
    min-height: 460px
}

.testimonial-section .testimonial-item {
    height: 420px
}

.feature-list {
    margin-top: -7rem
}

.feature-list h3 {
    font-size: 18px
}

@media (max-width:991.98px) {
    .feature-list h3 {
        font-size: 16px
    }
}

@media (max-width:767.98px) {
    .feature-list h3 {
        font-size: 16px
    }
}

.feature-list img {
    height: 60px
}

@media (max-width:991.98px) {
    .feature-list img {
        height: 40px
    }
}

.testimonial-section .flickity-prev-next-button.previous {
    left: 20px
}

@media (max-width:991.98px) {
    .testimonial-section .flickity-prev-next-button.previous {
        left: 0
    }
}

.testimonial-section .flickity-prev-next-button.next {
    right: 20px
}

@media (max-width:991.98px) {
    .testimonial-section .flickity-prev-next-button.next {
        right: 0
    }
}

.collection-item-index {
    min-height: 130px
}

@media (max-width:991.98px) {
    .collection-item-index {
        min-height: 98px
    }
}

.klaviyo-frm {
    position: relative
}

.klaviyo-frm div,
.klaviyo-frm div.crPkDK.crPkDK {
    padding: 0!important;
    position: inherit!important
}

.klaviyo-frm input.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg,
.klaviyo-frm input.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ {
    border: 1px solid #a2a2a8!important;
    border-radius: 0;
    height: auto;
    border: none;
    padding: 14px 20px;
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    color: #171725;
    letter-spacing: .05rem;
    font-size: 15px
}

.klaviyo-frm input.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg::-webkit-input-placeholder,
.klaviyo-frm input.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ::-webkit-input-placeholder {
    color: #a2a2a8;
    font-size: 14px;
    letter-spacing: .05rem
}

.klaviyo-frm input.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg::-moz-placeholder,
.klaviyo-frm input.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ::-moz-placeholder {
    color: #a2a2a8;
    font-size: 14px;
    letter-spacing: .05rem
}

.klaviyo-frm input.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg:-ms-input-placeholder,
.klaviyo-frm input.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ:-ms-input-placeholder {
    color: #a2a2a8;
    font-size: 14px;
    letter-spacing: .05rem
}

.klaviyo-frm input.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg:-moz-placeholder,
.klaviyo-frm input.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ:-moz-placeholder {
    color: #a2a2a8;
    font-size: 14px;
    letter-spacing: .05rem
}

.klaviyo-frm .gXLuTl.gXLuTl.gXLuTl.gXLuTl.gXLuTl.gXLuTl,
.klaviyo-frm .tPHTD.tPHTD.tPHTD.tPHTD.tPHTD.tPHTD {
    color: #fff;
    background: #111887;
    border-radius: 0;
    border: 1px solid #111887;
    padding: 14px 20px;
    line-height: 20px;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .15rem;
    font-family: Archivo Narrow, sans-serif;
    margin-left: -1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none!important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.klaviyo-frm .gXLuTl.gXLuTl.gXLuTl.gXLuTl.gXLuTl.gXLuTl:hover,
.klaviyo-frm .tPHTD.tPHTD.tPHTD.tPHTD.tPHTD.tPHTD:hover {
    background: #080c43;
    border-color: #080c43
}

.klaviyo-frm .eVuFKp.eVuFKp.eVuFKp.eVuFKp.eVuFKp.eVuFKp {
    overflow: hidden
}

.klaviyo-frm .kTTjgd.kTTjgd {
    position: absolute!important;
    bottom: -20px;
    width: 100%;
    left: 0;
    right: 0;
    color: #171725
}

.klaviyo-frm .iXRngU.iXRngU {
    color: #171725
}

.klaviyo-frm p {
    color: #171725!important
}

.klaviyo-frm .ValidationMessage__Container-sc-1agouhi-0.bIBSGE.bIBSGE {
    position: absolute!important;
    left: 0;
    top: 100%;
    text-align: left
}

.klaviyo-frm .ValidationMessage__Container-sc-1agouhi-0.bIBSGE.bIBSGE .ValidationMessage__ValidationContainerOuter-sc-1agouhi-2 {
    position: absolute!important;
    left: 0;
    width: 100%
}

.klaviyo-frm .ValidationMessage__Container-sc-1agouhi-0.bIBSGE.bIBSGE .ValidationMessage__ValidationContainerOuter-sc-1agouhi-2 .ValidationMessage__ValidationContainer-sc-1agouhi-1 {
    width: 100%
}

.klaviyo-frm .ValidationMessage__Container-sc-1agouhi-0.bIBSGE.bIBSGE .ValidationMessage__ValidationContainerOuter-sc-1agouhi-2 .ValidationMessage__ValidationContainer-sc-1agouhi-1.jPiNpe.jPiNpe:after {
    left: 21px
}

.klaviyo-frm .ValidationMessage__Container-sc-1agouhi-0.bIBSGE.bIBSGE .ValidationMessage__ValidationContainerOuter-sc-1agouhi-2 .ValidationMessage__ValidationContainer-sc-1agouhi-1.jPiNpe.jPiNpe:before {
    left: 20px
}

.klaviyo-frm .hzlItT.hzlItT {
    background: none;
    height: auto
}
.klaviyo-form-Luexc6 input {
  margin-top:4px !important;
  margin-bottom:15px !important
}
.cGQRop.cGQRop {
  padding-bottom:0 !important;
}
.fxfLWS p strong {
  margin-bottom:15px !important;
  display:block;
}
.qYFrN.qYFrN {
  padding-left:0 !important;
  padding-right:0 !important;
}
.newsletter .input-group>.form-control {
    border-top-left-radius: 3rem;
    font-size: 15px;
    padding: 15px 20px;
    line-height: 20px;
    border-bottom-left-radius: 3rem;
    letter-spacing: .05rem
}

.newsletter .input-group>.form-control:-ms-input-placeholder {
    opacity: 1
}

.newsletter .input-group>.form-control::placeholder {
    color: #a2a2a8;
    opacity: 1
}

.newsletter .input-group>.form-control:-ms-input-placeholder,
.newsletter .input-group>.form-control::-ms-input-placeholder {
    color: #a2a2a8
}

.newsletter .input-group>.input-group-append>.btn {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding: .6rem 1.5rem
}

.newsletter a,
.newsletter p {
    margin-bottom: 0;
    color: #fff;
    font-family: Archivo, sans-serif;
    font-style: italic;
    font-size: .9375rem
}

.newsletter a {
    text-decoration: underline
}

.newsletter a:hover {
    text-decoration: none
}

.footer-news .klaviyo-frm {
    position: relative
}

.footer-news .klaviyo-frm div,
.footer-news .klaviyo-frm div.crPkDK.crPkDK {
    padding: 0!important;
    position: inherit!important
}

.footer-news .klaviyo-frm input.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg,
.footer-news .klaviyo-frm input.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ {
    border-radius: 30px 0 0 30px;
    border: 1px solid #fff!important
}

.footer-news .klaviyo-frm input.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg::-webkit-input-placeholder,
.footer-news .klaviyo-frm input.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ::-webkit-input-placeholder {
    font-size: 15px;
    font-style: italic
}

.footer-news .klaviyo-frm input.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg::-moz-placeholder,
.footer-news .klaviyo-frm input.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ::-moz-placeholder {
    font-size: 15px;
    font-style: italic
}

.footer-news .klaviyo-frm input.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg:-ms-input-placeholder,
.footer-news .klaviyo-frm input.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ:-ms-input-placeholder {
    font-size: 15px;
    font-style: italic
}

.footer-news .klaviyo-frm input.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg.dodLKg:-moz-placeholder,
.footer-news .klaviyo-frm input.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ.hvCupJ:-moz-placeholder {
    font-size: 15px;
    font-style: italic
}

.footer-news .klaviyo-frm .gXLuTl.gXLuTl.gXLuTl.gXLuTl.gXLuTl.gXLuTl,
.footer-news .klaviyo-frm .tPHTD.tPHTD.tPHTD.tPHTD.tPHTD.tPHTD {
    border-radius: 0 30px 30px 0;
    color: #111887;
    background: #fff;
    border: 1px solid #fff;
    padding: 14px 20px
}

@media (max-width:991.98px) {
    .footer-news .klaviyo-frm .gXLuTl.gXLuTl.gXLuTl.gXLuTl.gXLuTl.gXLuTl,
    .footer-news .klaviyo-frm .tPHTD.tPHTD.tPHTD.tPHTD.tPHTD.tPHTD {
        padding: 14px 20px
    }
}

.footer-news .klaviyo-frm .gXLuTl.gXLuTl.gXLuTl.gXLuTl.gXLuTl.gXLuTl:hover,
.footer-news .klaviyo-frm .tPHTD.tPHTD.tPHTD.tPHTD.tPHTD.tPHTD:hover {
    background: #e6e6e6;
    border-color: #e6e6e6
}

.footer-news .klaviyo-frm .iXRngU.iXRngU,
.footer-news .klaviyo-frm .kTTjgd.kTTjgd {
    color: #fff
}

.footer-news .klaviyo-frm p {
    color: #fff!important
}

.flickity-page-dots .dot:first-child:last-child {
    opacity: 0
}

.mini-header i {
    font-size: 18px
}

.mini-header .banner {
    display: none
}

.mini-header .banner i {
    right: 20px;
    top: 10px;
    font-size: 34px;
    z-index: 1030
}

@media (max-width:767.98px) {
    .mini-header .banner i {
        right: 10px;
        top: 5px
    }
}

.mini-header .banner .promo-img img {
    margin-bottom: -95px
}

@media (max-width:1199.98px) {
    .mini-header .banner .promo-img img {
        margin-bottom: -65px
    }
}

@media (max-width:767.98px) {
    .mini-header .banner .promo-img img {
        margin-bottom: 0
    }
}

#main-header .top-header .newslatter-form {
    min-width: 650px;
    max-width: 650px;
    border-radius: 30px;
    overflow: hidden
}

#main-header .top-header .newslatter-form input {
    border-radius: 30px;
    height: 44px;
    font-size: .9375rem;
    line-height: 16px;
    padding: 14px 20px;
    letter-spacing: .05rem
}

#main-header .top-header .newslatter-form input::-webkit-input-placeholder {
    font: italic 600 15px Archivo, sans-serif;
    color: #373737
}

#main-header .top-header .newslatter-form input::-moz-placeholder {
    font: italic 600 15px Archivo, sans-serif;
    color: #373737
}

#main-header .top-header .newslatter-form input:-ms-input-placeholder {
    font: italic 600 15px Archivo, sans-serif;
    color: #373737
}

#main-header .top-header .newslatter-form input:-moz-placeholder {
    font: italic 600 15px Archivo, sans-serif;
    color: #373737
}

#main-header .top-header .newslatter-form button {
    height: 44px;
    margin-top: -3px;
    margin-right: 6px
}

#main-header .top-header .newslatter-form .mob-submit i {
    font-size: 30px
}

@media (min-width:480px) {
    #main-header .top-header .navbar-icon-links {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

#main-header .top-header .navbar-brand img {
    width: 170px
}

#main-header .mob-logo {
    max-width: 150px
}

@media (max-width:767.98px) {
    #main-header .mob-logo a {
        max-width: 120px
    }
}

.mob-icon .user-img {
    width: 24px
}

.mob-icon .cart-img {
    width: 22px
}

.mob-icon i {
    font-size: 29px
}

.navbar-nav .badge {
    right: -25px;
    top: 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    padding-left: 2px!important
}

@media (max-width:1024px) {
    .navbar-nav .badge {
        right: -10px;
        top: 2px;
        width: 18px;
        height: 18px;
        font-size: 11px;
        line-height: 17px
    }
}

.navbar-nav .nav-icon>a>img {
    max-width: 30px
}

.promo-text h5,
.promo-text p {
    line-height: 26px
}

.promo-text .close-promo {
    right: 40px;
    top: 50%;
    margin-top: -13px
}

.promo-alert {
    position: relative;
    padding: 12px 40px;
    text-align: center
}

@media (max-width:767.98px) {
    .promo-alert {
        padding: 10px 40px 10px 10px;
        text-align: left
    }
}

.promo-alert.alert-dismissible .close {
    right: 0;
    top: 0;
    padding: 12px 10px;
    width: 40px;
    font-size: 1.375rem;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    margin: 0;
    line-height: 20px;
    outline: none
}

@media (max-width:767.98px) {
    .promo-alert.alert-dismissible .close {
        padding: 10px
    }
}

.promo-alert.alert-dismissible .close i {
    display: block;
    line-height: 20px
}

.promo-alert.alert-dismissible .close i:before {
    vertical-align: -2px;
    line-height: 20px
}

.promo-alert p {
    line-height: 20px
}

.bars .promo-bar p {
    font-size: .9375rem
}

@media (max-width:767.98px) {
    .bars .promo-bar p {
        font-size: 13px
    }
}

.promo-banner {
    padding: 6px 0
}
.promo-banner .ion-ios-arrow-up {
  display:none;
}

@media (max-width:767.98px) {
    .promo-banner {
        font-size: 13px
    }
}

.promo-banner p {
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .promo-banner p {
        font-size: 13px
    }
}

.promo-banner p a {
    color: #fff
}

.promo-banner.mobile p {
    font-size: 14px
}

@media (max-width:767.98px) {
    .promo-banner.mobile p {
        font-size: 13px
    }
}

.footer-about p {
    margin-bottom: 0;
    font-size: 15px
}

.footer-about p,
footer .nav li {
    line-height: 24px
}

footer .social-icon li a {
    width: 34px;
    height: 34px;
    transition: all .4s
}

@media screen and (prefers-reduced-motion:reduce) {
    footer .social-icon li a {
        transition: none
    }
}

footer .social-icon li a:hover {
    border-color: #fff!important;
    background-color: #111887
}

footer .social-icon li a:hover i {
    color: #fff!important
}

footer .payment-icons img {
    width: 68px
}

@media (max-width:1199.98px) {
    footer .payment-icons img {
        width: 45px
    }
}

.menu_dropdown .for-bg {
    width: 320px;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    width: 400px
}

@media (max-width:1369.98px) {
    .menu_dropdown .for-bg {
        width: 230px
    }
}

.menu_dropdown .for-bg:before {
    content: "";
    display: block;
    width: 130px;
    background-color: #f7f7f7;
    position: absolute;
    transform: skewX(10deg);
    z-index: 1020;
    left: -80px;
    bottom: 0;
    top: 0;
    left: -60px
}

.menu_dropdown .for-bg a.shop-now {
    right: 0;
    width: 355px;
    bottom: 0;
    padding: 9px 10px;
    line-height: 20px;
    overflow: hidden;
    padding-left: 75px
}

@media (max-width:1369.98px) {
    .menu_dropdown .for-bg a.shop-now {
        width: 150px;
        padding-left: 35px
    }
}

.menu_dropdown .for-bg .rated {
    box-shadow: 20px 10px 10px rgba(0, 0, 0, .1);
    top: 50%;
    transform: translateY(-50%);
    overflow: visible;
    z-index: 1030;
    line-height: normal;
    text-align: right
}

.menu_dropdown .for-bg .rated h2 {
    line-height: 30px
}

.menu_dropdown .for-bg .rated h3 {
    line-height: 40px;
    font-size: 44px;
    font-weight: 300
}

.menu_dropdown .for-bg .rated h5 {
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 3px;
    font-weight: 600
}

.menu_dropdown h4 {
    letter-spacing: 0
}

.menu_dropdown h4 a {
    position: relative
}

.menu_dropdown h4 a .ion {
    position: absolute;
    right: -15px;
    bottom: 2px
}

.menu_dropdown .arrow-link {
    position: relative
}

.menu_dropdown .arrow-link .ion {
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -7px
}

.menu_dropdown .ion-ios-arrow-forward:before {
    font-weight: 700
}

.menu_dropdown .shop-all ul li:last-child a {
    color: #111887!important
}

.slide {
    position: relative;
    text-align: left
}

.slide,
.slide span {
    display: inline-block
}

.slide span {
    position: absolute;
    white-space: nowrap;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.slide span.is-visible {
    top: 0;
    position: relative;
    opacity: 1;
    z-index: 1;
    animation: slide-in .6s
}

.slide span.is-hidden {
    animation: slide-out .6s
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    60% {
        opacity: 1;
        transform: translateY(20%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    60% {
        opacity: 0;
        transform: translateY(120%)
    }
    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

.for-bg-mobile .rated-mobile {
    bottom: 54px
}

.for-bg-mobile a {
    bottom: 0;
    width: 100%
}

.contact-form .errors {
    position: absolute
}

.contact-form .errors ul {
    padding: 0;
    padding-left: 20px
}

.contact-form .errors ul li {
    list-style: none;
    font-size: .6875rem;
    font-family: Archivo Black, sans-serif;
    color: #d51212
}

.carousel .price-h .card-price {
    min-height: 44px
}

.carousel .price-h .card-price>* {
    display: block
}

@media (max-width:1300px) {
    .carousel .price-h .card-price {
        min-height: 22px
    }
    .carousel .price-h .card-price>* {
        display: inline-block
    }
}

@media (max-width:991px) {
    .carousel .price-h .card-price {
        min-height: 22px
    }
    .carousel .price-h .card-price>* {
        display: inline-block
    }
}

@media (max-width:400px) {
    .carousel .price-h .card-price {
        min-height: 44px
    }
    .carousel .price-h .card-price>* {
        display: block
    }
}

.page-banner.tall {
    background-size: cover!important
}

.page-banner.tall .container {
    z-index: 9
}

.page-banner.tall .banner-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4
}

.category-list .category-item {
    box-shadow: 0 0 0 rgba(0, 0, 0, .08);
    transition: all .35s;
    margin-top: 0
}

@media screen and (prefers-reduced-motion:reduce) {
    .category-list .category-item {
        transition: none
    }
}

.category-list .category-item .category-img {
    padding-top: 100%;
    position: relative
}

.category-list .category-item .category-img img,
.category-list .category-item .category-img svg {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.category-list .category-item h5 {
    transition: all .35s
}

@media screen and (prefers-reduced-motion:reduce) {
    .category-list .category-item h5 {
        transition: none
    }
}

.category-list .category-item h5:after {
    content: "";
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 3px;
    position: absolute;
    background: #111887;
    z-index: -1;
    transition: all .35s
}

@media screen and (prefers-reduced-motion:reduce) {
    .category-list .category-item h5:after {
        transition: none
    }
}

.category-list .category-item:hover {
    margin-top: -5px;
    border-color: transparent!important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08)
}

.category-list .category-item:hover h5 {
    color: #fff!important
}

.category-list .category-item:hover h5:after {
    height: 100%
}

.best-category {
    padding: 0 25px
}

@media (max-width:1199.98px) {
    .best-category {
        padding: 0 15px
    }
}

@media (min-width:1300px) {
    .best-category .carousel [class*=col-md-] {
        max-width: 20%
    }
}

@media (max-width:1200px) {
    .best-category .carousel [class*=col-md-] {
        max-width: 33.333%
    }
}

@media (max-width:991px) {
    .best-category .carousel [class*=col-md-] {
        max-width: 50%
    }
}

@media (max-width:767px) {
    .best-category .carousel [class*=col-md-] {
        max-width: 100%
    }
}

.best-category .flickity-prev-next-button.previous {
    left: -37px
}

@media (max-width:1199.98px) {
    .best-category .flickity-prev-next-button.previous {
        left: -30px
    }
}

.best-category .flickity-prev-next-button.next {
    right: -37px
}

@media (max-width:1199.98px) {
    .best-category .flickity-prev-next-button.next {
        right: -30px
    }
}

.nav-tabs .nav-item .nav-link {
    color: #000;
    padding: 15px 20px;
    border: none;
    line-height: 16px
}

@media (max-width:991.98px) {
    .nav-tabs .nav-item .nav-link {
        padding: 10px 15px
    }
}

.nav-tabs .nav-item .nav-link.active {
    color: #111887;
    background: transparent
}

.index-featured-carousel {
    overflow: hidden
}

.category-collection .nav-tabs .nav-item {
    margin: 0 6px
}

@media (max-width:1199.98px) {
    .category-collection .nav-tabs .nav-item {
        margin: 0 10px
    }
}

.category-collection .nav-tabs .nav-item .nav-link {
    color: #d0d0d0;
    min-height: 66px;
    padding: 0;
    border-bottom: 3px solid transparent
}

@media (max-width:1199.98px) {
    .category-collection .nav-tabs .nav-item .nav-link {
        letter-spacing: .5px
    }
}

.category-collection .nav-tabs .nav-item .nav-link.active {
    color: #111887;
    background: transparent;
    border-color: #111887
}

.about-category:last-child {
    margin: 0
}

.about-category h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 400
}

@media (max-width:991.98px) {
    .about-category h2 {
        margin-bottom: 1.5rem
    }
}

@media (max-width:767.98px) {
    .about-category h2 {
        margin-bottom: 1rem
    }
}

.about-category h2 b {
    display: block
}

.about-category h3 {
    font-family: Archivo Black, sans-serif;
    text-transform: uppercase;
    margin-bottom: .8rem
}

.about-category h3:not(:first-child) {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #f2f2f3
}

@media (max-width:991.98px) {
    .about-category h3:not(: first-child) {
        margin-top: 1.8rem;
        padding-top: 1.8rem
    }
}

@media (max-width:767.98px) {
    .about-category h3:not(: first-child) {
        margin-top: 1rem;
        padding-top: 1rem
    }
}

.about-category p {
    font-size: .9375rem;
    margin-bottom: 1.5rem
}

@media (max-width:767.98px) {
    .about-category p {
        margin-bottom: 1rem
    }
}

.about-category p:last-child {
    margin: 0
}

.column-count-4 {
    column-count: 4;
    column-gap: 30px
}

@media (max-width:991.98px) {
    .column-count-4 {
        column-count: 3
    }
}

@media (max-width:767.98px) {
    .column-count-4 {
        column-count: 2
    }
}

@media (max-width:479.98px) {
    .column-count-4 {
        column-count: 1
    }
}

.column-count-4 li {
    letter-spacing: .025rem
}

.column-count-2 {
    column-count: 2;
    column-gap: 30px
}

.more-about {
    display: none
}

.new-slider.carousel .flickity-prev-next-button.previous {
    left: -10px
}

.new-slider.carousel .flickity-prev-next-button.next {
    right: -10px
}

.new-slider.carousel .flickity-prev-next-button:disabled {
    display: none
}

.new-slider .shadow {
    box-shadow: 0 10px 35px rgba(0, 0, 0, .1)!important
}

.new-slider .card {
    border: none
}

.new-slider .card .card-img>a {
    display: block;
    position: relative;
    padding-top: 75%
}

@media (max-width:1200px) {
    .new-slider .price-h .card-price-new {
        min-height: 44px
    }
    .new-slider .price-h .card-price-new>* {
        display: block
    }
}

@media (max-width:991px) {
    .new-slider .price-h .card-price-new {
        min-height: 22px
    }
    .new-slider .price-h .card-price-new>* {
        display: inline-block
    }
}

@media (max-width:400px) {
    .new-slider .price-h .card-price-new {
        min-height: 44px
    }
    .new-slider .price-h .card-price-new>* {
        display: block
    }
}

.src-frm .form-control {
    padding-left: 25px;
    border-radius: 30px 0 0 30px
}

.src-frm .input-group-append .btn,
.src-frm .input-group-prepend .btn {
    border-radius: 0 30px 30px 0;
    padding: .8rem 2rem
}

.result-color {
    color: #686871;
    font-size: 18px
}

.card-product-style-search {
    margin-bottom: 30px
}

.card-product-style-search .card-body {
    padding: 15px
}

.card-product-style-search .prod-desc,
.card-product-style-search .prod-desc p {
    font-size: 15px;
    letter-spacing: .05rem;
    line-height: 20px
}

.card-product-style-search .prod-desc p:last-child {
    margin: 0
}

.cart-title {
    font-size: 42px;
    letter-spacing: 0
}

@media (max-width:991.98px) {
    .cart-title {
        font-size: 36px
    }
}

@media (max-width:767.98px) {
    .cart-title {
        font-size: 30px
    }
}

.cart-view .row {
    margin: 0;
    padding: 10px 0
}

.cart-view .cart-col {
    padding: 20px
}

.cart-view .cart-col.cart-product-thumbnail {
    width: 130px
}

.cart-view .cart-col.cart-product-name {
    width: calc(100% - 570px)
}

.cart-view .cart-col.cart-product-price,
.cart-view .cart-col.cart-product-subtotal {
    width: 135px
}

.cart-view .cart-col.cart-product-quantity {
    width: 170px
}

@media (max-width:1199.98px) {
    .cart-view .cart-col {
        padding: 10px
    }
    .cart-view .cart-col.cart-product-thumbnail {
        width: 90px
    }
    .cart-view .cart-col.cart-product-name {
        width: calc(100% - 410px)
    }
    .cart-view .cart-col.cart-product-price,
    .cart-view .cart-col.cart-product-subtotal {
        width: 90px
    }
    .cart-view .cart-col.cart-product-quantity {
        width: 140px
    }
}

.cart-view .qty-wrp {
    padding-right: 30px;
    position: relative
}

@media (max-width:767.98px) {
    .cart-view .qty-wrp {
        padding-right: 20px
    }
}

.cart-view .qty-wrp .quantity-wrapper .input-group {
    border: 1px solid #ebebeb
}

@media (max-width:1199.98px) {
    .cart-view .qty-wrp .quantity-wrapper .input-group {
        width: 90px;
        min-width: 90px
    }
}

@media (max-width:767.98px) {
    .cart-view .qty-wrp .quantity-wrapper .input-group {
        width: 90px;
        min-width: 90px
    }
}

.cart-view .qty-wrp .quantity-wrapper .input-group .input-group-text {
    border: none;
    background: none;
    border-radius: 0;
    padding: 10px 0;
    line-height: 20px;
    height: auto;
    width: 28px;
    text-align: center;
    font-size: 16px;
    display: block
}

@media (max-width:767.98px) {
    .cart-view .qty-wrp .quantity-wrapper .input-group .input-group-text {
        width: 26px
    }
}

.cart-view .qty-wrp .quantity-wrapper .input-group .form-control {
    border: none;
    border-radius: 0;
    background: none;
    padding: 10px 0;
    line-height: 20px;
    height: auto;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-size: 16px
}

.cart-view .qty-wrp .cancel-item {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 20px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px
}

.cart-view .cart-head {
    background: #f2f2f3
}

.cart-view .cart-head .row {
    margin: 0;
    padding: 0
}

.cart-view .cart-head .cart-col {
    font-size: 14px;
    font-family: Archivo Narrow, sans-serif;
    font-weight: 600;
    letter-spacing: .05rem;
    line-height: 20px;
    padding: 15px 20px
}

@media (max-width:1199.98px) {
    .cart-view .cart-head .cart-col {
        padding: 10px
    }
}

.cart-view .cart-head .cart-col.cart-product-quantity {
    padding-right: 45px
}

@media (max-width:1199.98px) {
    .cart-view .cart-head .cart-col.cart-product-quantity {
        padding-right: 35px
    }
}

@media (max-width:767.98px) {
    .cart-view .cart-head .cart-col.cart-product-quantity {
        padding-right: 25px
    }
    .cart-view .cart-head .cart-col.cart-product-name,
    .cart-view .cart-head .cart-col.cart-product-thumbnail {
        display: none
    }
    .cart-view .cart-head .cart-col.cart-product-price,
    .cart-view .cart-head .cart-col.cart-product-subtotal {
        width: calc(50% - 70px)
    }
}

.cart-view .cart-body .row {
    border-bottom: 1px solid #dee2e6
}

@media (max-width:1199.98px) {
    .cart-view .cart-body .cart-product-thumbnail {
        width: 90px
    }
}

.cart-view .cart-body .cart-product-thumbnail a {
    display: block;
    height: 100px;
    width: 100px;
    position: relative
}

@media (max-width:1199.98px) {
    .cart-view .cart-body .cart-product-thumbnail a {
        height: 70px;
        width: 70px
    }
}

.cart-view .cart-body .cart-product-thumbnail .item-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

@media (max-width:1199.98px) {
    .cart-view .cart-body .cart-product-name {
        width: calc(100% - 410px)
    }
}

.cart-view .cart-body .cart-product-name h6 {
    font-size: 15px;
    font-family: Archivo, sans-serif;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .25px
}

@media (max-width:991.98px) {
    .cart-view .cart-body .cart-product-name h6 {
        letter-spacing: 0
    }
}

.cart-view .cart-body .cart-product-name h6 a {
    color: #171725;
    display: block
}

.cart-view .cart-body .cart-product-name h6 a:hover {
    color: #111887
}

.cart-view .cart-body .cart-product-name span.small {
    font-size: 13px
}

.cart-view .cart-body .cart-product-price {
    font-size: 15px;
    font-family: Archivo, sans-serif;
    font-weight: 400
}

.cart-view .cart-body .cart-product-subtotal {
    font-size: 15px;
    font-family: Archivo, sans-serif;
    font-weight: 600
}

@media (max-width:767.98px) {
    .cart-view .cart-body .cart-product-name {
        width: calc(100% - 100px)
    }
    .cart-view .cart-body .cart-product-price,
    .cart-view .cart-body .cart-product-subtotal {
        width: calc(50% - 70px);
        font-size: 15px
    }
}

.cart-widget {
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08)
}

.cart-widget.sticky-top {
    top: 140px
}

.cart-widget .additional-checkout-button,
.cart-widget .additional-checkout-buttons {
    margin: 20px 0 0;
    display: block
}

.cart-widget .additional-checkout-button+.additional-checkout-button {
    margin-left: 0
}

.cart-widget .btn {
    padding: 17px 15px
}

.cart-widget .ship-detail .media img {
    width: 40px
}

.cart-widget .ship-detail .media p {
    letter-spacing: .25px;
    color: #686871
}

.cart-alert {
    font-family: Archivo Narrow, sans-serif;
    font-size: 15px;
    letter-spacing: .1rem;
    background: #f6f6fa;
    padding: 20px;
    font-weight: 500
}

@media (max-width:767.98px) {
    .cart-alert {
        letter-spacing: .25px;
        padding: 15px
    }
}

.continue {
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 600
}

.continue .fa {
    font-size: 20px;
    margin: 0 0 0 10px;
    vertical-align: -3px
}

.top-filter-section select {
    padding: .813rem 1.5rem;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 0
}

.items-view-control {
    height: 30px
}

.items-view-control a,
.items-view-control li {
    height: 30px;
    line-height: 30px
}

.items-view-control a {
    color: #c5c5c7;
    font-size: 2.25rem;
    display: block
}

@media (max-width:991.98px) {
    .items-view-control a {
        font-size: 1.7rem
    }
}

.items-view-control a i {
    height: 30px;
    line-height: 30px;
    display: block
}

.items-view-control a i:before {
    line-height: 30px
}

.items-view-control .active a {
    color: #171725
}

[data-view=view-grid] .collection-view .card-product-style-1 .card-body .list-price {
    display: none
}

[data-view=view-grid] .collection-view .card-product-style-1 .card-body .card-desc,
[data-view=view-grid] .collection-view .card-product-style-1 .card-body .card-title {
    text-align: center
}

@media (min-width:768px) {
    [data-view=view-list] .collection-view [class*=col-] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    [data-view=view-list] .collection-view .card-product-style-1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: inherit;
        flex-direction: inherit
    }
    [data-view=view-list] .collection-view .card-product-style-1 .card-img {
        width: 300px
    }
    [data-view=view-list] .collection-view .card-product-style-1 .card-body {
        width: calc(100% - 300px);
        padding-left: 60px
    }
    [data-view=view-list] .collection-view .card-product-style-1 .card-body .card-title {
        height: auto!important;
        font-size: 1.375rem
    }
    [data-view=view-list] .collection-view .card-product-style-1 .card-body .grid-price {
        display: none
    }
    [data-view=view-list] .collection-view .card-product-style-1 .card-body .list-price {
        font-size: 1.25rem
    }
    [data-view=view-list] .collection-view .card-product-style-1 .card-body .card-desc {
        height: auto!important
    }
}

@media (max-width:767.98px) {
    [data-view=view-list] .collection-view .card-product-style-1 .card-body .list-price {
        display: none
    }
}

.collection-filters {
    border-right: 1px solid #ebebeb;
    position: relative
}

@media (max-width:991.98px) {
    .collection-filters {
        border: 1px solid #ebebeb
    }
}

.collection-filters .clear-all {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #686871;
    font-weight: 600;
    letter-spacing: 0
}

.collection-filters .clear-all:hover {
    color: #111887
}

.filter-acc .panel {
    padding: 20px 20px 20px 0;
    border-top: 1px solid #ebebeb
}

@media (max-width:991.98px) {
    .filter-acc .panel {
        padding: 15px
    }
}

.filter-acc .panel .panel-title {
    font-weight: 600;
    letter-spacing: 1.5px
}

.filter-acc .panel .panel-title a {
    color: #171725;
    display: block;
    position: relative
}

.filter-acc .panel .panel-title a:hover {
    text-decoration: none
}

.filter-acc .panel .panel-title a:after {
    content: "\2013";
    line-height: 16px;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    color: #171725
}

.filter-acc .panel .panel-title a.collapsed:after {
    content: "+";
    font-size: 22px;
    line-height: 18px;
    font-family: Archivo, sans-serif
}

.filter-acc .link-list a {
    color: #686871;
    font-size: 15px;
    letter-spacing: .25px
}

.filter-acc .form-check {
    padding-left: 0
}

.filter-acc .form-check .form-check-label {
    font-size: 15px;
    letter-spacing: 0;
    cursor: pointer;
    padding: 0 0 0 28px;
    display: block
}

.filter-acc .form-check .icn {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 1px;
    top: 50%;
    border: 1px solid #c8c8c8;
    margin-top: -6px
}

.filter-acc .form-check input {
    display: none
}

.filter-acc .form-check input:checked~.icn {
    border: 1px solid #111887
}

.filter-acc .form-check input:checked~.icn:after {
    width: 8px;
    height: 8px;
    content: "";
    background: #111887;
    position: absolute;
    left: 1px;
    top: 1px
}

.filter-acc .form-check input:checked~.lbl {
    color: #111887
}

.filter-acc span.stamped-badge[data-rating="0.0"] {
    display: block
}

.filter-acc span.stamped-badge[data-rating="0.0"] .fa-star,
.filter-acc span.stamped-badge[data-rating="0.0"] .fa-star-checked,
.filter-acc span.stamped-badge[data-rating="0.0"] .fa-star-half-o,
.filter-acc span.stamped-badge[data-rating="0.0"] .fa-star-o,
.filter-acc span.stamped-badge[data-rating="0.0"] .stamped-fa-star,
.filter-acc span.stamped-badge[data-rating="0.0"] .stamped-fa-star-checked,
.filter-acc span.stamped-badge[data-rating="0.0"] .stamped-fa-star-half-o,
.filter-acc span.stamped-badge[data-rating="0.0"] .stamped-fa-star-o {
    color: #c5c5c8
}

.accessory-card {
    position: relative
}

.accessory-card .accessory-img {
    width: 40%;
    padding-right: 20px
}

@media (max-width:479.98px) {
    .accessory-card .accessory-img {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px
    }
}

.accessory-card .accessory-body {
    width: 60%
}

@media (max-width:479.98px) {
    .accessory-card .accessory-body {
        width: 100%
    }
}

.accessory-card .accessory-body .accessory-title {
    letter-spacing: .25px
}

.accessory-card .accessory-body .btn-group-sm>.btn,
.accessory-card .accessory-body .btn-sm {
    padding: .6rem 1rem
}

@media (max-width:1385px) {
    .accessory-card .price-h {
        min-height: 44px
    }
    .accessory-card .price-h .accessory-price * {
        display: block
    }
}

@media (max-width:1200px) {
    .accessory-card .price-h {
        min-height: 22px
    }
    .accessory-card .price-h .accessory-price * {
        display: inline-block
    }
}

@media (max-width:991px) {
    .accessory-card .price-h {
        min-height: 44px
    }
    .accessory-card .price-h .accessory-price * {
        display: block
    }
}

@media (max-width:767px) {
    .accessory-card .price-h {
        min-height: 22px
    }
    .accessory-card .price-h .accessory-price * {
        display: inline-block
    }
}

@media (max-width:400px) {
    .accessory-card .price-h {
        min-height: 44px
    }
    .accessory-card .price-h .accessory-price * {
        display: block
    }
}

.accessory-card .stamped-badge,
.card .stamped-badge {
    white-space: nowrap
}

.accessory-card .stamped-badge[data-rating="0"],
.accessory-card .stamped-badge[data-rating="0.0"],
.card .stamped-badge[data-rating="0"],
.card .stamped-badge[data-rating="0.0"] {
    display: inherit
}

.accessory-card .stamped-badge-starrating,
.card .stamped-badge-starrating {
    display: inline-block
}

.accessory-card .stamped-badge-caption,
.card .stamped-badge-caption {
    font-size: 14px;
    margin-left: 5px
}

@media (min-width:992px) {
    .accessory-card .stamped-badge-caption,
    .card .stamped-badge-caption {
        vertical-align: 1px
    }
}

.accessory-card .stamped-badge-caption[data-reviews]:after,
.card .stamped-badge-caption[data-reviews]:after {
    display: none
}

.accessory-card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .fa-star,
.accessory-card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .fa-star-checked,
.accessory-card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .fa-star-half-o,
.accessory-card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .fa-star-o,
.accessory-card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-fa-star,
.accessory-card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-fa-star-checked,
.accessory-card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-fa-star-half-o,
.accessory-card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-fa-star-o,
.card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .fa-star,
.card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .fa-star-checked,
.card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .fa-star-half-o,
.card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .fa-star-o,
.card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-fa-star,
.card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-fa-star-checked,
.card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-fa-star-half-o,
.card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-fa-star-o {
    color: #c5c5c8
}

.accessory-card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-badge-caption:after,
.card span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-badge-caption:after {
    content: " 0";
    display: inline-block;
    color: #171725;
    margin-left: 0
}

.carousel-main iframe {
    display: block;
    border: none
}

.product-details-wrapper .product-title {
    font-size: 2rem
}

@media (max-width:991.98px) {
    .product-details-wrapper .product-title {
        font-size: 1.8rem
    }
}

@media (max-width:767.98px) {
    .product-details-wrapper .product-title {
        font-size: 1.5rem
    }
}

.product-details-wrapper .price-wrapper .h5 {
    font-size: 1.81rem
}

@media (max-width:991.98px) {
    .product-details-wrapper .price-wrapper .h5 {
        font-size: 1.6rem
    }
}

@media (max-width:767.98px) {
    .product-details-wrapper .price-wrapper .h5 {
        font-size: 1.4rem
    }
}

.product-details-wrapper .price-wrapper .h6 {
    font-size: 1.3rem
}

@media (max-width:991.98px) {
    .product-details-wrapper .price-wrapper .h6 {
        font-size: 1rem
    }
}

.product-details-wrapper .fa-star-half-o:before,
.product-details-wrapper .fa-star-o:before,
.product-details-wrapper .fa-star:before,
.product-details-wrapper .stamped-fa-star-half-o:before,
.product-details-wrapper .stamped-fa-star-o:before,
.product-details-wrapper .stamped-fa-star:before {
    font-size: 22px
}

@media (max-width:991.98px) {
    .product-details-wrapper .fa-star-half-o:before,
    .product-details-wrapper .fa-star-o:before,
    .product-details-wrapper .fa-star:before,
    .product-details-wrapper .stamped-fa-star-half-o:before,
    .product-details-wrapper .stamped-fa-star-o:before,
    .product-details-wrapper .stamped-fa-star:before {
        font-size: 20px
    }
}

@media (max-width:767.98px) {
    .product-details-wrapper .fa-star-half-o:before,
    .product-details-wrapper .fa-star-o:before,
    .product-details-wrapper .fa-star:before,
    .product-details-wrapper .stamped-fa-star-half-o:before,
    .product-details-wrapper .stamped-fa-star-o:before,
    .product-details-wrapper .stamped-fa-star:before {
        font-size: 18px
    }
}

.product-details-wrapper .stamped-badge-caption {
    font-size: .9375rem;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #111887
}

.product-details-wrapper .stamped-badge-caption:focus,
.product-details-wrapper .stamped-badge-caption:hover {
    color: #0d1265
}

.product-details-wrapper .stamped-badge-starrating {
    display: inline-block;
    margin: 0 10px 0 0!important
}

.product-details-wrapper span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-badge-caption:before {
    content: "0";
    font-size: .9375rem;
    color: #111887;
    letter-spacing: 0
}

.product-details-wrapper span.stamped-badge[data-rating="0.0"]:not([data-lang=en]) .stamped-badge-caption:after {
    content: " Review";
    font-size: .9375rem;
    color: #111887;
    letter-spacing: 0
}

.product-details-wrapper .rte.prod-desc,
.product-details-wrapper .rte.prod-desc p {
    font-size: .9375rem
}

.product-details-wrapper .rte.prod-desc p:last-child {
    margin: 0
}

.product-details-wrapper .stock-line .stock {
    font-weight: 600;
    color: #4aa612
}

.product-details-wrapper .stock-line .out-of-stock {
    font-weight: 600;
    color: #d51212
}

.product-details-wrapper .space-wrp {
    margin: 0 -15px
}

@media (max-width:1199.98px) {
    .product-details-wrapper .space-wrp {
        margin: 0 -10px
    }
}

@media (max-width:991.98px) {
    .product-details-wrapper .space-wrp {
        margin: 0 -15px
    }
}

@media (max-width:767.98px) {
    .product-details-wrapper .space-wrp {
        margin: 0 -10px
    }
}

.product-details-wrapper .space-wrp .space-icn {
    padding: 0 15px;
    width: 22%
}

@media (max-width:1199.98px) {
    .product-details-wrapper .space-wrp .space-icn {
        padding: 0 10px
    }
}

@media (max-width:991.98px) {
    .product-details-wrapper .space-wrp .space-icn {
        padding: 0 15px
    }
}

@media (max-width:767.98px) {
    .product-details-wrapper .space-wrp .space-icn {
        padding: 0 10px;
        width: 25%
    }
}

.product-details-wrapper .space-wrp .space-icn img {
    width: 100%;
    display: block
}

.product-details-wrapper .prod-act .btn-wrap {
    width: 100%
}

.product-details-wrapper .prod-act .btn {
    padding: 1.063rem 2rem
}

.product-details-wrapper .quantity-wrapper .input-group {
    border: 1px solid #ebebeb;
    max-width: 140px;
    min-width: 140px
}

.product-details-wrapper .quantity-wrapper .input-group .input-group-text {
    border: none;
    background: none;
    border-radius: 0;
    padding: 10px;
    line-height: 36px;
    height: auto;
    width: 50px;
    text-align: center;
    font-size: 16px;
    display: block
}

.product-details-wrapper .quantity-wrapper .input-group .form-control {
    border: none;
    border-radius: 0;
    background: none;
    padding: 10px 0;
    line-height: 20px;
    height: auto;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-size: .9375rem
}

[data-carousel-main],
[data-nav-carousal] {
    visibility: hidden
}

.section-accessories-products,
.section-related-products {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:479.98px) {
    .section-accessories-products .flickity-viewport [class*=col-] {
        padding: 0
    }
}

#productTabs .nav-tabs .nav-item {
    margin: 0 60px 0 0
}

#productTabs .nav-tabs .nav-item:last-child {
    margin-right: 0
}

@media (max-width:1199.98px) {
    #productTabs .nav-tabs .nav-item {
        margin: 0 20px 0 0
    }
}

#productTabs .nav-tabs .nav-item .nav-link {
    color: #d0d0d0;
    padding: 10px 0;
    border-bottom: 3px solid transparent
}

@media (max-width:1199.98px) {
    #productTabs .nav-tabs .nav-item .nav-link {
        letter-spacing: .5px
    }
}

#productTabs .nav-tabs .nav-item .nav-link.active {
    color: #111887;
    background: transparent;
    border-color: #111887
}

#productTabs .rte {
    font-size: .9375rem;
    color: #171725;
    letter-spacing: .25px
}

#productTabs .rte ul {
    padding: 0 0 0 17px;
    margin: 0 0 30px
}

#productTabs .rte ul li {
    margin: 0 0 10px;
    font-size: .9375rem;
    color: #171725;
    letter-spacing: .25px
}

#productTabs .rte ul li:last-child {
    margin: 0
}

#productTabs .rte p {
    font-size: .9375rem;
    color: #171725;
    line-height: 30px;
    letter-spacing: .25px
}

#productTabs .rte p:last-child {
    margin: 0
}

#reviews>* {
    letter-spacing: 0
}

#reviews #stamped-main-widget {
    margin: 0;
    overflow: visible
}

#reviews div.stamped-container[data-widget-style=standard],
#reviews div[data-widget-style=standard] div.stamped-container {
    max-width: 100%;
    margin: 10px 0 0!important
}

#reviews input,
#reviews input.stamped-form-input,
#reviews textarea.stamped-form-input-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none
}

#reviews .stamped-form-label+input.stamped-form-input,
#reviews textarea.stamped-form-input-textarea {
    padding: .9rem 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    font-size: .9375rem;
    letter-spacing: .05rem;
    height: auto;
    min-height: auto;
    resize: none
}
      
#stamped-reviews-widget {
  font-family: inherit !important;
}

@media (max-width:767.98px) {
    #reviews .stamped-form-label+input.stamped-form-input,
    #reviews textarea.stamped-form-input-textarea {
        padding: .6rem 1.1rem;
        font-size: .875rem
    }
}

#reviews .stamped-form-label+input.stamped-form-input:focus,
#reviews input:focus,
#reviews textarea.stamped-form-input-textarea:focus {
    box-shadow: none
}

#reviews #stamped-button-submit {
    font-weight: 700;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #111887;
    border: 1px solid #111887;
    padding: .8rem 1.8rem;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 0;
    text-transform: uppercase;
    font-family: Archivo Narrow, sans-serif;
    letter-spacing: .15rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#reviews .new-review-form,
#reviews .stamped-content form {
    padding-top: 45px
}

#reviews .stamped-review-header .verified-badge,
#reviews .stamped-review[data-verified=buyer] .stamped-review-avatar:before {
    color: #111887
}

.modal-open .modal.addons-modal {
    padding-left: 0
}

.addons-modal.fade .modal-dialog {
    transform: translate(0)
}

@media (min-width:1200px) {
    .addons-modal .modal-xl {
        max-width: 900px
    }
}

@media (max-width:1024.98px) {
    .addons-modal .modal-xl {
        max-width: calc(100% - 3.5rem)
    }
}

@media (max-width:479.98px) {
    .addons-modal .modal-xl {
        max-width: calc(100% - 1rem)
    }
}

.addons-modal .modal-header {
    border: none;
    padding: 30px 15px
}

@media (max-width:479.98px) {
    .addons-modal .modal-header {
        padding: 15px 45px 15px 15px
    }
}

.addons-modal .modal-header .close {
    padding: 2px 10px;
    font-size: 1.6rem;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1
}

@media (max-width:479.98px) {
    .addons-modal .modal-header .close {
        top: 15px;
        right: 10px;
        font-size: 1.3rem
    }
}

.addons-modal .modal-header .itemLabel {
    font-size: 24px
}

@media (max-width:991.98px) {
    .addons-modal .modal-header .itemLabel {
        font-size: 16px;
        letter-spacing: 0
    }
}

@media (max-width:479.98px) {
    .addons-modal .modal-header .itemLabel {
        line-height: 10px
    }
}

.addons-modal .modal-header .itemLabel:before {
    content: "";
    margin-right: 20px;
    vertical-align: middle;
    background: url(https://cdn.shopify.com/s/files/1/0053/4482/1321/files/mark-icn.svg) 50%/32px no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block
}

@media (max-width:767.98px) {
    .addons-modal .modal-header .itemLabel:before {
        font-size: 1.5rem;
        margin-right: 10px;
        width: 24px;
        height: 24px;
        background-size: 24px
    }
}

.addons-modal .modal-content {
    border: none;
    border-radius: 0
}

.addons-modal .border-r {
    border-right: 1px solid #ebebeb
}

@media (max-width:991.98px) {
    .addons-modal .border-r {
        border-right: none
    }
}

.addons-modal .border-b {
    border-bottom: 1px solid #ebebeb
}

.addons-modal .border-t {
    border-top: 1px solid #ebebeb
}

.addons-modal .card .card-img>a {
    padding-top: 70%
}

.addons-modal .card .card-body {
    padding: 0 1.25rem 45px
}

@media (max-width:767.98px) {
    .addons-modal .btn {
        letter-spacing: 0;
        padding: 10px 15px
    }
}

.addons-modal .btn-link {
    color: #a2a2a8;
    font-size: 16px
}

.addons-modal .btn-link .fa {
    font-size: 20px;
    vertical-align: -3px;
    margin-left: 5px
}

.addons-modal .btn-link:hover {
    color: #111887;
    text-decoration: none
}

.addons-modal .btn-secondary {
    padding: 1.063rem 3rem
}

.addons-modal .btn-group-sm>.btn-primary.btn,
.addons-modal .btn-sm.btn-primary {
    font-size: .9375rem
}

.addons-modal .btn-group-sm>.btn-outline-primary.btn,
.addons-modal .btn-sm.btn-outline-primary {
    font-size: .9375rem;
    border-color: #ebebeb
}

.addons-modal .btn-group-sm>.btn-outline-primary.btn:hover,
.addons-modal .btn-sm.btn-outline-primary:hover {
    background: none;
    color: #111887;
    border-color: #ebebeb
}

.addons-modal .carousel-addons .carousel-cell,
.addons-modal .carousel-addons .carousel-cell .card {
    height: 100%
}

.addons-modal .addons-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.addons-modal .addons-btn .btn-primary {
    display: inline-block
}

.addons-modal .addons-btn.Added-addons .btn-primary,
.addons-modal .addons-btn .btn-outline-primary {
    display: none
}

.addons-modal .addons-btn.Added-addons .btn-outline-primary {
    display: inline-block
}

.addons-modal .media {
    -ms-flex-align: center;
    align-items: center
}

.addons-modal .media.main-prod {
    padding: 0 30px
}

@media (max-width:991.98px) {
    .addons-modal .media.main-prod {
        border-bottom: 1px solid #dee2e6;
        padding: 0 0 15px;
        margin-bottom: 15px
    }
}

.addons-modal .media.main-prod img {
    max-width: 130px
}

@media (max-width:767.98px) {
    .addons-modal .media.main-prod img {
        max-width: 80px
    }
}

.addons-modal .media.addons-prod img {
    max-width: 100px
}

@media (max-width:767.98px) {
    .addons-modal .media.addons-prod img {
        max-width: 60px
    }
}

.addons-modal .extra-title {
    min-height: 38px
}

@media (max-width:767.98px) {
    .addons-modal .extra-title {
        min-height: inherit
    }
}

@media (min-width:768px) {
    .addons-modal .accessory-card {
        height: calc(100% - 38px - 1.5rem)
    }
}

.addons-modal .accessory-card .accessory-img {
    width: 50%
}

@media (max-width:479.98px) {
    .addons-modal .accessory-card .accessory-img {
        width: 100%
    }
}

.addons-modal .accessory-card .accessory-body {
    width: 50%
}

@media (max-width:479.98px) {
    .addons-modal .accessory-card .accessory-body {
        width: 100%
    }
}

@media (max-width:1199.98px) {
    .addons-modal .accessory-card .btn-group-sm>.btn,
    .addons-modal .accessory-card .btn-sm {
        letter-spacing: 0
    }
}

.about_us .aboutus_img img {
    max-width: 100%;
    width: auto;
    display: inline-block
}

@media (max-width:1199.98px) {
    .about_us .aboutus_img img {
        max-height: 400px
    }
}

.about_us hr {
    max-width: 530px
}

.blogs .card .card-img {
    padding-top: 70%
}

.sidebar-blog .card-header {
    font-size: 18px
}

@media (max-width:1199.98px) {
    .sidebar-blog .card-header {
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .sidebar-blog .card-header {
        font-size: 18px
    }
}

@media (max-width:479.98px) {
    .sidebar-blog .card-header {
        font-size: 16px
    }
}

.blog-search .form-control::-webkit-input-placeholder {
    color: #a2a2a8
}

.blog-search .form-control::-moz-placeholder {
    color: #a2a2a8
}

.blog-search .form-control:-ms-input-placeholder {
    color: #a2a2a8
}

.blog-search .form-control:-moz-placeholder {
    color: #a2a2a8
}

.blog-search .btn i {
    vertical-align: -1px
}

.card-socials .social-icon li a {
    width: 34px;
    height: 34px;
    font-size: 1rem;
    transition: all .4s
}

@media screen and (prefers-reduced-motion:reduce) {
    .card-socials .social-icon li a {
        transition: none
    }
}

.card-socials .social-icon li a:hover {
    background-color: #111887
}

.card-socials .social-icon li a:hover i {
    color: #fff!important
}

.card-socials .social-icon li a i {
    margin-left: 0
}

.card-socials .social-icon.article li a {
    font-size: 1.25rem
}

.card-recent-articles .tab-menu .nav-link {
    font-size: 18px
}

@media (max-width:1199.98px) {
    .card-recent-articles .tab-menu .nav-link {
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    .card-recent-articles .tab-menu .nav-link {
        font-size: 18px
    }
}

@media (max-width:479.98px) {
    .card-recent-articles .tab-menu .nav-link {
        font-size: 16px
    }
}

.card-recent-articles .tab-menu .nav-link.active {
    box-shadow: none
}

.card-recent-articles .tab-content .tab-pane .list-group-item:last-child {
    padding-bottom: 5px
}

.card-recent-articles .tab-content .tab-pane .list-group-item .article-date {
    color: #939393
}

.card-tags .card-body .badge {
    padding: 9px 16px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #c5c5c8;
    background: none
}

.card-tags .card-body .badge a {
    color: #9e9e9e
}

.card-tags .card-body .badge:hover {
    border-color: #111887;
    background: #111887;
    color: #fff
}

.card-tags .card-body .badge:hover a {
    color: #fff
}

.card-tags .card-body .badge.badge-dark {
    border-color: #111887;
    background: #111887;
    color: #fff
}

.card-category .category_name a {
    color: #171725
}

.card-category .category_name.active a,
.card-category .category_name a:hover {
    color: #1166b4
}

.card-category .category_name.active a:hover {
    color: #111887
}

.card-category .category_hr:last-child {
    display: none
}

.articles .article-footer .article-tags a {
    color: #686871
}

.articles .article-footer .article-tags a:hover {
    color: #111887
}

.articles .next-article i {
    top: 2px;
    margin-left: -5px
}

.articles .prev-article i {
    top: 2px
}

.articles .article-comments::-webkit-input-placeholder {
    color: #a2a2a8
}

.articles .article-comments::-moz-placeholder {
    color: #a2a2a8
}

.articles .article-comments:-ms-input-placeholder {
    color: #a2a2a8
}

.articles .article-comments:-moz-placeholder {
    color: #a2a2a8
}

.articles .article-comments .comments-moderated {
    color: #888
}

.articles .article-comments .form-control {
    font-size: 15px;
    letter-spacing: .05rem;
    border-color: #a2a2a8;
    padding: 15px 20px;
    height: auto;
    line-height: 20px
}

.articles .article-comments .form-control:focus {
    border-color: #a2a2a8
}

.articles .article-comments .btn {
    padding: 1.063rem 3rem
}

.cont-wrap .form-control {
    border: transparent;
    font-size: .9375rem;
    letter-spacing: .05rem
}

@media (max-width:991.98px) {
    .cont-wrap .form-control {
        letter-spacing: 0
    }
}

@media (max-width:767.98px) {
    .cont-wrap .form-control {
        font-size: .875rem
    }
}

.cont-wrap .form-control::-webkit-input-placeholder {
    color: #a2a2a8
}

.cont-wrap .form-control::-moz-placeholder {
    color: #a2a2a8
}

.cont-wrap .form-control:-ms-input-placeholder {
    color: #a2a2a8
}

.cont-wrap .form-control:-moz-placeholder {
    color: #a2a2a8
}

.cont-wrap textarea.form-control {
    height: 120px
}

@media (min-width:480px) {
    .cont-wrap .btn {
        padding: 1.063rem 2.5rem
    }
}

.cont-wrap .media img {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 80px
}

@media (max-width:767.98px) {
    .cont-wrap .media img {
        max-width: 50px
    }
}

.cont-wrap .media p a {
    color: #000;
    text-decoration: underline;
    font-weight: 500
}

.cont-wrap .media p a:hover {
    text-decoration: none;
    color: #111887
}

.pages .rte h2 {
    letter-spacing: .05rem;
    margin-bottom: 10px;
    font-family: Archivo Black, sans-serif;
    font-size: 36px;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .pages .rte h2 {
        font-size: 32px
    }
}

@media (max-width:767.98px) {
    .pages .rte h2 {
        font-size: 28px
    }
}

.pages .rte h3 {
    letter-spacing: .05rem;
    margin-bottom: 10px;
    font-family: Archivo Black, sans-serif;
    font-size: 27px;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .pages .rte h3 {
        font-size: 24px
    }
}

@media (max-width:767.98px) {
    .pages .rte h3 {
        font-size: 20px
    }
}

.pages .rte p {
    font-size: .9375rem;
    letter-spacing: .25px;
    line-height: 24px;
    margin-bottom: 25px
}

@media (max-width:991.98px) {
    .pages .rte p {
        margin-bottom: 20px
    }
}

@media (max-width:767.98px) {
    .pages .rte p {
        margin-bottom: 15px
    }
}

.pages .rte p:last-child {
    margin-bottom: 0
}

.pages .rte ul {
    margin-bottom: 25px;
    padding-left: 50px
}

@media (max-width:1199.98px) {
    .pages .rte ul {
        padding-left: 40px
    }
}

@media (max-width:991.98px) {
    .pages .rte ul {
        padding-left: 30px;
        margin-bottom: 20px
    }
}

@media (max-width:767.98px) {
    .pages .rte ul {
        padding-left: 20px;
        margin-bottom: 15px
    }
}

.pages .rte ul li {
    font-size: .9375rem;
    letter-spacing: .25px;
    line-height: 24px;
    margin-bottom: 20px
}

@media (max-width:767.98px) {
    .pages .rte ul li {
        margin-bottom: 10px
    }
}

.pages .rte ol {
    margin-bottom: 25px;
    padding-left: 50px
}

@media (max-width:1199.98px) {
    .pages .rte ol {
        padding-left: 40px
    }
}

@media (max-width:991.98px) {
    .pages .rte ol {
        padding-left: 30px;
        margin-bottom: 20px
    }
}

@media (max-width:767.98px) {
    .pages .rte ol {
        padding-left: 20px;
        margin-bottom: 15px
    }
}

.pages .rte ol li {
    font-size: .9375rem;
    letter-spacing: .25px;
    line-height: 24px;
    margin-bottom: 20px
}

@media (max-width:767.98px) {
    .pages .rte ol li {
        margin-bottom: 10px
    }
}

.pages .rte hr {
    margin-bottom: 25px;
    margin-top: 25px
}

@media (max-width:991.98px) {
    .pages .rte hr {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

@media (max-width:767.98px) {
    .pages .rte hr {
        margin-bottom: 15px;
        margin-top: 15px
    }
}

.site-map .rte h2 {
    letter-spacing: .05rem;
    margin-bottom: 10px;
    font-family: Archivo Black, sans-serif;
    font-size: 36px;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .site-map .rte h2 {
        font-size: 32px
    }
}

@media (max-width:767.98px) {
    .site-map .rte h2 {
        font-size: 28px
    }
}

.site-map .rte h3 {
    letter-spacing: .05rem;
    margin-bottom: 10px;
    font-family: Archivo Black, sans-serif;
    font-size: 27px;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .site-map .rte h3 {
        font-size: 24px
    }
}

@media (max-width:767.98px) {
    .site-map .rte h3 {
        font-size: 20px
    }
}

.site-map .rte p {
    font-size: .9375rem;
    letter-spacing: .25px;
    line-height: 24px;
    margin-bottom: 25px
}

@media (max-width:991.98px) {
    .site-map .rte p {
        margin-bottom: 20px
    }
}

@media (max-width:767.98px) {
    .site-map .rte p {
        margin-bottom: 15px
    }
}

.site-map .rte p:last-child {
    margin-bottom: 0
}

.site-map .rte ul {
    margin-bottom: 25px;
    padding-left: 50px
}

@media (max-width:1199.98px) {
    .site-map .rte ul {
        padding-left: 40px
    }
}

@media (max-width:991.98px) {
    .site-map .rte ul {
        padding-left: 30px;
        margin-bottom: 20px
    }
}

@media (max-width:767.98px) {
    .site-map .rte ul {
        padding-left: 20px;
        margin-bottom: 15px
    }
}

.site-map .rte ul li {
    font-size: .9375rem;
    letter-spacing: .25px;
    line-height: 24px;
    margin-bottom: 20px
}

@media (max-width:767.98px) {
    .site-map .rte ul li {
        margin-bottom: 10px
    }
}

.site-map .rte ol {
    margin-bottom: 25px;
    padding-left: 50px
}

@media (max-width:1199.98px) {
    .site-map .rte ol {
        padding-left: 40px
    }
}

@media (max-width:991.98px) {
    .site-map .rte ol {
        padding-left: 30px;
        margin-bottom: 20px
    }
}

@media (max-width:767.98px) {
    .site-map .rte ol {
        padding-left: 20px;
        margin-bottom: 15px
    }
}

.site-map .rte ol li {
    font-size: .9375rem;
    letter-spacing: .25px;
    line-height: 24px;
    margin-bottom: 20px
}

@media (max-width:767.98px) {
    .site-map .rte ol li {
        margin-bottom: 10px
    }
}

.site-map .rte hr {
    margin-bottom: 25px;
    margin-top: 25px
}

@media (max-width:991.98px) {
    .site-map .rte hr {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

@media (max-width:767.98px) {
    .site-map .rte hr {
        margin-bottom: 15px;
        margin-top: 15px
    }
}

.site-map .rte .coll-list ul {
    margin-bottom: 15px;
    padding-left: 20px
}

.site-map .rte .coll-list ul li {
    line-height: 24px;
    margin: 0
}

.site-map .rte .coll-list ul li a {
    display: inline-block;
    margin: 0 0 5px
}

.site-map .rte .coll-list a.h5,
.site-map .rte .coll-list a.h6 {
    color: #171725;
    font-weight: 700
}

.site-map .rte .coll-list a.h5:hover,
.site-map .rte .coll-list a.h6:hover {
    color: #111887
}

.site-map .rte .card ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0
}

.site-map .rte .card ul li {
    line-height: 20px;
    margin: 0 0 10px
}

.site-map .rte .card ul li:last-child {
    margin: 0
}

.site-map .rte .card ul li a {
    display: inline-block;
    margin: 0
}

.site-map .rte .card .card-header h5 a {
    color: #171725;
    font-weight: 700;
    letter-spacing: 0
}

.site-map .rte .card .card-header h5 a:hover {
    color: #111887
}

.article-main-part .article-content {
    padding: 2rem 1.2rem
}

.article-main-part .article-content .rte:last-child {
    margin: 0
}

.article-main-part .article-content .rte h4 {
    font-family: Archivo Narrow, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 3px
}

.article-main-part .article-content .rte p {
    font-size: 15px;
    letter-spacing: .05rem;
    margin: 0 0 25px
}
      
.article-main-part .article-content .rte img {
    width:auto;
  	margin:20px auto;
}

@media (max-width:991.98px) {
    .article-main-part .article-content .rte p {
        margin: 0 0 15px
    }
}

.article-main-part .article-content .rte p:last-child {
    margin: 0
}

.article-main-part .article-footer {
    padding: 0 1.2rem
}

#comments .comment-body p {
    font-size: 15px
}

.article-comments .note-line {
    font-size: 13px;
    line-height: 1.4
}

.form-check {
    padding: 0
}

.form-check+.form-check {
    margin-top: 7px
}

.form-check label {
    position: relative;
    padding: 0 0 0 22px;
    cursor: pointer
}

.form-check label input[type=checkbox],
.form-check label input[type=radio] {
    display: none;
    margin: 0
}

.form-check label input[type=checkbox]~.check-icn,
.form-check label input[type=radio]~.check-icn {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #c5c5c5;
    position: absolute;
    left: 0;
    top: 5px
}

.form-check label input[type=checkbox]~.check-icn {
    box-shadow: inset 0 0 0 0 #111887;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.form-check label input[type=radio]~.check-icn {
    border-radius: 15px
}

.form-check label input[type=radio]:checked~.check-icn {
    border: 1px solid #111887;
    box-shadow: inset 0 0 0 1px #111887
}

.form-check label input[type=checkbox]:checked~.check-icn {
    border: 1px solid #111887;
    box-shadow: inset 0 0 0 10px #111887
}

.form-check label input[type=radio]:checked~.check-icn:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background: #111887;
    top: 2px;
    left: 2px;
    border-radius: 5px
}

.form-check label input[type=checkbox]:checked~.check-icn:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 10px;
    background: url(https://cdn.shopify.com/s/files/1/0037/6402/7490/files/checkbox-tick.svg);
    top: 3px;
    left: 2px
}

[data-account-address] .form-check label {
    padding: 0 0 0 25px
}

[data-account-address] .form-check label input[type=checkbox]~.check-icn {
    width: 16px;
    height: 16px;
    top: 4px
}

[data-account-address] .collapse .row {
    margin-left: -5px;
    margin-right: -5px
}

[data-account-address] .collapse [class*=col] {
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width:991.98px) {
    [data-account-address] .collapse .col {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        width: 50%
    }
}

@media (max-width:767.98px) {
    [data-account-address] .collapse .col {
        width: 100%
    }
}

[data-account-address] .btn {
    padding: .6rem 1.5rem
}

@media (max-width:767.98px) {
    [data-account-address] .btn {
        letter-spacing: 0;
        margin: 5px 0;
        padding: .6rem 1.1rem
    }
}

[data-account-address] .card-title .badge {
    vertical-align: 3px
}

[data-account-tabs] .form-check label {
    padding: 0 0 0 25px
}

[data-account-tabs] .form-check label input[type=checkbox]~.check-icn {
    width: 16px;
    height: 16px;
    top: 4px
}

.input-group-text {
    width: 50px;
    height: 50px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

div.snize.snize-search-results {
    margin: 0
}

@media (max-width:400px) {
    div.snize.snize-search-results.snize-mobile-design #snize-search-results-grid-mode li.snize-product {
        margin-bottom: 20px
    }
}

div.snize.snize-search-results .snize-main-panel {
    margin: 0 0 30px
}

div.snize.snize-search-results .snize-filters-sidebar,
div.snize.snize-search-results .snize-header,
div.snize.snize-search-results .snize-horizontal-filters {
    display: none
}

div.snize.snize-search-results .snize-search-results-main-content>div {
    width: 100%!important
}

div.snize.snize-search-results #snize-search-results-grid-mode .snize-view-link {
    border: 1px solid #f2f2f3
}

div.snize.snize-search-results #snize-search-results-grid-mode span.snize-thumbnail {
    border: none;
    height: auto;
    padding-top: 100%
}

div.snize.snize-search-results #snize-search-results-grid-mode span.snize-thumbnail img {
    max-width: 90%
}

div.snize.snize-search-results #snize-search-results-grid-mode span.snize-overhidden {
    padding: 1.25rem 1.25rem 1.7rem;
    background: none
}

@media (max-width:479.98px) {
    div.snize.snize-search-results #snize-search-results-grid-mode span.snize-overhidden {
        padding: 1rem 1rem 1.25rem
    }
}

div.snize.snize-search-results #snize-search-results-grid-mode span.snize-title {
    font-size: 1rem;
    color: #171725;
    letter-spacing: .05rem;
    font-family: Archivo, sans-serif;
    font-weight: 500;
    line-height: 1.3
}

div.snize.snize-search-results #snize-search-results-grid-mode span.snize-description {
    font-size: .9375rem;
    line-height: 20px;
    max-height: inherit!important
}

div.snize.snize-search-results #snize-search-results-grid-mode .snize-price-list {
    margin: 0
}

div.snize.snize-search-results #snize-search-results-grid-mode .snize-price-list .snize-price {
    color: #171725;
    font-size: 1rem;
    font-family: Archivo, sans-serif;
    font-weight: 400
}

div.snize.snize-search-results #snize-search-results-grid-mode .snize-price-list .snize-discounted-price {
    color: #686871;
    font-size: 14px;
    font-family: Archivo, sans-serif;
    font-weight: 400
}

div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product .snize-button {
    display: none
}

div.snize.snize-search-results #snize-search-results-list-mode span.snize-thumbnail {
    height: 90px;
    width: 90px
}

@media (max-width:479.98px) {
    div.snize.snize-search-results #snize-search-results-list-mode span.snize-thumbnail {
        height: 70px;
        width: 70px
    }
}

div.snize.snize-search-results #snize-search-results-list-mode span.snize-thumbnail img {
    max-width: 90px;
    max-height: 90px
}

@media (max-width:479.98px) {
    div.snize.snize-search-results #snize-search-results-list-mode span.snize-thumbnail img {
        max-width: 70px;
        max-height: 70px
    }
}

div.snize.snize-search-results #snize-search-results-list-mode span.snize-title {
    font-size: 1rem;
    color: #171725;
    letter-spacing: .05rem;
    font-family: Archivo, sans-serif;
    font-weight: 500;
    line-height: 1.3
}

div.snize.snize-search-results #snize-search-results-list-mode span.snize-description {
    font-size: .9375rem;
    line-height: 20px;
    max-height: inherit!important;
    margin-top: 10px
}

div.snize.snize-search-results #snize-search-results-list-mode .snize-price-list {
    margin: 10px 0 0;
    display: block
}

div.snize.snize-search-results #snize-search-results-list-mode .snize-price-list .snize-price {
    color: #171725;
    font-size: 1rem;
    font-family: Archivo, sans-serif;
    font-weight: 400
}

div.snize.snize-search-results #snize-search-results-list-mode .snize-price-list .snize-discounted-price {
    color: #686871;
    font-size: 14px;
    font-family: Archivo, sans-serif;
    font-weight: 400
}

div.snize.snize-search-results #snize-search-results-list-mode li.snize-product .snize-button {
    display: none
}

div.snize.snize-search-results li.snize-product:hover span.snize-thumbnail img.snize-item-image {
    opacity: 1
}

div.snize.snize-search-results li.snize-product:hover span.snize-thumbnail img.snize-flip-image {
    opacity: 0
}

div.snize.snize-search-results .snize-pagination {
    width: 100%!important;
    margin: 0
}

div.snize.snize-search-results .snize-pagination ul li .snize-pagination-prev {
    font-size: 0;
    width: auto;
    color: #171725;
    margin-right: .8rem
}

@media (max-width:767.98px) {
    div.snize.snize-search-results .snize-pagination ul li .snize-pagination-prev {
        margin-right: .25rem
    }
}

div.snize.snize-search-results .snize-pagination ul li .snize-pagination-prev.disabled {
    color: #b9b9b9
}

div.snize.snize-search-results .snize-pagination ul li .snize-pagination-prev:after {
    content: "Previous";
    font-size: 14px;
    text-transform: uppercase;
    font-family: Archivo Narrow, sans-serif
}

div.snize.snize-search-results .snize-pagination ul li .snize-pagination-next {
    font-size: 0;
    width: auto;
    color: #171725;
    margin-left: .8rem
}

@media (max-width:767.98px) {
    div.snize.snize-search-results .snize-pagination ul li .snize-pagination-next {
        margin-left: .25rem
    }
}

div.snize.snize-search-results .snize-pagination ul li .snize-pagination-next.disabled {
    color: #b9b9b9
}

div.snize.snize-search-results .snize-pagination ul li .snize-pagination-next:after {
    content: "Next";
    font-size: 14px;
    text-transform: uppercase;
    font-family: Archivo Narrow, sans-serif
}

div.snize.snize-search-results .snize-pagination ul li a,
div.snize.snize-search-results .snize-pagination ul li span {
    color: #b9b9b9;
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 26px;
    transition: all .4s;
    padding: 0;
    margin: 0 .25rem;
    border: none!important
}

@media (max-width:479.98px) {
    div.snize.snize-search-results .snize-pagination ul li a,
    div.snize.snize-search-results .snize-pagination ul li span {
        margin: 0;
        letter-spacing: 0
    }
}

div.snize.snize-search-results .snize-pagination ul li a:hover {
    background: none;
    color: #111887
}

div.snize.snize-search-results .snize-pagination ul li a.active {
    background: #111887;
    color: #fff;
    font-weight: 700;
    border-radius: 25px
}

body div.snize-ac-results li.snize-label {
    padding: 5px 10px
}

body div.snize-ac-results li.snize-ac-over-nodrop,
body div.snize-ac-results li.snize-ac-over-nodrop a.snize-view-link {
    background: #f6f6f6;
    color: #171725
}

body div.snize-ac-results li.snize-category {
    padding: 5px 10px
}

body div.snize-ac-results li.snize-category a.snize-view-link {
    color: #171725;
    font-size: 14px;
    line-height: 16px
}

body div.snize-ac-results li.snize-suggestion {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px
}

body div.snize-ac-results li.snize-product {
    padding: 10px
}

body div.snize-ac-results a.snize-item {
    padding: 0;
    min-height: 50px
}

body div.snize-ac-results li span.snize-thumbnail {
    width: 50px;
    margin: 0 15px 0 0
}

body div.snize-ac-results li span.snize-thumbnail img {
    max-width: 50px!important;
    max-height: 50px!important
}

body div.snize-ac-results li span.snize-overhidden {
    padding-top: 5px
}

body div.snize-ac-results li span.snize-title {
    font-size: 1rem;
    color: #171725;
    letter-spacing: .05rem;
    font-family: Archivo, sans-serif;
    font-weight: 500;
    margin: 0
}

body div.snize-ac-results li span.snize-description {
    display: none
}

body div.snize-ac-results li .snize-price-list {
    display: block;
    margin: 8px 0 0
}

body div.snize-ac-results li .snize-price-list .snize-price {
    color: #171725;
    font-size: 1rem;
    font-family: Archivo, sans-serif;
    font-weight: 400
}

body div.snize-ac-results li .snize-price-list .snize-discounted-price {
    color: #686871;
    font-size: 14px;
    font-family: Archivo, sans-serif;
    font-weight: 400
}

body div.snize-ac-results li.snize-ac-over-nodrop.snize-view-all-link,
body div.snize-ac-results li.snize-view-all-link {
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background: #111887
}

body div.snize-ac-results li.snize-ac-over-nodrop.snize-view-all-link span,
body div.snize-ac-results li.snize-view-all-link span {
    color: #fff
}

body div.snize-ac-results li.snize-ac-over-nodrop.snize-view-all-link:hover,
body div.snize-ac-results li.snize-view-all-link:hover {
    background: #0d1265
}

.enewsletter {
    max-width: 600px;
    margin: 0 0 20px
}

.enewsletter .isolda.isolda {
    padding: 0
}

.enewsletter .ftqUBw.ftqUBw.ftqUBw.ftqUBw.ftqUBw.ftqUBw .ql-editor p {
    margin: 0 0 20px
}

.enewsletter .grQeqE.grQeqE,
.enewsletter .kCGvHs.kCGvHs {
    margin: 0 0 15px
}

.enewsletter .isolda.isolda #input-text {
    font-size: 14px
}

.enewsletter .gNKUQc.gNKUQc.gNKUQc.gNKUQc.gNKUQc.gNKUQc,
.enewsletter .lebTIJ.lebTIJ.lebTIJ.lebTIJ.lebTIJ.lebTIJ {
    color: #fff;
    background: #111887;
    border-radius: 0;
    border: 1px solid #111887;
    padding: 14px 20px;
    line-height: 20px;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .15rem;
    font-family: Archivo Narrow, sans-serif;
    margin-left: -1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none!important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.enewsletter .gNKUQc.gNKUQc.gNKUQc.gNKUQc.gNKUQc.gNKUQc:hover,
.enewsletter .lebTIJ.lebTIJ.lebTIJ.lebTIJ.lebTIJ.lebTIJ:hover {
    background: #080c43;
    border-color: #080c43
}

.all-product-list {
    column-gap: 60px;
    list-style: disc!important;
    padding-left: 16px!important
}

.article-main-part .social-sharing {
    white-space: nowrap
}

.flickity-prev-next-button:disabled {
    display: none
}

@media (max-width:767.98px) {
    .section-related-products .card .card-img>a {
        padding-top: 75%
    }
}

.app-returnmagic {
    padding-top: 80px;
    min-height: 50vh
}

.app-returnmagic iframe {
    min-height: 800px
}

.best-category h1 {
    font-size: 2.625rem;
    font-family: Archivo, sans-serif
}

.category-list h1 {
    font-size: 1.8rem
}

.category-list h2 {
    font-size: 1.4rem
}

.klaviyo-frm .Button__FormStyledButton-p2mbjt-0 {
    border-radius: 0 60px 60px 0!important;
    padding: 17px 18px!important;
    background: #fff!important;
    color: #111887!important
}

.kPlWQL.kPlWQL.ValidationMessage__ValidationContainer-sc-1agouhi-1 {
    position: absolute!important
}

.kPlWQL.kPlWQL.ValidationMessage__ValidationContainer-sc-1agouhi-1 #tracktorOrderForm .field input,
.kPlWQL.kPlWQL.ValidationMessage__ValidationContainer-sc-1agouhi-1 .field input {
    padding: .9rem!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.4!important;
    color: #171725!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #d0d0d0!important;
    border-radius: 0!important
}

.kPlWQL.kPlWQL.ValidationMessage__ValidationContainer-sc-1agouhi-1 .button-enter.btn {
    color: #fff!important;
    background-color: #111887!important;
    border-color: #111887!important;
    box-shadow: none!important
}

.newsletter-popup .inner .input-group {
    max-width: none
}

.note_popup {
    cursor: pointer
}

.badge-secondary {
    color: #fff;
    background-color: #c80010
}

.homepage-carousel {
    height: 100%
}

.template-product #stamped-main-widget {
    margin-bottom: 0
}

.template-product .stamped-review:nth-child(odd) {
    margin-right: 35px
}

.template-product .stamped-review {
    vertical-align: top;
    width: calc(50% + -17.5px);
    display: inline-block;
    margin-top: 0;
    position: relative
}

@media only screen and (max-device-width:480px),
only screen and (max-width:480px) {
    .template-product .stamped-review {
        width: 100%;
        padding: 20px 0;
        margin-right: 0
    }
}

#stamped-reviews-widget[data-widget-type=carousel] {
    max-width: auto
}

@media (max-width:767.98px) {
    #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-title {
        font-size: 18px!important;
        text-align: center
    }
    #stamped-reviews-widget[data-widget-type=carousel] .stamped-style-color-star {
        float: left!important
    }
    #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-buttons {
        width: 45px!important
    }
    #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-buttons div {
        height: 20px!important;
        width: 20px!important
    }
}

#tracktorOrderForm {
    padding: 30px!important
}

#tracktorOrderForm .field input {
    padding: .9rem!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.4!important;
    color: #171725!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #d0d0d0!important;
    border-radius: 0!important
}

#tracktorOrderForm #tracktorTrack {
    color: #fff!important;
    background-color: #111887!important;
    border-color: #111887!important;
    box-shadow: none!important
}

#stamped-reviews-widget {
    max-width: 100px;
    margin: 0 auto
}

.mob_menu {
    font-size: 10px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
    margin-top: -8px;
    letter-spacing: 0;
    font-weight: 600
}

.klaviyo-frm .klaviyo-form form div div div div input {
    height: 50px!important;
    border-bottom-left-radius: 30px!important;
    border-top-left-radius: 30px!important;
    border: 0!important
}

.modal_collection {
    display: none;
    position: fixed;
    padding: 150px 0;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.modal-content-collection {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    left: 0;
    top: 0
}

.close-coll {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close-coll:focus,
.close-coll:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}
#disqus_thread {
  width:100%;
  display:block;
}

/* Custom CSS for Bold */
.bold-upsell__products-list .bold-grid__column {
  padding: 5px 15px 0 0;
}
.bold-product .bold-product__image-container {
  /*padding-bottom:75% !important;*/
}
.bold-modal__content {
  padding-bottom:15px !important;
}
.bold-modal__footer {
  padding:15px 30px 0 !important;
}
.bold-modal__window {
  padding-bottom:15px !important;
}
      
.promo-product-notification {
  background: #f2f2f2;
  border: none;
  padding: 2rem 0;
  margin-left: 0;
  margin-right: 0;
 
  /* temporarily hide offer 
  display:none !important;
  */
  
}
.offer-not-activated {
  /*display:none;*/
}
      
@media screen and (max-width: 365px) {
  .promo-product-notification {
  	justify-content: center;
  }
}
      
.promo-product-notification .promo-notification p:last-of-type {
  margin-bottom: 0;
}
      
.promo-product-notification .promo-product-image {
  width: 90px;
  padding: 10px;
}
      
.promo-product-notification .promo-product-image img {
  mix-blend-mode:multiply;
}      
      
.promo-product-notification .promo-product-content {
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
}
      
.promo-product-notification .promo-product-content .btn + p {
  margin-top: 1rem;
}
      
.promo-product-notification .promo-product-content .secondary-offer a {
  text-decoration: underline;
}
      
@media (min-width:768px) {
  .promo-product-notification .promo-product-image {
    width: 130px;
    padding: 20px;
  }
}
      
.cart-widget .free-shipping-countdown {
  padding: 0.75rem 0.25rem;
  background: #f2f2f2;
  border-bottom: 3px solid #fdd50a;
  font-weight: 500;
}
      
[v-cloak] {
  display: none;
}
      
/* Custom CSS for Optimonk */
#om-campaign-5 .om-button {
  color:#000 !important;
}
#rmz-notifications {
  z-index:99999 !important;
}
      
.badge.badge-new {
  background-color: #111887;
}
      
#bold-modal .bold-modal__footer.bold-upsell__actions {
  margin: 0px -30px 0px !important;
}
      
.urgent-announcement {
  display:block;
  width:100%;
  padding:5px;
  text-align:center;
  font-size:1em;
  font-family: Archivo, sans-serif;
  background:#000;
  color:#e6c108;
}
.urgent-announcement a {
  color:#e6c108;
}
      
.btn-notify-me {
  padding: 1.063rem 2rem;
}
      
[v-cloak] {
  display: none !important;
}
      
.btn-add-to-cart+.btn-add-to-cart {
  margin-top: 0;
}
      
/* Envision - preorder messaging styles for cart and product page */
.availability-message {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
      
.availability-message .availability-label {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  background: #FDD110;
  letter-spacing: normal;
}

.availability-message .availability-eta {
  display: block;
  padding: 0.5rem 1rem;
  background: #FEE787;
  flex: 1;
}
      
@media screen and (max-width: 520px) {
  .availability-message {
    flex-direction: column;
  }
  
  .availability-message .availability-label {
    flex: 1;
  }
}
      
.availability-message.cart-availability-message {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
      
.availability-message.cart-availability-message .availability-label {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}
      
#loyaltylion .lion-loyalty-widget_position_right {
  right: 100px !important;
}

/* Rewards Page */
#shopify-section-template-rewards .bg-yellow-rewards, 
#shopify-section-template-affiliates .bg-yellow-rewards {
    background-color: rgba(254, 212 ,0 , 1);
}

.rewards-program {
    display: flex;
    flex-wrap: wrap;
}

.rewards-program .rewards-program-left,
.rewards-program .rewards-program-right {
    width: 50%;
}

.rewards-program h5 {
    margin-bottom: 0;
}

.rewards-program h2 {
    margin-bottom: 40px;
    line-height: 1;
    padding-bottom: 40px;
    border-bottom: solid 1px #F5F5F5;
}
.rewards-program.affiliate-program h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.rewards-program a.btn-primary {
    color: #fff !important;
    margin-top: 30px;
}
.rewards-program.affiliate-program a.btn-primary {
    margin-bottom: 15px;
}

.rewards-program-left a {
    color: #121886 !important;
    font-weight: bold;
}

.rewards-program-left {
    padding-right: 20px;
}

.rewards-program-right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

.rewards-how-it-works,
.rewards-ways {
    margin-top: 150px;
    text-align: center;
}

.rewards-ways {
    margin-bottom: 50px;
}

.rewards-how-it-works h3,
.rewards-ways h3 {
    margin-bottom: 50px;
}

.rewards-how-it-works-step-wrapper,
.rewards-ways-step-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.rewards-how-it-works-step,
.rewards-ways-step {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 400px;
    margin-bottom: 40px;
}

.rewards-how-it-works-step .step-number,
.rewards-ways-step .step-image {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-family: Archivo, sans-serif;
    background-color: #121886;
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 20px;
}

.rewards-how-it-works-step .step-number {
    background-color: #121886;
}

.rewards-ways-step .step-image {
    background-color: #F5F5F5;
}

.rewards-ways-step .step-image img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}
      
.rewards-how-it-works-step-wrapper .step-title a {
  text-decoration: underline;
}

.rewards-how-it-works-step .step-title,
.rewards-ways-step .step-title {
    text-transform: uppercase;
    font-family: Archivo Narrow, sans-serif
    font-size: 20px;
    margin-bottom: 10px;
}
.rewards-how-it-works-step .step-desc,
.rewards-ways-step .step-desc {
    font-family: Archivo, sans-serif
}

.rewards-products {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

.rewards-products h3 {
    margin-bottom: 50px;
}

.card-container {
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.card-grid-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}

.card-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 350px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.view-products-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 4.5rem;
    color: #fff;
}

#shopify-section-template-rewards .rewards-products .card-wrapper h6.card-title {
    min-height: 65px;
}
      
/* Affiliates Page */
.pages.affiliates .rte ul li {
    margin-bottom: 7px;
}
.pages.affiliates .rte {
}

@media (max-width: 991px) {
    .rewards-program .rewards-program-left,
    .rewards-program .rewards-program-right {
        width: 100%;
    }

    .rewards-program .rewards-program-left {
        text-align: center;
    }

    .rewards-program-left {
        padding-right: 0;
    }

    .rewards-program h2 {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .rewards-program a.btn-primary {
        color: #fff !important;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .rewards-how-it-works {
        margin-top: 100px;
        text-align: center;
    }

    .rewards-how-it-works-step {
        width: 100%;
    }

    .rewards-ways-step {
        width: 300px;
    }

    .rewards-how-it-works-step .step-number {
        width: 70px;
        height: 70px;
        font-size: 40px;
        margin-bottom: 10px;
    }
}

@media (max-width: 568px) {
    .rewards-ways-step {
        width: 100%;
    }
}
      
/* Envision - restricted state messaging styles */
.state-restricted-message {
  background: rgb(242, 242, 243);
  margin-bottom: 1.5rem;
}

.state-restricted-message p:last-of-type {
  margin-bottom: 0;
}
      
/* Envision - blog category navigation */
.blog-navigation {
  margin-bottom: 1rem;
}

.blog-navigation .desktop-nav {
  padding: 1rem;
  border: 1px solid #f2f2f3;
}
      
.blog-navigation .desktop-nav .navigation-item {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #111887;
  background: #f7f7f7;
  border-radius: 5px;
  transition: color 200ms ease, background-color 200ms ease;
}
      
.blog-navigation .desktop-nav .navigation-item.active {
  color: #FFFFFF;
  font-weight: 700;
  background: #111887;
}
      
.blog-navigation .desktop-nav .navigation-item:hover, .blog-navigation .desktop-nav .navigation-item:focus {
  color: #FFFFFF;
  background: #111887;
}
      
@media (max-width: 600px) {
  .blog-navigation .desktop-nav{
    display: none;
  }
}

.blog-navigation .mobile-nav {
  padding: 1rem;
  background-color: #f7f7f7;
}

.blog-navigation .mobile-nav select {
  width: 100%;
  padding: 0.5rem;
}

@media (min-width: 599px) {
  .blog-navigation .mobile-nav {
    display: none;
  }
}
      
/* Envision - Stamped All Reviews page */
.rte #stamped-reviews-widget {
  font-family: inherit !important;
}
.rte div#stamped-reviews-widget[data-widget-type="full-page"], div#stamped-reviews-widget[data-widget-type="full-page-nps"] {
  max-width: 100% !important;
}

/* Envision - free product messaging */
.product-offer-message {
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
}

.product-offer-message .offer-message-container {
  padding: 0.7rem;
  color: #FFFFFF;
  background: #ED1B24;
  text-transform: uppercase;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: Archivo, sans-serif;
}
      
.product-offer-message .offer-message-container.offer-activated {
  background: #FBD3D4;
  color: #ED1B24;
}
      
/* Envision - BOGO promo notifications */
      
.bogo-promo-notification {
	background-color: #f2f2f3;
}

.bogo-promo-notification .promo-notification-container {
	padding: 2rem;
}

.bogo-promo-notification .promo-notification-header {
	margin-bottom: 2rem;
	position: relative;
}

.bogo-promo-notification .promo-notification-header .offer-description {
	margin-bottom: 0;
}

.bogo-promo-notification .star-badge {
	width: 5.5rem;
	height: 5.5rem;
	background-image: url(data:image/svg+xml,%20%20%20%20%20%20%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%2C0%20200%2C200%22%3E%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%23ed1b24%22%20points%3D%22100%2C%200%20113.29693%2C%2016.04649%20130.9017%2C%204.89435%20138.58919%2C%2024.26445%20158.77853%2C%2019.0983%20160.10408%2C%2039.89592%20180.9017%2C%2041.22147%20175.73555%2C%2061.41081%20195.10565%2C%2069.0983%20183.95351%2C%2086.70307%20200%2C%20100%20183.95351%2C%20113.29693%20195.10565%2C%20130.9017%20175.73555%2C%20138.58919%20180.9017%2C%20158.77853%20160.10408%2C%20160.10408%20158.77853%2C%20180.9017%20138.58919%2C%20175.73555%20130.9017%2C%20195.10565%20113.29693%2C%20183.95351%20100%2C%20200%2086.70307%2C%20183.95351%2069.0983%2C%20195.10565%2061.41081%2C%20175.73555%2041.22147%2C%20180.9017%2039.89592%2C%20160.10408%2019.0983%2C%20158.77853%2024.26445%2C%20138.58919%204.89435%2C%20130.9017%2016.04649%2C%20113.29693%200%2C%20100%2016.04649%2C%2086.70307%204.89435%2C%2069.0983%2024.26445%2C%2061.41081%2019.0983%2C%2041.22147%2039.89592%2C%2039.89592%2041.22147%2C%2019.0983%2061.41081%2C%2024.26445%2069.0983%2C%204.89435%2086.70307%2C%2016.04649%22%20/%3E%20%20%20%20%20%20%3C/svg%3E%20%20%20%20);
	background-position: 50%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-size: 12px;
	position: absolute;
	top: -1.3rem;
	right: -3rem;
	padding: 0.5rem;
}

.bogo-promo-notification .star-badge > span {
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
}

.bogo-promo-notification .promo-notification-products {
	display: flex;
	flex-direction: row;
}

.bogo-promo-notification .promo-notification-products .product-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.5rem;
	font-size: 15px;
	background-color: #FFFFFF;
}

.bogo-promo-notification .promo-notification-products .product-item:not(:first-of-type) {
	margin-left: 1rem;
}

.bogo-promo-notification .promo-notification-products .product-item:not(:last-of-type) {
	margin-right: 1rem;
}

.bogo-promo-notification .promo-notification-products .product-item .product-image {
	margin-bottom: 1rem;
	padding: 2rem;
}

.bogo-promo-notification .promo-notification-products .product-item .product-image img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
      
.bogo-promo-notification .promo-notification-products .product-item .product-content {
	margin-bottom: 1rem;
}

.bogo-promo-notification .promo-notification-products .product-item .product-content .product-info {
	margin-bottom: 1rem;
	text-align: center;
}

.bogo-promo-notification .promo-notification-products .product-item .product-content .product-info .product-title {
	font-weight: 600;
}

.bogo-promo-notification .promo-notification-products .product-item .product-meta .product-price .price.offer-text {
	letter-spacing: 0;
}

.bogo-promo-notification .promo-notification-products .product-item .product-buttons {
	margin-top: auto;
	width: 100%;
}

.bogo-promo-notification .promo-notification-products .product-item .product-buttons .btn {
	width: 100%;
}

@media screen and (max-width: 548px) {
	.bogo-promo-notification .star-badge {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.bogo-promo-notification.bogo-promo-notification--standard .promo-notification-container {
		padding: 2rem 1rem;
	}

	.bogo-promo-notification.bogo-promo-notification--standard .promo-notification-products {
		flex-direction: column;
	}

	.bogo-promo-notification.bogo-promo-notification--standard .promo-notification-products .product-item:not(:first-of-type) {
		margin-left: 0;
		margin-top: 1rem;
	}

	.bogo-promo-notification.bogo-promo-notification--standard .promo-notification-products .product-item:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.bogo-promo-notification.bogo-promo-notification--standard .promo-notification-products .product-item .product-content .product-meta {
		flex-direction: column;
	}
}

@media screen and (max-width: 1199px) {
	.bogo-promo-notification .star-badge {
		display: none;
	}

	.bogo-promo-notification.bogo-promo-notification--combo .promo-notification-container {
		padding: 2rem 1rem;
	}

	.bogo-promo-notification.bogo-promo-notification--combo .promo-notification-products {
		flex-direction: column;
	}

	.bogo-promo-notification.bogo-promo-notification--combo .promo-notification-products .product-item:not(:first-of-type) {
		margin-left: 0;
		margin-top: 1rem;
	}

	.bogo-promo-notification.bogo-promo-notification--combo .promo-notification-products .product-item:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.bogo-promo-notification.bogo-promo-notification--combo .promo-notification-products .product-item .product-content .product-meta {
		flex-direction: column;
	}
}
      
@media screen and (min-width: 992px) {
  .mobile-checkout--container {
    display: none;
  }
}

@media (max-width:360px) {
  .promo-banner {
    max-width: 100%;
    overflow: hidden;
  }
  
  .promo-banner .bars .mb-0.align-items-center {
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
  }
  
  form[data-product-form] .prod-act {
    flex-direction: column;
  }
  
  form[data-product-form] .prod-act .quantity-wrapper .input-group {
    max-width: none;
  }
}
      
/* Envision - fix to reviews slider reviews stacking on home page */
.card-product-style-1 .card-body .d-flex.justify-content-between {
  flex-wrap: wrap;
}

.card-product-style-1 .card-body .d-flex.justify-content-between .card-review {
  margin-left: auto;
  margin-right: auto;
}
      
.card-product-style-1 .card-body .d-flex.justify-content-between .price-h {
  width: 100%;
}

.card-product-style-1 .card-body .d-flex.justify-content-between .price-h .card-price, .card-product-style-1 .card-body .d-flex.justify-content-between .card-price {
  min-height: 0;
  margin-bottom: 0.3rem;
  text-align: center !important;
  width: 100%;
}

.card-product-style-1 .card-body .d-flex.justify-content-between .price-h .card-price>*, .card-product-style-1 .card-body .d-flex.justify-content-between .card-price>* {
  display: inline-block;
}
      
.card-product-style-1 .card-body .d-flex.justify-content-between .price-h .card-price>s.price {
  margin-left: 0.25rem !important;
}
      
.bg-newsletter {
    background-color: #101781!important
}