@charset "UTF-8";

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * badluun custom
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #3490dc;
    --indigo: #6574cd;
    --purple: #9561e2;
    --pink: #f66d9b;
    --red: #e3342f;
    --orange: #f6993f;
    --yellow: #ffed4a;
    --green: #38c172;
    --teal: #4dc0b5;
    --cyan: #6cb2eb;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #3490dc;
    --secondary: #6c757d;
    --success: #38c172;
    --info: #6cb2eb;
    --warning: #ffed4a;
    --danger: #e3342f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-ms: 375px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1800px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

aside,
footer,
header,
main,
nav,
section {
    display: block;
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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: #3490dc;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #1d68a7;
    text-decoration: underline;
}

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

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

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

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

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

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

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

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

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 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;
}

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: 500;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: 2.25rem;
}

.h2,
h2 {
    font-size: 1.8rem;
}

.h3,
h3 {
    font-size: 1.575rem;
}

.h4,
h4 {
    font-size: 1.35rem;
}

.h5,
h5 {
    font-size: 1.125rem;
}

.h6,
h6 {
    font-size: 0.9rem;
}

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

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

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

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

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

a>code {
    color: inherit;
}

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

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

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

@media (min-width: 375px) {
    .container {
        max-width: 375px;
    }
}

@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: 1140px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1410px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

@media (min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

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

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

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

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

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

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

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

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

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

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

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

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

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

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

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

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

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

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

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    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: #495057;
    background-color: #fff;
    border-color: #a1cbef;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

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

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

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

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

input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

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

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

select.form-control[multiple],
select.form-control[size] {
    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,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d;
}

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

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

.is-invalid~.invalid-feedback {
    display: block;
}

.form-control.is-invalid {
    border-color: #e3342f;
    padding-right: calc(1.6em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.form-control.is-invalid:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

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

textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.form-check-input.is-invalid~.form-check-label {
    color: #e3342f;
}

.form-check-input.is-invalid~.invalid-feedback {
    display: block;
}

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

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

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

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

    .form-inline .input-group {
        width: auto;
    }

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    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.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, 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) {
    .btn {
        transition: none;
    }
}

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

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

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

.btn-primary {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

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

.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(82, 161, 225, 0.5);
}

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

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

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

.btn-success {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-success:hover {
    color: #fff;
    background-color: #2fa360;
    border-color: #2d995b;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #2fa360;
    border-color: #2d995b;
    box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d995b;
    border-color: #2a9055;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #d0211c;
    border-color: #c51f1a;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #d0211c;
    border-color: #c51f1a;
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

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

.btn-link:hover {
    color: #1d68a7;
    text-decoration: underline;
}

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

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

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

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

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
    }
}

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

.dropdown-toggle {
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::after {
    display: none;
}

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block;
}

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

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control {
    margin-left: -1px;
}

.input-group>.form-control:focus {
    z-index: 3;
}

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

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

.input-group-append {
    display: flex;
}

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

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

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

.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.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 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

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

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

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

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

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

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

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

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

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

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

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

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

@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 {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

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

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

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

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

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

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

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    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:focus,
.navbar-light .navbar-nav .nav-link:hover {
    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 .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

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

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, 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) {
    .badge {
        transition: none;
    }
}

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

.badge:empty {
    display: none;
}

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

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

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}

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

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9;
}

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

.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc;
}

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

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
}

.alert-danger hr {
    border-top-color: #f4b0af;
}

@-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: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.675rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

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

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

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

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

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

.toast {
    flex-basis: 350px;
    max-width: 350px;
    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);
    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: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

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

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

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}

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

.modal-content {
    position: relative;
    display: flex;
    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.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 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: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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.7875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.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: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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.7875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-self-end {
    align-self: flex-end !important;
}

@media (min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
}

@media (min-width: 992px) {
    .float-lg-right {
        float: right !important;
    }
}

.position-static {
    position: static !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;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

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

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
}

.py-4 {
    padding-bottom: 1.5rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
    }

    .px-md-0 {
        padding-left: 0 !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
    }

    .px-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
    }
}

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

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }
}

.font-weight-light {
    font-weight: 300 !important;
}

.text-danger {
    color: #e3342f !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ae1c17 !important;
}

.text-muted {
    color: #6c757d !important;
}

.visible {
    visibility: visible !important;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        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 #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }
}

.nav-item {
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 0 1.8rem;
    color: #1d1d1b !important;
    font-weight: 500;
    letter-spacing: 2px;
}

@media (max-width: 1199.98px) {
    
 


    .nav-item {
font-size: 1rem;
padding: 0 2rem;
    }
}

.nav-item:hover {
    text-decoration: none;
}

.nav-item:first-of-type {
    transition: all ease 0.5s;
}

.nav-item:first-of-type:hover {
    color: red !important;
    font-weight: 600;
    transform: scale(1.1);
}

.nav-item:nth-child(2) {
    transition: all ease 0.5s;
}

.nav-item:nth-child(2):hover {
    color: green !important;
    font-weight: 600;
    transform: scale(1.1);
}

.nav-item:nth-child(3) {
    transition: all ease 0.5s;
}

.nav-item:nth-child(3):hover {
    color: #00008b !important;
    font-weight: 600;
    transform: scale(1.1);
}

.nav-item:nth-child(5) {
    transition: all ease 0.5s;
}

.nav-item:nth-child(5):hover {
    color: #00008b !important;
    font-weight: 600;
    transform: scale(1.1);
}

.nav-item:nth-child(6) {
    transition: all ease 0.5s;
}

.nav-item:nth-child(6):hover {
    color: green !important;
    font-weight: 600;
    transform: scale(1.1);
}

.nav-item:nth-child(7) {
    transition: all ease 0.5s;
}

.nav-item:nth-child(7):hover {
    color: #00008b !important;
    font-weight: 600;
    transform: scale(1.1);
}

.cd-auto-hide-header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 5px 19px -1px rgba(0, 0, 0, 0.15);
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.5s;
    z-index: 20;
}

.cd-auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}

.cd-auto-hide-header.is-hidden {
    transform: translateY(-100%);
}

@media only screen and (min-width: 992px) {
    .cd-auto-hide-header {
        height: 120px;
    }
}

.cd-auto-hide-header .logo {
    left: 5%;
}

.cd-auto-hide-header .logo a,
.cd-auto-hide-header .logo img {
    display: block;
}

.cd-auto-hide-header .nav-trigger {
    display: table;
    height: 100%;
    padding: 0 1em;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #25283d;
    font-weight: 700;
    right: 0;
    border-left: 1px solid #f2f2f2;
}

.cd-auto-hide-header .nav-trigger span {
    display: table-cell;
    vertical-align: middle;
}

.cd-auto-hide-header .nav-trigger em,
.cd-auto-hide-header .nav-trigger em::after,
.cd-auto-hide-header .nav-trigger em::before {
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #25283d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-auto-hide-header .nav-trigger em {
    margin: 6px auto 14px;
    transition: background-color 0.2s;
}

.cd-auto-hide-header .nav-trigger em::after,
.cd-auto-hide-header .nav-trigger em::before {
    position: absolute;
    content: "";
    left: 0;
    transition: transform 0.2s;
}

.cd-auto-hide-header .nav-trigger em::before {
    transform: translateY(-6px);
}

.cd-auto-hide-header .nav-trigger em::after {
    transform: translateY(6px);
}

@media only screen and (min-width: 992px) {
    .cd-auto-hide-header .nav-trigger {
        display: none;
    }
}

.cd-auto-hide-header.nav-open .nav-trigger em {
    background-color: rgba(255, 255, 255, 0);
}

.cd-auto-hide-header.nav-open .nav-trigger em::before {
    transform: rotate(-45deg);
}

.cd-auto-hide-header.nav-open .nav-trigger em::after {
    transform: rotate(45deg);
}

.cd-primary-nav {
    display: inline-block;
    margin: 0 auto;
    height: 100%;
}

.cd-primary-nav>ul a {
    display: block;
    height: 10px;
    line-height: 0;
    padding-left: 5%;
    color: #25283d;
    font-size: 0.8rem;
    border-top: 1px solid #f2f2f2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cd-primary-nav>ul a.active,
.cd-primary-nav>ul a:hover {
    color: #8f3985;
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav {
        display: table;
    }

    .cd-primary-nav>ul::after {
        clear: both;
        content: "";
        display: block;
    }

    .cd-primary-nav>ul li {
        display: inline-block;
        float: left;
        margin-right: 3.5em;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cd-primary-nav>ul li {
        margin-right: 2rem;
    }
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav>ul li:first-of-type a {
        transition: all ease 0.5s;
    }

    .cd-primary-nav>ul li:first-of-type a:hover {
        color: red !important;
    }
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav>ul li:nth-child(2) a {
        transition: all ease 0.5s;
    }

    .cd-primary-nav>ul li:nth-child(2) a:hover {
        color: green !important;
    }
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav>ul li:nth-child(3) a {
        transition: all ease 0.5s;
    }

    .cd-primary-nav>ul li:nth-child(3) a:hover {
        color: #ff0 !important;
    }
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav>ul li:nth-child(5) a {
        transition: all ease 0.5s;
    }

    .cd-primary-nav>ul li:nth-child(5) a:hover {
        color: purple !important;
    }
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav>ul li:nth-child(6) a {
        transition: all ease 0.5s;
    }

    .cd-primary-nav>ul li:nth-child(6) a:hover {
        color: green !important;
    }
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav>ul li:nth-child(7) a {
        transition: all ease 0.5s;
    }

    .cd-primary-nav>ul li:nth-child(7) a:hover {
        color: red !important;
    }
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav>ul li:last-of-type {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav>ul a {
        height: auto;
        padding: 0;
        border: none;
    }

    .cd-primary-nav>ul a:hover {
        text-decoration: none !important;
    }
}

.cd-primary-nav ul:target,
.nav-open .cd-primary-nav ul {
    display: block;
}

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

    .cd-primary-nav ul:target,
    .nav-open .cd-primary-nav ul {
        display: table-cell;
    }
}

.cd-secondary-nav {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    height: 50px;
    background-color: #25283d;
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.5s;
}

.cd-secondary-nav::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: 0 0;
    background: linear-gradient(to left, #25283d, rgba(37, 40, 61, 0));
    pointer-events: none;
    transition: opacity 0.2s;
}

.cd-secondary-nav a,
.cd-secondary-nav li,
.cd-secondary-nav ul {
    height: 100%;
}

.cd-secondary-nav ul {
    display: flex;
    padding: 0 5%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cd-secondary-nav ul::after {
    clear: both;
    content: "";
    display: block;
}

.cd-secondary-nav li {
    display: inline-block;
    float: left;
    flex-shrink: 0;
}

.cd-secondary-nav li:last-of-type {
    padding-right: 20px;
}

.cd-secondary-nav a {
    display: block;
    color: #fff;
    opacity: 0.6;
    line-height: 50px;
    padding: 0 1em;
}

.cd-secondary-nav a.active,
.cd-secondary-nav a:hover {
    opacity: 1;
}

@media only screen and (min-width: 992px) {
    .cd-secondary-nav {
        height: 70px;
        overflow: visible;
    }

    .cd-secondary-nav ul {
        display: block;
        text-align: center;
    }

    .cd-secondary-nav li {
        float: none;
        flex-shrink: 1;
    }

    .cd-secondary-nav a {
        line-height: 70px;
    }

    .cd-secondary-nav a.active {
        box-shadow: inset 0 -3px #8f3985;
    }
}

.cd-secondary-nav.fixed {
    position: fixed;
    top: 60px;
}

.cd-secondary-nav.slide-up {
    transform: translateY(-60px);
}

@media only screen and (min-width: 992px) {
    .cd-secondary-nav.fixed {
        top: 80px;
        box-shadow: 0 -6px 0 #25283d;
    }

    .cd-secondary-nav.slide-up {
        transform: translateY(-80px);
    }
}

.nav-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    color: #fff;
    z-index: 300;
    top: 0;
    font-family: eurostile-extended, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    left: 0;
    background: #000;
    background: linear-gradient(to bottom, #000 0, #232b3c 100%);
    overflow-y: hidden;
    transition: 0.5s;
    font-weight: 500;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: calc(100% - 25px);
    text-align: right;
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    .overlay-content {
        top: 15%;
    }
}

.nav-overlay a {
    padding: 5px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

@media (max-width: 991.98px) {
    .nav-overlay a {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .nav-overlay a {
        font-size: 1rem;
    }
}

.nav-overlay a:focus,
.nav-overlay a:hover {
    color: #f1f1f1;
}

.nav-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 50px;
    font-family: museo;
    font-style: normal;
    font-weight: 100;
}

.nav-overlay .closebtn:hover {
    text-decoration: none;
}

@media screen and (max-height: 450px) {
    .nav-overlay {
        overflow-y: auto;
    }

    .nav-overlay a {
        font-size: 20px;
    }

    .nav-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.nav-item-mob {
    transition: 0.75s ease all;
}

.nav-item-mob:hover {
    transform: translate(-15px);
    text-decoration: none;
}

.nav-address a,
.nav-address p {
    color: #fff;
    font-family: museo-sans, sans-serif;
    font-style: normal !important;
    margin: 0;
    padding: 0;
    font-size: 0.85rem !important;
}

@media (max-width: 767.98px) {

    .nav-address a,
    .nav-address p {
        font-size: 0.6rem !important;
        line-height: 1.2rem;
    }
}

.nav-address a {
    transition: 0.35s ease all;
}

.nav-address a:hover {
    transform: translate(-15px);
    text-decoration: none;
}

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #3490dc;
    --indigo: #6574cd;
    --purple: #9561e2;
    --pink: #f66d9b;
    --red: #e3342f;
    --orange: #f6993f;
    --yellow: #ffed4a;
    --green: #38c172;
    --teal: #4dc0b5;
    --cyan: #6cb2eb;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #3490dc;
    --secondary: #6c757d;
    --success: #38c172;
    --info: #6cb2eb;
    --warning: #ffed4a;
    --danger: #e3342f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-ms: 375px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1800px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

aside,
footer,
header,
main,
nav,
section {
    display: block;
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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: #3490dc;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #1d68a7;
    text-decoration: underline;
}

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

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

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

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

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

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

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

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

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 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;
}

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: 500;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: 2.25rem;
}

.h2,
h2 {
    font-size: 1.8rem;
}

.h3,
h3 {
    font-size: 1.575rem;
}

.h4,
h4 {
    font-size: 1.35rem;
}

.h5,
h5 {
    font-size: 1.125rem;
}

.h6,
h6 {
    font-size: 0.9rem;
}

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

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

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

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

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

a>code {
    color: inherit;
}

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

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

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

@media (min-width: 375px) {
    .container {
        max-width: 375px;
    }
}

@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: 1140px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1410px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

@media (min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

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

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

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

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

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

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

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

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

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

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

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

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

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

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

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

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

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

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

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    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: #495057;
    background-color: #fff;
    border-color: #a1cbef;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

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

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

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

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

input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

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

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

select.form-control[multiple],
select.form-control[size] {
    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,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d;
}

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

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

.is-invalid~.invalid-feedback {
    display: block;
}

.form-control.is-invalid {
    border-color: #e3342f;
    padding-right: calc(1.6em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.form-control.is-invalid:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

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

textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.form-check-input.is-invalid~.form-check-label {
    color: #e3342f;
}

.form-check-input.is-invalid~.invalid-feedback {
    display: block;
}

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

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

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

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

    .form-inline .input-group {
        width: auto;
    }

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    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.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, 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) {
    .btn {
        transition: none;
    }
}

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

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

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

.btn-primary {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

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

.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(82, 161, 225, 0.5);
}

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

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

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

.btn-success {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-success:hover {
    color: #fff;
    background-color: #2fa360;
    border-color: #2d995b;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #2fa360;
    border-color: #2d995b;
    box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d995b;
    border-color: #2a9055;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #d0211c;
    border-color: #c51f1a;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #d0211c;
    border-color: #c51f1a;
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

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

.btn-link:hover {
    color: #1d68a7;
    text-decoration: underline;
}

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

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

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

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

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
    }
}

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

.dropdown-toggle {
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::after {
    display: none;
}

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block;
}

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

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control {
    margin-left: -1px;
}

.input-group>.form-control:focus {
    z-index: 3;
}

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

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

.input-group-append {
    display: flex;
}

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

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

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

.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.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 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

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

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

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

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

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

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

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

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

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

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

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

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

@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 {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

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

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

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

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

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

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

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    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:focus,
.navbar-light .navbar-nav .nav-link:hover {
    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 .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

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

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, 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) {
    .badge {
        transition: none;
    }
}

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

.badge:empty {
    display: none;
}

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

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

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}

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

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9;
}

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

.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc;
}

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

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
}

.alert-danger hr {
    border-top-color: #f4b0af;
}

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

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.675rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

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

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

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

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

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

.toast {
    flex-basis: 350px;
    max-width: 350px;
    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);
    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: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

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

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

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}

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

.modal-content {
    position: relative;
    display: flex;
    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.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 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: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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.7875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.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: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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.7875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-self-end {
    align-self: flex-end !important;
}

@media (min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
}

@media (min-width: 992px) {
    .float-lg-right {
        float: right !important;
    }
}

.position-static {
    position: static !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;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

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

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
}

.py-4 {
    padding-bottom: 1.5rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
    }

    .px-md-0 {
        padding-left: 0 !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
    }

    .px-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
    }
}

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

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }
}

.font-weight-light {
    font-weight: 300 !important;
}

.text-danger {
    color: #e3342f !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ae1c17 !important;
}

.text-muted {
    color: #6c757d !important;
}

.visible {
    visibility: visible !important;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        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 #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }
}

.ba-slider {
    position: relative;
    overflow: hidden;
    transform: scale(0.9);
}

@media (max-width: 1199.98px) {
    .ba-slider {
        transform: scale(1);
    }
}

.ba-slider img {
    width: 100%;
    display: block;
}

.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 48%;
    overflow: hidden;
}

.handle {
    position: absolute;
    left: 48%;
    top: 32px;
    bottom: 30px;
    width: 22px;
    border-left: 2px solid #fff;
    margin-left: -2px;
    cursor: ew-resize;
}

@media (max-width: 991.98px) {
    .handle {
        top: 0;
        bottom: 0;
    }
}

.handle:after {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: -35px 0 0 -60px;
    content: "";
    background-image: url("https://badluun.com/frontend/assets/images/hand.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #1d1d1b;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    line-height: 30px;
    transition: all 0.3s ease;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: move;
    -webkit-animation-duration: 1.5s;
}

@media (max-width: 991.98px) {
    .handle:after {
        width: 50px;
        height: 50px;
        margin: -35px 0 0 -35px;
        font-size: 16px;
        line-height: 22px;
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 37px;
    font-size: 21px;
}

.low-handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 22px;
    border-left: 2px solid #fff;
    margin-left: -2px;
    cursor: ew-resize;
}

.low-handle:after {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: -16px 0 0 -26px;
    content: "";

    background-image: url("https://badluun.com/frontend/assets/images/hand.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #1d1d1b;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    line-height: 30px;
    transition: all 0.3s ease;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: move;
    -webkit-animation-duration: 2s;
}

@media (max-width: 991.98px) {
    .low-handle:after {
        width: 32px;
        height: 32px;
        margin: -16px 0 0 -16px;
        font-size: 16px;
        line-height: 22px;
    }
}

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #3490dc;
    --indigo: #6574cd;
    --purple: #9561e2;
    --pink: #f66d9b;
    --red: #e3342f;
    --orange: #f6993f;
    --yellow: #ffed4a;
    --green: #38c172;
    --teal: #4dc0b5;
    --cyan: #6cb2eb;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #3490dc;
    --secondary: #6c757d;
    --success: #38c172;
    --info: #6cb2eb;
    --warning: #ffed4a;
    --danger: #e3342f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-ms: 375px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1800px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

aside,
footer,
header,
main,
nav,
section {
    display: block;
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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: #3490dc;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #1d68a7;
    text-decoration: underline;
}

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

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

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

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

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

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

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

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

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 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;
}

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: 500;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: 2.25rem;
}

.h2,
h2 {
    font-size: 1.8rem;
}

.h3,
h3 {
    font-size: 1.575rem;
}

.h4,
h4 {
    font-size: 1.35rem;
}

.h5,
h5 {
    font-size: 1.125rem;
}

.h6,
h6 {
    font-size: 0.9rem;
}

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

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

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

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

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

a>code {
    color: inherit;
}

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

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

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

@media (min-width: 375px) {
    .container {
        max-width: 375px;
    }
}

@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: 1140px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1410px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

@media (min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

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

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

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

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

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

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

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

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

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

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

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

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

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

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

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

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

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

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

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    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: #495057;
    background-color: #fff;
    border-color: #a1cbef;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

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

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

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

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

input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

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

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

select.form-control[multiple],
select.form-control[size] {
    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,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d;
}

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

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

.is-invalid~.invalid-feedback {
    display: block;
}

.form-control.is-invalid {
    border-color: #e3342f;
    padding-right: calc(1.6em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.form-control.is-invalid:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

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

textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.form-check-input.is-invalid~.form-check-label {
    color: #e3342f;
}

.form-check-input.is-invalid~.invalid-feedback {
    display: block;
}

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

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

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

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

    .form-inline .input-group {
        width: auto;
    }

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    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.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, 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) {
    .btn {
        transition: none;
    }
}

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

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

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

.btn-primary {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

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

.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(82, 161, 225, 0.5);
}

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

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

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

.btn-success {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-success:hover {
    color: #fff;
    background-color: #2fa360;
    border-color: #2d995b;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #2fa360;
    border-color: #2d995b;
    box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d995b;
    border-color: #2a9055;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #d0211c;
    border-color: #c51f1a;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #d0211c;
    border-color: #c51f1a;
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

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

.btn-link:hover {
    color: #1d68a7;
    text-decoration: underline;
}

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

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

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

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

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
    }
}

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

.dropdown-toggle {
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::after {
    display: none;
}

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block;
}

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

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control {
    margin-left: -1px;
}

.input-group>.form-control:focus {
    z-index: 3;
}

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

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

.input-group-append {
    display: flex;
}

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

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

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

.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.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 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

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

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

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

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

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

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

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

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

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

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

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

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

@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 {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

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

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

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

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

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

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

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    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:focus,
.navbar-light .navbar-nav .nav-link:hover {
    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 .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

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

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, 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) {
    .badge {
        transition: none;
    }
}

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

.badge:empty {
    display: none;
}

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

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

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}

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

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9;
}

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

.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc;
}

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

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
}

.alert-danger hr {
    border-top-color: #f4b0af;
}

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

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.675rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

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

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

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

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

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

.toast {
    flex-basis: 350px;
    max-width: 350px;
    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);
    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: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

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

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

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}

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

.modal-content {
    position: relative;
    display: flex;
    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.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 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: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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.7875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.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: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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.7875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-self-end {
    align-self: flex-end !important;
}

@media (min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
}

@media (min-width: 992px) {
    .float-lg-right {
        float: right !important;
    }
}

.position-static {
    position: static !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;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

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

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
}

.py-4 {
    padding-bottom: 1.5rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
    }

    .px-md-0 {
        padding-left: 0 !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
    }

    .px-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
    }
}

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

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }
}

.font-weight-light {
    font-weight: 300 !important;
}

.text-danger {
    color: #e3342f !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ae1c17 !important;
}

.text-muted {
    color: #6c757d !important;
}

.visible {
    visibility: visible !important;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        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 #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: museo-sans, sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

p {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #1d1d1b;
}

@media (max-width: 1199.98px) {
    p {
        font-size: 0.85rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: eurostile-extended, sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 500;
    font-style: normal;
}

.h1,
h1 {
    font-size: 1.35rem;
}

@media (max-width: 767.98px) {

    .h1,
    h1 {
        font-size: 1rem;
    }
}

.h2,
h2 {
    font-size: 1.15rem !important;
}

@media (max-width: 1199.98px) {

    .h2,
    h2 {
        font-size: 0.9rem !important;
    }
}

.h3,
h3 {
    font-size: 0.9rem !important;
}

::-moz-selection {
    background: #1d1d1b;
    color: #fff;
}

::selection {
    background: #1d1d1b;
    color: #fff;
}

::-moz-selection {
    background: #1d1d1b;
    color: #fff;
}

.navbar-laravel {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.logo {
    height: 55px;
    transition: 0.5s ease all;
}

.logo:hover {
    transform: scale(1.1);
}

@media (max-width: 1199.98px) {
    .logo {
        height: 40px;
    }
}

.introduction {
    font-weight: 600;
}

.watch-introduction {
    font-size: 1.15rem;
    font-weight: 600;
}

.white {
    background: #fff;
}

.black {
    color: #1d1d1b !important;
}

.col-white {
    color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-grey {
    background-color: #8a8f8e !important;
}

.pt-enqiure {
    padding-top: 6px;
}

.bg-contact-one {
    background-color: #2b3963 !important;
    color: #fff;
}

.bg-contact-one i,
.bg-contact-one p {
    transition: ease all 0.5s;
}

@media (max-width: 991.98px) {

    .bg-contact-one i,
    .bg-contact-one p {
        font-size: 0.8rem;
    }
}

.bg-contact-one i:hover,
.bg-contact-one p:hover {
    transform: scale(1.25);
    text-decoration: none;
}

.bg-contact-one i a,
.bg-contact-one p a {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
}

.bg-contact-one a i {
    color: #fff;
}

.bg-contact-two {
    background-color: #a70b09 !important;
    color: #fff;
    text-transform: uppercase;
}

.bg-contact-two p {
    color: #fff;
}

@media (max-width: 991.98px) {
    .bg-contact-two p {
        font-size: 0.8rem;
    }
}

.p-white {
    color: #fff !important;
}

.p-rel {
    position: relative;
}

@media (max-width: 1199.98px) {
    .p-rel {
        display: block;
        margin-top: 120px;
    }
}

@media (max-width: 991.98px) {
    .p-rel {
        display: block;
        margin-top: 60px;
    }
}

.clip h3 img {
    max-height: 100px;
    transition: 0.5s ease all;
}

.center .slick-center h3 {
    transform: scale(1);
    color: #e67e22;
    opacity: 1;
    transition: 0.5s ease all;
}

.center h3 {
    opacity: 0.4;
    transform: scale(0.75);
    transition: 0.5s ease all;
    bottom: 0;
    left: 0;
}

@media (max-width: 1199.98px) {
    .center h3 {
        transform: scale(0.75);
    }
}

.slick-small {
    opacity: 0.3;
    transform: scale(0.75);
    bottom: 0;
    left: 0;
    transition: 0.5s ease all;
}

@media (max-width: 991.98px) {
    .slick-small {
        opacity: 1;
        transform: scale(1);
    }
}

.center h3 img {
    max-height: 300px;
    margin: 0 auto;
    transition: 0.5s ease all;
}

.center .slick-center h5 {
    font-size: 1rem;
    opacity: 1;
}

.center h5 {
    opacity: 0;
}

.center .slick-center .copy {
    font-size: 1.05rem;
    line-height: 1.75rem;
    opacity: 1;
}

@media (max-width: 1199.98px) {
    .center .slick-center .copy {
        line-height: 1.65rem;
        font-size: 0.85rem;
    }
}

.center .copy {
    font-size: 0.9rem;
    line-height: 1.75rem;
    opacity: 0;
}

.center .slick-center a {
    opacity: 1;
    font-size: 0.9rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: ease 0.5s all;
}

.center .slick-center a:focus {
    outline: 0;
}

.center .slick-center a:hover {
    color: inherit;
    transform: scale(1.1);
    text-decoration: none;
}

.watch-link {
    opacity: 0;
}

#pagefade {
    font-size: 21px;
    text-align: center;
    animation: fadein 3s;
    -moz-animation: fadein 3s;
    -webkit-animation: fadein 3s;
    -o-animation: fadein 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.homepage-slider {
    height: 100vh;
}

@media (max-width: 1199.98px) {
    .homepage-slider {
        height: 550px;
        width: 100vw;
    }
}

@media (max-width: 991.98px) {
    .homepage-slider {
        height: 500px;
    }
}

@media (max-width: 767.98px) {
    .homepage-slider {
        height: 495px;
    }
}

.homepage-slider .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.homepage-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    right: 200px;
    width: auto;
    left: auto;
}

@media (max-width: 1199.98px) {
    .homepage-slider .slick-dots {
        right: 10% !important;
    }
}

@media (max-width: 767.98px) {
    .homepage-slider .slick-dots li button{
        visibility: hidden !important;
    }
}

.homepage-slider .slick-dots li button {
    border-radius: 100px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 100px;
    height: 10px;
    width: 10px;
}

.homepage-slider .slick-dots li button:before {
    content: "";
}

.homepage-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.homepage-slider .slick-dots li.slick-active button:before {
    content: "";
}

.homepage-slider .homepage-hero {
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1 !important;
}

@media (max-width: 767.98px) {
    .homepage-slider .homepage-hero:before {
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.25);
    }
}

@media (max-width: 1799.98px) {
    .homepage-slider .homepage-hero {
        background-position: center center !important;
    }
}

@media (max-width: 1199.98px) {
    .homepage-slider .homepage-hero {
        height: 550px;
        width: 100vw;
    }
}

@media (max-width: 991.98px) {
    .homepage-slider .homepage-hero {
        height: 500px;
    }
}

@media (max-width: 767.98px) {
    .homepage-slider .homepage-hero {
        height: 495px;
    }
}

.carousel-caption {
    width: 560px;
    bottom: auto;
    top: 45%;
    right: 200px;
    left: auto;
    text-align: right;
    text-shadow: 0 0 18px #000;
}

@media (max-width: 1199.98px) {
    .carousel-caption {
        right: 10%;
        top: 40%;
    }
}

@media (max-width: 991.98px) {
    .carousel-caption {
        width: 50%;
        top: 30%;
    }
}

@media (max-width: 767.98px) {
    .carousel-caption {
        width: 75%;
        right: 12.5%;
        top: 25%;
    }
}

.carousel-caption .h1-hero {
    font-family: eurostile-extended, sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 1.35rem;
}

@media (max-width: 991.98px) {
    .carousel-caption .h1-hero {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 767.98px) {
    .carousel-caption .h1-hero {
        font-size: 1.2rem !important;
    }
}

.carousel-caption .h1-hero-centered {
    font-family: eurostile-extended, sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 1.35rem;
}

@media (max-width: 991.98px) {
    .carousel-caption .h1-hero-centered {
        font-size: 1.75rem !important;
    }
}

.carousel-caption p {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.75rem;
    padding: 1rem 0;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .carousel-caption p {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .carousel-caption p {
        line-height: 1.25rem !important;
        text-align: center !important;
    }
}

.carousel-caption a.carousel-link {
    text-align: left;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: transform 0.5s ease;
}

.carousel-caption a.carousel-link:hover {
    transform: scale(1.1) translate(-20px);
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .carousel-caption a.carousel-link:hover {
        transform: scale(1.1) translate(5px);
    }
}

.contact-hero,
.hero {
    position: relative;
    background-color: #fff;
    height: 100vh;
}

@media (max-width: 1199.98px) {

    .contact-hero,
    .hero {
        height: 100%;
    }
}

.contact-hero .hero-img,
.hero .hero-img {
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 1799.98px) {

    .contact-hero .hero-img,
    .hero .hero-img {
        background-position: top center !important;
    }
}

@media (max-width: 1199.98px) {

    .contact-hero .hero-img,
    .hero .hero-img {
        height: 550px;
        width: 100vw;
    }
}

@media (max-width: 991.98px) {

    .contact-hero .hero-img,
    .hero .hero-img {
        height: 500px;
    }
}

@media (max-width: 767.98px) {

    .contact-hero .hero-img,
    .hero .hero-img {
        height: 495px !important;
    }
}

.contact-hero {
    height: 70vh;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .contact-hero {
        height: 80vh;
    }
}

.contact-hero .hero-img {
    height: 70vh;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .contact-hero .hero-img {
        height: 80vh;
    }
}

.hero-shallow {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 991.98px) {
    .hero-shallow {
        height: 50vh;
    }
}

.hero-shallow .hero-img {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 991.98px) {
    .hero-shallow .hero-img {
        height: 50vh;
    }
}

.about-hero {
    position: relative;
    background-color: #fff;
    height: 100vh;
}

@media (max-width: 1199.98px) {
    .about-hero {
        height: 1000px;
        top: -60px;
        padding-top: 50px;
    }
}

@media (max-width: 1199.98px) {
    .about-hero {
        height: 970px;
    }
}

@media (max-width: 767.98px) {
    .about-hero {
        height: 900px;
        top: -60px;
    }
}

.about-hero .about-hero-img {
    height: 100vh;
    width: 100vw;
    background-position: center left;
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .about-hero .about-hero-img {
        height: 550px;
        width: 100vw;
    }
}

.general-hero {
    position: relative;
    background-color: #fff;
    height: 100%;
    margin-top: 120px;
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .general-hero {
        height: 1000px;
        top: -60px;
        padding-top: 50px;
    }
}

.general-hero a {
    font-size: 1rem;
    color: #1d1d1b;
    transition: ease all 0.5s;
}

.general-hero a:hover {
    color: #adadad !important;
    text-decoration: none;
}

.error .tint:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(12, 79, 107, 0.25);
    height: calc(90vh - 120px);
}

@media (max-width: 991.98px) {
    .error .tint:before {
        height: calc(90vh - 60px);
    }
}

.error .page404 {
    color: #fff !important;
    height: calc(90vh - 120px);
    text-shadow: 2px -1px 10px #000;
}

.error .page404 a,
.error .page404 p {
    color: #fff;
    font-size: 1rem;
}

.error .page404 a {
    transition: 0.5s ease all;
}

.error .page404 a:hover {
    font-size: 1.25rem;
    text-decoration: none;
}

.social-bar-hero {
    position: absolute;
    left: 0;
    height: 300px;
    bottom: 290px;
    z-index: 1;
    color: #fff;
    font-size: 1rem;
}

.social-bar-hero i {
    transition: all 0.5s ease;
}

.social-bar-hero i:hover {
    color: #1d1d1b;
}

@media (max-width: 1199.98px) {
    .social-bar-hero {
        right: 45vw;
        left: auto;
        width: 100vw;
        bottom: auto;
        top: 330px;
    }
}

@media (max-width: 991.98px) {
    .social-bar-hero {
        right: 11vw;
        left: auto;
        width: 100vw;
        top: 0;
        bottom: 45%;
    }
}

.social-bar {
    position: absolute;
    left: 0;
    height: 300px;
    top: 0;
    z-index: 1;
    color: #1d1d1b;
    font-size: 1rem;
}

@media (max-width: 1199.98px) {
    .social-bar {
        right: 45vw;
        left: auto;
        width: 100vw;
        bottom: auto;
        top: 330px;
    }
}

@media (max-width: 991.98px) {
    .social-bar {
        right: 11vw;
        left: auto;
        width: 100vw;
        top: 0;
        bottom: 45%;
    }
}

.counterrotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    padding: 1rem;
}

.smallprint {
    font-size: 0.9rem;
    padding: 0;
    line-height: 1.25rem;
    color: #a7abb2;
}

.smallprint a {
    transition: 0.3s ease all;
    color: #a7abb2;
    font-weight: 700;
}

.smallprint a:hover {
    text-decoration: none;
    color: #fff;
}

.footer {
    background-color: #2a2c30;
    color: #fff;
    padding: 3rem 0;
    position: relative;
}

.footer:before {
    background-image: url("../images/footer-logo.svg");
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
    max-width: 420px;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .footer:before {
        max-width: auto;
    }
}

@media (max-width: 1199.98px) {
    .footer:before {
        max-width: 530px;
    }
}

@media (max-width: 767.98px) {
    .footer:before {
        max-width: 100%;
        max-height: 600px;
    }
}

.footer ul {
    padding-left: 0;
}

.footer ul li {
    color: #adadad;
    list-style-type: none;
    font-size: 0.9rem;
    line-height: 1.75rem;
    text-transform: uppercase;
}

.footer ul li a {
    color: #adadad;
    list-style-type: none;
    font-size: 1.1rem;
    line-height: 2rem;
    text-transform: uppercase;
    transition: all ease 0.5s;
}

.footer ul li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footer .footer-logo {
    color: #fff;
    max-width: 150px;
    padding-top: 3rem;
}

.slider h5 {
    font-family: museo-sans, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    font-style: normal;
    font-size: 1.25rem;
}

.slider-bg {
    background: #6d6f58;
    background: linear-gradient(to right, #6d6f58 0, #404230 100%);
    color: #fff !important;
    text-align: left;
    box-shadow: 0 2px 41px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 991.98px) {
    .slider-bg h2 {
        color: #6d6f58 !important;
    }
}

.slider-bg p {
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .slider-bg p {
        color: #1d1d1b !important;
    }
}

.slider-bg a {
    color: #fff !important;
    transition: all ease 0.5s;
}

@media (max-width: 991.98px) {
    .slider-bg a {
        color: #6d6f58 !important;
    }
}

.slider-bg a:hover {
    text-decoration: none;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .slider-bg {
        background: #fff !important;
        color: #1d1d1b !important;
        box-shadow: 0 2px 41px 0 transparent;
    }
}

.mt-10 {
    margin-top: -120px;
}

.mb-10 {
    margin-bottom: -120px;
}

.mt-collection {
    margin-top: 190px;
}

@media (max-width: 1199.98px) {
    .mt-collection {
        margin-top: 100px;
    }
}

@media (max-width: 767.98px) {
    .mt-collection {
        margin-top: 60px;
    }
}

@media (max-width: 1199.98px) {
    .where-it-began-container {
        max-width: 100% !important;
    }
}

.mt-where-it-began {
    margin-top: 120px;
}

@media (max-width: 1199.98px) {
    .mt-where-it-began {
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .mt-where-it-began {
        margin-top: 60px;
    }
}

.mt-where-it-began-copy {
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    margin-top: -100px;
    padding: 4rem;
}

.where-it-began-img {
    height: 600px;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1199.98px) {
    .where-it-began-img {
        height: 450px;
    }
}

@media (max-width: 991.98px) {
    .where-it-began-img {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .where-it-began-img {
        height: 250px;
    }
}

.where-it-began-img-2 {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.img-margin {
    margin: 5rem 0;
}

@media (min-width: 992px) {
    .p-10 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.p-inner-10 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 991.98px) {
    .p-inner-10 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.p-about {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

@media (max-width: 991.98px) {
    .p-about {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.collection {
    background-color: #e5e5e5;
    background-image: url("../images/collection-pattern-bg.webp");
    background-size: contain;
    background-position: top center;
    background-repeat: repeat-x;
    padding: 100px 0;
}

@media (max-width: 991.98px) {
    .collection {
        padding: 0;
    }
}

.collection .w-80 {
    width: 80% !important;
}

@media (max-width: 991.98px) {
    .collection .w-80 {
        width: 100%;
    }
}

.collection h2 {
    font-size: 1.35rem;
}

.collection-copy a {
    color: #1d1d1b;
    font-size: 0.9rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: transform 0.5s ease;
}

.collection-copy a:hover {
    text-decoration: none;
    transform: scale(1.1);
}

.collection-copy p {
    font-size: 0.9rem;
}

.slider-copy {
    padding: 5rem 0 5rem 5rem;
}

@media (max-width: 1199.98px) {
    .slider-copy {
        padding: 4rem;
    }
}

@media (max-width: 767.98px) {
    .slider-copy {
        padding: 2rem;
    }
}

.slider-copy h3 {
    font-family: eurostile-extended, sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 500;
    font-style: normal;
    font-size: 1.25rem;
}

.slider-copy .introduction {
    font-weight: 600;
}

.slider-copy a {
    font-size: 0.9rem;
    line-height: 1.75rem;
    color: #1d1d1b;
    font-weight: 600;
    text-transform: uppercase;
}

#parallax-1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
}

.parallax-height {
    height: 600px;
}

@media (max-width: 767.98px) {
    .parallax-height {
        height: 400px;
    }
}

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    top: 0;
}

@media (max-width: 1199.98px) {
    .parallax {
        background-attachment: initial;
    }
}

.hp-parallax {
    height: 100%;
}

.overlay {
    filter: grayscale(1);
}

.about-wm {
    text-align: right;
    padding: 10rem;
}

@media (max-width: 1799.98px) {
    .about-wm {
        padding: 5rem;
    }
}

@media (max-width: 1199.98px) {
    .about-wm {
        padding: 3rem;
    }
}

.about-wm h2 {
    font-family: eurostile-extended, sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 500;
    font-style: normal;
    font-size: 1.25rem;
}

@media (max-width: 767.98px) {
    .about-wm h2 {
        font-size: 0.9rem !important;
    }
}

.about-wm .introduction {
    font-weight: 600;
}

.about-wm a {
    font-size: 0.9rem;
    line-height: 1.75rem;
    color: #1d1d1b;
    font-weight: 600;
    text-transform: uppercase;
}

.about-img {
    height: 550px;
    width: 100.1%;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .about-img {
        height: 350px;
    }
}

@media (max-width: 991.98px) {
    .about-img {
        height: 250px;
        width: 100%;
    }
}

.about-img-larger {
    height: 550px;
    width: 100.1%;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .about-img-larger {
        height: 350px;
    }
}

@media (max-width: 991.98px) {
    .about-img-larger {
        height: 350px;
        width: 100%;
    }
}

.animated {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

#animated-example {
    width: 50%;
    height: 20px;
    color: #fff;
    font-size: 40px;
    position: absolute;
    bottom: 150px;
    left: 25%;
}

@media (max-width: 767.98px) {
    #animated-example {
        bottom: 80px;
        font-size: 24px;
    }
}

#animated-example p {
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 !important;
}

#animated-about {
    width: 50%;
    height: 20px;
    color: #1d1d1b;
    font-size: 40px;
    position: absolute;
    bottom: 150px;
    left: 25%;
}

#animated-about p {
    color: #1d1d1b !important;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 !important;
}

@media (max-width: 991.98px) {
    #animated-about {
        bottom: 120px;
    }
}

#animated-product {
    height: 20px;
    color: #1d1d1b;
    font-size: 40px;
    position: relative;
    padding-top: 100px;
    margin: 0 auto p;
    margin-color: #1d1d1b !important;
    margin-font-weight: 600;
    margin-text-transform: uppercase;
    margin-margin: 0 !important;
}

@media (max-width: 767.98px) {
    #animated-product {
        padding-top: 50px;
    }
}

.carousel-content {
    width: 470px;
    left: calc(50% - 225px) !important;
    position: relative;
}

@media (max-width: 991.98px) {
    .carousel-content {
        width: 100%;
        left: auto !important;
        position: relative;
        right: 0;
        padding: 0;
        margin: 0;
    }
}

.slick-slide .carousel-content a {
    opacity: 0;
}

.slick-slide.slick-active.slick-center .carousel-content a {
    opacity: 1;
    margin: 2rem 0;
}

.slick-list {
    mix-blend-mode: multiply;
}

.collection-img {
    position: relative;
    width: 100%;
    z-index: -1;
}

.collection-img .img-shadow {
    position: absolute;
    top: 0;
    left: 0;
}

.collection-img .img-shadow:hover {
    transform: scale(1.1);
}

.collection-img .img-watch {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
}

.collection-img .img-watch:hover {
    transform: scale(1.1);
}

.about-page h1,
.about-page h2 {
    font-size: 1.35rem;
}

@media (max-width: 991.98px) {

    .about-page h1,
    .about-page h2 {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 991.98px) {

    .about-page h1,
    .about-page h2 {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 767.98px) {

    .about-page h1,
    .about-page h2 {
        font-size: 0.9rem !important;
    }
}

.about-page .tint {
    color: #203565;
}

.about {
    text-align: left;
}

.about h1,
.about h2 {
    font-size: 1.35rem;
}

@media (max-width: 991.98px) {

    .about h1,
    .about h2 {
        font-size: 1.25rem !important;
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {

    .about h1,
    .about h2 {
        font-size: 0.9rem !important;
    }
}

.banner,
.banner-sml {
    height: 70vh;
    position: relative;
    overflow: hidden;
}

.video-img {
    height: 30vw;
}

@media (max-width: 991.98px) {
    .video-img {
        height: 400px;
    }
}

#center {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -10;
}

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

.h2-about {
    font-size: 1.35rem;
}

@media (max-width: 1199.98px) {
    .h2-about {
        font-size: 0.9rem !important;
    }
}

.detailing-cta {
    padding-top: 7rem !important;
}

@media (max-width: 1199.98px) {
    .detailing-cta {
        padding-top: 5rem !important;
    }
}

@media (max-width: 991.98px) {
    .detailing-cta {
        padding-top: 3rem !important;
    }
}

.detailing-cta h2 {
    color: #92c9e6;
    font-size: 1.35rem !important;
}

@media (max-width: 767.98px) {
    .detailing-cta h2 {
        font-size: 0.9rem !important;
    }
}

.detailing-cta p {
    color: #fff !important;
}

.detailing-cta a {
    color: #fff !important;
    font-size: 0.9rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    bottom: 5rem;
    right: 3rem;
    width: 100%;
}

@media (min-width: 1200px) {
    .detailing-cta a {
        bottom: 8rem !important;
    }
}

@media (min-width: 992px) {
    .detailing-cta a {
        bottom: 6rem !important;
    }
}

@media (max-width: 991.98px) {
    .detailing-cta a {
        bottom: 10px !important;
        position: relative;
        left: auto;
        right: auto;
    }
}

@media (max-width: 767.98px) {
    .detailing-cta a {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 991.98px) {
    .detailing-cta {
        background: url("../images/cta-detailing-opacity.webp");
        background-position: left top;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.collection-cta {
    padding-top: 7rem !important;
}

@media (max-width: 1199.98px) {
    .collection-cta {
        padding-top: 5rem !important;
    }
}

@media (max-width: 991.98px) {
    .collection-cta {
        padding-top: 3rem !important;
    }
}

.collection-cta h2 {
    color: #1d1d1b !important;
    font-size: 1.35rem !important;
}

@media (max-width: 767.98px) {
    .collection-cta h2 {
        font-size: 0.9rem !important;
    }
}

.collection-cta p {
    color: #1d1d1b !important;
}

.collection-cta a {
    color: #1d1d1b !important;
    font-size: 0.9rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease 0.5s;
    position: absolute;
    bottom: 5rem;
    left: 3rem;
    width: 100%;
}

@media (min-width: 1200px) {
    .collection-cta a {
        bottom: 8rem !important;
    }
}

@media (min-width: 992px) {
    .collection-cta a {
        bottom: 6rem !important;
    }
}

@media (max-width: 991.98px) {
    .collection-cta a {
        bottom: 10px !important;
        position: relative;
        left: auto;
        right: auto;
    }
}

@media (max-width: 767.98px) {
    .collection-cta a {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 991.98px) {
    .collection-cta {
        background: url("../images/cta-collection-opacity.webp");
        background-position: right top;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.a-hover {
    bottom: 50px;
    transition: all ease 0.5s;
}

.a-hover:hover {
    font-size: 1rem;
    text-decoration: none;
}

.h-about {
    height: 400px;
    position: relative;
}

.video-container {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -10;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
    .video-container video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        bottom: -100%;
        left: 150%;
    }
}

.mt-120 {
    margin-top: -120px;
    position: relative;
}

.contact {
    background-color: #e5e5e5;
    padding: 100px;
}

@media (max-width: 991.98px) {
    .contact {
        padding: 5rem;
    }
}

@media (max-width: 767.98px) {
    .contact {
        padding: 3rem;
    }
}

.contact .form-group {
    text-align: left;
}

.contact .form-group label {
    color: #1d1d1b;
    font-size: 0.9rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-align: left;
}

.contact .form-group .form-control {
    border-radius: 0 !important;
    border: 0;
    height: 50px;
}

.contact .form-group .textarea {
    height: 370px;
}

@media (max-width: 767.98px) {
    .contact .form-group .textarea {
        height: 165px;
    }
}

.contact .form-check {
    text-align: left;
}

.contact .form-check .form-check-label {
    font-size: 0.65rem;
}

.contact .form-check .form-check-label a {
    color: #1d1d1b;
    transition: all ease 0.5s;
}

.contact .form-check .form-check-label a:hover {
    color: #fff;
    text-decoration: none;
}

.contact-map .slide,
.contact-map iframe {
    height: 600px;
    margin-top: 120px;
}

@media (max-width: 1199.98px) {

    .contact-map .slide,
    .contact-map iframe {
        margin-top: 0;
    }
}

.btn-primary {
    background-color: transparent;
    border-radius: 0;
    color: #1d1d1b;
    font-weight: 700;
    font-size: 0.9rem;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    transition: all ease-in-out 0.5s;
}

.btn-primary:hover {
    color: #86867e;
    background-color: transparent;
    font-weight: 500;
}

.slick-next:before,
.slick-prev:before {
    font-family: inherit !important;
    color: #1d1d1b !important;
}

.watch-swiper {
    margin-bottom: 50px;
    z-index: 5;
}

.watch-swiper img {
    max-height: 60vh;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .watch-swiper img {
        max-height: 50vh;
    }
}

@media (max-width: 767.98px) {
    .watch-swiper img {
        min-height: 100%;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: #000 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px !important;
}

.swiper-button-prev {
    left: -15px !important;
}

.swiper-button-next {
    right: -15px !important;
}

.m-pi {
    margin-top: 120px;
    min-height: 100vh;
}

@media (max-width: 1199.98px) {
    .m-pi {
        margin-top: 0;
        min-height: 100%;
    }
}

.watch-black {
    color: #000 !important;
}

.watch-parts .card-img-top {
    width: auto;
    max-height: 100%;
    max-width: 300px;
}

@media (max-width: 1799.98px) {
    .watch-parts .card-img-top {
        max-height: 300px;
    }
}

.watch-parts .bg-black,
.watch-parts .bg-dark,
.watch-parts .bg-deepsea-tint,
.watch-parts .bg-gold-tint,
.watch-parts .bg-green-tint,
.watch-parts .bg-khaki-tint,
.watch-parts .bg-light-grey,
.watch-parts .bg-milgauss-orange-tint,
.watch-parts .bg-orange-tint,
.watch-parts .bg-patek-black,
.watch-parts .bg-patek-blue,
.watch-parts .bg-patek-grey,
.watch-parts .bg-pepsi-blue,
.watch-parts .bg-pepsi-red,
.watch-parts .bg-pink-tint,
.watch-parts .bg-red-tint,
.watch-parts .bg-ro-grey,
.watch-parts .bg-ro-light-grey,
.watch-parts .bg-ro-tint-one,
.watch-parts .bg-ro-tint-two {
    transition: all 0.5s ease;
    height: 650px;
    color: #fff !important;
}

.watch-parts .bg-black.dark-text .card-body .card-text,
.watch-parts .bg-black.dark-text .card-body .title,
.watch-parts .bg-dark.dark-text .card-body .card-text,
.watch-parts .bg-dark.dark-text .card-body .title,
.watch-parts .bg-deepsea-tint.dark-text .card-body .card-text,
.watch-parts .bg-deepsea-tint.dark-text .card-body .title,
.watch-parts .bg-gold-tint.dark-text .card-body .card-text,
.watch-parts .bg-gold-tint.dark-text .card-body .title,
.watch-parts .bg-green-tint.dark-text .card-body .card-text,
.watch-parts .bg-green-tint.dark-text .card-body .title,
.watch-parts .bg-khaki-tint.dark-text .card-body .card-text,
.watch-parts .bg-khaki-tint.dark-text .card-body .title,
.watch-parts .bg-light-grey.dark-text .card-body .card-text,
.watch-parts .bg-light-grey.dark-text .card-body .title,
.watch-parts .bg-milgauss-orange-tint.dark-text .card-body .card-text,
.watch-parts .bg-milgauss-orange-tint.dark-text .card-body .title,
.watch-parts .bg-orange-tint.dark-text .card-body .card-text,
.watch-parts .bg-orange-tint.dark-text .card-body .title,
.watch-parts .bg-patek-black.dark-text .card-body .card-text,
.watch-parts .bg-patek-black.dark-text .card-body .title,
.watch-parts .bg-patek-blue.dark-text .card-body .card-text,
.watch-parts .bg-patek-blue.dark-text .card-body .title,
.watch-parts .bg-patek-grey.dark-text .card-body .card-text,
.watch-parts .bg-patek-grey.dark-text .card-body .title,
.watch-parts .bg-pepsi-blue.dark-text .card-body .card-text,
.watch-parts .bg-pepsi-blue.dark-text .card-body .title,
.watch-parts .bg-pepsi-red.dark-text .card-body .card-text,
.watch-parts .bg-pepsi-red.dark-text .card-body .title,
.watch-parts .bg-pink-tint.dark-text .card-body .card-text,
.watch-parts .bg-pink-tint.dark-text .card-body .title,
.watch-parts .bg-red-tint.dark-text .card-body .card-text,
.watch-parts .bg-red-tint.dark-text .card-body .title,
.watch-parts .bg-ro-grey.dark-text .card-body .card-text,
.watch-parts .bg-ro-grey.dark-text .card-body .title,
.watch-parts .bg-ro-light-grey.dark-text .card-body .card-text,
.watch-parts .bg-ro-light-grey.dark-text .card-body .title,
.watch-parts .bg-ro-tint-one.dark-text .card-body .card-text,
.watch-parts .bg-ro-tint-one.dark-text .card-body .title,
.watch-parts .bg-ro-tint-two.dark-text .card-body .card-text,
.watch-parts .bg-ro-tint-two.dark-text .card-body .title {
    color: #000 !important;
}

@media (max-width: 1199.98px) {

    .watch-parts .bg-black,
    .watch-parts .bg-dark,
    .watch-parts .bg-deepsea-tint,
    .watch-parts .bg-gold-tint,
    .watch-parts .bg-green-tint,
    .watch-parts .bg-khaki-tint,
    .watch-parts .bg-light-grey,
    .watch-parts .bg-milgauss-orange-tint,
    .watch-parts .bg-orange-tint,
    .watch-parts .bg-patek-black,
    .watch-parts .bg-patek-blue,
    .watch-parts .bg-patek-grey,
    .watch-parts .bg-pepsi-blue,
    .watch-parts .bg-pepsi-red,
    .watch-parts .bg-pink-tint,
    .watch-parts .bg-red-tint,
    .watch-parts .bg-ro-grey,
    .watch-parts .bg-ro-light-grey,
    .watch-parts .bg-ro-tint-one,
    .watch-parts .bg-ro-tint-two {
        height: 750px;
    }
}

@media (max-width: 991.98px) {

    .watch-parts .bg-black,
    .watch-parts .bg-dark,
    .watch-parts .bg-deepsea-tint,
    .watch-parts .bg-gold-tint,
    .watch-parts .bg-green-tint,
    .watch-parts .bg-khaki-tint,
    .watch-parts .bg-light-grey,
    .watch-parts .bg-milgauss-orange-tint,
    .watch-parts .bg-orange-tint,
    .watch-parts .bg-patek-black,
    .watch-parts .bg-patek-blue,
    .watch-parts .bg-patek-grey,
    .watch-parts .bg-pepsi-blue,
    .watch-parts .bg-pepsi-red,
    .watch-parts .bg-pink-tint,
    .watch-parts .bg-red-tint,
    .watch-parts .bg-ro-grey,
    .watch-parts .bg-ro-light-grey,
    .watch-parts .bg-ro-tint-one,
    .watch-parts .bg-ro-tint-two {
        margin-top: 1rem;
    }
}

@media (max-width: 991.98px) {

    .watch-parts .bg-black,
    .watch-parts .bg-dark,
    .watch-parts .bg-deepsea-tint,
    .watch-parts .bg-gold-tint,
    .watch-parts .bg-green-tint,
    .watch-parts .bg-khaki-tint,
    .watch-parts .bg-light-grey,
    .watch-parts .bg-milgauss-orange-tint,
    .watch-parts .bg-orange-tint,
    .watch-parts .bg-patek-black,
    .watch-parts .bg-patek-blue,
    .watch-parts .bg-patek-grey,
    .watch-parts .bg-pepsi-blue,
    .watch-parts .bg-pepsi-red,
    .watch-parts .bg-pink-tint,
    .watch-parts .bg-red-tint,
    .watch-parts .bg-ro-grey,
    .watch-parts .bg-ro-light-grey,
    .watch-parts .bg-ro-tint-one,
    .watch-parts .bg-ro-tint-two {
        height: 100%;
    }
}

.watch-parts .bg-black .card-body,
.watch-parts .bg-dark .card-body,
.watch-parts .bg-deepsea-tint .card-body,
.watch-parts .bg-gold-tint .card-body,
.watch-parts .bg-green-tint .card-body,
.watch-parts .bg-khaki-tint .card-body,
.watch-parts .bg-light-grey .card-body,
.watch-parts .bg-milgauss-orange-tint .card-body,
.watch-parts .bg-orange-tint .card-body,
.watch-parts .bg-patek-black .card-body,
.watch-parts .bg-patek-blue .card-body,
.watch-parts .bg-patek-grey .card-body,
.watch-parts .bg-pepsi-blue .card-body,
.watch-parts .bg-pepsi-red .card-body,
.watch-parts .bg-pink-tint .card-body,
.watch-parts .bg-red-tint .card-body,
.watch-parts .bg-ro-grey .card-body,
.watch-parts .bg-ro-light-grey .card-body,
.watch-parts .bg-ro-tint-one .card-body,
.watch-parts .bg-ro-tint-two .card-body {
    height: 100%;
}

.watch-parts .bg-black .card-body .title,
.watch-parts .bg-dark .card-body .title,
.watch-parts .bg-deepsea-tint .card-body .title,
.watch-parts .bg-gold-tint .card-body .title,
.watch-parts .bg-green-tint .card-body .title,
.watch-parts .bg-khaki-tint .card-body .title,
.watch-parts .bg-light-grey .card-body .title,
.watch-parts .bg-milgauss-orange-tint .card-body .title,
.watch-parts .bg-orange-tint .card-body .title,
.watch-parts .bg-patek-black .card-body .title,
.watch-parts .bg-patek-blue .card-body .title,
.watch-parts .bg-patek-grey .card-body .title,
.watch-parts .bg-pepsi-blue .card-body .title,
.watch-parts .bg-pepsi-red .card-body .title,
.watch-parts .bg-pink-tint .card-body .title,
.watch-parts .bg-red-tint .card-body .title,
.watch-parts .bg-ro-grey .card-body .title,
.watch-parts .bg-ro-light-grey .card-body .title,
.watch-parts .bg-ro-tint-one .card-body .title,
.watch-parts .bg-ro-tint-two .card-body .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.75rem;
    color: #fff !important;
}

.watch-parts .bg-black .card-body .card-text,
.watch-parts .bg-dark .card-body .card-text,
.watch-parts .bg-deepsea-tint .card-body .card-text,
.watch-parts .bg-gold-tint .card-body .card-text,
.watch-parts .bg-green-tint .card-body .card-text,
.watch-parts .bg-khaki-tint .card-body .card-text,
.watch-parts .bg-light-grey .card-body .card-text,
.watch-parts .bg-milgauss-orange-tint .card-body .card-text,
.watch-parts .bg-orange-tint .card-body .card-text,
.watch-parts .bg-patek-black .card-body .card-text,
.watch-parts .bg-patek-blue .card-body .card-text,
.watch-parts .bg-patek-grey .card-body .card-text,
.watch-parts .bg-pepsi-blue .card-body .card-text,
.watch-parts .bg-pepsi-red .card-body .card-text,
.watch-parts .bg-pink-tint .card-body .card-text,
.watch-parts .bg-red-tint .card-body .card-text,
.watch-parts .bg-ro-grey .card-body .card-text,
.watch-parts .bg-ro-light-grey .card-body .card-text,
.watch-parts .bg-ro-tint-one .card-body .card-text,
.watch-parts .bg-ro-tint-two .card-body .card-text {
    padding: 0;
    color: #fff !important;
}

.watch-parts .bg-deepsea-tint,
.watch-parts .bg-gold-tint,
.watch-parts .bg-green-tint,
.watch-parts .bg-khaki-tint,
.watch-parts .bg-orange-tint,
.watch-parts .bg-patek-black,
.watch-parts .bg-patek-blue,
.watch-parts .bg-pepsi-blue,
.watch-parts .bg-pink-tint,
.watch-parts .bg-red-tint,
.watch-parts .bg-ro-grey,
.watch-parts .bg-ro-tint-two {
    margin-top: 70px;
}

@media (max-width: 991.98px) {

    .watch-parts .bg-deepsea-tint,
    .watch-parts .bg-gold-tint,
    .watch-parts .bg-green-tint,
    .watch-parts .bg-khaki-tint,
    .watch-parts .bg-orange-tint,
    .watch-parts .bg-patek-black,
    .watch-parts .bg-patek-blue,
    .watch-parts .bg-pepsi-blue,
    .watch-parts .bg-pink-tint,
    .watch-parts .bg-red-tint,
    .watch-parts .bg-ro-grey,
    .watch-parts .bg-ro-tint-two {
        margin-top: 1rem;
    }
}

.watch-parts .bg-dark-grey,
.watch-parts .bg-gold-tint-offset,
.watch-parts .bg-light,
.watch-parts .bg-milgauss-orange-tint,
.watch-parts .bg-patek-blue,
.watch-parts .bg-pink-light-grey {
    transition: all 0.5s ease;
    height: 650px;
    margin-top: 140px;
}

@media (max-width: 1199.98px) {

    .watch-parts .bg-dark-grey,
    .watch-parts .bg-gold-tint-offset,
    .watch-parts .bg-light,
    .watch-parts .bg-milgauss-orange-tint,
    .watch-parts .bg-patek-blue,
    .watch-parts .bg-pink-light-grey {
        height: 750px;
    }
}

@media (max-width: 991.98px) {

    .watch-parts .bg-dark-grey,
    .watch-parts .bg-gold-tint-offset,
    .watch-parts .bg-light,
    .watch-parts .bg-milgauss-orange-tint,
    .watch-parts .bg-patek-blue,
    .watch-parts .bg-pink-light-grey {
        margin-top: 1rem;
    }
}

@media (max-width: 991.98px) {

    .watch-parts .bg-dark-grey,
    .watch-parts .bg-gold-tint-offset,
    .watch-parts .bg-light,
    .watch-parts .bg-milgauss-orange-tint,
    .watch-parts .bg-patek-blue,
    .watch-parts .bg-pink-light-grey {
        height: 100%;
    }
}

.watch-parts .bg-dark-grey .card-body,
.watch-parts .bg-gold-tint-offset .card-body,
.watch-parts .bg-light .card-body,
.watch-parts .bg-milgauss-orange-tint .card-body,
.watch-parts .bg-patek-blue .card-body,
.watch-parts .bg-pink-light-grey .card-body {
    height: 100%;
    overflow: hidden;
}

.watch-parts .bg-dark-grey .card-body .title,
.watch-parts .bg-gold-tint-offset .card-body .title,
.watch-parts .bg-light .card-body .title,
.watch-parts .bg-milgauss-orange-tint .card-body .title,
.watch-parts .bg-patek-blue .card-body .title,
.watch-parts .bg-pink-light-grey .card-body .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.75rem;
    color: #1d1d1b;
}

.watch-parts .bg-dark-grey .card-body .card-text,
.watch-parts .bg-gold-tint-offset .card-body .card-text,
.watch-parts .bg-light .card-body .card-text,
.watch-parts .bg-milgauss-orange-tint .card-body .card-text,
.watch-parts .bg-patek-blue .card-body .card-text,
.watch-parts .bg-pink-light-grey .card-body .card-text {
    padding: 0;
}

.closeup {
    max-height: 60vh;
}

.bold {
    font-weight: 600;
}

.spec-block {
    height: auto;
    padding: 4rem;
}

.spec-block p {
    font-size: 0.8rem;
    line-height: 1rem;
}

@media (max-width: 991.98px) {
    .spec-block {
        height: 100%;
    }
}

.vertical-title {
    position: relative;
}

.vertical-title .w-rec {
    float: left;
    width: 500px;
    height: 500px;
}

.vertical-title .w-rec h2 {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    width: 500px;
    transform: rotate(-90deg);
    text-transform: none;
    letter-spacing: 0.03em;
    line-height: 1.2;
    color: #1d1d1b;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-size: 1.75rem !important;
    left: -200px;
    top: 278px;
    text-align: right;
}

.home-vertical-title {
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50px;
}

.home-vertical-title .w-rec {
    float: left;
    width: 0;
    height: 550px;
}

.home-vertical-title .w-rec h2 {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    width: 500px;
    transform: rotate(-90deg);
    text-transform: none;
    letter-spacing: 0.03em;
    font-size: 1rem !important;
    line-height: 1.2;
    font-family: museo-sans, sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 3rem;
    left: -200px;
    top: 180px;
    text-align: right;
    font-style: normal !important;
}

.home-vertical-title .w-rec h2 a {
    color: #1d1d1b;
    transition: ease all 0.5s;
}

.home-vertical-title .w-rec h2 a i {
    transition: ease all 0.5s;
}

.home-vertical-title .w-rec h2 a i:hover {
    transform: scale(1.25) rotate(90deg);
}

.home-vertical-title .w-rec .col-white a {
    color: #fff !important;
}

.home-vertical-title .w-rec .col-white a i {
    transition: ease all 0.5s;
}

.home-vertical-title .w-rec .col-white a i:hover {
    transform: scale(1.25) rotate(90deg);
}

.home-vertical-title .w-rec-reduced {
    float: left;
    width: 500px;
    height: 600px;
}

@media (max-width: 1799.98px) {
    .home-vertical-title .w-rec-reduced {
        height: 500px;
    }
}

.home-vertical-title .w-rec-reduced h2 {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    width: 500px;
    transform: rotate(-90deg);
    text-transform: none;
    letter-spacing: 0.03em;
    font-size: 1rem !important;
    line-height: 1.2;
    font-family: museo-sans, sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 3rem;
    left: -200px;
    top: 180px;
    text-align: right;
    font-style: normal !important;
}

.home-vertical-title .w-rec-reduced h2 a {
    color: #1d1d1b;
    transition: ease all 0.5s;
}

.home-vertical-title .w-rec-reduced h2 a i {
    transition: ease all 0.5s;
}

.home-vertical-title .w-rec-reduced h2 a i:hover {
    transform: scale(1.25) rotate(90deg);
}

.nav-vertical-title {
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-vertical-title .w-rec {
    float: left;
    width: 265px;
    height: 335px;
}

.nav-vertical-title .w-rec h2 {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    width: 500px;
    transform: rotate(-90deg);
    text-transform: none;
    letter-spacing: 0.03em;
    font-size: 1rem !important;
    line-height: 1.2;
    font-family: museo-sans, sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-size: 3rem;
    left: -200px;
    top: 180px;
    text-align: right;
    font-style: normal !important;
}

.nav-vertical-title .w-rec h2 a {
    color: #fff;
    display: inline;
    font-size: 1rem;
    transition: ease all 0.5s;
}

.nav-vertical-title .w-rec h2 a i {
    transition: ease all 0.5s;
}

.nav-vertical-title .w-rec h2 a i:hover {
    transform: scale(1.25) rotate(90deg);
}

.recommended-products {
    padding: 3rem 0;
}

.recommended-products h4 {
    font-size: 0.9rem;
    line-height: 1.75rem;
}

.recommended-products a {
    font-size: 0.9rem;
    color: #1d1d1b !important;
    text-transform: uppercase;
    font-weight: 600;
}

.recommended-products a:hover {
    text-decoration: none;
}

.gallery {
    margin-top: 120px;
}

.img-c {
    width: 200px;
    height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
}

.img-w {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform ease-in-out 0.3s;
}

.img-w img {
    display: none;
}

.img-c {
    transition: width ease 0.4s, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
    transform: scale(1.08);
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 2;
}

.img-c.postactive {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.img-c.active.positioned {
    left: 0 !important;
    top: 0 !important;
    transition-delay: 50ms;
}

.height-auto {
    height: 100%;
}

@media (max-width: 991.98px) {
    .height-auto {
        height: auto !important;
        margin-top: 50px;
    }
}

.gallery-img-overlay {
    opacity: 1;
    transition: all 0.5s ease;
    cursor: pointer;
}

.gallery-img-overlay:hover {
    opacity: 0.5;
}

@media (max-width: 991.98px) {
    .gallery-img-overlay {
        height: 200px !important;
    }
}

.detailing {
    position: relative;
}

.fact-one {
    position: absolute;
    top: 0;
    width: 300px;
}

.fact-one p {
    font-size: 0.75rem;
}

@media (max-width: 767.98px) {
    .fact-one {
        position: relative;
    }
}

.fact-two {
    position: absolute;
    top: 35%;
    width: 300px;
}

.fact-two p {
    font-size: 0.75rem;
}

@media (max-width: 767.98px) {
    .fact-two {
        position: relative;
    }
}

.fact-three {
    position: absolute;
    top: 70%;
    width: 300px;
}

.fact-three p {
    font-size: 0.75rem;
}

@media (max-width: 767.98px) {
    .fact-three {
        position: relative;
    }
}

.fact-four {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}

.fact-four p {
    font-size: 0.75rem;
}

@media (max-width: 767.98px) {
    .fact-four {
        position: relative;
    }
}

.fact-five {
    position: absolute;
    top: 35%;
    right: 0;
    width: 300px;
}

.fact-five p {
    font-size: 0.75rem;
}

@media (max-width: 767.98px) {
    .fact-five {
        position: relative;
    }
}

.fact-six {
    position: absolute;
    top: 70%;
    right: 0;
    width: 300px;
}

.fact-six p {
    font-size: 0.75rem;
}

@media (max-width: 767.98px) {
    .fact-six {
        position: relative;
    }
}

.other-watch-slider {
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.dropdown {
    height: 20px;
    margin-top: 25px;
    transition: 0.5s ease all;
}

@media (max-width: 1199.98px) {
    .dropdown {
        margin-top: 11px;
    }
}

.dropdown-item:hover {
    background-color: transparent;
    transform: scale(1);
    transition: 0.5s ease all;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    width: 100%;
    margin: 0 !important;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    transform: scale(1);
    transition: 0.5s ease all;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
    transition: 0.5s ease all;
}

.contact-hero .caption {
    color: #7a7a7a;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    top: 50%;
}

@media (max-width: 1199.98px) {
    .contact-hero .caption {
        top: 40%;
    }
}

@media (max-width: 767.98px) {
    .contact-hero .caption {
        top: 35%;
    }
}

.nav-tabs {
    border: 0;
    margin-top: 3rem;
}

.nav-tabs .nav-item .nav-link {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #adadad;
    color: #adadad;
    transition: 0.5s ease all;
}

@media (max-width: 991.98px) {
    .nav-tabs .nav-item .nav-link {
        margin-bottom: 1rem;
        width: 60vw;
    }
}

.nav-tabs .nav-item .nav-link:hover {
    background-color: #e5e5e5;
}

.nav-tabs .nav-item .active {
    background-color: #e5e5e5;
    border: 1px solid #1d1d1b;
    color: #1d1d1b;
}

.nav-tabs .nav-item .active:hover {
    background-color: #e5e5e5;
    color: #1d1d1b;
    transform: none;
}

.where-it-began {
    padding: 3rem 0;
}

.enquire-cta {
    font-size: 0.895rem;
    transition: 0.5s ease all;
}

.enquire-cta a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.enquire-cta a:hover {
    text-decoration: none;
}

.enquire-cta:hover {
    color: #000;
    transform: scale(1.1);
    text-decoration: none;
}

.bg-pink-light-grey {
    background-color: #9e9fa0;
}

.watch-pink {
    color: #ddabb4 !important;
}

.watch-red {
    color: #aa0f15 !important;
}

.watch-green {
    color: #008c37 !important;
}

.watch-yellow {
    color: #cec05a !important;
}

.watch-blue {
    color: #203565 !important;
}

.watch-gold {
    color: #9b8146 !important;
}

.watch-orange {
    color: #dc5b18 !important;
}

.patek-blue {
    color: #1c254f !important;
}

.patek-grey {
    color: #a0a1a2 !important;
}

.patek-black {
    color: #000 !important;
}

.watch-khaki {
    color: #6d6f58 !important;
}

.green-tint {
    color: #008c37 1important;
}

.pepsi-red {
    color: #b9121c !important;
}

.bg-red-tint {
    background-color: #c41b23;
}

.bg-pepsi-red {
    background-color: #b9121c !important;
}

.bg-pepsi-blue {
    background-color: #203565 !important;
}

.bg-orange-tint {
    background-color: #dc5b18;
}

.bg-pink-tint {
    background-color: #ddabb4;
}

.bg-patek-blue {
    background-color: #1c254f !important;
}

.bg-patek-grey {
    background-color: #a0a1a2 !important;
}

.bg-patek-black {
    background-color: #000 !important;
}

.bg-gold-tint {
    background-color: #9b8146;
}

.bg-gold-tint-offset {
    background-color: #9b8146;
}

.bg-gold-tint-offset p {
    color: #fff !important;
}

.bg-green-tint {
    background-color: #008c37;
}

.bg-ro-tint-one {
    background-color: #181b1c;
}

.bg-ro-tint-two {
    background-color: #9fa0a1;
}

.bg-ro-tint-two {
    background-color: #9fa0a1;
}

.bg-milgauss-orange-tint {
    background-color: #e87c43;
}

.bg-deepsea-tint {
    background-color: #333 !important;
}

.bg-dark {
    background-color: #262626 !important;
}

.bg-black {
    background-color: #000;
}

.bg-light {
    background-color: #f0f0f0 !important;
}

.bg-khaki-tint {
    background-color: #6d6f58;
}

.bg-light-grey {
    background-color: #ececec;
}

.bg-ro-grey {
    background-color: #181b1c;
}

.bg-ro-light-grey {
    background-color: #9e9fa0;
}

.bg-dark-grey {
    background-color: #000;
}

.bg-dark-grey p {
    color: #fff !important;
}

.khaki {
    color: #6d6f58;
}

#animation-container {
    margin: 0 auto !important;
}

.watch-canvas {
    transform: scale(0.9);
}

@media (max-width: 1799.98px) {
    .watch-canvas {
        transform: scale(0.8) translate(20px);
    }
}

@media (max-width: 1199.98px) {
    .watch-canvas {
        transform: scale(0.6) translate(-120px);
    }
}

@media (max-width: 991.98px) {
    .watch-canvas {
        transform: scale(0.5) translateY(-250px) translateX(-250px);
    }
}

@media (max-width: 767.98px) {
    .watch-canvas {
        transform: scale(0.6) translateY(-200px) translateX(50px);
        left: 0;
    }
}

@media (max-width: 575.98px) {
    .watch-canvas {
        transform: scale(0.6) translateY(-200px) translateX(15px);
    }
}

.animation-container {
    width: 100%;
}

@media (max-width: 991.98px) {
    .animation-container {
        height: 540px !important;
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .animation-container {
        height: 550px !important;
    }
}

@media (max-width: 575.98px) {
    .animation-container {
        height: 100vw !important;
    }
}

#dom_overlay_container∂ {
    width: 300px !important;
}

.detailing-accordion .card {
    border: 0;
}

@media (max-width: 991.98px) {
    .detailing-accordion .card {
        text-align: center;
    }
}

.detailing-accordion .card .card-header {
    background-color: transparent;
    border: 0;
}

@media (max-width: 767.98px) {
    .detailing-accordion .card .card-header {
        padding: 0;
    }
}

.detailing-accordion .card .card-header .btn-after-1:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F0DA";
    top: 7px;
}

@media (min-width: 768px) {
    .detailing-accordion .card .card-header .btn-after-2:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\F0D9";
        top: 7px;
    }
}

@media (max-width: 767.98px) {
    .detailing-accordion .card .card-header .btn-after-2:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\F0DA";
        top: 7px;
    }
}

.detailing-accordion .card .card-header .btn-link {
    color: #1d1d1b;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s all ease;
    white-space: normal;
    position: relative;
}

@media (max-width: 991.98px) {
    .detailing-accordion .card .card-header .btn-link {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .detailing-accordion .card .card-header .btn-link {
        font-size: 0.7rem;
    }
}

.detailing-accordion .card .card-header .btn-link:hover {
    transform: scale(1.1);
    text-decoration: none;
}

.detailing-accordion .card .card-header .btn-link:focus {
    text-decoration: none;
}

.detailing-accordion .card .card-body {
    font-size: 0.9rem;
    font-family: museo-sans, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #1d1d1b;
}

.slick-slider div {
    transition: none;
}

@media (max-width: 991.98px) {
    .g-recaptcha {
        transform: scale(0.8) translate(32px);
    }
}

.slider .slick-next,
.slider .slick-prev {
    top: 30%;
}

.terms-link {
    color: #1d1d1b;
    font-weight: 700;
    transition: ease all 0.5s;
}

.terms-link:hover {
    color: #1d1d1b;
    text-transform: none;
    text-decoration: none;
    font-size: 1.05rem;
}

.privacy p {
    white-space: normal;
    word-wrap: break-word;
}

.privacy a {
    color: #1d1d1b;
    font-size: 1rem;
}

.privacy a i {
    transition: ease all 0.5s;
}

.privacy a:hover {
    color: #1d1d1b;
    text-decoration: none;
}

.privacy a:hover i {
    transform: translate(-10px);
}

.disclaimer-modal {
    border-radius: 0 !important;
}

.disclaimer-modal .modal-content {
    border-radius: 0 !important;
    border: 0;
    text-align: center;
    padding: 3rem;
}

.disclaimer-modal .modal-content .modal-footer {
    border: none;
}

.disclaimer-modal .modal-content .modal-footer .btn {
    background-color: #1d1d1b;
    border-radius: 0 !important;
}

@media (max-width: 991.98px) {
    .about-img-pepsi {
        background-position: top center !important;
    }
}

.carousel-indicators {
    right: 200px;
    left: auto;
    margin-left: 0;
    margin-right: 0;
}

.carousel-indicators li {
    border: 3px solid #fff;
    background-color: transparent;
    height: 20px;
    width: 20px;
    border-radius: 100px;
}

.grecaptcha-badge {
    display: none !important;
}

.p-relative {
    position: relative !important;
}



@media (max-width: 767.98px){
    .homepage-slider .slick-dots li button {
        visibility: hidden!important;
    }
}
@media (max-width: 767.98px){
    .homepage-slider .slick-dots li {
        visibility: hidden!important;
    }
}
@media (max-width: 767.98px){
    .homepage-slider .slick-dots  {
        visibility: hidden!important;
    }
.slick-dots li button {

        visibility: hidden;
    }
}
