@charset "UTF-8";
/*------------------------------------
  Madrasthemes variables
------------------------------------*/
/* EOC */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #0077d0;
    --indigo: #2d1582;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ee0000;
    --orange: #fd7e14;
    --yellow: #f1d700;
    --green: #5cb85c;
    --teal: #00c9a7;
    --cyan: #34bcec;
    --white: #fff;
    --gray: #8c98a4;
    --gray-dark: #343a40;
    --primary: #f1d700;
    --secondary: #77838f;
    --success: #00c9a7;
    --info: #00dffc;
    --warning: #ffc107;
    --danger: #de4437;
    --light: #f8f9fa;
    --dark: #333e48;
    --cyan: #34bcec;
    --blue: #0077d0;
    --sale: #e0262b;
    --black: #000000;
    --green: #5cb85c;
    --red: #ee0000;
    --gray-1: #f5f5f5;
    --gray-2: #383838;
    --gray-3: #eeeeee;
    --gray-4: #e6e6e6;
    --gray-5: #878787;
    --gray-6: #848484;
    --gray-7: #f9f9f9;
    --gray-8: #7b8186;
    --gray-9: #8f8f8f;
    --gray-13: #f8f8f8;
    --gray-14: #eaeaea;
    --gray-15: #9d9c9c;
    --gray-16: #606060;
    --gray-17: #ecedf2;
    --gray-18: #333e484d;
    --white: #fff;
    --indigo: #2d1582;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-wd: 1480px;
    --font-family-sans-serif: 'Open Sans', Helvetica, Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        'Liberation Mono', 'Courier New', monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333e48;
    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: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1.875rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 600;
}

dd {
    margin-bottom: 0.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: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #f1d700;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #333e48;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
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 {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgba(0, 0, 0, 0.2);
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -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: 0.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: 0.5rem;
    font-weight: 300;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e7eaf3;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #e7eaf3;
    border-radius: 0.3125rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #1e2022;
    border-radius: 0.25rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #1e2022;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .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: 1200px;
    }
}

@media (min-width: 1480px) {
    .container {
        max-width: 1430px;
    }
}

.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-4,
.col-6,
.col-12,
.col,
.col-auto,
.col-sm-2,
.col-sm-4,
.col-sm-6,
.col-sm-12,
.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-12,
.col-md,
.col-md-auto,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-9,
.col-lg-10,
.col-lg-12,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-9,
.col-xl,
.col-xl-auto,
.col-wd-2,
.col-wd-6 {
    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-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.offset-1 {
    margin-left: 8.33333%;
}

@media (min-width: 576px) {
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@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-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
}

@media (min-width: 992px) {
    .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-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-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
}

@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-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-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-wd-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #333e48;
}

.table th,
.table td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #ecedf2;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ecedf2;
}

.table tbody + tbody {
    border-top: 2px solid #ecedf2;
}

.table-bordered {
    border: 1px solid #ecedf2;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ecedf2;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8fafd;
}

.table-hover tbody tr:hover {
    color: #333e48;
    background-color: rgba(231, 234, 243, 0.4);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.34rem + 2px);
    padding: 0.67rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #818181;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border-radius: 1.4rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #818181;
    background-color: #fff;
    border-color: #66afe9;
    outline: 0;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #818181;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #818181;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #818181;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #818181;
    opacity: 1;
}

.form-control::placeholder {
    color: #818181;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f8fafd;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #818181;
    background-color: #fff;
}

.form-control-sm {
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 1.125rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    border-radius: 1.3rem;
}

.form-control-lg {
    height: calc(1.5em + 2.25rem + 2px);
    padding: 1.125rem 1.125rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 2rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: rgba(0, 0, 0, 0.2);
}

.form-check-label {
    margin-bottom: 0;
}

.was-validated .form-control:valid {
    border-color: #00c9a7;
    padding-right: calc(1.5em + 1.34rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9a7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.335rem);
    background-size: calc(0.75em + 0.67rem) calc(0.75em + 0.67rem);
}

.was-validated .form-control:valid:focus {
    border-color: #00c9a7;
    box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated textarea.form-control:valid {
    padding-right: calc(1.5em + 1.34rem);
    background-position: top calc(0.375em + 0.335rem) right
        calc(0.375em + 0.335rem);
}

.was-validated .custom-select:valid {
    border-color: #00c9a7;
    padding-right: calc((1em + 1.5rem) * 3 / 4 + 2rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 1rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9a7' 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")
            #fff no-repeat center right 2rem / calc(0.75em + 0.67rem)
            calc(0.75em + 0.67rem);
}

.was-validated .custom-select:valid:focus {
    border-color: #00c9a7;
    box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label {
    color: #00c9a7;
}

.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #00c9a7;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #00c9a7;
}

.was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label::before {
    border-color: #00fcd1;
    background-color: #00fcd1;
}

.was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated
    .custom-control-input:valid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #00c9a7;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #de4437;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #de4437;
    padding-right: calc(1.5em + 1.34rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23de4437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23de4437' 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");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.335rem);
    background-size: calc(0.75em + 0.67rem) calc(0.75em + 0.67rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #de4437;
    box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
    display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.34rem);
    background-position: top calc(0.375em + 0.335rem) right
        calc(0.375em + 0.335rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #de4437;
    padding-right: calc((1em + 1.5rem) * 3 / 4 + 2rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 1rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23de4437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23de4437' 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")
            #fff no-repeat center right 2rem / calc(0.75em + 0.67rem)
            calc(0.75em + 0.67rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #de4437;
    box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-feedback {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #de4437;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-feedback {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #de4437;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #de4437;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-feedback {
    display: block;
}

.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e56d63;
    background-color: #e56d63;
}

.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

.was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #de4437;
}

.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: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.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: #333e48;
    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: 0.67rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 1.4rem;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #333e48;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(254, 215, 0, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #1e2022;
    background-color: #f1d700;
    border-color: #f1d700;
}

.btn-primary:hover {
    color: #1e2022;
    background-color: #d8b700;
    border-color: #cbac00;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 188, 5, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #1e2022;
    background-color: #f1d700;
    border-color: #f1d700;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #1e2022;
    background-color: #cbac00;
    border-color: #bea100;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 188, 5, 0.5);
}

.btn-warning {
    color: #1e2022;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #1e2022;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 169, 11, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #1e2022;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #1e2022;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 169, 11, 0.5);
}

.btn-light {
    color: #1e2022;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #1e2022;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 216, 218, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #1e2022;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #1e2022;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 216, 218, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #333e48;
    border-color: #333e48;
}

.btn-dark:hover {
    color: #fff;
    background-color: #232b32;
    border-color: #1e242a;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 91, 99, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #333e48;
    border-color: #333e48;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e242a;
    border-color: #191e23;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 91, 99, 0.5);
}

.btn-outline-secondary {
    color: #77838f;
    border-color: #77838f;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #77838f;
    border-color: #77838f;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 131, 143, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #77838f;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #77838f;
    border-color: #77838f;
}

.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.2rem rgba(119, 131, 143, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #f1d700;
    text-decoration: none;
}

.btn-link:hover {
    color: #333e48;
    text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #8c98a4;
    pointer-events: none;
}

.btn-lg {
    padding: 1.125rem 1.125rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 2rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.625rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 1.3rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8.4375rem;
    padding: 1rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #333e48;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0.3125rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e7eaf3;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.375rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #334141;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2022;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #8c98a4;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.76562rem;
    color: #8c98a4;
    white-space: nowrap;
}

.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 1;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.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 > .form-control,
.input-group > .custom-select {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus {
    z-index: 3;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    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: 0.67rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8c98a4;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d5dae2;
    border-radius: 1.4rem;
}

.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
    margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
    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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.4rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f1d700;
    background-color: #f1d700;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #66afe9;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff3b2;
    border-color: #fff3b2;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #8c98a4;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #f8fafd;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.20625rem;
    left: -1.4rem;
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    pointer-events: none;
    content: '';
    background-color: #fff;
    border: #dfdfdf solid 2px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.20625rem;
    left: -1.4rem;
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    content: '';
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' 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: #f1d700;
    background-color: #f1d700;
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(254, 215, 0, 0.5);
}

.custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(254, 215, 0, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(254, 215, 0, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.34rem + 2px);
    padding: 0.75rem 2rem 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #818181;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 1rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #d5dae2;
    border-radius: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: rgba(55, 125, 255, 0.5);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(254, 215, 0, 0.25);
}

.custom-select:focus::-ms-value {
    color: #818181;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size='1']) {
    height: auto;
    padding-right: 1rem;
    background-image: none;
}

.custom-select:disabled {
    color: #8c98a4;
    background-color: #f8fafd;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-control-label::before,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .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: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #8c98a4;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #e7eaf3;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #f8fafd #f8fafd #e7eaf3;
}

.nav-tabs .nav-link.disabled {
    color: #8c98a4;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #77838f;
    background-color: #fff;
    border-color: #e7eaf3 #e7eaf3 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    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;
    padding: 0.5rem 0;
}

.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: 0.33594rem;
    padding-bottom: 0.33594rem;
    margin-right: 0;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    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-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: 0.25rem 0.75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 1.4rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .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: 0.5rem;
        padding-left: 0.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: 0.5rem;
        padding-left: 0.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: 0.5rem;
        padding-left: 0.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: 0.5rem;
        padding-left: 0.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;
    }
}

.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: 0.5rem;
    padding-left: 0.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 {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.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 #e7eaf3;
    border-radius: 0.3125rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #e7eaf3;
}

.card-header:first-child {
    border-radius: calc(0.3125rem - 1px) calc(0.3125rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.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: 0.62rem 0;
    margin-bottom: 0.5rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.313rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 1rem;
    color: #333e48;
    content: 'e';
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #333e48;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.3125rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #77838f;
    background-color: #fff;
    border: 0 solid #77838f;
}

.page-link:hover {
    z-index: 2;
    color: #377dff;
    text-decoration: none;
    background-color: rgba(55, 125, 255, 0.1);
    border-color: rgba(55, 125, 255, 0.1);
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(254, 215, 0, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f1d700;
    border-color: #f1d700;
}

.page-item.disabled .page-link {
    color: #8c98a4;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #e7eaf3;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.3125rem;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-secondary {
    color: #fff;
    background-color: #77838f;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #5f6a74;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(119, 131, 143, 0.5);
}

.badge-info {
    color: #1e2022;
    background-color: #00dffc;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #1e2022;
    background-color: #00b2c9;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 223, 252, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f8fafd;
    border-radius: 0.4375rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.92rem 1.25rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.65625rem;
    background-color: #f5f5f5;
    border-radius: 0.3125rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #d8d8d8;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.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 {
    position: relative;
    display: block;
    padding: 0.32rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #e7eaf3;
}

.list-group-item:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #8c98a4;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f1d700;
    border-color: #f1d700;
}

.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;
}

.close {
    float: right;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: #1e2022;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #1e2022;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.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: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.modal-open {
    overflow: hidden;
}

.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: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.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(0, 0, 0, 0.2);
    border-radius: 0.4375rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.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 1rem;
    border-bottom: 1px solid #e7eaf3;
    border-top-left-radius: 0.4375rem;
    border-top-right-radius: 0.4375rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.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 #e7eaf3;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
}

.tooltip {
    position: absolute;
    z-index: 9999;
    display: block;
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.76562rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: '';
    border-color: transparent;
    border-style: solid;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000000;
    border-radius: 0.3125rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.76562rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7eaf3;
    border-radius: 0.3125rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.4375rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: '';
    border-color: transparent;
    border-style: solid;
}

.popover-header {
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #1e2022;
    background-color: #f8fafd;
    border-bottom: 1px solid #e4ecf7;
    border-top-left-radius: calc(0.4375rem - 1px);
    border-top-right-radius: calc(0.4375rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.75rem 1rem;
    color: #333e48;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.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: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.bg-primary {
    background-color: #e0262b !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #cbac00 !important;
}

.bg-success {
    background-color: #00c9a7 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #00967d !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #333e48 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1e242a !important;
}

.bg-gray-1 {
    background-color: #f5f5f5 !important;
}

a.bg-gray-1:hover,
a.bg-gray-1:focus,
button.bg-gray-1:hover,
button.bg-gray-1:focus {
    background-color: gainsboro !important;
}

.bg-gray-7 {
    background-color: #f9f9f9 !important;
}

a.bg-gray-7:hover,
a.bg-gray-7:focus,
button.bg-gray-7:hover,
button.bg-gray-7:focus {
    background-color: #e0e0e0 !important;
}

.bg-gray-13 {
    background-color: #f8f8f8 !important;
}

a.bg-gray-13:hover,
a.bg-gray-13:focus,
button.bg-gray-13:hover,
button.bg-gray-13:focus {
    background-color: #dfdfdf !important;
}

.bg-gray-14 {
    background-color: #eaeaea !important;
}

a.bg-gray-14:hover,
a.bg-gray-14:focus,
button.bg-gray-14:hover,
button.bg-gray-14:focus {
    background-color: #d1d1d1 !important;
}

.bg-white {
    background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important;
}

.bg-white {
    background-color: #fff !important;
}

.border {
    border: 1px solid #e7eaf3 !important;
}

.border-top {
    border-top: 1px solid #e7eaf3 !important;
}

.border-right {
    border-right: 1px solid #e7eaf3 !important;
}

.border-bottom {
    border-bottom: 1px solid #e7eaf3 !important;
}

.border-left {
    border-left: 1px solid #e7eaf3 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #f1d700 !important;
}

.rounded {
    border-radius: 0.3125rem !important;
}

.rounded-lg {
    border-radius: 0.4375rem !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-block {
    display: inline-block !important;
}

.d-block {
    display: block !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: 576px) {
    .d-sm-block {
        display: block !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-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !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;
}

.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;
}

.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-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

@media (min-width: 768px) {
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
}

@media (min-width: 1480px) {
    .justify-content-wd-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@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;
}

.shadow {
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 2rem !important;
}

.mt-5,
.my-5 {
    margin-top: 2rem !important;
}

.mr-5 {
    margin-right: 2rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important;
}


.my-0dot5 {
    margin-top: 0.143rem !important;
}

.mr-0dot5,
.mx-0dot5 {
    margin-right: 0.143rem !important;
}


.my-0dot5 {
    margin-bottom: 0.143rem !important;
}


.mx-0dot5 {
    margin-left: 0.143rem !important;
}

.mt-6 {
    margin-top: 2.5rem !important;
}

.mb-6 {
    margin-bottom: 2.5rem !important;
}

.mb-7 {
    margin-bottom: 3rem !important;
}

.mb-8 {
    margin-bottom: 3.5rem !important;
}

.mt-10 {
    margin-top: 4.5rem !important;
}

.mb-10 {
    margin-bottom: 4.5rem !important;
}

.mb-14 {
    margin-bottom: 6.5rem !important;
}

.mb-16 {
    margin-bottom: 8rem !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: 0.25rem !important;
}


.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}


.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}


.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}


.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}


.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 2rem !important;
}

.pt-5,
.py-5 {
    padding-top: 2rem !important;
}


.px-5 {
    padding-right: 2rem !important;
}


.py-5 {
    padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
    padding-left: 2rem !important;
}

.pb-0dot5 {
    padding-bottom: 0.143rem !important;
}

.p-6 {
    padding: 2.5rem !important;
}

.pt-6 {
    padding-top: 2.5rem !important;
}


.px-6 {
    padding-right: 2.5rem !important;
}


.px-6 {
    padding-left: 2.5rem !important;
}

.pr-7,
.px-7 {
    padding-right: 3rem !important;
}

.pb-7 {
    padding-bottom: 3rem !important;
}


.px-7 {
    padding-left: 3rem !important;
}

.pt-8 {
    padding-top: 3.5rem !important;
}

.pb-8 {
    padding-bottom: 3.5rem !important;
}


.py-20 {
    padding-top: 12.4rem !important;
}


.py-20 {
    padding-bottom: 12.4rem !important;
}

.m-auto {
    margin: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }
    
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    
    .px-sm-3 {
        padding-left: 1rem !important;
    }
}

@media (min-width: 768px) {
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0 {
        margin-left: 0 !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .ml-md-2 {
        margin-left: 0.5rem !important;
    }
    
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-6 {
        margin-bottom: 2.5rem !important;
    }
    .mt-md-8 {
        margin-top: 3.5rem !important;
    }
    
    .py-md-0 {
        padding-top: 0 !important;
    }
    
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    
    .px-md-7 {
        padding-right: 3rem !important;
    }
    
    .px-md-7 {
        padding-left: 3rem !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }
    .mt-lg-10 {
        margin-top: 4.5rem !important;
    }
    .pl-lg-3 {
        padding-left: 1rem !important;
    }
    
    .px-lg-5 {
        padding-right: 2rem !important;
    }
    
    .px-lg-5 {
        padding-left: 2rem !important;
    }
    .pr-lg-10 {
        padding-right: 4.5rem !important;
    }
}

@media (min-width: 1200px) {
    
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0 {
        margin-left: 0 !important;
    }
    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }
    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }
    .mr-xl-6 {
        margin-right: 2.5rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 2.5rem !important;
    }
    
    .my-xl-8 {
        margin-top: 3.5rem !important;
    }
    
    .my-xl-8 {
        margin-bottom: 3.5rem !important;
    }
    
    .mx-xl-10 {
        margin-right: 4.5rem !important;
    }
    
    .mx-xl-10 {
        margin-left: 4.5rem !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-3 {
        padding-left: 1rem !important;
    }
    
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .pt-xl-8 {
        padding-top: 3.5rem !important;
    }
    
    .px-xl-10 {
        padding-right: 4.5rem !important;
    }
    
    .px-xl-10 {
        padding-left: 4.5rem !important;
    }
    .pb-xl-14 {
        padding-bottom: 6.5rem !important;
    }
    .mr-xl-auto {
        margin-right: auto !important;
    }
    .ml-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1480px) {
    
    .mx-wd-3 {
        margin-right: 1rem !important;
    }
    
    .mx-wd-3 {
        margin-left: 1rem !important;
    }
    
    .px-wd-8 {
        padding-right: 3.5rem !important;
    }
    
    .px-wd-8 {
        padding-left: 3.5rem !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: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #f1d700 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #b29600 !important;
}

.text-secondary {
    color: #77838f !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545d66 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #de4437 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ac281c !important;
}

.text-dark {
    color: #333e48 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #13171b !important;
}

.text-blue {
    color: #0077d0 !important;
}

a.text-blue:hover,
a.text-blue:focus {
    color: #004b84 !important;
}

.text-sale {
    color: #e0262b !important;
}

a.text-sale:hover,
a.text-sale:focus {
    color: #ae1c1c !important;
}

.text-green {
    color: #5cb85c !important;
}

a.text-green:hover,
a.text-green:focus {
    color: #3d8b3d !important;
}

.text-red {
    color: #ee0000 !important;
}

a.text-red:hover,
a.text-red:focus {
    color: #a20000 !important;
}

.text-gray-5 {
    color: var(--gray-2);
}

a.text-gray-5:hover,
a.text-gray-5:focus {
    color: #616161 !important;
}

.text-gray-6 {
    color: #848484 !important;
}

a.text-gray-6:hover,
a.text-gray-6:focus {
    color: #5e5e5e !important;
}

.text-gray-9 {
    color: #8f8f8f !important;
}

a.text-gray-9:hover,
a.text-gray-9:focus {
    color: dimgray !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #d9d9d9 !important;
}

.text-muted {
    color: rgba(0, 0, 0, 0.2) !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        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;
    }
    pre,
    blockquote {
        border: 1px solid #97a4af;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #e7eaf3 !important;
    }
}

/*----------------------------------------------------------------------
  * Electro - Responsive Website Template version v2.0
  * Copyright 2019 Htmlstream
  * Licensed under Bootstrap Themes (https://themes.getbootstrap.com/licenses/)
------------------------------------------------------------------------*/

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-15 {
        width: 15% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-40 {
        width: 40% !important;
    }
    .w-xl-80 {
        width: 80% !important;
    }
}


.space-top-2 {
    padding-top: 4rem !important;
}

/*------------------------------------
  Default Styles
------------------------------------*/
main {
    position: relative;
}

p {
    color: #747474;
    line-height: 1.7;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
    color: #1e2022;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
.h1 > a:hover,
.h2 > a:hover,
.h3 > a:hover,
.h4 > a:hover,
.h5 > a:hover,
.h6 > a:hover {
    color: #333e48;
}

h1.text-white > a,
h2.text-white > a,
h3.text-white > a,
h4.text-white > a,
h5.text-white > a,
h6.text-white > a,
.h1.text-white > a,
.h2.text-white > a,
.h3.text-white > a,
.h4.text-white > a,
.h5.text-white > a,
.h6.text-white > a {
    color: #fff;
}

figure {
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

svg {
    margin-bottom: -0.4375rem;
    vertical-align: baseline;
}

table th {
    font-weight: 700;
}

.fa,
.fas {
    font-weight: 900;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
    color: #fff;
    background-color: #f1d700;
}

::selection {
    color: #fff;
    background-color: #f1d700;
}

.bg-primary ::-moz-selection {
    color: #f1d700;
    background-color: #fff;
}

.bg-primary ::selection {
    color: #f1d700;
    background-color: #fff;
}

/*------------------------------------
  Accessibility
------------------------------------*/

a:focus,
button:focus {
    outline: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 0 transparent;
}

.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
    box-shadow: 0 0 0 0 transparent;
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 transparent;
}

.custom-select:focus,
.page-link:focus {
    box-shadow: 0 0 0 0 transparent;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 transparent;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

/*------------------------------------
  Print styles
------------------------------------*/
@media print {
    header,
    footer,
    .btn {
        display: none;
    }
}

/*------------------------------------
  Skippy
------------------------------------*/

/*------------------------------------
  List Group
------------------------------------*/
.list-group {
    list-style: none;
}

.list-group .list-group {
    margin-left: 1rem;
}

.list-group .list-group-item {
    font-size: 0.875rem;
}

.list-group .active > .list-group-item {
    color: #f1d700;
}

/* Border Radius */

/* Transparent */
.list-group-transparent .list-group-item {
    border-color: transparent;
    background-color: transparent;
}

/* White */

/* Flush */
.list-group-flush .list-group-item {
    padding-left: 0;
    padding-right: 0;
}

.list-group-flush .list-group-item.active {
    color: #f1d700;
    background-color: transparent;
    border-color: transparent;
}

/* Borderless */
.list-group-borderless .list-group-item {
    border: none;
}

/* Striped */

/*------------------------------------
  Links
------------------------------------*/
.link {
    display: inline-block;
}

.link__icon {
    position: relative;
    line-height: 0.7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 1.063rem;
    height: 1.063rem;
    font-size: 1rem;
    color: #377dff;
    background-color: #f1d700;
    border-radius: 50%;
    transition: 0.3s;
}

.link__icon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.link:hover .link__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Collapse */
.link-collapse[aria-expanded='false'] .link-collapse__default {
    display: inline-block;
}

.link-collapse[aria-expanded='false'] .link-collapse__active {
    display: none;
}

.link-collapse[aria-expanded='true'] .link-collapse__default {
    display: none;
}

.link-collapse[aria-expanded='true'] .link-collapse__active {
    display: inline-block;
}

/* Link Light */

/* Link Muted */
.link-muted {
    color: #8c98a4;
    border-bottom: 1px dashed #97a4af;
}

.link-muted:hover {
    border-color: #333e48;
}

/* Link White */

/*------------------------------------
  Header Default
------------------------------------*/
.u-header {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

.u-header__section {
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
}

/* Navbar */
.u-header__navbar {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0;
    padding-right: 0;
}

/* Navbar Space */

/* Navbar Brand */
.u-header__navbar-brand,
.u-header__navbar-brand > img {
    padding-top: 0;
    padding-bottom: 0;
    width: 9.375rem;
}

.u-header__navbar-brand-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.u-header__navbar-brand-vertical {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

/* Navbar Collapse */
.u-header__navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
}

/* Navbar Link */

/* Nav Item */
.u-header .u-header__nav-item:first-child .u-header__nav-link {
    padding-left: 0;
}

.u-header__nav-item:hover .u-header__nav-link,
.u-header__nav-item:focus .u-header__nav-link {
    color: #000000;
}

/* Nav Link */
.u-header .active > .u-header__nav-link {
    color: #000000;
}

.u-header__nav-link {
    color: #333e48;
}

.u-header__nav-link-toggle {
    position: relative;
}

.u-header__nav-link-toggle::after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 65%;
    font-weight: 900;
    content: '\f107';
    margin-left: 0.5rem;
    transition: 0.3s ease;
}

/* Sub Menu */
.u-header__sub-menu {
    width: 100%;
    padding-left: 0;
    list-style: none;
}

.u-header__sub-menu-nav-group {
    padding-left: 0;
    list-style: none;
}

.u-header__sub-menu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    color: #333e48;
}

.u-header__sub-menu .active > .u-header__sub-menu-nav-link {
    color: #000000;
}

.u-header__sub-menu-title {
    display: block;
    color: #1e2022;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* Promo */

/* Banner */

/* Product Banner */

/* Hide Content */

/*------------------------------------
  Header Helpers
------------------------------------*/
.u-header--invisible {
    display: none;
}

.u-header--moved-up {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.u-header--faded {
    opacity: 0;
    visibility: hidden;
}

.u-header__section--hidden {
    position: relative;
}

.u-header.u-header--untransitioned {
    transition: none;
}

.u-header.js-header-fix-moment {
    position: fixed;
    top: 0;
    bottom: auto;
}

/*------------------------------------
  Nav Alignments
------------------------------------*/
@media (min-width: 992px) {
    
    .u-header__navbar-nav {
        margin-left: auto;
    }
    
    .u-header-left-aligned-nav .u-header__navbar-nav {
        margin-left: 0;
        margin-right: auto;
    }
    .u-header-left-aligned-nav .u-header__navbar-nav {
        width: 100%;
    }
    .u-header-left-aligned-nav .u-header__navbar-brand {
        margin-left: 0;
        margin-right: 3rem;
    }
}

/*------------------------------------
  Header Default
------------------------------------*/

/*------------------------------------
  Fullscreen
------------------------------------*/


.u-fullscreen__overlay {
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.u-fullscreen__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-image: linear-gradient(
        150deg,
        rgba(45, 21, 130, 0.95) 0%,
        rgba(25, 160, 255, 0.95) 100%
    );
    background-repeat: repeat-x;
    transition-delay: 0.5s;
}

/*------------------------------------
  Header Fullscreen Style
------------------------------------*/

/*------------------------------------
  Header Navbar Background Colors
------------------------------------*/

/*------------------------------------
  Header Submenu Background Colors
------------------------------------*/

/*------------------------------------
  Transparent Header
------------------------------------*/

/*------------------------------------
  Header On Scroll
------------------------------------*/

/*------------------------------------
  Header White Nav Links
------------------------------------*/

/*------------------------------------
  Navbar Expand
------------------------------------*/
.navbar-expand {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-expand.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-expand .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-expand .u-header__navbar-nav .u-header__nav-link {
    padding-top: 0.781rem;
    padding-bottom: 0.781rem;
    padding-right: 0.99rem;
    padding-left: 0.99rem;
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.10938rem solid #f1d700;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
}

.navbar-expand
    .u-header__navbar-nav
    .u-header__sub-menu-nav-group
    .u-header__sub-menu-nav-link {
    padding-left: 0;
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
}

.navbar-expand
    .u-header__navbar-nav
    .u-header__sub-menu
    .hs-has-sub-menu
    .u-header__sub-menu {
    margin-top: -1.1875rem;
}

.navbar-expand .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .navbar-expand-sm.u-header__navbar--no-space {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-sm .u-header__navbar-nav {
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-sm .u-header__navbar-nav .u-header__nav-link {
        padding-top: 0.781rem;
        padding-bottom: 0.781rem;
        padding-right: 0.99rem;
        padding-left: 0.99rem;
    }
    .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu {
        border-top: 0.10938rem solid #f1d700;
        border-bottom-right-radius: 0.4375rem;
        border-bottom-left-radius: 0.4375rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
    }
    .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-nav-link {
        padding-right: 1.75rem;
        padding-left: 1.75rem;
    }
    .navbar-expand-sm
        .u-header__navbar-nav
        .u-header__sub-menu-nav-group
        .u-header__sub-menu-nav-link {
        padding-left: 0;
    }
    .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .navbar-expand-sm
        .u-header__navbar-nav
        .u-header__sub-menu
        .hs-has-sub-menu {
        padding: 0;
    }
    .navbar-expand-sm
        .u-header__navbar-nav
        .u-header__sub-menu
        .hs-has-sub-menu
        .u-header__sub-menu {
        margin-top: -1.1875rem;
    }
    .navbar-expand-sm .u-header__mega-menu-wrapper {
        padding: 2.5rem;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .navbar-expand-md.u-header__navbar--no-space {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-md .u-header__navbar-nav {
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-md .u-header__navbar-nav .u-header__nav-link {
        padding-top: 0.781rem;
        padding-bottom: 0.781rem;
        padding-right: 0.99rem;
        padding-left: 0.99rem;
    }
    .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu {
        border-top: 0.10938rem solid #f1d700;
        border-bottom-right-radius: 0.4375rem;
        border-bottom-left-radius: 0.4375rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
    }
    .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-nav-link {
        padding-right: 1.75rem;
        padding-left: 1.75rem;
    }
    .navbar-expand-md
        .u-header__navbar-nav
        .u-header__sub-menu-nav-group
        .u-header__sub-menu-nav-link {
        padding-left: 0;
    }
    .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .navbar-expand-md
        .u-header__navbar-nav
        .u-header__sub-menu
        .hs-has-sub-menu {
        padding: 0;
    }
    .navbar-expand-md
        .u-header__navbar-nav
        .u-header__sub-menu
        .hs-has-sub-menu
        .u-header__sub-menu {
        margin-top: -1.1875rem;
    }
    .navbar-expand-md .u-header__mega-menu-wrapper {
        padding: 2.5rem;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .navbar-expand-lg.u-header__navbar--no-space {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-lg .u-header__navbar-nav {
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link {
        padding-top: 0.781rem;
        padding-bottom: 0.781rem;
        padding-right: 0.99rem;
        padding-left: 0.99rem;
    }
    .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu {
        border-top: 0.10938rem solid #f1d700;
        border-bottom-right-radius: 0.4375rem;
        border-bottom-left-radius: 0.4375rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
    }
    .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-link {
        padding-right: 1.75rem;
        padding-left: 1.75rem;
    }
    .navbar-expand-lg
        .u-header__navbar-nav
        .u-header__sub-menu-nav-group
        .u-header__sub-menu-nav-link {
        padding-left: 0;
    }
    .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .navbar-expand-lg
        .u-header__navbar-nav
        .u-header__sub-menu
        .hs-has-sub-menu {
        padding: 0;
    }
    .navbar-expand-lg
        .u-header__navbar-nav
        .u-header__sub-menu
        .hs-has-sub-menu
        .u-header__sub-menu {
        margin-top: -1.1875rem;
    }
    .navbar-expand-lg .u-header__mega-menu-wrapper {
        padding: 2.5rem;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .navbar-expand-xl.u-header__navbar--no-space {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-xl .u-header__navbar-nav {
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
        padding-top: 0.781rem;
        padding-bottom: 0.781rem;
        padding-right: 0.99rem;
        padding-left: 0.99rem;
    }
    .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu {
        border-top: 0.10938rem solid #f1d700;
        border-bottom-right-radius: 0.4375rem;
        border-bottom-left-radius: 0.4375rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
    }
    .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-link {
        padding-right: 1.75rem;
        padding-left: 1.75rem;
    }
    .navbar-expand-xl
        .u-header__navbar-nav
        .u-header__sub-menu-nav-group
        .u-header__sub-menu-nav-link {
        padding-left: 0;
    }
    .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .navbar-expand-xl
        .u-header__navbar-nav
        .u-header__sub-menu
        .hs-has-sub-menu {
        padding: 0;
    }
    .navbar-expand-xl
        .u-header__navbar-nav
        .u-header__sub-menu
        .hs-has-sub-menu
        .u-header__sub-menu {
        margin-top: -1.1875rem;
    }
    .navbar-expand-xl .u-header__mega-menu-wrapper {
        padding: 2.5rem;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .navbar-expand-sm .u-header__nav-link,
    .navbar-expand-sm .u-header__sub-menu-nav-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-expand-sm .u-header__nav-link-toggle::after {
        margin-left: auto;
    }
    .navbar-expand-sm .hs-mega-menu-opened .u-header__nav-link-toggle::after,
    .navbar-expand-sm .hs-sub-menu-opened .u-header__nav-link-toggle::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .navbar-expand-sm .u-header__mega-menu-wrapper {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .navbar-expand-sm .u-header__sub-menu {
        min-width: 100% !important;
    }
    .navbar-expand-sm .u-header__sub-menu:not(.u-header__promo) {
        border-left: 0.1875rem solid #f1d700;
    }
    .navbar-expand-sm .u-header__sub-menu .u-header__sub-menu {
        padding-left: 1.5rem;
    }
    .navbar-expand-sm .u-header__sub-menu-title {
        padding-left: 1.5rem;
        margin-bottom: 0;
    }
    .navbar-expand-sm .u-header__sub-menu-nav-group {
        padding-top: 0.5rem;
        padding-left: 1.5rem;
    }
    .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu {
        padding-left: 1.5rem;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
        -webkit-animation: none;
        animation: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md .u-header__nav-link,
    .navbar-expand-md .u-header__sub-menu-nav-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-expand-md .u-header__nav-link-toggle::after {
        margin-left: auto;
    }
    .navbar-expand-md .hs-mega-menu-opened .u-header__nav-link-toggle::after,
    .navbar-expand-md .hs-sub-menu-opened .u-header__nav-link-toggle::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .navbar-expand-md .u-header__mega-menu-wrapper {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .navbar-expand-md .u-header__sub-menu {
        min-width: 100% !important;
    }
    .navbar-expand-md .u-header__sub-menu:not(.u-header__promo) {
        border-left: 0.1875rem solid #f1d700;
    }
    .navbar-expand-md .u-header__sub-menu .u-header__sub-menu {
        padding-left: 1.5rem;
    }
    .navbar-expand-md .u-header__sub-menu-title {
        padding-left: 1.5rem;
        margin-bottom: 0;
    }
    .navbar-expand-md .u-header__sub-menu-nav-group {
        padding-top: 0.5rem;
        padding-left: 1.5rem;
    }
    .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu {
        padding-left: 1.5rem;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
        -webkit-animation: none;
        animation: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .u-header__nav-link,
    .navbar-expand-lg .u-header__sub-menu-nav-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-expand-lg .u-header__nav-link-toggle::after {
        margin-left: auto;
    }
    .navbar-expand-lg .hs-mega-menu-opened .u-header__nav-link-toggle::after,
    .navbar-expand-lg .hs-sub-menu-opened .u-header__nav-link-toggle::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .navbar-expand-lg .u-header__mega-menu-wrapper {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .navbar-expand-lg .u-header__sub-menu {
        min-width: 100% !important;
    }
    .navbar-expand-lg .u-header__sub-menu:not(.u-header__promo) {
        border-left: 0.1875rem solid #f1d700;
    }
    .navbar-expand-lg .u-header__sub-menu .u-header__sub-menu {
        padding-left: 1.5rem;
    }
    .navbar-expand-lg .u-header__sub-menu-title {
        padding-left: 1.5rem;
        margin-bottom: 0;
    }
    .navbar-expand-lg .u-header__sub-menu-nav-group {
        padding-top: 0.5rem;
        padding-left: 1.5rem;
    }
    .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu {
        padding-left: 1.5rem;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
        -webkit-animation: none;
        animation: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl .u-header__nav-link,
    .navbar-expand-xl .u-header__sub-menu-nav-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-expand-xl .u-header__nav-link-toggle::after {
        margin-left: auto;
    }
    .navbar-expand-xl .hs-mega-menu-opened .u-header__nav-link-toggle::after,
    .navbar-expand-xl .hs-sub-menu-opened .u-header__nav-link-toggle::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .navbar-expand-xl .u-header__mega-menu-wrapper {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .navbar-expand-xl .u-header__sub-menu {
        min-width: 100% !important;
    }
    .navbar-expand-xl .u-header__sub-menu:not(.u-header__promo) {
        border-left: 0.1875rem solid #f1d700;
    }
    .navbar-expand-xl .u-header__sub-menu .u-header__sub-menu {
        padding-left: 1.5rem;
    }
    .navbar-expand-xl .u-header__sub-menu-title {
        padding-left: 1.5rem;
        margin-bottom: 0;
    }
    .navbar-expand-xl .u-header__sub-menu-nav-group {
        padding-top: 0.5rem;
        padding-left: 1.5rem;
    }
    .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu {
        padding-left: 1.5rem;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
        -webkit-animation: none;
        animation: none;
    }
}

.navbar-expand .u-header__nav-link,
.navbar-expand .u-header__sub-menu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-expand .u-header__nav-link-toggle::after {
    margin-left: auto;
}

.navbar-expand .hs-mega-menu-opened .u-header__nav-link-toggle::after,
.navbar-expand .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.navbar-expand .u-header__mega-menu-wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-expand .u-header__sub-menu {
    min-width: 100% !important;
}

.navbar-expand .u-header__sub-menu:not(.u-header__promo) {
    border-left: 0.1875rem solid #f1d700;
}

.navbar-expand .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem;
}

.navbar-expand .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.navbar-expand .u-header__sub-menu-nav-group {
    padding-top: 0.5rem;
    padding-left: 1.5rem;
}

.navbar-expand .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-expand .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-expand-md .u-header__navbar-brand {
        padding-top: 0.5rem;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .navbar-expand-sm .u-header__navbar-brand {
        padding-top: 0.5rem;
    }
}

@media (min-width: 992px) {
    [class*='navbar-expand']:not(.navbar-expand-xl) {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

/*------------------------------------
  Header Floating
------------------------------------*/
.u-header--floating {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
}

.u-header--floating.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    margin-top: 0;
}

.u-header--floating .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px;
}

@media (min-width: 576px) {
    .u-header--floating-sm {
        position: absolute;
        right: 0;
        left: 0;
        margin-top: 2rem;
    }
    .u-header--floating-sm.js-header-fix-moment {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
        margin-top: 0;
    }
    .u-header--floating-sm .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        margin: 0 24px;
    }
}

@media (min-width: 768px) {
    .u-header--floating-md {
        position: absolute;
        right: 0;
        left: 0;
        margin-top: 2rem;
    }
    .u-header--floating-md.js-header-fix-moment {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
        margin-top: 0;
    }
    .u-header--floating-md .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        margin: 0 24px;
    }
}

@media (min-width: 992px) {
    .u-header--floating-lg {
        position: absolute;
        right: 0;
        left: 0;
        margin-top: 2rem;
    }
    .u-header--floating-lg.js-header-fix-moment {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
        margin-top: 0;
    }
    .u-header--floating-lg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        margin: 0 24px;
    }
}

@media (min-width: 1200px) {
    .u-header--floating-xl {
        position: absolute;
        right: 0;
        left: 0;
        margin-top: 2rem;
    }
    .u-header--floating-xl.js-header-fix-moment {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
        margin-top: 0;
    }
    .u-header--floating-xl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        margin: 0 24px;
    }
}

@media (max-width: 575.98px) {
    .u-header--floating-sm .u-header__section {
        box-shadow: none;
    }
    .u-header--floating-sm .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .u-header--floating-md .u-header__section {
        box-shadow: none;
    }
    .u-header--floating-md .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .u-header--floating-lg .u-header__section {
        box-shadow: none;
    }
    .u-header--floating-lg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .u-header--floating-xl .u-header__section {
        box-shadow: none;
    }
    .u-header--floating-xl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        display: none;
    }
}

.u-header--floating .u-header__section {
    box-shadow: none;
}

.u-header--floating .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
}

/*------------------------------------
  Absolute Positions
------------------------------------*/
.u-header--abs-top,
.u-header--abs-bottom,
.u-header--abs-top-2nd-screen {
    position: absolute;
}

.u-header--abs-top {
    top: 0;
    bottom: auto;
}

.u-header--abs-top-2nd-screen:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
}

.u-header--abs-bottom:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
}

.u-header--abs-bottom:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
}

.u-header--abs-bottom:not(.js-header-fix-moment)
    .u-header__sub-menu
    .u-header__sub-menu {
    top: 0;
    bottom: auto;
}

.u-header--abs-bottom:not(.js-header-fix-moment)
    [class*='navbar-expand']
    .u-header__navbar-nav
    .u-header__sub-menu {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
}

.u-header--abs-bottom:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp;
}

@media (min-width: 576px) {
    .u-header--abs-top-sm,
    .u-header--abs-bottom-sm,
    .u-header--abs-top-2nd-screen-sm {
        position: absolute;
    }
    .u-header--abs-top-sm {
        top: 0;
        bottom: auto;
    }
    .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) {
        top: 100%;
        bottom: auto;
    }
    .u-header--abs-bottom-sm:not(.js-header-fix-moment) {
        top: auto;
        bottom: 0;
    }
    .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__sub-menu {
        top: auto;
        bottom: 100%;
    }
    .u-header--abs-bottom-sm:not(.js-header-fix-moment)
        .u-header__sub-menu
        .u-header__sub-menu {
        top: 0;
        bottom: auto;
    }
    .u-header--abs-bottom-sm:not(.js-header-fix-moment)
        [class*='navbar-expand']
        .u-header__navbar-nav
        .u-header__sub-menu {
        border-top-left-radius: 0.3125rem;
        border-top-right-radius: 0.3125rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
    }
    .u-header--abs-bottom-sm:not(.js-header-fix-moment) .slideInUp {
        -webkit-animation-name: absoluteSlideInUp;
        animation-name: absoluteSlideInUp;
    }
}

@media (min-width: 768px) {
    .u-header--abs-top-md,
    .u-header--abs-bottom-md,
    .u-header--abs-top-2nd-screen-md {
        position: absolute;
    }
    .u-header--abs-top-md {
        top: 0;
        bottom: auto;
    }
    .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) {
        top: 100%;
        bottom: auto;
    }
    .u-header--abs-bottom-md:not(.js-header-fix-moment) {
        top: auto;
        bottom: 0;
    }
    .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__sub-menu {
        top: auto;
        bottom: 100%;
    }
    .u-header--abs-bottom-md:not(.js-header-fix-moment)
        .u-header__sub-menu
        .u-header__sub-menu {
        top: 0;
        bottom: auto;
    }
    .u-header--abs-bottom-md:not(.js-header-fix-moment)
        [class*='navbar-expand']
        .u-header__navbar-nav
        .u-header__sub-menu {
        border-top-left-radius: 0.3125rem;
        border-top-right-radius: 0.3125rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
    }
    .u-header--abs-bottom-md:not(.js-header-fix-moment) .slideInUp {
        -webkit-animation-name: absoluteSlideInUp;
        animation-name: absoluteSlideInUp;
    }
}

@media (min-width: 992px) {
    .u-header--abs-top-lg,
    .u-header--abs-bottom-lg,
    .u-header--abs-top-2nd-screen-lg {
        position: absolute;
    }
    .u-header--abs-top-lg {
        top: 0;
        bottom: auto;
    }
    .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) {
        top: 100%;
        bottom: auto;
    }
    .u-header--abs-bottom-lg:not(.js-header-fix-moment) {
        top: auto;
        bottom: 0;
    }
    .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__sub-menu {
        top: auto;
        bottom: 100%;
    }
    .u-header--abs-bottom-lg:not(.js-header-fix-moment)
        .u-header__sub-menu
        .u-header__sub-menu {
        top: 0;
        bottom: auto;
    }
    .u-header--abs-bottom-lg:not(.js-header-fix-moment)
        [class*='navbar-expand']
        .u-header__navbar-nav
        .u-header__sub-menu {
        border-top-left-radius: 0.3125rem;
        border-top-right-radius: 0.3125rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
    }
    .u-header--abs-bottom-lg:not(.js-header-fix-moment) .slideInUp {
        -webkit-animation-name: absoluteSlideInUp;
        animation-name: absoluteSlideInUp;
    }
}

@media (min-width: 1200px) {
    .u-header--abs-top-xl,
    .u-header--abs-bottom-xl,
    .u-header--abs-top-2nd-screen-xl {
        position: absolute;
    }
    .u-header--abs-top-xl {
        top: 0;
        bottom: auto;
    }
    .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) {
        top: 100%;
        bottom: auto;
    }
    .u-header--abs-bottom-xl:not(.js-header-fix-moment) {
        top: auto;
        bottom: 0;
    }
    .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__sub-menu {
        top: auto;
        bottom: 100%;
    }
    .u-header--abs-bottom-xl:not(.js-header-fix-moment)
        .u-header__sub-menu
        .u-header__sub-menu {
        top: 0;
        bottom: auto;
    }
    .u-header--abs-bottom-xl:not(.js-header-fix-moment)
        [class*='navbar-expand']
        .u-header__navbar-nav
        .u-header__sub-menu {
        border-top-left-radius: 0.3125rem;
        border-top-right-radius: 0.3125rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
    }
    .u-header--abs-bottom-xl:not(.js-header-fix-moment) .slideInUp {
        -webkit-animation-name: absoluteSlideInUp;
        animation-name: absoluteSlideInUp;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .u-header--abs-bottom-md:not(.js-header-fix-moment)
        .navbar-expand-md
        .hs-mega-menu {
        bottom: 52.8%;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .u-header--abs-bottom:not(.js-header-fix-moment)
        .navbar-expand-md
        .hs-mega-menu,
    .u-header--abs-bottom-sm:not(.js-header-fix-moment)
        .navbar-expand-md
        .hs-mega-menu {
        bottom: 52.8%;
    }
}

[class*='u-header--abs'] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px;
}

/* Disable box-shadow on mobile device */
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment)
    [class*='navbar-expand']
    .u-header__navbar-nav
    .u-header__sub-menu,
.u-header--abs-bottom:not(.js-header-fix-moment)
    [class*='navbar-expand']
    .u-header__navbar-nav
    .u-header__sub-menu {
    box-shadow: none;
}

@-webkit-keyframes absoluteSlideInUp {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes absoluteSlideInUp {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
}

/*------------------------------------
  Header Sidebar
------------------------------------*/
.u-header-sidebar__footer-offset {
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 10.625rem;
}

.u-header-sidebar__content {
    padding: 1.5rem 3rem 3rem;
}

/*------------------------------------
  Sticky Positions
------------------------------------*/
.u-header--sticky-top,
.u-header--sticky-bottom {
    position: fixed;
}

.u-header--sticky-top {
    bottom: auto;
    top: 0;
}

.u-header--sticky-bottom {
    top: auto;
    bottom: 0;
}

.u-header--sticky-bottom .u-header__sub-menu {
    top: auto;
    bottom: 100%;
}

.u-header--sticky-bottom .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
}

.u-header--sticky-bottom .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
}

.u-header--sticky-bottom .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp;
}

@media (min-width: 576px) {
    .u-header--sticky-top-sm,
    .u-header--sticky-bottom-sm {
        position: fixed;
    }
    .u-header--sticky-top-sm {
        bottom: auto;
        top: 0;
    }
    .u-header--sticky-bottom-sm {
        top: auto;
        bottom: 0;
    }
    .u-header--sticky-bottom-sm .u-header__sub-menu {
        top: auto;
        bottom: 100%;
    }
    .u-header--sticky-bottom-sm .u-header__sub-menu .u-header__sub-menu {
        top: 0;
        bottom: auto;
    }
    .u-header--sticky-bottom-sm .navbar-nav .u-header__sub-menu {
        border-top-left-radius: 0.3125rem;
        border-top-right-radius: 0.3125rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
    }
    .u-header--sticky-bottom-sm .slideInUp {
        -webkit-animation-name: stickySlideInUp;
        animation-name: stickySlideInUp;
    }
}

@media (min-width: 768px) {
    .u-header--sticky-top-md,
    .u-header--sticky-bottom-md {
        position: fixed;
    }
    .u-header--sticky-top-md {
        bottom: auto;
        top: 0;
    }
    .u-header--sticky-bottom-md {
        top: auto;
        bottom: 0;
    }
    .u-header--sticky-bottom-md .u-header__sub-menu {
        top: auto;
        bottom: 100%;
    }
    .u-header--sticky-bottom-md .u-header__sub-menu .u-header__sub-menu {
        top: 0;
        bottom: auto;
    }
    .u-header--sticky-bottom-md .navbar-nav .u-header__sub-menu {
        border-top-left-radius: 0.3125rem;
        border-top-right-radius: 0.3125rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
    }
    .u-header--sticky-bottom-md .slideInUp {
        -webkit-animation-name: stickySlideInUp;
        animation-name: stickySlideInUp;
    }
}

@media (min-width: 992px) {
    .u-header--sticky-top-lg,
    .u-header--sticky-bottom-lg {
        position: fixed;
    }
    .u-header--sticky-top-lg {
        bottom: auto;
        top: 0;
    }
    .u-header--sticky-bottom-lg {
        top: auto;
        bottom: 0;
    }
    .u-header--sticky-bottom-lg .u-header__sub-menu {
        top: auto;
        bottom: 100%;
    }
    .u-header--sticky-bottom-lg .u-header__sub-menu .u-header__sub-menu {
        top: 0;
        bottom: auto;
    }
    .u-header--sticky-bottom-lg .navbar-nav .u-header__sub-menu {
        border-top-left-radius: 0.3125rem;
        border-top-right-radius: 0.3125rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
    }
    .u-header--sticky-bottom-lg .slideInUp {
        -webkit-animation-name: stickySlideInUp;
        animation-name: stickySlideInUp;
    }
}

@media (min-width: 1200px) {
    .u-header--sticky-top-xl,
    .u-header--sticky-bottom-xl {
        position: fixed;
    }
    .u-header--sticky-top-xl {
        bottom: auto;
        top: 0;
    }
    .u-header--sticky-bottom-xl {
        top: auto;
        bottom: 0;
    }
    .u-header--sticky-bottom-xl .u-header__sub-menu {
        top: auto;
        bottom: 100%;
    }
    .u-header--sticky-bottom-xl .u-header__sub-menu .u-header__sub-menu {
        top: 0;
        bottom: auto;
    }
    .u-header--sticky-bottom-xl .navbar-nav .u-header__sub-menu {
        border-top-left-radius: 0.3125rem;
        border-top-right-radius: 0.3125rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
    }
    .u-header--sticky-bottom-xl .slideInUp {
        -webkit-animation-name: stickySlideInUp;
        animation-name: stickySlideInUp;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .u-header--sticky-bottom-md:not(.js-header-fix-moment)
        .navbar-expand-md
        .hs-mega-menu {
        bottom: 52.8%;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .u-header--sticky-bottom:not(.js-header-fix-moment)
        .navbar-expand-md
        .hs-mega-menu,
    .u-header--sticky-bottom-sm:not(.js-header-fix-moment)
        .navbar-expand-md
        .hs-mega-menu {
        bottom: 52.8%;
    }
}

/* Disable box-shadow on mobile device */
.u-header--sticky-bottom:not(.js-header-fix-moment)
    [class*='navbar-expand']
    .navbar-nav
    .u-header__sub-menu {
    box-shadow: none;
}

@-webkit-keyframes stickySlideInUp {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes stickySlideInUp {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
}

/*------------------------------------
  Header Center Aligned
------------------------------------*/

/*------------------------------------
  Header Collapse
------------------------------------*/
.u-header-collapse__nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.u-header-collapse__nav-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.u-header-collapse__nav-link {
    color: #333e48;
}

.u-header-collapse__nav-pointer {
    position: relative;
}

.u-header-collapse__nav-pointer::after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 65%;
    font-weight: 900;
    content: '\f107';
    margin-left: auto;
    transition: 0.3s ease;
}

.u-header-collapse__nav-pointer.active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.u-header-collapse__nav-link,
.u-header-collapse__submenu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.u-header-collapse__nav-link.active,
.u-header-collapse__submenu-nav-link.active {
    color: #f1d700;
}

.u-header-collapse__submenu {
    position: relative;
    transition: 0.3s ease-in-out;
}

.u-header-collapse__submenu .u-header-collapse__nav-list {
    border-left: 2px solid #f1d700;
    padding-left: 1rem;
}

.u-header-collapse__submenu-nav-link {
    color: #77838f;
}

/*------------------------------------
  Alert
------------------------------------*/

/*------------------------------------
  Avatar
------------------------------------*/
.u-avatar {
    width: 3.125rem;
    height: 3.125rem;
}

/*------------------------------------
  Avatar Bordered
------------------------------------*/

/*------------------------------------
  Badges
------------------------------------*/
[class*='badge-'] {
    z-index: 3;
}

.badge:empty {
    display: inherit;
}

/*------------------------------------
  Badge Sizes
------------------------------------*/
/* Extra Small */

/* Small */

/* Medium */

/* Bigger */

/*------------------------------------
  Badge Styles
------------------------------------*/
/* primary badge */

/* secondary badge */

/* success badge */

/* info badge */

/* warning badge */

/* danger badge */

/* light badge */

/* dark badge */

/* cyan badge */

/* blue badge */

/* sale badge */

/* black badge */

/* green badge */

/* red badge */

/* gray-1 badge */

/* gray-2 badge */

/* gray-3 badge */

/* gray-4 badge */

/* gray-5 badge */

/* gray-6 badge */

/* gray-7 badge */

/* gray-8 badge */

/* gray-9 badge */

/* gray-13 badge */

/* gray-14 badge */

/* gray-15 badge */

/* gray-16 badge */

/* gray-17 badge */

/* gray-18 badge */

/* white badge */

/* indigo badge */

/*------------------------------------
  Badge Positions
------------------------------------*/

/*------------------------------------
  Badge in Avatar Component
------------------------------------*/
/* Default Size Avatar */

/* Small Size Avatar */

/* Large Size Avatar */

/* Extra Large Size Avatar */

/*------------------------------------
  Badge in Icon Component
------------------------------------*/
/* Default Size Icon */

/* Small Size Icon */

/* Large Size Icon */

/*------------------------------------
  Buttons Bootstrap Style
------------------------------------*/
/* facebook */

/* google */

/* twitter */

/* instagram */

/* github */

/* gray */

/*------------------------------------
  Custom Buttons
------------------------------------*/
/* primary button :hover, :focus, :active effects */
.btn-primary[href]:hover,
.btn-primary[href]:focus,
.btn-primary[href]:active,
.btn-primary[type]:hover,
.btn-primary[type]:focus,
.btn-primary[type]:active {
    box-shadow: 0 4px 11px rgba(254, 215, 0, 0.35);
}

.btn-primary:not(label.btn),
.btn-primary:not(label.btn):not([href]):not(:disabled):not(.disabled),
.btn-primary:not([href]),
.btn-primary:not([href]):not([href]):not(:disabled):not(.disabled) {
    background-color: #f1d700;
    border-color: #f1d700;
}

.btn-primary:hover {
    background-color: #f1d700;
    border-color: #f1d700;
}

/* secondary button :hover, :focus, :active effects */

/* success button :hover, :focus, :active effects */

/* info button :hover, :focus, :active effects */

/* warning button :hover, :focus, :active effects */
.btn-warning[href]:hover,
.btn-warning[href]:focus,
.btn-warning[href]:active,
.btn-warning[type]:hover,
.btn-warning[type]:focus,
.btn-warning[type]:active {
    box-shadow: 0 4px 11px rgba(255, 193, 7, 0.35);
}

.btn-warning:not(label.btn),
.btn-warning:not(label.btn):not([href]):not(:disabled):not(.disabled),
.btn-warning:not([href]),
.btn-warning:not([href]):not([href]):not(:disabled):not(.disabled) {
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
}

/* danger button :hover, :focus, :active effects */

/* light button :hover, :focus, :active effects */
.btn-light[href]:hover,
.btn-light[href]:focus,
.btn-light[href]:active,
.btn-light[type]:hover,
.btn-light[type]:focus,
.btn-light[type]:active {
    box-shadow: 0 4px 11px rgba(248, 249, 250, 0.35);
}

.btn-light:not(label.btn),
.btn-light:not(label.btn):not([href]):not(:disabled):not(.disabled),
.btn-light:not([href]),
.btn-light:not([href]):not([href]):not(:disabled):not(.disabled) {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

/* dark button :hover, :focus, :active effects */
.btn-dark[href]:hover,
.btn-dark[href]:focus,
.btn-dark[href]:active,
.btn-dark[type]:hover,
.btn-dark[type]:focus,
.btn-dark[type]:active {
    box-shadow: 0 4px 11px rgba(51, 62, 72, 0.35);
}

.btn-dark:not(label.btn),
.btn-dark:not(label.btn):not([href]):not(:disabled):not(.disabled),
.btn-dark:not([href]),
.btn-dark:not([href]):not([href]):not(:disabled):not(.disabled) {
    background-color: #333e48;
    border-color: #333e48;
}

.btn-dark:hover {
    background-color: #333e48;
    border-color: #333e48;
}

/* cyan button :hover, :focus, :active effects */

/* blue button :hover, :focus, :active effects */

/* sale button :hover, :focus, :active effects */

/* black button :hover, :focus, :active effects */

/* green button :hover, :focus, :active effects */

/* red button :hover, :focus, :active effects */

/* gray-1 button :hover, :focus, :active effects */

/* gray-2 button :hover, :focus, :active effects */

/* gray-3 button :hover, :focus, :active effects */

/* gray-4 button :hover, :focus, :active effects */

/* gray-5 button :hover, :focus, :active effects */

/* gray-6 button :hover, :focus, :active effects */

/* gray-7 button :hover, :focus, :active effects */

/* gray-8 button :hover, :focus, :active effects */

/* gray-9 button :hover, :focus, :active effects */

/* gray-13 button :hover, :focus, :active effects */

/* gray-14 button :hover, :focus, :active effects */

/* gray-15 button :hover, :focus, :active effects */

/* gray-16 button :hover, :focus, :active effects */

/* gray-17 button :hover, :focus, :active effects */

/* gray-18 button :hover, :focus, :active effects */

/* white button :hover, :focus, :active effects */

/* indigo button :hover, :focus, :active effects */

/* facebook button :hover, :focus, :active effects */

/* google button :hover, :focus, :active effects */

/* twitter button :hover, :focus, :active effects */

/* instagram button :hover, :focus, :active effects */

/* github button :hover, :focus, :active effects */

/* gray button :hover, :focus, :active effects */

/*------------------------------------
  Custom Button Toggle
------------------------------------*/

/*------------------------------------
  Air Button Styles
------------------------------------*/
/* primary air */

/* secondary air */
.btn-soft-secondary {
    color: #77838f;
    background: rgba(119, 131, 143, 0.1);
    border-color: transparent;
}

.btn-soft-secondary[href]:hover,
.btn-soft-secondary[href]:focus,
.btn-soft-secondary[href]:active,
.btn-soft-secondary[href].active,
.btn-soft-secondary[type]:hover,
.btn-soft-secondary[type]:focus,
.btn-soft-secondary[type]:active,
.btn-soft-secondary[type].active {
    color: #fff;
    background: #77838f;
    box-shadow: 0 4px 11px rgba(119, 131, 143, 0.35);
}

.btn-soft-secondary[href].disabled,
.btn-soft-secondary[href]:disabled,
.btn-soft-secondary[type].disabled,
.btn-soft-secondary[type]:disabled {
    color: #77838f;
    background-color: rgba(119, 131, 143, 0.1);
    box-shadow: none;
}

.btn-soft-secondary[href]:not(:disabled):not(.disabled):active,
.btn-soft-secondary[href]:not(:disabled):not(.disabled).active,
.show > .btn-soft-secondary[href].dropdown-toggle,
.btn-soft-secondary[type]:not(:disabled):not(.disabled):active,
.btn-soft-secondary[type]:not(:disabled):not(.disabled).active,
.show > .btn-soft-secondary[type].dropdown-toggle {
    color: #fff;
    background-color: #77838f;
}

.btn.btn-soft-secondary {
    color: #77838f;
}

/* success air */

/* info air */

/* warning air */

/* danger air */

/* light air */

/* dark air */
.btn-soft-dark {
    color: #333e48;
    background: rgba(51, 62, 72, 0.1);
    border-color: transparent;
}

.btn-soft-dark[href]:hover,
.btn-soft-dark[href]:focus,
.btn-soft-dark[href]:active,
.btn-soft-dark[href].active,
.btn-soft-dark[type]:hover,
.btn-soft-dark[type]:focus,
.btn-soft-dark[type]:active,
.btn-soft-dark[type].active {
    color: #fff;
    background: #333e48;
    box-shadow: 0 4px 11px rgba(51, 62, 72, 0.35);
}

.btn-soft-dark[href].disabled,
.btn-soft-dark[href]:disabled,
.btn-soft-dark[type].disabled,
.btn-soft-dark[type]:disabled {
    color: #333e48;
    background-color: rgba(51, 62, 72, 0.1);
    box-shadow: none;
}

.btn-soft-dark[href]:not(:disabled):not(.disabled):active,
.btn-soft-dark[href]:not(:disabled):not(.disabled).active,
.show > .btn-soft-dark[href].dropdown-toggle,
.btn-soft-dark[type]:not(:disabled):not(.disabled):active,
.btn-soft-dark[type]:not(:disabled):not(.disabled).active,
.show > .btn-soft-dark[type].dropdown-toggle {
    color: #fff;
    background-color: #333e48;
}

.btn.btn-soft-dark {
    color: #333e48;
}

/* cyan air */

/* blue air */

/* sale air */

/* black air */

/* green air */

/* red air */

/* gray-1 air */

/* gray-2 air */

/* gray-3 air */

/* gray-4 air */

/* gray-5 air */

/* gray-6 air */

/* gray-7 air */

/* gray-8 air */

/* gray-9 air */

/* gray-13 air */

/* gray-14 air */

/* gray-15 air */

/* gray-16 air */

/* gray-17 air */

/* gray-18 air */

/* white air */

/* indigo air */

/* facebook air */
.btn-soft-facebook {
    color: #3b5998;
    background: rgba(59, 89, 152, 0.1);
    border-color: transparent;
}

.btn-soft-facebook[href]:hover,
.btn-soft-facebook[href]:focus,
.btn-soft-facebook[href]:active,
.btn-soft-facebook[href].active,
.btn-soft-facebook[type]:hover,
.btn-soft-facebook[type]:focus,
.btn-soft-facebook[type]:active,
.btn-soft-facebook[type].active {
    color: #fff;
    background: #3b5998;
    box-shadow: 0 4px 11px rgba(59, 89, 152, 0.35);
}

.btn-soft-facebook[href].disabled,
.btn-soft-facebook[href]:disabled,
.btn-soft-facebook[type].disabled,
.btn-soft-facebook[type]:disabled {
    color: #3b5998;
    background-color: rgba(59, 89, 152, 0.1);
    box-shadow: none;
}

.btn-soft-facebook[href]:not(:disabled):not(.disabled):active,
.btn-soft-facebook[href]:not(:disabled):not(.disabled).active,
.show > .btn-soft-facebook[href].dropdown-toggle,
.btn-soft-facebook[type]:not(:disabled):not(.disabled):active,
.btn-soft-facebook[type]:not(:disabled):not(.disabled).active,
.show > .btn-soft-facebook[type].dropdown-toggle {
    color: #fff;
    background-color: #3b5998;
}

.btn.btn-soft-facebook {
    color: #3b5998;
}

/* google air */
.btn-soft-google {
    color: #d14130;
    background: rgba(209, 65, 48, 0.1);
    border-color: transparent;
}

.btn-soft-google[href]:hover,
.btn-soft-google[href]:focus,
.btn-soft-google[href]:active,
.btn-soft-google[href].active,
.btn-soft-google[type]:hover,
.btn-soft-google[type]:focus,
.btn-soft-google[type]:active,
.btn-soft-google[type].active {
    color: #fff;
    background: #d14130;
    box-shadow: 0 4px 11px rgba(209, 65, 48, 0.35);
}

.btn-soft-google[href].disabled,
.btn-soft-google[href]:disabled,
.btn-soft-google[type].disabled,
.btn-soft-google[type]:disabled {
    color: #d14130;
    background-color: rgba(209, 65, 48, 0.1);
    box-shadow: none;
}

.btn-soft-google[href]:not(:disabled):not(.disabled):active,
.btn-soft-google[href]:not(:disabled):not(.disabled).active,
.show > .btn-soft-google[href].dropdown-toggle,
.btn-soft-google[type]:not(:disabled):not(.disabled):active,
.btn-soft-google[type]:not(:disabled):not(.disabled).active,
.show > .btn-soft-google[type].dropdown-toggle {
    color: #fff;
    background-color: #d14130;
}

.btn.btn-soft-google {
    color: #d14130;
}

/* twitter air */

/* instagram air */

/* github air */

/* gray air */

/*------------------------------------
  Button Sizes
------------------------------------*/
/* Wide */
.btn-wide {
    min-width: 9.6875rem;
}

.btn-sm-wide {
    min-width: 8.4375rem;
}

/* Extra Small */
.btn-xs {
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 0.4375rem 0.9375rem;
}

/* Icons */
.btn-icon.btn-xs {
    font-size: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
}

.btn-icon.btn-sm,
.btn-group-sm > .btn-icon.btn {
    font-size: 0.8175rem;
    width: 2rem;
    height: 2rem;
}

.btn-icon.btn-lg {
    font-size: 1.75rem;
    width: 5rem;
    height: 5rem;
}

/*------------------------------------
  Text Buttons Styles
------------------------------------*/
/* primary text button */

/* secondary text button */
.btn-text-secondary {
    color: #77838f;
    background: transparent;
}

.btn-text-secondary[href]:hover,
.btn-text-secondary[href]:focus,
.btn-text-secondary[href]:active,
.btn-text-secondary[type]:hover,
.btn-text-secondary[type]:focus,
.btn-text-secondary[type]:active {
    color: #333e48;
}

/* success text button */

/* info text button */

/* warning text button */

/* danger text button */

/* light text button */

/* dark text button */

/* cyan text button */

/* blue text button */

/* sale text button */

/* black text button */

/* green text button */

/* red text button */

/* gray-1 text button */

/* gray-2 text button */

/* gray-3 text button */

/* gray-4 text button */

/* gray-5 text button */

/* gray-6 text button */

/* gray-7 text button */

/* gray-8 text button */

/* gray-9 text button */

/* gray-13 text button */

/* gray-14 text button */

/* gray-15 text button */

/* gray-16 text button */

/* gray-17 text button */

/* gray-18 text button */

/* white text button */

/* indigo text button */

/*------------------------------------
  Buttons
------------------------------------*/
.btn[href] {
    cursor: pointer;
}

.btn:not([href]):not([type]):not(:disabled):not(.disabled) {
    cursor: default;
}

label.btn {
    cursor: pointer !important;
}

/* Pill */
.btn-pill {
    border-radius: 6.1875rem;
}

/* Icon */
.btn-icon {
    position: relative;
    line-height: 0;
    font-size: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
}

.btn-icon__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Background Transparent */
[class*='btn-soft-'].btn-bg-transparent {
    background-color: transparent;
}

/* Toggle */

/*------------------------------------
  Brand
------------------------------------*/
.brand {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 0.5rem;
}

/*------------------------------------
  Breadcrumb
------------------------------------*/

/*------------------------------------
  Card
------------------------------------*/

/* Background Color */

/* Frame */

/* Collapse */
.card-collapse {
    padding: 0;
    transition: 0.3s ease-in-out;
}

.card-collapse:hover {
    background-color: #f8fafd;
}

.card-collapse .card-body {
    color: #77838f;
}

.card-btn {
    color: #1e2022;
    text-align: left;
    white-space: inherit;
}

.card-btn-arrow {
    display: inline-block;
    color: #377dff;
    margin-left: 1rem;
    transition: 0.3s ease-in-out;
}

.collapsed .card-btn-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* IE image rendering fix */

/*------------------------------------
  Card Gutters
------------------------------------*/

/*------------------------------------
  Card Group - Break
------------------------------------*/

/*------------------------------------
  Sidebar Navigation
------------------------------------*/
/* Disable content revealing on page load */
.u-sidebar[aria-labelledby] {
    opacity: 0;
}

.u-sidebar[aria-labelledby][role='tabpanel'] {
    opacity: 1;
}

.u-sidebar[aria-labelledby].u-unfold--css-animation,
.u-sidebar[aria-labelledby].u-unfold--jquery-slide {
    opacity: 1;
}

.u-sidebar.u-unfold--css-animation.u-unfold--hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.u-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    width: 18.75rem;
    height: 100%;
    background-color: #fff;
    box-shadow: -13px 0 20px rgba(119, 131, 143, 0.08);
}

.u-sidebar__body,
.u-sidebar__content {
    height: 100%;
}

.u-sidebar--left {
    right: auto;
    left: 0;
    box-shadow: 13px 0 20px rgba(119, 131, 143, 0.08);
}

.u-sidebar__scroller {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.u-sidebar__container {
    position: relative;
    height: 100%;
    min-height: 100%;
}

/*------------------------------------
  Sidebar Account
------------------------------------*/

/* Holder */

/* Toggle */

/* List */

/* Footer Links */

/*------------------------------------
  Sidebar Shopping Cart
------------------------------------*/

/*------------------------------------
  Clients
------------------------------------*/

/*------------------------------------
  Close
------------------------------------*/

/*------------------------------------
  Divider
------------------------------------*/
.u-divider {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

.u-divider::before,
.u-divider::after {
    position: absolute;
    top: 50%;
    content: '';
}

.u-divider::before {
    right: 100%;
    background-image: linear-gradient(45deg, transparent 0%, #bdc5d1 100%);
    background-repeat: repeat-x;
}

.u-divider::after {
    left: 100%;
    background-image: linear-gradient(45deg, #bdc5d1 0%, transparent 100%);
    background-repeat: repeat-x;
}

/*------------------------------------
  Divider Sizes
------------------------------------*/
.u-divider::before,
.u-divider::after {
    width: 8.75rem;
    height: 0.05469rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.u-divider::before {
    margin-right: 0.625rem;
}

.u-divider::after {
    margin-left: 0.625rem;
}

@media (max-width: 767.98px) {
    .u-divider::before,
    .u-divider::after {
        width: 3.5rem;
    }
}

.u-divider--xs {
    font-size: 0.65625rem;
}

.u-divider--xs::before,
.u-divider--xs::after {
    width: 1.75rem;
    height: 0.05469rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*------------------------------------
  Divider Styles
------------------------------------*/
/* Text */
.u-divider--text {
    color: #8c98a4;
}

/*------------------------------------
  Vertical Divider
------------------------------------*/

/* Breakpoint */

/*------------------------------------
  Divider Sizes
------------------------------------*/
/* Extra Small */

/* Small */

/* Large */

/* Extra Large */

/*------------------------------------
  Dropdown
------------------------------------*/
/* Disable content revealing on page load */
.dropdown-unfold[aria-labelledby] {
    opacity: 0;
}

.dropdown-unfold[aria-labelledby][role='tabpanel'] {
    display: block;
    opacity: 1;
}

.dropdown-unfold[aria-labelledby].u-unfold--css-animation,
.dropdown-unfold[aria-labelledby].u-unfold--jquery-slide {
    display: block;
    opacity: 1;
}

.dropdown-unfold.u-unfold--css-animation.u-unfold--hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.u-unfold--css-animation.u-unfold--hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.dropdown-unfold.show {
    display: block;
    opacity: 1;
}

/* Menu */
.dropdown-menu {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
}

/* Nav Link */

/* Item */
.dropdown-item {
    font-size: 0.875rem;
}

.dropdown-item:hover {
    color: #333e48;
}

.dropdown-item.active {
    color: #333e48;
}

/* Toggle */
.dropdown-toggle::after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 80%;
    font-weight: 900;
    content: '';
    margin-left: 0.5rem;
}

.dropdown-toggle-collapse::after {
    transition: 0.3s;
}

.dropdown-toggle-collapse[aria-expanded='true']::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* Dropdown Positions */

/*------------------------------------
  Dropdown Card
------------------------------------*/

/*------------------------------------
  Dropdown Sizes
------------------------------------*/

/*------------------------------------
  Form
------------------------------------*/
.custom-select:focus,
.form-control:focus {
    box-shadow: none;
    border-color: #66afe9;
}

.form-label {
    display: block;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 500;
}

/* Form Borderless */

/*------------------------------------
  Form Pill
------------------------------------*/
.input-group-pill {
    border-radius: 6.1875rem;
}

.input-group-pill > .form-control:first-child {
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
}

.input-group-pill > .form-control:last-child {
    border-top-right-radius: 6.1875rem;
    border-bottom-right-radius: 6.1875rem;
}

.input-group-pill .input-group-prepend > .input-group-text,
.input-group-pill .input-group-prepend > .btn {
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
}

.input-group-pill .input-group-append > .input-group-text,
.input-group-pill .input-group-append > .btn {
    border-top-right-radius: 6.1875rem;
    border-bottom-right-radius: 6.1875rem;
}

/*------------------------------------
  Form Sizes
------------------------------------*/
/* Default Size */
.input-group.input-group-pill > .form-control:first-child {
    padding-left: 1.5rem;
}

.input-group.input-group-pill .input-group-prepend > .input-group-text,
.input-group.input-group-pill .input-group-prepend > .btn {
    padding-left: 1.25rem;
}

.input-group.input-group-pill .input-group-append > .input-group-text,
.input-group.input-group-pill .input-group-append > .btn {
    padding-right: 1.25rem;
}

.input-group .input-group-prepend > .input-group-text,
.input-group .input-group-append > .input-group-text {
    font-size: 0.76562rem;
}

/* Extra Small Size */

/* Small Size */

/* Large Size */

/*------------------------------------
  Focus States
------------------------------------*/
.u-focus-state .form-label + .form-control,
.u-focus-state .custom-select,
.u-focus-state .input-group,
.u-focus-state .form-control:first-child:last-child {
    box-shadow: none;
}

.u-focus-state .input-group-text {
    color: #377dff;
}

.u-focus-state:focus,
.u-focus-state *:focus,
.u-focus-state .input-group-text,
.u-focus-state .form-control {
    border-color: #66afe9;
}

.u-focus-state .form-control {
    box-shadow: none;
}

/*------------------------------------
  Success State
------------------------------------*/
.u-has-success .form-label + .form-control,
.u-has-success .custom-select,
.u-has-success .input-group,
.u-has-success .form-control:first-child:last-child {
    box-shadow: 0 0 10px rgba(0, 201, 167, 0.1);
}

.u-has-success .input-group-text {
    color: #00c9a7;
}

.u-has-success:focus,
.u-has-success *:focus,
.u-has-success .input-group-text,
.u-has-success .form-control {
    border-color: rgba(0, 201, 167, 0.5);
}

/*------------------------------------
  Error State
------------------------------------*/
.u-has-error .form-label + .form-control,
.u-has-error .custom-select,
.u-has-error .input-group,
.u-has-error .form-control:first-child:last-child {
    box-shadow: 0 0 10px rgba(222, 68, 55, 0.1);
}

.u-has-error .input-group-text {
    color: #de4437;
}

.u-has-error:focus,
.u-has-error *:focus,
.u-has-error .input-group-text,
.u-has-error .form-control {
    border-color: rgba(222, 68, 55, 0.5);
}

/*------------------------------------
  Bookmark Checkbox
------------------------------------*/

/*------------------------------------
  Checkbox Bordered
------------------------------------*/

/*------------------------------------
  Checkbox Switch
------------------------------------*/

/*------------------------------------
  Custom Checkbox
------------------------------------*/
.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    border-color: rgba(55, 125, 255, 0);
}

/*------------------------------------
  File Attachment Button
------------------------------------*/

/*------------------------------------
  File Attachment Input
------------------------------------*/

/*------------------------------------
  File Attachment Link
------------------------------------*/

/*------------------------------------
  Google Map Interactive
------------------------------------*/

/*------------------------------------
  Go To
------------------------------------*/
.u-go-to {
    display: none;
    position: relative;
    z-index: 100;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f1d700;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 0.3125rem;
    opacity: 0.5;
    transition: 0.3s ease-out;
}

.u-go-to__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.u-go-to:hover,
.u-go-to:focus:hover {
    color: #fff;
    opacity: 1;
}

/*------------------------------------
  Got to Section - Vertical Arrow
------------------------------------*/

/*------------------------------------
  Got to Section - Modern
------------------------------------*/

/*------------------------------------
  Got to Section - Wave
------------------------------------*/

/*------------------------------------
  Hamburgers
------------------------------------*/
.u-hamburger {
    font-size: inherit;
    line-height: 0;
    padding: 0.25rem;
}

.u-hamburger:hover .u-hamburger__inner,
.u-hamburger:hover .u-hamburger__inner::before,
.u-hamburger:hover .u-hamburger__inner::after {
    background-color: #000000;
}

.u-hamburger__box {
    width: 1.4rem;
    height: 0.975rem;
    display: inline-block;
    position: relative;
}

.u-hamburger__inner {
    display: block;
    top: 0.0625rem;
    margin: top, -0.0625rem;
}

.u-hamburger__inner,
.u-hamburger__inner::before,
.u-hamburger__inner::after {
    width: 1.4rem;
    height: 0.125rem;
    background-color: #000000;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.u-hamburger__inner::before,
.u-hamburger__inner::after {
    content: '';
    display: block;
}

.u-hamburger__inner::before {
    top: 0.425rem;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.u-hamburger__inner::after {
    top: 0.85rem;
}

.u-hamburger[aria-expanded='true'] .u-hamburger__inner,
.u-hamburger .is-active .u-hamburger__inner {
    -webkit-transform: translate3d(0, 0.425rem, 0) rotate(45deg);
    transform: translate3d(0, 0.425rem, 0) rotate(45deg);
}

.u-hamburger[aria-expanded='true'] .u-hamburger__inner::before,
.u-hamburger .is-active .u-hamburger__inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-0.2rem, -0.3rem, 0);
    transform: rotate(-45deg) translate3d(-0.2rem, -0.3rem, 0);
    opacity: 0;
}

.u-hamburger[aria-expanded='true'] .u-hamburger__inner::after,
.u-hamburger .is-active .u-hamburger__inner::after {
    -webkit-transform: translate3d(0, -0.85rem, 0) rotate(-90deg);
    transform: translate3d(0, -0.85rem, 0) rotate(-90deg);
}

/*------------------------------------
  Hero v1
------------------------------------*/

/*------------------------------------
  Indicator Dots
------------------------------------*/

/*------------------------------------
  Indicator - Vertical Dashed
------------------------------------*/

/*------------------------------------
  Indicator Vertical Line
------------------------------------*/

/*------------------------------------
  Indicator Steps
------------------------------------*/

/*------------------------------------
  Media Player
------------------------------------*/

/* Colors */

/* Large Size */

/* Extra Large Size */

/* Positions */

/*------------------------------------
  Media Viewer
------------------------------------*/

/*------------------------------------
  Video Player
------------------------------------*/

/* Large Size */

/* Positions */

@-webkit-keyframes videoPlayerButton {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3);
    }
}

@keyframes videoPlayerButton {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3);
    }
}

/*------------------------------------
  Mockup Browser v1
------------------------------------*/

/*------------------------------------
  Mockup Devices v1
------------------------------------*/

/*------------------------------------
  Devices v2
------------------------------------*/

/*------------------------------------
  Devices v3
------------------------------------*/

/*------------------------------------
  Mockup Devices v4
------------------------------------*/

/*------------------------------------
  Modal Window
------------------------------------*/

/*------------------------------------
  Modal Window - Facebook
------------------------------------*/

/*------------------------------------
  Page Preloader
------------------------------------*/

/*------------------------------------
  Pagination
------------------------------------*/
.page-link {
    cursor: pointer;
    text-align: center;
    min-width: 2.25rem;
}

.page-item {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.page-item .page-link {
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}

.page-item .page-link {
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
}

/*------------------------------------
  Navs
------------------------------------*/
.nav-classic {
    border-bottom: 1px solid #e7eaf3;
}

.nav-classic .nav-link {
    color: #77838f;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 1rem 1.5rem;
    margin-bottom: -0.125rem;
    transition: 0.3s;
}

.nav-classic .nav-link:hover {
    color: #f1d700;
}

.nav-classic .nav-link.active {
    color: #f1d700;
    border-bottom-color: #f1d700;
}

.nav .nav-item:not(:first-child) {
    margin-left: 0.25rem;
}

.nav .nav-item:not(:last-child) {
    margin-right: 0.25rem;
}

/* White Color */

/* Box */

/* Nav Steps */

/*------------------------------------
  Blog Thumb Minimal
------------------------------------*/

/*------------------------------------
  Vertical Progress Bar
------------------------------------*/

/*------------------------------------
  Paging Modern
------------------------------------*/

/*------------------------------------
  Popover
------------------------------------*/
.popover-header {
    font-weight: 500;
}

/*------------------------------------
  Quantity
------------------------------------*/

/*------------------------------------
  Search Form - Push Top
------------------------------------*/

/* Banner */

/*------------------------------------
  Search Form - Slide Down
------------------------------------*/

/*------------------------------------
  Slick
------------------------------------*/
.u-slick {
    position: relative;
}

.u-slick--transform-off.slick-transform-off .slick-track {
    -webkit-transform: none !important;
    transform: none !important;
}

.u-slick-thumb-progress {
    width: 110%;
    height: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------------------------------------
  Slick Equal Height
------------------------------------*/

/*------------------------------------
  Slick Gutters
------------------------------------*/
/* Gutters X */
.u-slick--gutters-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.u-slick--gutters-1 .slick-slide {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

/*------------------------------------
  Slick Zoom
------------------------------------*/

/*------------------------------------
  Slick Arrows
------------------------------------*/

/* Flat */

/* Flat White */

/* Offset */

/* Vertical Center Alignment */
.u-slick__arrow-centered--y {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*------------------------------------
  Slick Arrows Classic
------------------------------------*/
.u-slick__arrow-classic {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}

.u-slick__arrow-classic:hover {
    color: #fff;
    background-color: #f1d700;
}

.u-slick__arrow-classic-inner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.u-slick__arrow-classic-inner--left {
    left: 0;
}

.u-slick__arrow-classic-inner--right {
    right: 0;
}

/*------------------------------------
  Slick Paging
------------------------------------*/

/*------------------------------------
  Slick Pagination
------------------------------------*/
.u-slick__pagination {
    padding-left: 0;
}

.u-slick__pagination:not(.u-slick__pagination--block) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.u-slick__pagination li {
    display: -ms-flexbox;
    display: flex;
    pointer-events: all;
    margin: 0 0.25rem;
    cursor: pointer;
}

.u-slick__pagination li span {
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    box-sizing: border-box;
    background-color: #377dff;
    border: 3px solid transparent;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: 0.3s;
}

.u-slick__pagination li.slick-active span {
    background-color: transparent;
    border-color: #377dff;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/* White Version */

/* Block */

/* Vertical Center Alignment */

@media (min-width: 992px) {
    /* Vertical Option */
    /* Vertical Option Positions */
}

/*------------------------------------
  Slick Pagination Modern
------------------------------------*/

/*------------------------------------
  Slick Pagination Interactive
------------------------------------*/

/*------------------------------------
  Spinner
------------------------------------*/
.spinner-border {
    vertical-align: middle;
}

/*------------------------------------
  Stats Progress
------------------------------------*/

/*------------------------------------
  SVG
------------------------------------*/
.svg-preloader {
    z-index: -1;
    background: transparent url(../svg/preloaders/circle-preloader.svg) center
        no-repeat !important;
    overflow: hidden;
    transition: all 0.4s ease-in;
}

.svg-preloader
    *:not(.u-icon):not(.btn):not(.u-media-player):not(
        .u-media-player__icon
    ):not(.u-label) {
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

/*------------------------------------
  SVG IE10+ specific styles go here
------------------------------------*/

/*------------------------------------
  Tables
------------------------------------*/

/*------------------------------------
  Timeline
------------------------------------*/

/*------------------------------------
  Sticky Blocks
------------------------------------*/

/*------------------------------------
  Background Gradients
------------------------------------*/

/*------------------------------------
  Background Overlay Gradients
------------------------------------*/

/*------------------------------------
  Fill Colors
------------------------------------*/

/*------------------------------------
  Stop Colors
------------------------------------*/

/*------------------------------------
  Stroke Colors
------------------------------------*/

/*------------------------------------
  Background Image Style
------------------------------------*/
.bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.bg-img-hero-center {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*------------------------------------
  Background Soft Colors
------------------------------------*/

/*------------------------------------
  Borders-radius
------------------------------------*/
.rounded-pill {
    border-radius: 6.1875rem;
}

.rounded-right-pill {
    border-top-right-radius: 6.1875rem;
    border-bottom-right-radius: 6.1875rem;
}

.rounded-left-pill {
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
}

/*------------------------------------
  Borders
------------------------------------*/

/*------------------------------------
  Position Spaces
------------------------------------*/
.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

/*------------------------------------
  Content Centered
------------------------------------*/

/*------------------------------------
  Margin Spacing
------------------------------------*/

/* Gutters X */

/*------------------------------------
  Opacity
------------------------------------*/

/*------------------------------------
  Box Shadow
------------------------------------*/

/*------------------------------------
  Width
------------------------------------*/

.max-width-4 {
    max-width: 1.5rem !important;
}

/*------------------------------------
  Height
------------------------------------*/

/*------------------------------------
  SVG Dividers
------------------------------------*/

/*------------------------------------
  Typography Font Size
------------------------------------*/

/*------------------------------------
  Font Weight
------------------------------------*/

/*------------------------------------
  Line Height
------------------------------------*/

/*------------------------------------
  Text Colors
------------------------------------*/

/*------------------------------------
  Transform
------------------------------------*/

/*------------------------------------
  Transitions
------------------------------------*/
/* 3D Hover */
.transition-3d-hover {
    transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover,
.transition-3d-hover:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/*------------------------------------
  Z-Index
------------------------------------*/

.z-index-2 {
    z-index: 2;
}

/*------------------------------------
  Animate.css
------------------------------------*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/*------------------------------------
  Area Chart
------------------------------------*/

/*------------------------------------
  Cubeportfolio
------------------------------------*/

/* Load more disabled class */

/* Zoom overlay effect */

/*------------------------------------
  Hover Animation Effects
------------------------------------*/

/*------------------------------------
  Custombox
------------------------------------*/

/*------------------------------------
  Datatable
------------------------------------*/

/*------------------------------------
  Dropzone
------------------------------------*/

/*------------------------------------
  DatePicker
------------------------------------*/

/* Positions */

/*------------------------------------
  Dzsparallaxer
------------------------------------*/
.dzsparallaxer {
    color: inherit;
}

/*--------------------------------------------------
  Fancybox
----------------------------------------------------*/
.u-fancybox-theme .fancybox-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.u-fancybox-theme .fancybox-bg {
    background-color: #333e48;
}

.fancybox-slide.has-animation {
    display: block;
}

.fancybox-is-sliding .fancybox-slide.has-animation,
.fancybox-slide--current.has-animation,
.fancybox-slide--next.has-animation,
.fancybox-slide--previous.has-animation {
    display: none;
}

.fancybox-is-sliding .fancybox-slide.has-animation.animated,
.fancybox-slide--current.has-animation.animated,
.fancybox-slide--next.has-animation.animated,
.fancybox-slide--previous.has-animation.animated {
    display: block;
}

.u-blur-30 {
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

/*------------------------------------
  Fileuploader
------------------------------------*/
/* Default Style */

/* Front Style */

/* Dragging State */

/*------------------------------------
  Range Slider
------------------------------------*/
.u-range-slider {
    height: 1.25rem;
}

.u-range-slider .irs {
    height: 1.25rem;
}

.u-range-slider .irs-line {
    top: 0.5rem;
    height: 0.375rem;
}

.u-range-slider .irs-line-left {
    left: 0;
    height: 0.375rem;
    background-color: #e7eaf3;
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
}

.u-range-slider .irs-line-mid {
    height: 0.375rem;
    background-color: #e7eaf3;
}

.u-range-slider .irs-line-right {
    right: 0;
    height: 0.375rem;
    background-color: #e7eaf3;
    border-top-right-radius: 6.1875rem;
    border-bottom-right-radius: 6.1875rem;
}

.u-range-slider .irs-bar {
    top: 0.5rem;
    height: 0.375rem;
    background-color: #f1d700;
}

.u-range-slider .irs-bar-edge {
    top: 0.5rem;
    left: 0.0625rem;
    height: 0.375rem;
    width: 0.6875rem;
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
    background-color: #f1d700;
}

.u-range-slider .irs-slider {
    top: -0.1875rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
}

.u-range-slider .irs-slider.state_hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.u-range-slider .irs-from,
.u-range-slider .irs-to,
.u-range-slider .irs-single {
    display: inline-block;
    min-width: 2.5rem;
    background-color: #fff;
    color: #333e48;
    font-size: 0.875rem;
    text-shadow: none;
    text-align: center;
    border-radius: 0.3125rem;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
    padding: 0.5rem;
}

/* Indicator */
.u-range-slider-indicator {
    height: 5rem;
}

.u-range-slider-indicator .irs {
    height: 5rem;
}

.u-range-slider-indicator.u-range-slider-grid {
    height: 1.5rem;
}

.u-range-slider-indicator.u-range-slider-grid .irs {
    height: 1.5rem;
}

.u-range-slider-indicator .irs-line {
    top: 3.875rem;
}

.u-range-slider-indicator .irs-bar {
    top: 3.875rem;
}

.u-range-slider-indicator .irs-bar-edge {
    top: 3.875rem;
}

.u-range-slider-indicator .irs-slider {
    top: 3.1875rem;
}

/* Grid */
.u-range-slider-grid {
    height: 4.5rem;
}

.u-range-slider-grid .irs {
    height: 4.5rem;
}

.u-range-slider-grid .irs-grid {
    height: 2.5rem;
}

.u-range-slider-grid .irs-grid-text {
    display: inline-block;
    min-width: 2.5rem;
    line-height: 1;
    font-size: 0.875rem;
    color: #747474;
    border-radius: 6.1875rem;
    padding: 0.375rem;
}

.u-range-slider-grid .irs-grid-text.current {
    background: rgba(254, 215, 0, 0.1);
    color: #f1d700;
}

.u-range-slider-grid .irs-grid-pol {
    height: 0.75rem;
    background-color: #e7eaf3;
}

.u-range-slider-grid .irs-grid-pol.small {
    display: none;
}

/*------------------------------------
  Select
------------------------------------*/
.dropdown-select.bootstrap-select li .dropdown-item.opt {
    padding-left: 1.5rem;
}

.dropdown-select.bootstrap-select .bs-searchbox {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.dropdown-select.bootstrap-select .dropdown-header .text {
    font-size: 80%;
    font-weight: 500;
    color: #333e48;
    text-transform: uppercase;
}

.dropdown-select .form-control {
    margin-bottom: 0.5rem;
}

/*------------------------------------
  Slick
------------------------------------*/
[data-lazy] {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.slick-cloned [data-scs-animation-in] {
    opacity: 0;
}

.u-slick {
    background: url(../svg/preloaders/circle-preloader.svg) no-repeat 50% 50%;
}

.u-slick .js-next,
.u-slick .js-prev {
    opacity: 0;
}

.u-slick.slick-initialized {
    background: none;
}

.u-slick.slick-initialized .js-slide {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.u-slick.slick-initialized .js-next,
.u-slick.slick-initialized .js-prev {
    opacity: 1;
}

.u-slick .js-slide {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.u-slick .js-slide:first-child {
    height: auto;
}

/*------------------------------------
  Summernote Editor
------------------------------------*/
.note-modal-footer {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 30px;
}

.note-modal-footer .note-btn {
    float: inherit;
}

/*------------------------------------
  Tagsinput
------------------------------------*/

/*------------------------------------
  Typed.js
------------------------------------*/
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*------------------------------------
  Madrasthemes SCSS style
------------------------------------*/
/*------------------------------------
  Font Icon (Electro)
------------------------------------*/
/*------------------------------------
  Default Styles
------------------------------------*/
sub,
sup {
    font-size: 60%;
}

strong {
    font-weight: 700;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.009rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
}

del {
    text-decoration: line-through;
}

.blockquote {
    padding: 2.5rem;
    background-color: #333e48;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .blockquote {
        padding: 6.25rem;
    }
}

.blockquote p {
    font-size: 1.313rem;
    font-style: italic;
    color: #fff;
    margin-bottom: 2.188rem;
    line-height: 1.875rem;
}

.blockquote cite {
    font-style: normal;
}

blockquote:not(.blockquote) {
    margin: 0 0 1.25rem 2.375rem;
}

blockquote:not(.blockquote)::before {
    color: #a7a7a7;
    content: '\f10d';
    float: left;
    font-family: FontAwesome;
    font-size: 1.563rem;
    margin-left: -2.313rem;
}

blockquote:not(.blockquote) p {
    font-size: 0.938rem;
    line-height: 1.563rem;
    font-style: italic;
}

/*------------------------------------
  Links
------------------------------------*/
.link__icon i {
    color: #fff;
    margin-top: 2px;
    font-size: 0.938rem;
}

.link-hover__brand {
    display: block;
    opacity: 0.5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.link-hover__brand:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

/*------------------------------------
  Header Default
------------------------------------*/
/* Topbar Nav Item */
.u-header-topbar {
    border-bottom: 1px solid #e8e8e8;
}

/* Topbar Nav Item */
.u-header-topbar__nav-item + .u-header-topbar__nav-item {
    margin-left: 1.5rem;
}

.u-header-topbar__nav-item + .u-header-topbar__nav-item-border {
    margin-left: 0;
}

.u-header-topbar__nav-item + .u-header-topbar__nav-item-border::before {
    content: '|';
    color: #e5c100;
    margin: 0 0.875rem;
    -webkit-font-smoothing: antialiased;
}

.u-header-topbar__nav-item
    + .u-header-topbar__nav-item-border:not(.full-bg)::before {
    color: #cad5d5;
}

/* Topbar Nav Link */
.u-header-topbar__nav-link {
    font-size: 0.813rem;
    color: #334141;
}

.u-header-topbar__nav-link i {
    font-size: 1.12525rem;
}

.u-header-topbar__nav-link[href]:hover {
    color: #333e48;
}

/* Header-Menu */
.u-header__navbar-nav .u-header__nav-link {
    font-weight: 700;
    color: #333e48;
}

.u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-top: 0.3325rem;
    padding-bottom: 0.3325rem;
}

.u-header__navbar-nav
    .u-header__sub-menu-nav-link:not(
        .u-header__sub-menu-nav-link-toggle
    ):hover {
    text-decoration: underline;
    color: #000000;
}

/* Navbar Brand */
.u-header__navbar-brand,
.u-header__navbar-brand > img {
    width: 6.375rem;
}

@media (min-width: 1200px) {
    .u-header__navbar-brand,
    .u-header__navbar-brand > img {
        width: 10.975rem;
    }
}

/* Secondary Menu Navbar Divider */

/* Vertical-Menu */
.u-header .vertical-menu,
.u-header + main .vertical-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
    z-index: 1000;
    /* Nav Item */
    /* Nav Link */
}

.u-header .vertical-menu.v1,
.u-header + main .vertical-menu.v1 {
    /* Nav Item */
}

.u-header
    .vertical-menu.v1
    .u-header__nav-item.hs-mega-menu-opened
    .u-header__sub-menu,
.u-header
    .vertical-menu.v1
    .u-header__nav-item.hs-sub-menu-opened
    .u-header__sub-menu,
.u-header
    + main
    .vertical-menu.v1
    .u-header__nav-item.hs-mega-menu-opened
    .u-header__sub-menu,
.u-header
    + main
    .vertical-menu.v1
    .u-header__nav-item.hs-sub-menu-opened
    .u-header__sub-menu {
    top: -1px;
    border-bottom: 2px solid #f1d700;
    border-right: 2px solid #f1d700;
}

.u-header .vertical-menu.v2,
.u-header + main .vertical-menu.v2 {
    min-width: 16.875rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
    /* Nav Item */
}

.u-header
    .vertical-menu.v2
    .u-header__nav-item.hs-mega-menu-opened
    .u-header__sub-menu,
.u-header
    .vertical-menu.v2
    .u-header__nav-item.hs-sub-menu-opened
    .u-header__sub-menu,
.u-header
    + main
    .vertical-menu.v2
    .u-header__nav-item.hs-mega-menu-opened
    .u-header__sub-menu,
.u-header
    + main
    .vertical-menu.v2
    .u-header__nav-item.hs-sub-menu-opened
    .u-header__sub-menu {
    top: 0px;
}

.u-header .vertical-menu.v3,
.u-header + main .vertical-menu.v3 {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
}

.u-header .vertical-menu .u-header__nav-item,
.u-header + main .vertical-menu .u-header__nav-item {
    padding: 0 0.875rem;
}

.u-header .vertical-menu .u-header__nav-item:first-child .u-header__nav-link,
.u-header
    + main
    .vertical-menu
    .u-header__nav-item:first-child
    .u-header__nav-link {
    padding-left: 0.31237rem;
}

.u-header .vertical-menu .u-header__nav-item:last-child .u-header__nav-link,
.u-header
    + main
    .vertical-menu
    .u-header__nav-item:last-child
    .u-header__nav-link {
    border-bottom-width: 0;
}

.u-header
    .vertical-menu
    .u-header__nav-item.hs-mega-menu-opened
    .u-header__sub-menu,
.u-header
    .vertical-menu
    .u-header__nav-item.hs-sub-menu-opened
    .u-header__sub-menu,
.u-header
    + main
    .vertical-menu
    .u-header__nav-item.hs-mega-menu-opened
    .u-header__sub-menu,
.u-header
    + main
    .vertical-menu
    .u-header__nav-item.hs-sub-menu-opened
    .u-header__sub-menu {
    display: block !important;
    height: auto;
    top: -2px;
    left: calc(100% - 6px);
    bottom: 0;
}

.u-header
    .vertical-menu
    .u-header__nav-item.hs-mega-menu-opened
    .u-header__nav-link,
.u-header
    .vertical-menu
    .u-header__nav-item.hs-sub-menu-opened
    .u-header__nav-link,
.u-header
    + main
    .vertical-menu
    .u-header__nav-item.hs-mega-menu-opened
    .u-header__nav-link,
.u-header
    + main
    .vertical-menu
    .u-header__nav-item.hs-sub-menu-opened
    .u-header__nav-link {
    background-color: #f5f5f5;
    font-weight: 700;
}

.u-header
    .vertical-menu
    .u-header__nav-item[data-event='hover']:hover
    .u-header__nav-link,
.u-header
    + main
    .vertical-menu
    .u-header__nav-item[data-event='hover']:hover
    .u-header__nav-link {
    background-color: #f5f5f5;
    font-weight: 700;
}

.u-header .vertical-menu .u-header__nav-item.hs-has-sub-menu,
.u-header + main .vertical-menu .u-header__nav-item.hs-has-sub-menu {
    position: static;
}

.u-header .vertical-menu .u-header__nav-link,
.u-header + main .vertical-menu .u-header__nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    font-weight: 400;
}

.u-header .vertical-menu .u-header__nav-link-toggle::after,
.u-header + main .vertical-menu .u-header__nav-link-toggle::after {
    content: 'e';
    font: normal normal normal 14px/1 font-electro;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1.00012rem;
    color: #b0b5b9;
    margin-top: 0.25025rem;
}

.u-header .vertical-menu .u-header__navbar-nav,
.u-header + main .vertical-menu .u-header__navbar-nav {
    border: 2px solid transparent;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

/*------------------------------------
  Navbar Expand
------------------------------------*/
.vertical-menu .navbar-expand .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}

.vertical-menu .navbar-expand .u-header__navbar-nav {
    -ms-flex-align: unset;
    align-items: unset;
    width: 100%;
    padding: 0.4375rem 0;
}

.vertical-menu .navbar-expand .u-header__navbar-nav .u-header__nav-link {
    padding-top: 0.406rem;
    padding-bottom: 0.406rem;
    padding-right: 0.31237rem;
    padding-left: 0.31237rem;
}

.vertical-menu .navbar-expand .u-header__navbar-nav .u-header__sub-menu {
    box-shadow: none;
    border-bottom-left-radius: 0;
}

.vertical-menu
    .navbar-expand
    .u-header__navbar-nav
    .u-header__mega-menu-wrapper {
    padding-top: 2.24962rem;
    padding-bottom: 2.24962rem;
}

@media (min-width: 576px) {
    .vertical-menu .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vertical-menu .navbar-expand-sm .u-header__navbar-nav {
        -ms-flex-align: unset;
        align-items: unset;
        width: 100%;
        padding: 0.4375rem 0;
    }
    .vertical-menu .navbar-expand-sm .u-header__navbar-nav .u-header__nav-link {
        padding-top: 0.406rem;
        padding-bottom: 0.406rem;
        padding-right: 0.31237rem;
        padding-left: 0.31237rem;
    }
    .vertical-menu .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu {
        box-shadow: none;
        border-bottom-left-radius: 0;
    }
    .vertical-menu
        .navbar-expand-sm
        .u-header__navbar-nav
        .u-header__mega-menu-wrapper {
        padding-top: 2.24962rem;
        padding-bottom: 2.24962rem;
    }
}

@media (min-width: 768px) {
    .vertical-menu .navbar-expand-md .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vertical-menu .navbar-expand-md .u-header__navbar-nav {
        -ms-flex-align: unset;
        align-items: unset;
        width: 100%;
        padding: 0.4375rem 0;
    }
    .vertical-menu .navbar-expand-md .u-header__navbar-nav .u-header__nav-link {
        padding-top: 0.406rem;
        padding-bottom: 0.406rem;
        padding-right: 0.31237rem;
        padding-left: 0.31237rem;
    }
    .vertical-menu .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu {
        box-shadow: none;
        border-bottom-left-radius: 0;
    }
    .vertical-menu
        .navbar-expand-md
        .u-header__navbar-nav
        .u-header__mega-menu-wrapper {
        padding-top: 2.24962rem;
        padding-bottom: 2.24962rem;
    }
}

@media (min-width: 992px) {
    .vertical-menu .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vertical-menu .navbar-expand-lg .u-header__navbar-nav {
        -ms-flex-align: unset;
        align-items: unset;
        width: 100%;
        padding: 0.4375rem 0;
    }
    .vertical-menu .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link {
        padding-top: 0.406rem;
        padding-bottom: 0.406rem;
        padding-right: 0.31237rem;
        padding-left: 0.31237rem;
    }
    .vertical-menu .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu {
        box-shadow: none;
        border-bottom-left-radius: 0;
    }
    .vertical-menu
        .navbar-expand-lg
        .u-header__navbar-nav
        .u-header__mega-menu-wrapper {
        padding-top: 2.24962rem;
        padding-bottom: 2.24962rem;
    }
}

@media (min-width: 1200px) {
    .vertical-menu .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vertical-menu .navbar-expand-xl .u-header__navbar-nav {
        -ms-flex-align: unset;
        align-items: unset;
        width: 100%;
        padding: 0.4375rem 0;
    }
    .vertical-menu .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
        padding-top: 0.406rem;
        padding-bottom: 0.406rem;
        padding-right: 0.31237rem;
        padding-left: 0.31237rem;
    }
    .vertical-menu .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu {
        box-shadow: none;
        border-bottom-left-radius: 0;
    }
    .vertical-menu
        .navbar-expand-xl
        .u-header__navbar-nav
        .u-header__mega-menu-wrapper {
        padding-top: 2.24962rem;
        padding-bottom: 2.24962rem;
    }
}

.vertical-menu.v2 .navbar-expand .u-header__navbar-nav .u-header__sub-menu,
.vertical-menu.v3 .navbar-expand .u-header__navbar-nav .u-header__sub-menu {
    box-shadow: 3px 5px 11px -10px rgba(0, 0, 0, 0.8);
}

@media (min-width: 576px) {
    .vertical-menu.v2
        .navbar-expand-sm
        .u-header__navbar-nav
        .u-header__sub-menu,
    .vertical-menu.v3
        .navbar-expand-sm
        .u-header__navbar-nav
        .u-header__sub-menu {
        box-shadow: 3px 5px 11px -10px rgba(0, 0, 0, 0.8);
    }
}

@media (min-width: 768px) {
    .vertical-menu.v2
        .navbar-expand-md
        .u-header__navbar-nav
        .u-header__sub-menu,
    .vertical-menu.v3
        .navbar-expand-md
        .u-header__navbar-nav
        .u-header__sub-menu {
        box-shadow: 3px 5px 11px -10px rgba(0, 0, 0, 0.8);
    }
}

@media (min-width: 992px) {
    .vertical-menu.v2
        .navbar-expand-lg
        .u-header__navbar-nav
        .u-header__sub-menu,
    .vertical-menu.v3
        .navbar-expand-lg
        .u-header__navbar-nav
        .u-header__sub-menu {
        box-shadow: 3px 5px 11px -10px rgba(0, 0, 0, 0.8);
    }
}

@media (min-width: 1200px) {
    .vertical-menu.v2
        .navbar-expand-xl
        .u-header__navbar-nav
        .u-header__sub-menu,
    .vertical-menu.v3
        .navbar-expand-xl
        .u-header__navbar-nav
        .u-header__sub-menu {
        box-shadow: 3px 5px 11px -10px rgba(0, 0, 0, 0.8);
    }
}

/*------------------------------------
  Nav Alignments
------------------------------------*/
@media (min-width: 992px) {
    
    .vertical-menu .u-header__navbar-nav {
        margin-left: 0;
    }
}

/*------------------------------------
  Header Sidebar
------------------------------------*/

.u-header-sidebar__content {
    padding: 1rem 2rem 2rem;
}

/*------------------------------------
  Header Collapse
------------------------------------*/
.u-header-collapse__nav-link,
.u-header-collapse__submenu-nav-link {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

/*------------------------------------
  Alert
------------------------------------*/

/*------------------------------------
  Search-Forms
------------------------------------*/
.custom-search-categories-select {
    width: auto !important;
    position: relative;
}

.custom-search-categories-select.bootstrap-select
    .dropdown-toggle
    .filter-option {
    position: relative;
    padding: 0;
    font-size: 0.93712rem;
}

.custom-search-categories-select .dropdown-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.custom-search-categories-select .dropdown-toggle::after {
    margin-top: 4px;
    margin-left: 0.6rem;
}

/*------------------------------------
  Buttons
------------------------------------*/
/* Add cart btn */
.btn-add-cart {
    width: 2.188rem;
    height: 2.188rem;
    background-color: #e6e6e6;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6.1875rem;
}

.btn-add-cart i {
    font-size: 1.25rem;
}

.btn-add-cart:hover {
    background-color: #f1d700;
    color: #fff;
}

.btn-remove-focus:focus {
    background-color: #f1d700 !important;
}

.btn-primary-dark {
    color: #fff;
    background-color: #f1d700;
    border-color: #f1d700;
}

.btn-primary-dark:hover {
    background-color: #333e48;
    border-color: #333e48;
    color: #fff;
}

.btn-primary-dark-w {
    color: #333e48;
    background-color: #f1d700;
    border-color: #f1d700;
}

.btn-primary-dark-w:hover {
    background-color: #333e48;
    border-color: #333e48;
    color: #fff;
}

.btn-primary-dark[type]:hover,
.btn-primary-dark[type]:active,
.btn-primary-dark[type]:focus,
.btn-primary-dark[href]:hover,
.btn-primary-dark[href]:active,
.btn-primary-dark[href]:focus {
    box-shadow: 0 4px 11px rgba(51, 62, 72, 0.25);
}

/*------------------------------------
  Breadcrumb
------------------------------------*/
.breadcrumb {
    padding: 0.62rem 0;
    margin-bottom: 0.5rem;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb-item a {
    display: inline-block;
}

.breadcrumb-item.active,
.breadcrumb-item a {
    color: #333e48;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: 'font-electro';
    margin-top: 4px;
}

.breadcrumb-item + .breadcrumb-item a {
    padding: 0.438rem 0.875rem;
    background-color: transparent;
    border-radius: 0.313rem;
}

@media (min-width: 768px) {
    .breadcrumb-item + .breadcrumb-item a {
        background-color: #f5f5f5;
    }
    .breadcrumb-item + .breadcrumb-item a:hover {
        background-color: #e8e8e8;
    }
}

/*------------------------------------
  Card
------------------------------------*/
.product-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.product-item__footer {
    display: none;
}

@media (min-width: 1200px) {
    .product-item:hover .product-item__inner:not(.remove-prodcut-hover) {
        /* ABS */
        position: relative;
        width: 100%;
        height: auto;
        min-height: 100%;
        box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
        background-color: #fff;
        z-index: 1;
    }
    .product-item:hover .product-item__footer {
        display: block;
    }
}

.product-item__title {
    font-size: 0.74987rem;
    line-height: 0.875rem;
}

@media (min-width: 992px) {
    .product-item__title {
        font-size: 0.875rem;
        line-height: 1.125rem;
        min-height: 2.25rem;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .product-item__title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 2.5rem;
        overflow: hidden;
    }
}

@media (min-width: 168px) {
    .product-item__title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 2.5rem;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .product-item__title a {
        min-height: 2.25rem;
    }
}

/*------------------------------------
  Form
------------------------------------*/
.form-label {
    display: block;
    text-transform: none;
    font-size: 0.875rem;
    font-weight: 700;
}

.form-check-input:disabled ~ .form-check-label {
    color: #686c6f;
}

/*------------------------------------
  Custom Checkbox
------------------------------------*/
.custom-radio {
    padding-left: 1.6rem;
}

.custom-radio .custom-control-label::after,
.custom-radio .custom-control-label::before {
    width: 1rem;
    height: 1rem;
    left: -1.6rem;
}

/*------------------------------------
  Progress Bar
------------------------------------*/
.progress-bar {
    border-radius: 0.3125rem;
}

/*------------------------------------
  Pagination
------------------------------------*/
.pagination-shop .page-link {
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    padding: 0;
    color: #7d7d7d;
}

.pagination-shop .page-link.current {
    font-weight: 700;
    color: #262626;
    background-color: #f1d700;
    border-color: #f1d700;
}

.pagination-shop .page-link:hover:not(.current) {
    background-color: #e6e6e6;
}

.pagination-shop .page-item {
    margin: 0 0.15rem;
}

.pagination-shop .page-item:first-child .page-link,
.pagination-shop .page-item:last-child .page-link {
    border-radius: 20px;
}

/*------------------------------------
  Sidebar Navigation
------------------------------------*/
.u-sidebar__lg {
    width: 23.4375rem;
}

.sidebar-navbar {
    font-size: 0.875rem;
    color: #333e48;
}

.sidebar-navbar a {
    color: #333e48;
    display: block;
}

.sidebar-navbar .dropdown-title {
    padding: 0.938rem 1.75rem;
    border-bottom: 1px solid #dddddd;
}

.sidebar-navbar .dropdown-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-navbar .dropdown-toggle::after {
    content: '\f105';
    font-size: 1.00012rem;
    line-height: 1;
}

.sidebar-navbar .dropdown-toggle-collapse[aria-expanded='true']::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-navbar .dropdown-list {
    padding: 0 0.875rem 0.875rem;
    /* li:nth-last-child(1) {
            .dropdown-item,
            .dropdown-toggle {
                border-bottom-width: 0;
            }
        } */
}

.sidebar-navbar .dropdown-list li:not(:nth-last-child(1)) .dropdown-item,
.sidebar-navbar .dropdown-list li:not(:nth-last-child(1)) .dropdown-toggle {
    border-bottom: 1px solid #dddddd;
}

.sidebar-navbar .dropdown-item,
.sidebar-navbar .dropdown-toggle:not(.dropdown-title) {
    padding: 0.5rem 1.5rem;
}

.sidebar-navbar .dropdown-item.active,
.sidebar-navbar .dropdown-toggle:not(.dropdown-title).active {
    font-weight: 700;
}

.sidebar-navbar.view-all {
    padding-bottom: 0.3rem;
}

.sidebar-navbar.view-all > li:not(:first-child) {
    margin: 0 0.875rem;
}

.sidebar-navbar.view-all > li:not(:last-child):not(:first-child) {
    border-bottom: 1px solid #dddddd;
}

.sidebar-navbar.view-all .dropdown-list li .dropdown-item,
.sidebar-navbar.view-all .dropdown-list li .dropdown-toggle {
    border-bottom-width: 0;
}

.sidebar-navbar.view-all .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.sidebar-navbar.view-all .dropdown-toggle::after {
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    margin-right: 0.5rem;
    color: #aeaeae;
    font-size: 0.74987rem;
}

.sidebar-navbar.view-all .dropdown-toggle span {
    margin-left: 4px;
}

/*------------------------------------
  Slick Pagination
------------------------------------*/
.u-slick__pagination--long li {
    margin: 0 0.4375rem;
}

.u-slick__pagination--long li:first-child {
    margin-left: 0;
}

.u-slick__pagination--long li span {
    -webkit-transform: none;
    transform: none;
    border: 0;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #bcbcbc;
}

.u-slick__pagination--long li.slick-active span {
    -webkit-transform: none;
    transform: none;
    width: 1.87512rem;
    background-color: #f1d700;
    border-radius: 6.1875rem;
}

/*------------------------------------
  Slick
------------------------------------*/

.u-slick--slider-syncing .slick-slide {
    padding: 0.625rem;
    border: 1px solid #eaeaea;
}

.u-slick--slider-syncing .slick-slide.slick-current {
    border-bottom-width: 2px;
    border-bottom-color: #f1d700;
}

@media (min-width: 1200px) {
    .u-slick--slider-syncing-size .slick-slide {
        width: 5rem !important;
    }
}

/*------------------------------------
  Slick Arrows
------------------------------------*/
.u-slick__arrow-normal {
    cursor: pointer;
}

.u-slick__arrow-normal.slick-disabled,
.u-slick__arrow-normal.slick-disabled.js-next,
.u-slick__arrow-normal.slick-disabled.js-prev {
    opacity: 0.5;
    cursor: not-allowed;
}

/*------------------------------------
  Tables
------------------------------------*/
.cart-table .table th,
.cart-table .table td,
.wishlist-table .table th,
.wishlist-table .table td {
    border-width: 0;
    vertical-align: middle;
    padding: 0.75rem;
}

.cart-table .table thead th,
.wishlist-table .table thead th {
    border-bottom-width: 1px;
    color: #747474;
}

.cart-table table th,
.wishlist-table table th {
    font-weight: 400;
}

.cart-table .table,
.wishlist-table .table {
    margin-bottom: 0;
}

.cart-table .table tbody tr:first-child td,
.wishlist-table .table tbody tr:first-child td {
    padding: 1.125rem 0.75rem;

}

.cart-table .table tbody tr td,
.wishlist-table .table tbody tr td {
    padding: 1.125rem 0.75rem;
}

.cart-table .table td,
.wishlist-table .table td {
    font-size: 1.06225rem;
}

@media (max-width: 767.98px) {
    .cart-table .table thead,
    .wishlist-table .table thead {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .cart-table .table tr,
    .wishlist-table .table tr {
        display: block;
    }
    .cart-table .table tr td,
    .wishlist-table .table tr td {
        text-align: right;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cart-table .table tr td::before,
    .wishlist-table .table tr td::before {
        content: attr(data-title) ': ';
        font-weight: 700;
    }
}

@media (max-width: 767.98px) {
    .cart-table .table tbody tr td:first-child,
    .wishlist-table .table tbody tr td:first-child {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .cart-table .table tbody tr td:first-child::before,
    .wishlist-table .table tbody tr td:first-child::before {
        display: none;
    }
    .cart-table
        .table
        tbody
        tr:not(:first-child):not(:last-child)
        td:first-child,
    .wishlist-table
        .table
        tbody
        tr:not(:first-child):not(:last-child)
        td:first-child {
    }
}

.wishlist-table .table thead th {
    border-top-width: 0;
    border-bottom-width: 1px;
}

@media (max-width: 767.98px) {
    .wishlist-table .table tbody tr td:last-child::before {
        display: none;
    }
}

.wishlist-table .table th {
    font-weight: 400;
}

.wishlist-table .table tbody td {
    border-top-width: 0;
    border-bottom: 0px solid #eceeef;
}

.cart-total .table tr:first-child th,
.cart-total .table tr:first-child td {
    border-top-width: 0;
}

.cart-total .table th,
.cart-total .table td {
    padding: 0.75rem;
}

.cart-total .table td {
    text-align: right;
}

.checkout-table .table thead th,
.checkout-table .table thead td {
    border-width: 0;
}

.checkout-table .table th,
.checkout-table .table td {
    padding: 0.75rem 0;
    border-color: #dddddd;
}

.checkout-table .table th:last-child,
.checkout-table .table td:last-child {
    text-align: right;
}

/*------------------------------------
  Navs
------------------------------------*/
.nav-tab {
    border-color: #dddddd;
}

.nav-tab .nav-link {
    margin-bottom: -1px;
    border-width: 2px;
    padding: 0.5rem 0.3rem;
    font-size: 1.125rem;
    color: #343f49;
}

.nav-tab .nav-link:hover {
    color: #343f49;
}

.nav-tab .nav-link.active {
    font-weight: 700;
    color: #343f49;
    position: relative;
}

.nav-tab .nav-link.active::after {
    content: ' ';
    height: 4px;
    width: 10px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-radius: 0 0 10px 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f1d700;
}

.nav-tab-shop .nav-link {
    color: #d6dbe1;
    padding: 0;
    font-size: 1.12525rem;
}

.nav-tab-shop .nav-link.active,
.nav-tab-shop .nav-link:hover {
    color: #575560;
}

.nav .nav-item:not(:first-child) {
    margin-left: 0.4rem;
}

.nav .nav-item:not(:last-child) {
    margin-right: 0.4rem;
}

/* Box */

/*------------------------------------
  Typography Font Size
------------------------------------*/

.font-size-11 {
    font-size: 0.602rem;
}

.font-size-12 {
    font-size: 0.74987rem;
}

.font-size-13 {
    font-size: 0.81288rem;
}

.font-size-14 {
    font-size: 0.875rem;
}

.font-size-15 {
    font-size: 0.938rem;
}

.font-size-16 {
    font-size: 1.00012rem;
}

.font-size-18 {
    font-size: 1.12525rem;
}

.font-size-20 {
    font-size: 1.25038rem;
}

.font-size-22 {
    font-size: 1.37462rem;
}

.font-size-24 {
    font-size: 1.49975rem;
}

.font-size-25 {
    font-size: 1.56275rem;
}

.font-size-26 {
    font-size: 1.62488rem;
}

.font-size-30 {
    font-size: 1.87512rem;
}

.font-size-36 {
    font-size: 20px;
}

@media (min-width: 768px) {
    .font-size-36 {
        font-size: 2.24962rem;
    }
}

.font-size-40 {
    font-size: 2.49988rem;
}

.font-size-46 {
    font-size: 2.87525rem;
}

.font-size-50 {
    font-size: 1.75rem;
}

@media (min-width: 768px) {
    .font-size-50 {
        font-size: 3.12462rem;
    }
}

.font-size-56 {
    font-size: 3.5rem;
}

.section-title {
    position: relative;
}

@media (max-width: 575.98px) {
    .section-title {
        font-size: 1.06225rem;
        font-weight: 700;
    }
}

.section-title::after {
    content: ' ';
    height: 2px;
    width: 114px;
    display: block;
    background-color: #f1d700;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.section-title__sm::after {
    width: 84px;
}

.prodcut-price {
    font-size: 1.00012rem;
}

@media (min-width: 992px) {
    .prodcut-price {
        font-size: 1.25038rem;
    }
}

/*------------------------------------
  Font Weight
------------------------------------*/

/*------------------------------------
  Line Height
------------------------------------*/
.text-lh-1 {
    line-height: 1;
}

.text-lh-1dot2 {
    line-height: 1.2;
}

.text-lh-23 {
    line-height: 1.438rem;
}

.text-lh-50 {
    line-height: 3.12462rem;
}

/*------------------------------------
  letter Space
------------------------------------*/
.text-ls-n1 {
    letter-spacing: -0.4px;
}

.text-ls-n2 {
    letter-spacing: -1px;
}

/*------------------------------------
  Others
------------------------------------*/

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-bullet::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #7c7c7c;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

/*------------------------------------
  Text Colors
------------------------------------*/
.text-gray-30 {
    color: #a0a0a0;
}

.text-gray-50 {
    color: #959595;
}

.text-gray-60 {
    color: #6b6b6b;
}

.text-gray-90 {
    color: #333e48;
}

.text-gray-90[href]:hover {
    color: #333e48;
}

.text-gray-100 {
    color: #343f49;
}

.text-gray-110 {
    color: var(--gray-2);
}

.text-gray-111 {
    color: #686c6f;
}

.text-gray-20 {
    color: #7d7d7d;
}

.text-gray-25 {
    color: #acacac;
}

.text-gray-27 {
    color: #575560;
}

.text-gray-27[href]:hover {
    color: #333e48;
}

.text-gray-32 {
    color: #a7a7a7;
}

.text-gray-39 {
    color: #434343;
}

.text-blue {
    color: #0077d0 !important;
}

.text-blue[href]:hover {
    color: #007dda;
}

.text-red {
    color: #ee0000;
}

/*------------------------------------
  Borders-width
------------------------------------*/
.rounded-top-lg {
    border-top-left-radius: 0.4375rem;
    border-top-right-radius: 0.4375rem;
}

.border-width-2 {
    border-width: 2px !important;
}

.border-width-3 {
    border-width: 3px !important;
}

/*------------------------------------
  Borders-style
------------------------------------*/
.border-dotted-top {
    border-top: 1px dotted transparent !important;
}

.border-dotted-bottom {
    border-bottom: 1px dotted transparent !important;
}

/*------------------------------------
  Borders-radius
------------------------------------*/

.borders-radius-6 {
    border-radius: 0.375rem;
}

.borders-radius-9 {
    border-radius: 0.563rem;
}

.borders-radius-17 {
    border-radius: 1.063rem;
}

/*------------------------------------
  Borders-Color
------------------------------------*/
.border-color-1 {
    border-color: #dddddd !important;
}

.border-color-3 {
    border-color: #ececec !important;
}

@media (max-width: 1199.98px) {
    .border-lg-down-0 {
        border-width: 0 !important;
    }
}

@media (max-width: 1199.98px) {
    .border-lg-down-0 {
        border: 0 !important;
    }
}

.product-item {
    border-bottom: 1px solid #eaeaea;
}

@media (min-width: 768px) {
    .product-item {
        border-width: 0;
    }
}

.product-item:last-child,
.product-item:nth-last-child(2) {
    border-width: 0;
}

.product-item::after {
    content: '';
    border-right: 1px solid #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 1200px) {
    .product-item::after {
        height: 80%;
    }
}

.product-item:nth-child(even)::after {
    content: none;
}

@media (min-width: 768px) {
    .product-item:nth-child(even)::after {
        content: ' ';
    }
}

.product-item.remove-divider::after {
    content: none;
}

.prodcut-list-view .product-item:not(:last-child),
.prodcut-list-view-small .product-item:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -150px 0;
    }
    100% {
        background-position: 150px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -150px 0;
    }
    100% {
        background-position: 150px 0;
    }
}

@-webkit-keyframes fading {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes fading {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

/*------------------------------------
  Background Soft Colors
------------------------------------*/

.bg-1 {
    background-color: #dddddd;
}

@media (min-width: 768px) {
    .bg-md-transparent {
        background-color: transparent !important;
    }
}

@media (max-width: 1199.98px) {
    .bg-primary-down-lg {
        background-color: #f6f6f6 !important;
    }
}

.bg-dark-lighter {
    background-color: rgba(0, 0, 0, 0.035);
}

@media (max-width: 1199.98px) {
    .bg-lg-down-transparent,
    a.bg-lg-down-transparent.bg-white:hover,
    a.bg-lg-down-transparent.bg-white:focus,
    button.bg-lg-down-transparent.bg-white:hover,
    button.bg-lg-down-transparent.bg-white:focus {
        background-color: transparent !important;
    }
}

.bg-transparent-on-hover:hover {
    background-color: transparent !important;
}

/*------------------------------------
  Width
------------------------------------*/
.width-1 {
    width: 1px;
}

.width-22 {
    width: 1.37462rem;
}

.width-75 {
    width: 4.688rem;
}

@media (min-width: 1200px) {
    .vmm-tfw {
        width: 37.49988rem;
    }
}

.width-122 {
    width: 7.625rem;
}

.min-width-50 {
    min-width: 3.125rem;
}

.max-width-100 {
    max-width: 6.25rem;
}

.max-width-120 {
    max-width: 7.5rem;
}

@media (max-width: 767.98px) {
    .max-width-160-sm {
        max-width: 10rem;
    }
}

@media (min-width: 992px) {
    .max-width-200 {
        max-width: 12.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .min-width-200-md-lg {
        min-width: 12.5rem;
    }
}

@media (min-width: 1200px) {
    .max-width-270 {
        max-width: 16.875rem;
    }
}

@media (min-width: 1200px) {
    .min-width-270 {
        min-width: 16.875rem;
    }
}

.min-width-270-all {
    min-width: 16.875rem;
}

@media (min-width: 1200px) {
    .max-width-830-xl {
        max-width: 51.875rem;
    }
}

@media (min-width: 992px) {
    .max-width-620-lg {
        max-width: 38.75rem;
    }
}

/*------------------------------------
  Height
------------------------------------*/

.height-35 {
    height: 2.1875rem;
}

.height-22 {
    height: 1.37462rem;
}

.height-40 {
    height: 2.56288rem;
}

.min-height-50 {
    min-height: 3.125rem;
}

.min-height-132 {
    min-height: 8.25038rem;
}

.min-height-438 {
    min-height: 13.74975rem;
}

@media (min-width: 768px) {
    .min-height-438 {
        min-height: 27.37525rem;
    }
}

.min-height-564 {
    min-height: 35.25025rem;
}

/*------------------------------------
  Box Shadow
------------------------------------*/

/*------------------------------------
  Overflow
------------------------------------*/

@media (min-width: 1200px) {
    .overflow-xl-visble {
        overflow: visible !important;
    }
}

/*------------------------------------
  Opacity
------------------------------------*/
.opacity-7 {
    opacity: 0.7;
}

/*------------------------------------
  Position Spaces
------------------------------------*/

.top-8 {
    top: 0.49962rem;
}

.top-10 {
    top: 0.54688rem;
}

.top-100 {
    top: 100%;
}

.left-12 {
    left: 0.74987rem;
}

.bottom-100 {
    bottom: 100%;
}

@media (max-width: 1199.98px) {
    .right-dropdown-0 ~ .dropdown-menu {
        right: 0 !important;
        left: auto !important;
        -webkit-transform: translate3d(0px, 37px, 0px) !important;
        transform: translate3d(0px, 37px, 0px) !important;
    }
}

/*------------------------------------
  Content Centered
------------------------------------*/
.flex-center-between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-content-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-horizontal-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

/* Vertical Center Alignment */

/*------------------------------------
  Transform
------------------------------------*/

/*------------------------------------
  Z-Index
------------------------------------*/
.z-index-9 {
    z-index: 9;
}

/*------------------------------------
  Grid
------------------------------------*/
[class*='gdot'] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
    .col-xl-2gdot4-only {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2gdot4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2gdot4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1480px) {
    .col-wd-2gdot5 {
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }
}

@media (min-width: 1480px) {
    .col-wd-9gdot5 {
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }
}

@media (min-width: 1480px) {
    .cart-page .container,
    .checkout-page .container {
        max-width: 1200px;
    }
}

/*------------------------------------
  Range Slider
------------------------------------*/
.u-range-slider .irs-line-left,
.u-range-slider .irs-line-mid,
.u-range-slider .irs-line-right {
    height: 0.125rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.u-range-slider .irs-slider {
    background-color: #f1d700;
    box-shadow: none;
}

.u-range-slider .irs-slider.to {
    background-color: #fff;
    border: 3px solid #f1d700;
}

.u-range-slider .irs-slider:hover {
    box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}

.u-range-slider .irs-slider.state_hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.u-range-slider .irs-bar {
    background-color: #dcdcdc;
}

/* Indicator */
.u-range-slider-indicator .irs-line {
    top: 0.575rem;
}

.u-range-slider-indicator .irs-bar {
    top: 0.575rem;
}

.u-range-slider-indicator .irs-bar-edge {
    top: 0.575rem;
}

.u-range-slider-indicator .irs-slider {
    top: 0.2rem;
}

/*------------------------------------
  File for your custom SCSS style
------------------------------------*/
