@import url(https://fonts.googleapis.com/css?family=Oswald:300, 400, 500, 700|Roboto:400, 500);
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #2c84dd;
    --secondary: #868e96;
    --success: #77c13a;
    --info: #17a2b8;
    --warning: #f98437;
    --danger: #d9534f;
    --light: #f8f9fa;
    --dark: #1d2126;
    --accent: #ed0b4c;
    --primary-light: #9cf;
    --breakpoint-xs: 0;
    --breakpoint-i8: 374px;
    --breakpoint-i8-plus: 413px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1366px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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;
    --gradient : linear-gradient(128deg, #1e6dbd, #3287db);
}
[dir="ltr"] *,
[dir="ltr"] :after,
[dir="ltr"] :before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(48, 56, 64, 0);
}
[dir="ltr"] article,
[dir="ltr"] aside,
[dir="ltr"] figcaption,
[dir="ltr"] figure,
[dir="ltr"] footer,
[dir="ltr"] header,
[dir="ltr"] hgroup,
[dir="ltr"] main,
[dir="ltr"] nav,
[dir="ltr"] section {
    display: block;
}
[dir="ltr"] body {
    margin: 0;
    font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303840;
    text-align: left;
    background-color: #f5f7fa;
}
[dir="ltr"] [tabindex="-1"]:focus {
    outline: 0 !important;
}
[dir="ltr"] hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
[dir="ltr"] h1,
[dir="ltr"] h2,
[dir="ltr"] h3,
[dir="ltr"] h4,
[dir="ltr"] h5,
[dir="ltr"] h6,
[dir="ltr"] p {
    margin-top: 0;
    margin-bottom: 1rem;
}
[dir="ltr"] abbr[data-original-title],
[dir="ltr"] abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
[dir="ltr"] address {
    font-style: normal;
    line-height: inherit;
}
[dir="ltr"] address,
[dir="ltr"] dl,
[dir="ltr"] ol,
[dir="ltr"] ul {
    margin-bottom: 1rem;
}
[dir="ltr"] dl,
[dir="ltr"] ol,
[dir="ltr"] ul {
    margin-top: 0;
}
[dir="ltr"] ol ol,
[dir="ltr"] ol ul,
[dir="ltr"] ul ol,
[dir="ltr"] ul ul {
    margin-bottom: 0;
}
[dir="ltr"] dt {
    font-weight: 500;
}
[dir="ltr"] dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
[dir="ltr"] blockquote {
    margin: 0 0 1rem;
}
[dir="ltr"] b,
[dir="ltr"] strong {
    font-weight: bolder;
}
[dir="ltr"] small {
    font-size: 80%;
}
[dir="ltr"] sub,
[dir="ltr"] sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
[dir="ltr"] sub {
    bottom: -0.25em;
}
[dir="ltr"] sup {
    top: -0.5em;
}
[dir="ltr"] a {
    color: rgba(48, 56, 64, 0.7);
    text-decoration: none;
    background-color: transparent;
}
[dir="ltr"] a:hover {
    color: rgba(15, 18, 20, 0.7);
    text-decoration: underline;
}
[dir="ltr"] a:not([href]):not([tabindex]),
[dir="ltr"] a:not([href]):not([tabindex]):focus,
[dir="ltr"] a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
[dir="ltr"] a:not([href]):not([tabindex]):focus {
    outline: 0;
}
[dir="ltr"] code,
[dir="ltr"] kbd,
[dir="ltr"] pre,
[dir="ltr"] samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
[dir="ltr"] pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
[dir="ltr"] figure {
    margin: 0 0 1rem;
}
[dir="ltr"] img {
    border-style: none;
}
[dir="ltr"] img,
[dir="ltr"] svg {
    vertical-align: middle;
}
[dir="ltr"] svg {
    overflow: hidden;
}
[dir="ltr"] table {
    border-collapse: collapse;
}
[dir="ltr"] caption {
    padding-top: 0.75rem 1rem;
    padding-bottom: 0.75rem 1rem;
    color: rgba(48, 56, 64, 0.5);
    text-align: left;
    caption-side: bottom;
}
[dir="ltr"] th {
    text-align: inherit;
}
[dir="ltr"] label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
[dir="ltr"] button {
    border-radius: 0;
}
[dir="ltr"] button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
[dir="ltr"] button,
[dir="ltr"] input,
[dir="ltr"] optgroup,
[dir="ltr"] select,
[dir="ltr"] textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
[dir="ltr"] button,
[dir="ltr"] input {
    overflow: visible;
}
[dir="ltr"] button,
[dir="ltr"] select {
    text-transform: none;
}
[dir="ltr"] select {
    word-wrap: normal;
}
[dir="ltr"] [type="button"],
[dir="ltr"] [type="reset"],
[dir="ltr"] [type="submit"],
[dir="ltr"] button {
    -webkit-appearance: button;
}
[dir="ltr"] [type="button"]:not(:disabled),
[dir="ltr"] [type="reset"]:not(:disabled),
[dir="ltr"] [type="submit"]:not(:disabled),
[dir="ltr"] button:not(:disabled) {
    cursor: pointer;
}
[dir="ltr"] [type="button"]::-moz-focus-inner,
[dir="ltr"] [type="reset"]::-moz-focus-inner,
[dir="ltr"] [type="submit"]::-moz-focus-inner,
[dir="ltr"] button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
[dir="ltr"] input[type="checkbox"],
[dir="ltr"] input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[dir="ltr"] input[type="date"],
[dir="ltr"] input[type="datetime-local"],
[dir="ltr"] input[type="month"],
[dir="ltr"] input[type="time"] {
    -webkit-appearance: listbox;
}
[dir="ltr"] textarea {
    overflow: auto;
    resize: vertical;
}
[dir="ltr"] fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
[dir="ltr"] 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;
}
[dir="ltr"] progress {
    vertical-align: baseline;
}
[dir="ltr"] [type="number"]::-webkit-inner-spin-button,
[dir="ltr"] [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[dir="ltr"] [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[dir="ltr"] [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
[dir="ltr"] ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
[dir="ltr"] output {
    display: inline-block;
}
[dir="ltr"] summary {
    display: list-item;
    cursor: pointer;
}
[dir="ltr"] template {
    display: none;
}
[dir="ltr"] [hidden] {
    display: none !important;
}
[dir="ltr"] .h1,
[dir="ltr"] .h2,
[dir="ltr"] .h3,
[dir="ltr"] .h4,
[dir="ltr"] .h5,
[dir="ltr"] .h6,
[dir="ltr"] h1,
[dir="ltr"] h2,
[dir="ltr"] h3,
[dir="ltr"] h4,
[dir="ltr"] h5,
[dir="ltr"] h6 {
    margin-bottom: 1rem;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #303840;
}
[dir="ltr"] .h1,
[dir="ltr"] h1 {
    font-size: 2.827rem;
}
[dir="ltr"] .h2,
[dir="ltr"] h2 {
    font-size: 1.999rem;
}
[dir="ltr"] .h3,
[dir="ltr"] .h4,
[dir="ltr"] h3,
[dir="ltr"] h4 {
    font-size: 1.414rem;
}
[dir="ltr"] .h5,
[dir="ltr"] .h6,
[dir="ltr"] h5,
[dir="ltr"] h6 {
    font-size: 1rem;
}
[dir="ltr"] .lead {
    font-size: 1.125rem;
    font-weight: 400;
}
[dir="ltr"] .display-1 {
    font-size: 3.998rem;
    font-weight: 700;
    line-height: 1.5;
}
[dir="ltr"] .display-2 {
    font-size: 5.5rem;
}
[dir="ltr"] .display-2,
[dir="ltr"] .display-3 {
    font-weight: 300;
    line-height: 1.5;
}
[dir="ltr"] .display-3 {
    font-size: 4.5rem;
}
[dir="ltr"] .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.5;
}
[dir="ltr"] hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(48, 56, 64, 0.1);
}
[dir="ltr"] .small,
[dir="ltr"] small {
    font-size: 0.707rem;
    font-weight: 400;
}
[dir="ltr"] .mark,
[dir="ltr"] mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
[dir="ltr"] .list-inline,
[dir="ltr"] .list-unstyled {
    padding-left: 0;
    list-style: none;
}
[dir="ltr"] .list-inline-item {
    display: inline-block;
}
[dir="ltr"] .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
[dir="ltr"] .initialism {
    font-size: 90%;
    text-transform: uppercase;
}
[dir="ltr"] .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
[dir="ltr"] .blockquote-footer {
    display: block;
    font-size: 0.707rem;
    color: #868e96;
}
[dir="ltr"] .blockquote-footer:before {
    content: "\2014\A0";
}
[dir="ltr"] .img-fluid,
[dir="ltr"] .img-thumbnail {
    max-width: 100%;
    height: auto;
}
[dir="ltr"] .img-thumbnail {
    padding: 0.25rem;
    background-color: #f5f7fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
[dir="ltr"] .figure {
    display: inline-block;
}
[dir="ltr"] .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
[dir="ltr"] .figure-caption {
    font-size: 90%;
    color: #868e96;
}
[dir="ltr"] code {
    font-size: 87.5%;
    color: #ed0b4c;
    word-break: break-word;
}
[dir="ltr"] a > code {
    color: inherit;
}
[dir="ltr"] kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
[dir="ltr"] kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500;
}
[dir="ltr"] pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
[dir="ltr"] pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
[dir="ltr"] .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
[dir="ltr"] .container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    [dir="ltr"] .container {
        max-width: 520px;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .container {
        max-width: 960px;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .container {
        max-width: 1120px;
    }
}
[dir="ltr"] .container-fluid {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
[dir="ltr"] .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
[dir="ltr"] .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
[dir="ltr"] .no-gutters > .col,
[dir="ltr"] .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
[dir="ltr"] .col,
[dir="ltr"] .col-1,
[dir="ltr"] .col-2,
[dir="ltr"] .col-3,
[dir="ltr"] .col-4,
[dir="ltr"] .col-5,
[dir="ltr"] .col-6,
[dir="ltr"] .col-7,
[dir="ltr"] .col-8,
[dir="ltr"] .col-9,
[dir="ltr"] .col-10,
[dir="ltr"] .col-11,
[dir="ltr"] .col-12,
[dir="ltr"] .col-auto,
[dir="ltr"] .col-i8,
[dir="ltr"] .col-i8-1,
[dir="ltr"] .col-i8-2,
[dir="ltr"] .col-i8-3,
[dir="ltr"] .col-i8-4,
[dir="ltr"] .col-i8-5,
[dir="ltr"] .col-i8-6,
[dir="ltr"] .col-i8-7,
[dir="ltr"] .col-i8-8,
[dir="ltr"] .col-i8-9,
[dir="ltr"] .col-i8-10,
[dir="ltr"] .col-i8-11,
[dir="ltr"] .col-i8-12,
[dir="ltr"] .col-i8-auto,
[dir="ltr"] .col-i8-plus,
[dir="ltr"] .col-i8-plus-1,
[dir="ltr"] .col-i8-plus-2,
[dir="ltr"] .col-i8-plus-3,
[dir="ltr"] .col-i8-plus-4,
[dir="ltr"] .col-i8-plus-5,
[dir="ltr"] .col-i8-plus-6,
[dir="ltr"] .col-i8-plus-7,
[dir="ltr"] .col-i8-plus-8,
[dir="ltr"] .col-i8-plus-9,
[dir="ltr"] .col-i8-plus-10,
[dir="ltr"] .col-i8-plus-11,
[dir="ltr"] .col-i8-plus-12,
[dir="ltr"] .col-i8-plus-auto,
[dir="ltr"] .col-lg,
[dir="ltr"] .col-lg-1,
[dir="ltr"] .col-lg-2,
[dir="ltr"] .col-lg-3,
[dir="ltr"] .col-lg-4,
[dir="ltr"] .col-lg-5,
[dir="ltr"] .col-lg-6,
[dir="ltr"] .col-lg-7,
[dir="ltr"] .col-lg-8,
[dir="ltr"] .col-lg-9,
[dir="ltr"] .col-lg-10,
[dir="ltr"] .col-lg-11,
[dir="ltr"] .col-lg-12,
[dir="ltr"] .col-lg-auto,
[dir="ltr"] .col-md,
[dir="ltr"] .col-md-1,
[dir="ltr"] .col-md-2,
[dir="ltr"] .col-md-3,
[dir="ltr"] .col-md-4,
[dir="ltr"] .col-md-5,
[dir="ltr"] .col-md-6,
[dir="ltr"] .col-md-7,
[dir="ltr"] .col-md-8,
[dir="ltr"] .col-md-9,
[dir="ltr"] .col-md-10,
[dir="ltr"] .col-md-11,
[dir="ltr"] .col-md-12,
[dir="ltr"] .col-md-auto,
[dir="ltr"] .col-sm,
[dir="ltr"] .col-sm-1,
[dir="ltr"] .col-sm-2,
[dir="ltr"] .col-sm-3,
[dir="ltr"] .col-sm-4,
[dir="ltr"] .col-sm-5,
[dir="ltr"] .col-sm-6,
[dir="ltr"] .col-sm-7,
[dir="ltr"] .col-sm-8,
[dir="ltr"] .col-sm-9,
[dir="ltr"] .col-sm-10,
[dir="ltr"] .col-sm-11,
[dir="ltr"] .col-sm-12,
[dir="ltr"] .col-sm-auto,
[dir="ltr"] .col-xl,
[dir="ltr"] .col-xl-1,
[dir="ltr"] .col-xl-2,
[dir="ltr"] .col-xl-3,
[dir="ltr"] .col-xl-4,
[dir="ltr"] .col-xl-5,
[dir="ltr"] .col-xl-6,
[dir="ltr"] .col-xl-7,
[dir="ltr"] .col-xl-8,
[dir="ltr"] .col-xl-9,
[dir="ltr"] .col-xl-10,
[dir="ltr"] .col-xl-11,
[dir="ltr"] .col-xl-12,
[dir="ltr"] .col-xl-auto,
[dir="ltr"] .col-xxl,
[dir="ltr"] .col-xxl-1,
[dir="ltr"] .col-xxl-2,
[dir="ltr"] .col-xxl-3,
[dir="ltr"] .col-xxl-4,
[dir="ltr"] .col-xxl-5,
[dir="ltr"] .col-xxl-6,
[dir="ltr"] .col-xxl-7,
[dir="ltr"] .col-xxl-8,
[dir="ltr"] .col-xxl-9,
[dir="ltr"] .col-xxl-10,
[dir="ltr"] .col-xxl-11,
[dir="ltr"] .col-xxl-12,
[dir="ltr"] .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}
[dir="ltr"] .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
[dir="ltr"] .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
[dir="ltr"] .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
[dir="ltr"] .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
[dir="ltr"] .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
[dir="ltr"] .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
[dir="ltr"] .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
[dir="ltr"] .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
[dir="ltr"] .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
[dir="ltr"] .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
[dir="ltr"] .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
[dir="ltr"] .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
[dir="ltr"] .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
[dir="ltr"] .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
[dir="ltr"] .order-first {
    order: -1;
}
[dir="ltr"] .order-last {
    order: 13;
}
[dir="ltr"] .order-0 {
    order: 0;
}
[dir="ltr"] .order-1 {
    order: 1;
}
[dir="ltr"] .order-2 {
    order: 2;
}
[dir="ltr"] .order-3 {
    order: 3;
}
[dir="ltr"] .order-4 {
    order: 4;
}
[dir="ltr"] .order-5 {
    order: 5;
}
[dir="ltr"] .order-6 {
    order: 6;
}
[dir="ltr"] .order-7 {
    order: 7;
}
[dir="ltr"] .order-8 {
    order: 8;
}
[dir="ltr"] .order-9 {
    order: 9;
}
[dir="ltr"] .order-10 {
    order: 10;
}
[dir="ltr"] .order-11 {
    order: 11;
}
[dir="ltr"] .order-12 {
    order: 12;
}
[dir="ltr"] .offset-1 {
    margin-left: 8.3333333333%;
}
[dir="ltr"] .offset-2 {
    margin-left: 16.6666666667%;
}
[dir="ltr"] .offset-3 {
    margin-left: 25%;
}
[dir="ltr"] .offset-4 {
    margin-left: 33.3333333333%;
}
[dir="ltr"] .offset-5 {
    margin-left: 41.6666666667%;
}
[dir="ltr"] .offset-6 {
    margin-left: 50%;
}
[dir="ltr"] .offset-7 {
    margin-left: 58.3333333333%;
}
[dir="ltr"] .offset-8 {
    margin-left: 66.6666666667%;
}
[dir="ltr"] .offset-9 {
    margin-left: 75%;
}
[dir="ltr"] .offset-10 {
    margin-left: 83.3333333333%;
}
[dir="ltr"] .offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 374px) {
    [dir="ltr"] .col-i8 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    [dir="ltr"] .col-i8-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    [dir="ltr"] .col-i8-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    [dir="ltr"] .col-i8-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    [dir="ltr"] .col-i8-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="ltr"] .col-i8-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    [dir="ltr"] .col-i8-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    [dir="ltr"] .col-i8-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="ltr"] .col-i8-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    [dir="ltr"] .col-i8-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    [dir="ltr"] .col-i8-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    [dir="ltr"] .col-i8-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    [dir="ltr"] .col-i8-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    [dir="ltr"] .col-i8-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="ltr"] .order-i8-first {
        order: -1;
    }
    [dir="ltr"] .order-i8-last {
        order: 13;
    }
    [dir="ltr"] .order-i8-0 {
        order: 0;
    }
    [dir="ltr"] .order-i8-1 {
        order: 1;
    }
    [dir="ltr"] .order-i8-2 {
        order: 2;
    }
    [dir="ltr"] .order-i8-3 {
        order: 3;
    }
    [dir="ltr"] .order-i8-4 {
        order: 4;
    }
    [dir="ltr"] .order-i8-5 {
        order: 5;
    }
    [dir="ltr"] .order-i8-6 {
        order: 6;
    }
    [dir="ltr"] .order-i8-7 {
        order: 7;
    }
    [dir="ltr"] .order-i8-8 {
        order: 8;
    }
    [dir="ltr"] .order-i8-9 {
        order: 9;
    }
    [dir="ltr"] .order-i8-10 {
        order: 10;
    }
    [dir="ltr"] .order-i8-11 {
        order: 11;
    }
    [dir="ltr"] .order-i8-12 {
        order: 12;
    }
    [dir="ltr"] .offset-i8-0 {
        margin-left: 0;
    }
    [dir="ltr"] .offset-i8-1 {
        margin-left: 8.3333333333%;
    }
    [dir="ltr"] .offset-i8-2 {
        margin-left: 16.6666666667%;
    }
    [dir="ltr"] .offset-i8-3 {
        margin-left: 25%;
    }
    [dir="ltr"] .offset-i8-4 {
        margin-left: 33.3333333333%;
    }
    [dir="ltr"] .offset-i8-5 {
        margin-left: 41.6666666667%;
    }
    [dir="ltr"] .offset-i8-6 {
        margin-left: 50%;
    }
    [dir="ltr"] .offset-i8-7 {
        margin-left: 58.3333333333%;
    }
    [dir="ltr"] .offset-i8-8 {
        margin-left: 66.6666666667%;
    }
    [dir="ltr"] .offset-i8-9 {
        margin-left: 75%;
    }
    [dir="ltr"] .offset-i8-10 {
        margin-left: 83.3333333333%;
    }
    [dir="ltr"] .offset-i8-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .col-i8-plus {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    [dir="ltr"] .col-i8-plus-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    [dir="ltr"] .col-i8-plus-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    [dir="ltr"] .col-i8-plus-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    [dir="ltr"] .col-i8-plus-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="ltr"] .col-i8-plus-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    [dir="ltr"] .col-i8-plus-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    [dir="ltr"] .col-i8-plus-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="ltr"] .col-i8-plus-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    [dir="ltr"] .col-i8-plus-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    [dir="ltr"] .col-i8-plus-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    [dir="ltr"] .col-i8-plus-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    [dir="ltr"] .col-i8-plus-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    [dir="ltr"] .col-i8-plus-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="ltr"] .order-i8-plus-first {
        order: -1;
    }
    [dir="ltr"] .order-i8-plus-last {
        order: 13;
    }
    [dir="ltr"] .order-i8-plus-0 {
        order: 0;
    }
    [dir="ltr"] .order-i8-plus-1 {
        order: 1;
    }
    [dir="ltr"] .order-i8-plus-2 {
        order: 2;
    }
    [dir="ltr"] .order-i8-plus-3 {
        order: 3;
    }
    [dir="ltr"] .order-i8-plus-4 {
        order: 4;
    }
    [dir="ltr"] .order-i8-plus-5 {
        order: 5;
    }
    [dir="ltr"] .order-i8-plus-6 {
        order: 6;
    }
    [dir="ltr"] .order-i8-plus-7 {
        order: 7;
    }
    [dir="ltr"] .order-i8-plus-8 {
        order: 8;
    }
    [dir="ltr"] .order-i8-plus-9 {
        order: 9;
    }
    [dir="ltr"] .order-i8-plus-10 {
        order: 10;
    }
    [dir="ltr"] .order-i8-plus-11 {
        order: 11;
    }
    [dir="ltr"] .order-i8-plus-12 {
        order: 12;
    }
    [dir="ltr"] .offset-i8-plus-0 {
        margin-left: 0;
    }
    [dir="ltr"] .offset-i8-plus-1 {
        margin-left: 8.3333333333%;
    }
    [dir="ltr"] .offset-i8-plus-2 {
        margin-left: 16.6666666667%;
    }
    [dir="ltr"] .offset-i8-plus-3 {
        margin-left: 25%;
    }
    [dir="ltr"] .offset-i8-plus-4 {
        margin-left: 33.3333333333%;
    }
    [dir="ltr"] .offset-i8-plus-5 {
        margin-left: 41.6666666667%;
    }
    [dir="ltr"] .offset-i8-plus-6 {
        margin-left: 50%;
    }
    [dir="ltr"] .offset-i8-plus-7 {
        margin-left: 58.3333333333%;
    }
    [dir="ltr"] .offset-i8-plus-8 {
        margin-left: 66.6666666667%;
    }
    [dir="ltr"] .offset-i8-plus-9 {
        margin-left: 75%;
    }
    [dir="ltr"] .offset-i8-plus-10 {
        margin-left: 83.3333333333%;
    }
    [dir="ltr"] .offset-i8-plus-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    [dir="ltr"] .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    [dir="ltr"] .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    [dir="ltr"] .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    [dir="ltr"] .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="ltr"] .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    [dir="ltr"] .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    [dir="ltr"] .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="ltr"] .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    [dir="ltr"] .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    [dir="ltr"] .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    [dir="ltr"] .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    [dir="ltr"] .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    [dir="ltr"] .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="ltr"] .order-sm-first {
        order: -1;
    }
    [dir="ltr"] .order-sm-last {
        order: 13;
    }
    [dir="ltr"] .order-sm-0 {
        order: 0;
    }
    [dir="ltr"] .order-sm-1 {
        order: 1;
    }
    [dir="ltr"] .order-sm-2 {
        order: 2;
    }
    [dir="ltr"] .order-sm-3 {
        order: 3;
    }
    [dir="ltr"] .order-sm-4 {
        order: 4;
    }
    [dir="ltr"] .order-sm-5 {
        order: 5;
    }
    [dir="ltr"] .order-sm-6 {
        order: 6;
    }
    [dir="ltr"] .order-sm-7 {
        order: 7;
    }
    [dir="ltr"] .order-sm-8 {
        order: 8;
    }
    [dir="ltr"] .order-sm-9 {
        order: 9;
    }
    [dir="ltr"] .order-sm-10 {
        order: 10;
    }
    [dir="ltr"] .order-sm-11 {
        order: 11;
    }
    [dir="ltr"] .order-sm-12 {
        order: 12;
    }
    [dir="ltr"] .offset-sm-0 {
        margin-left: 0;
    }
    [dir="ltr"] .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    [dir="ltr"] .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    [dir="ltr"] .offset-sm-3 {
        margin-left: 25%;
    }
    [dir="ltr"] .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    [dir="ltr"] .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    [dir="ltr"] .offset-sm-6 {
        margin-left: 50%;
    }
    [dir="ltr"] .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    [dir="ltr"] .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    [dir="ltr"] .offset-sm-9 {
        margin-left: 75%;
    }
    [dir="ltr"] .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    [dir="ltr"] .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    [dir="ltr"] .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    [dir="ltr"] .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    [dir="ltr"] .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    [dir="ltr"] .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="ltr"] .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    [dir="ltr"] .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    [dir="ltr"] .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="ltr"] .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    [dir="ltr"] .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    [dir="ltr"] .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    [dir="ltr"] .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    [dir="ltr"] .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    [dir="ltr"] .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="ltr"] .order-md-first {
        order: -1;
    }
    [dir="ltr"] .order-md-last {
        order: 13;
    }
    [dir="ltr"] .order-md-0 {
        order: 0;
    }
    [dir="ltr"] .order-md-1 {
        order: 1;
    }
    [dir="ltr"] .order-md-2 {
        order: 2;
    }
    [dir="ltr"] .order-md-3 {
        order: 3;
    }
    [dir="ltr"] .order-md-4 {
        order: 4;
    }
    [dir="ltr"] .order-md-5 {
        order: 5;
    }
    [dir="ltr"] .order-md-6 {
        order: 6;
    }
    [dir="ltr"] .order-md-7 {
        order: 7;
    }
    [dir="ltr"] .order-md-8 {
        order: 8;
    }
    [dir="ltr"] .order-md-9 {
        order: 9;
    }
    [dir="ltr"] .order-md-10 {
        order: 10;
    }
    [dir="ltr"] .order-md-11 {
        order: 11;
    }
    [dir="ltr"] .order-md-12 {
        order: 12;
    }
    [dir="ltr"] .offset-md-0 {
        margin-left: 0;
    }
    [dir="ltr"] .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    [dir="ltr"] .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    [dir="ltr"] .offset-md-3 {
        margin-left: 25%;
    }
    [dir="ltr"] .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    [dir="ltr"] .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    [dir="ltr"] .offset-md-6 {
        margin-left: 50%;
    }
    [dir="ltr"] .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    [dir="ltr"] .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    [dir="ltr"] .offset-md-9 {
        margin-left: 75%;
    }
    [dir="ltr"] .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    [dir="ltr"] .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    [dir="ltr"] .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    [dir="ltr"] .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    [dir="ltr"] .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    [dir="ltr"] .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="ltr"] .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    [dir="ltr"] .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    [dir="ltr"] .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="ltr"] .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    [dir="ltr"] .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    [dir="ltr"] .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    [dir="ltr"] .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    [dir="ltr"] .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    [dir="ltr"] .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="ltr"] .order-lg-first {
        order: -1;
    }
    [dir="ltr"] .order-lg-last {
        order: 13;
    }
    [dir="ltr"] .order-lg-0 {
        order: 0;
    }
    [dir="ltr"] .order-lg-1 {
        order: 1;
    }
    [dir="ltr"] .order-lg-2 {
        order: 2;
    }
    [dir="ltr"] .order-lg-3 {
        order: 3;
    }
    [dir="ltr"] .order-lg-4 {
        order: 4;
    }
    [dir="ltr"] .order-lg-5 {
        order: 5;
    }
    [dir="ltr"] .order-lg-6 {
        order: 6;
    }
    [dir="ltr"] .order-lg-7 {
        order: 7;
    }
    [dir="ltr"] .order-lg-8 {
        order: 8;
    }
    [dir="ltr"] .order-lg-9 {
        order: 9;
    }
    [dir="ltr"] .order-lg-10 {
        order: 10;
    }
    [dir="ltr"] .order-lg-11 {
        order: 11;
    }
    [dir="ltr"] .order-lg-12 {
        order: 12;
    }
    [dir="ltr"] .offset-lg-0 {
        margin-left: 0;
    }
    [dir="ltr"] .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    [dir="ltr"] .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    [dir="ltr"] .offset-lg-3 {
        margin-left: 25%;
    }
    [dir="ltr"] .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    [dir="ltr"] .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    [dir="ltr"] .offset-lg-6 {
        margin-left: 50%;
    }
    [dir="ltr"] .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    [dir="ltr"] .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    [dir="ltr"] .offset-lg-9 {
        margin-left: 75%;
    }
    [dir="ltr"] .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    [dir="ltr"] .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    [dir="ltr"] .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    [dir="ltr"] .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    [dir="ltr"] .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    [dir="ltr"] .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="ltr"] .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    [dir="ltr"] .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    [dir="ltr"] .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="ltr"] .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    [dir="ltr"] .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    [dir="ltr"] .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    [dir="ltr"] .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    [dir="ltr"] .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    [dir="ltr"] .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="ltr"] .order-xl-first {
        order: -1;
    }
    [dir="ltr"] .order-xl-last {
        order: 13;
    }
    [dir="ltr"] .order-xl-0 {
        order: 0;
    }
    [dir="ltr"] .order-xl-1 {
        order: 1;
    }
    [dir="ltr"] .order-xl-2 {
        order: 2;
    }
    [dir="ltr"] .order-xl-3 {
        order: 3;
    }
    [dir="ltr"] .order-xl-4 {
        order: 4;
    }
    [dir="ltr"] .order-xl-5 {
        order: 5;
    }
    [dir="ltr"] .order-xl-6 {
        order: 6;
    }
    [dir="ltr"] .order-xl-7 {
        order: 7;
    }
    [dir="ltr"] .order-xl-8 {
        order: 8;
    }
    [dir="ltr"] .order-xl-9 {
        order: 9;
    }
    [dir="ltr"] .order-xl-10 {
        order: 10;
    }
    [dir="ltr"] .order-xl-11 {
        order: 11;
    }
    [dir="ltr"] .order-xl-12 {
        order: 12;
    }
    [dir="ltr"] .offset-xl-0 {
        margin-left: 0;
    }
    [dir="ltr"] .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    [dir="ltr"] .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    [dir="ltr"] .offset-xl-3 {
        margin-left: 25%;
    }
    [dir="ltr"] .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    [dir="ltr"] .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    [dir="ltr"] .offset-xl-6 {
        margin-left: 50%;
    }
    [dir="ltr"] .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    [dir="ltr"] .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    [dir="ltr"] .offset-xl-9 {
        margin-left: 75%;
    }
    [dir="ltr"] .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    [dir="ltr"] .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    [dir="ltr"] .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    [dir="ltr"] .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    [dir="ltr"] .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    [dir="ltr"] .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="ltr"] .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    [dir="ltr"] .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    [dir="ltr"] .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="ltr"] .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    [dir="ltr"] .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    [dir="ltr"] .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    [dir="ltr"] .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    [dir="ltr"] .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    [dir="ltr"] .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="ltr"] .order-xxl-first {
        order: -1;
    }
    [dir="ltr"] .order-xxl-last {
        order: 13;
    }
    [dir="ltr"] .order-xxl-0 {
        order: 0;
    }
    [dir="ltr"] .order-xxl-1 {
        order: 1;
    }
    [dir="ltr"] .order-xxl-2 {
        order: 2;
    }
    [dir="ltr"] .order-xxl-3 {
        order: 3;
    }
    [dir="ltr"] .order-xxl-4 {
        order: 4;
    }
    [dir="ltr"] .order-xxl-5 {
        order: 5;
    }
    [dir="ltr"] .order-xxl-6 {
        order: 6;
    }
    [dir="ltr"] .order-xxl-7 {
        order: 7;
    }
    [dir="ltr"] .order-xxl-8 {
        order: 8;
    }
    [dir="ltr"] .order-xxl-9 {
        order: 9;
    }
    [dir="ltr"] .order-xxl-10 {
        order: 10;
    }
    [dir="ltr"] .order-xxl-11 {
        order: 11;
    }
    [dir="ltr"] .order-xxl-12 {
        order: 12;
    }
    [dir="ltr"] .offset-xxl-0 {
        margin-left: 0;
    }
    [dir="ltr"] .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
    [dir="ltr"] .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }
    [dir="ltr"] .offset-xxl-3 {
        margin-left: 25%;
    }
    [dir="ltr"] .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }
    [dir="ltr"] .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }
    [dir="ltr"] .offset-xxl-6 {
        margin-left: 50%;
    }
    [dir="ltr"] .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }
    [dir="ltr"] .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }
    [dir="ltr"] .offset-xxl-9 {
        margin-left: 75%;
    }
    [dir="ltr"] .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }
    [dir="ltr"] .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
}
[dir="ltr"] .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #303840;
}
[dir="ltr"] .table td,
[dir="ltr"] .table th {
    padding: 0.75rem 1rem;
    vertical-align: top;
    border-top: 1px solid #ebeff2;
}
[dir="ltr"] .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebeff2;
}
[dir="ltr"] .table tbody + tbody {
    border-top: 2px solid #ebeff2;
}
[dir="ltr"] .table-sm td,
[dir="ltr"] .table-sm th {
    padding: 0.3rem;
}
[dir="ltr"] .table-bordered,
[dir="ltr"] .table-bordered td,
[dir="ltr"] .table-bordered th {
    border: 1px solid #ebeff2;
}
[dir="ltr"] .table-bordered thead td,
[dir="ltr"] .table-bordered thead th {
    border-bottom-width: 2px;
}
[dir="ltr"] .table-borderless tbody + tbody,
[dir="ltr"] .table-borderless td,
[dir="ltr"] .table-borderless th,
[dir="ltr"] .table-borderless thead th {
    border: 0;
}
[dir="ltr"] .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(48, 56, 64, 0.05);
}
[dir="ltr"] .table-hover tbody tr:hover {
    color: #303840;
    background-color: rgba(48, 56, 64, 0.075);
}
[dir="ltr"] .table-primary,
[dir="ltr"] .table-primary > td,
[dir="ltr"] .table-primary > th {
    background-color: #c4ddf5;
}
[dir="ltr"] .table-primary tbody + tbody,
[dir="ltr"] .table-primary td,
[dir="ltr"] .table-primary th,
[dir="ltr"] .table-primary thead th {
    border-color: #91bfed;
}
[dir="ltr"] .table-hover .table-primary:hover,
[dir="ltr"] .table-hover .table-primary:hover > td,
[dir="ltr"] .table-hover .table-primary:hover > th {
    background-color: #aed0f1;
}
[dir="ltr"] .table-secondary,
[dir="ltr"] .table-secondary > td,
[dir="ltr"] .table-secondary > th {
    background-color: #dddfe2;
}
[dir="ltr"] .table-secondary tbody + tbody,
[dir="ltr"] .table-secondary td,
[dir="ltr"] .table-secondary th,
[dir="ltr"] .table-secondary thead th {
    border-color: #c0c4c8;
}
[dir="ltr"] .table-hover .table-secondary:hover,
[dir="ltr"] .table-hover .table-secondary:hover > td,
[dir="ltr"] .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6;
}
[dir="ltr"] .table-success,
[dir="ltr"] .table-success > td,
[dir="ltr"] .table-success > th {
    background-color: #d9eec8;
}
[dir="ltr"] .table-success tbody + tbody,
[dir="ltr"] .table-success td,
[dir="ltr"] .table-success th,
[dir="ltr"] .table-success thead th {
    border-color: #b8df99;
}
[dir="ltr"] .table-hover .table-success:hover,
[dir="ltr"] .table-hover .table-success:hover > td,
[dir="ltr"] .table-hover .table-success:hover > th {
    background-color: #cce8b5;
}
[dir="ltr"] .table-info,
[dir="ltr"] .table-info > td,
[dir="ltr"] .table-info > th {
    background-color: #bee5eb;
}
[dir="ltr"] .table-info tbody + tbody,
[dir="ltr"] .table-info td,
[dir="ltr"] .table-info th,
[dir="ltr"] .table-info thead th {
    border-color: #86cfda;
}
[dir="ltr"] .table-hover .table-info:hover,
[dir="ltr"] .table-hover .table-info:hover > td,
[dir="ltr"] .table-hover .table-info:hover > th {
    background-color: #abdde5;
}
[dir="ltr"] .table-warning,
[dir="ltr"] .table-warning > td,
[dir="ltr"] .table-warning > th {
    background-color: #fdddc7;
}
[dir="ltr"] .table-warning tbody + tbody,
[dir="ltr"] .table-warning td,
[dir="ltr"] .table-warning th,
[dir="ltr"] .table-warning thead th {
    border-color: #fcbf97;
}
[dir="ltr"] .table-hover .table-warning:hover,
[dir="ltr"] .table-hover .table-warning:hover > td,
[dir="ltr"] .table-hover .table-warning:hover > th {
    background-color: #fcceae;
}
[dir="ltr"] .table-danger,
[dir="ltr"] .table-danger > td,
[dir="ltr"] .table-danger > th {
    background-color: #f4cfce;
}
[dir="ltr"] .table-danger tbody + tbody,
[dir="ltr"] .table-danger td,
[dir="ltr"] .table-danger th,
[dir="ltr"] .table-danger thead th {
    border-color: #eba6a3;
}
[dir="ltr"] .table-hover .table-danger:hover,
[dir="ltr"] .table-hover .table-danger:hover > td,
[dir="ltr"] .table-hover .table-danger:hover > th {
    background-color: #efbbb9;
}
[dir="ltr"] .table-light,
[dir="ltr"] .table-light > td,
[dir="ltr"] .table-light > th {
    background-color: #fdfdfe;
}
[dir="ltr"] .table-light tbody + tbody,
[dir="ltr"] .table-light td,
[dir="ltr"] .table-light th,
[dir="ltr"] .table-light thead th {
    border-color: #fbfcfc;
}
[dir="ltr"] .table-hover .table-light:hover,
[dir="ltr"] .table-hover .table-light:hover > td,
[dir="ltr"] .table-hover .table-light:hover > th {
    background-color: #ececf6;
}
[dir="ltr"] .table-dark,
[dir="ltr"] .table-dark > td,
[dir="ltr"] .table-dark > th {
    background-color: #c0c1c2;
}
[dir="ltr"] .table-dark tbody + tbody,
[dir="ltr"] .table-dark td,
[dir="ltr"] .table-dark th,
[dir="ltr"] .table-dark thead th {
    border-color: #898c8e;
}
[dir="ltr"] .table-hover .table-dark:hover,
[dir="ltr"] .table-hover .table-dark:hover > td,
[dir="ltr"] .table-hover .table-dark:hover > th {
    background-color: #b3b4b5;
}
[dir="ltr"] .table-accent,
[dir="ltr"] .table-accent > td,
[dir="ltr"] .table-accent > th {
    background-color: #fabbcd;
}
[dir="ltr"] .table-accent tbody + tbody,
[dir="ltr"] .table-accent td,
[dir="ltr"] .table-accent th,
[dir="ltr"] .table-accent thead th {
    border-color: #f680a2;
}
[dir="ltr"] .table-hover .table-accent:hover,
[dir="ltr"] .table-hover .table-accent:hover > td,
[dir="ltr"] .table-hover .table-accent:hover > th {
    background-color: #f8a3bc;
}
[dir="ltr"] .table-primary-light,
[dir="ltr"] .table-primary-light > td,
[dir="ltr"] .table-primary-light > th {
    background-color: #e2f1ff;
}
[dir="ltr"] .table-primary-light tbody + tbody,
[dir="ltr"] .table-primary-light td,
[dir="ltr"] .table-primary-light th,
[dir="ltr"] .table-primary-light thead th {
    border-color: #cae4ff;
}
[dir="ltr"] .table-hover .table-primary-light:hover,
[dir="ltr"] .table-hover .table-primary-light:hover > td,
[dir="ltr"] .table-hover .table-primary-light:hover > th {
    background-color: #c9e5ff;
}
[dir="ltr"] .table-active,
[dir="ltr"] .table-active > td,
[dir="ltr"] .table-active > th {
    background-color: rgba(48, 56, 64, 0.075);
}
[dir="ltr"] .table-hover .table-active:hover,
[dir="ltr"] .table-hover .table-active:hover > td,
[dir="ltr"] .table-hover .table-active:hover > th {
    background-color: rgba(37, 43, 49, 0.075);
}
[dir="ltr"] .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
[dir="ltr"] .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #ebeff2;
}
[dir="ltr"] .table-dark {
    color: #fff;
    background-color: #343a40;
}
[dir="ltr"] .table-dark td,
[dir="ltr"] .table-dark th,
[dir="ltr"] .table-dark thead th {
    border-color: #454d55;
}
[dir="ltr"] .table-dark.table-bordered {
    border: 0;
}
[dir="ltr"] .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
[dir="ltr"] .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 373.98px) {
    [dir="ltr"] .table-responsive-i8 {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    [dir="ltr"] .table-responsive-i8 > .table-bordered {
        border: 0;
    }
}
@media (max-width: 412.98px) {
    [dir="ltr"] .table-responsive-i8-plus {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    [dir="ltr"] .table-responsive-i8-plus > .table-bordered {
        border: 0;
    }
}
@media (max-width: 575.98px) {
    [dir="ltr"] .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    [dir="ltr"] .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    [dir="ltr"] .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    [dir="ltr"] .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    [dir="ltr"] .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    [dir="ltr"] .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    [dir="ltr"] .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    [dir="ltr"] .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1365.98px) {
    [dir="ltr"] .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    [dir="ltr"] .table-responsive-xxl > .table-bordered {
        border: 0;
    }
}
[dir="ltr"] .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
[dir="ltr"] .table-responsive > .table-bordered {
    border: 0;
}
[dir="ltr"] .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303840;
    background-color: #edf0f2;
    background-clip: padding-box;
    border: 1px solid #edf0f2;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .form-control {
        transition: none;
    }
}
[dir="ltr"] .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
[dir="ltr"] .form-control:focus {
    color: #303840;
    background-color: #e7ebee;
    border-color: #e7ebee;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 132, 221, 0.25);
}
[dir="ltr"] .form-control::-webkit-input-placeholder {
    color: #949595;
    opacity: 1;
}
[dir="ltr"] .form-control:-ms-input-placeholder {
    color: #949595;
    opacity: 1;
}
[dir="ltr"] .form-control::-ms-input-placeholder {
    color: #949595;
    opacity: 1;
}
[dir="ltr"] .form-control::placeholder {
    color: #949595;
    opacity: 1;
}
[dir="ltr"] .form-control:disabled,
[dir="ltr"] .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
[dir="ltr"] select.form-control:focus::-ms-value {
    color: #303840;
    background-color: #edf0f2;
}
[dir="ltr"] .form-control-file,
[dir="ltr"] .form-control-range {
    display: block;
    width: 100%;
}
[dir="ltr"] .col-form-label {
    margin-bottom: 0;
    font-size: inherit;
}
[dir="ltr"] .col-form-label,
[dir="ltr"] .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    line-height: 1.5;
}
[dir="ltr"] .col-form-label-lg {
    font-size: 1.25rem;
}
[dir="ltr"] .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
[dir="ltr"] .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #303840;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
[dir="ltr"] .form-control-plaintext.form-control-lg,
[dir="ltr"] .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
[dir="ltr"] .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
[dir="ltr"] .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
[dir="ltr"] select.form-control[multiple],
[dir="ltr"] select.form-control[size],
[dir="ltr"] textarea.form-control {
    height: auto;
}
[dir="ltr"] .form-group {
    margin-bottom: 1rem;
}
[dir="ltr"] .form-text {
    display: block;
    margin-top: 0.25rem;
}
[dir="ltr"] .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
[dir="ltr"] .form-row > .col,
[dir="ltr"] .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
[dir="ltr"] .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
[dir="ltr"] .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
[dir="ltr"] .form-check-input:disabled ~ .form-check-label {
    color: rgba(48, 56, 64, 0.5);
}
[dir="ltr"] .form-check-label {
    margin-bottom: 0;
}
[dir="ltr"] .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
[dir="ltr"] .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
[dir="ltr"] .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.707rem;
    color: #77c13a;
}
[dir="ltr"] .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 1rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #77c13a;
    border-radius: 0.25rem;
}
[dir="ltr"] .form-control.is-valid,
[dir="ltr"] .was-validated .form-control:valid {
    border-color: #77c13a;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2377c13a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(0.375em + 0.25rem);
    background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
[dir="ltr"] .form-control.is-valid:focus,
[dir="ltr"] .was-validated .form-control:valid:focus {
    border-color: #77c13a;
    box-shadow: 0 0 0 0.2rem rgba(119, 193, 58, 0.25);
}
[dir="ltr"] .form-control.is-valid ~ .valid-feedback,
[dir="ltr"] .form-control.is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .form-control:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
[dir="ltr"] .was-validated textarea.form-control:valid,
[dir="ltr"] textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
[dir="ltr"] .custom-select.is-valid,
[dir="ltr"] .was-validated .custom-select:valid {
    border-color: #77c13a;
    padding-right: calc((3em + 3rem) / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(48, 56, 64, 0.5)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px
            !important;
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2377c13a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
            #edf0f2 !important no-repeat center right 1.75rem / calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
[dir="ltr"] .custom-select.is-valid:focus,
[dir="ltr"] .was-validated .custom-select:valid:focus {
    border-color: #77c13a;
    box-shadow: 0 0 0 0.2rem rgba(119, 193, 58, 0.25);
}
[dir="ltr"] .custom-select.is-valid ~ .valid-feedback,
[dir="ltr"] .custom-select.is-valid ~ .valid-tooltip,
[dir="ltr"] .form-control-file.is-valid ~ .valid-feedback,
[dir="ltr"] .form-control-file.is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .custom-select:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .custom-select:valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .form-control-file:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}
[dir="ltr"] .form-check-input.is-valid ~ .form-check-label,
[dir="ltr"] .was-validated .form-check-input:valid ~ .form-check-label {
    color: #77c13a;
}
[dir="ltr"] .form-check-input.is-valid ~ .valid-feedback,
[dir="ltr"] .form-check-input.is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .form-check-input:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
[dir="ltr"] .custom-control-input.is-valid ~ .custom-control-label,
[dir="ltr"] .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #77c13a;
}
[dir="ltr"] .custom-control-input.is-valid ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #77c13a;
}
[dir="ltr"] .custom-control-input.is-valid ~ .valid-feedback,
[dir="ltr"] .custom-control-input.is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .custom-control-input:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
[dir="ltr"] .custom-control-input.is-valid:checked ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #92cf5f;
    background-color: #92cf5f;
}
[dir="ltr"] .custom-control-input.is-valid:focus ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(119, 193, 58, 0.25);
}
[dir="ltr"] .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
[dir="ltr"] .custom-file-input.is-valid ~ .custom-file-label,
[dir="ltr"] .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #77c13a;
}
[dir="ltr"] .custom-file-input.is-valid ~ .valid-feedback,
[dir="ltr"] .custom-file-input.is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .custom-file-input:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
[dir="ltr"] .custom-file-input.is-valid:focus ~ .custom-file-label,
[dir="ltr"] .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #77c13a;
    box-shadow: 0 0 0 0.2rem rgba(119, 193, 58, 0.25);
}
[dir="ltr"] .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.707rem;
    color: #d9534f;
}
[dir="ltr"] .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 1rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #d9534f;
    border-radius: 0.25rem;
}
[dir="ltr"] .form-control.is-invalid,
[dir="ltr"] .was-validated .form-control:invalid {
    border-color: #d9534f;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(0.375em + 0.25rem);
    background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
[dir="ltr"] .form-control.is-invalid:focus,
[dir="ltr"] .was-validated .form-control:invalid:focus {
    border-color: #d9534f;
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}
[dir="ltr"] .form-control.is-invalid ~ .invalid-feedback,
[dir="ltr"] .form-control.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .form-control:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
[dir="ltr"] .was-validated textarea.form-control:invalid,
[dir="ltr"] textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
[dir="ltr"] .custom-select.is-invalid,
[dir="ltr"] .was-validated .custom-select:invalid {
    border-color: #d9534f;
    padding-right: calc((3em + 3rem) / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(48, 56, 64, 0.5)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px
            !important;
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
            #edf0f2 !important no-repeat center right 1.75rem / calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
[dir="ltr"] .custom-select.is-invalid:focus,
[dir="ltr"] .was-validated .custom-select:invalid:focus {
    border-color: #d9534f;
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}
[dir="ltr"] .custom-select.is-invalid ~ .invalid-feedback,
[dir="ltr"] .custom-select.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .form-control-file.is-invalid ~ .invalid-feedback,
[dir="ltr"] .form-control-file.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .custom-select:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .custom-select:invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .form-control-file:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}
[dir="ltr"] .form-check-input.is-invalid ~ .form-check-label,
[dir="ltr"] .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #d9534f;
}
[dir="ltr"] .form-check-input.is-invalid ~ .invalid-feedback,
[dir="ltr"] .form-check-input.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .form-check-input:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
[dir="ltr"] .custom-control-input.is-invalid ~ .custom-control-label,
[dir="ltr"] .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #d9534f;
}
[dir="ltr"] .custom-control-input.is-invalid ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #d9534f;
}
[dir="ltr"] .custom-control-input.is-invalid ~ .invalid-feedback,
[dir="ltr"] .custom-control-input.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .custom-control-input:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
[dir="ltr"] .custom-control-input.is-invalid:checked ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e27c79;
    background-color: #e27c79;
}
[dir="ltr"] .custom-control-input.is-invalid:focus ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}
[dir="ltr"] .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
[dir="ltr"] .custom-file-input.is-invalid ~ .custom-file-label,
[dir="ltr"] .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #d9534f;
}
[dir="ltr"] .custom-file-input.is-invalid ~ .invalid-feedback,
[dir="ltr"] .custom-file-input.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .custom-file-input:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
[dir="ltr"] .custom-file-input.is-invalid:focus ~ .custom-file-label,
[dir="ltr"] .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #d9534f;
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}
[dir="ltr"] .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
[dir="ltr"] .form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    [dir="ltr"] .form-inline label {
        justify-content: center;
    }
    [dir="ltr"] .form-inline .form-group,
    [dir="ltr"] .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    [dir="ltr"] .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }
    [dir="ltr"] .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    [dir="ltr"] .form-inline .form-control-plaintext {
        display: inline-block;
    }
    [dir="ltr"] .form-inline .custom-select,
    [dir="ltr"] .form-inline .input-group {
        width: auto;
    }
    [dir="ltr"] .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    [dir="ltr"] .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    [dir="ltr"] .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    [dir="ltr"] .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
[dir="ltr"] .btn {
    display: inline-block;
    font-weight: 400;
    color: #303840;
    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.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    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) {
    [dir="ltr"] .btn {
        transition: none;
    }
}
[dir="ltr"] .btn:hover {
    color: #303840;
    text-decoration: none;
}
[dir="ltr"] .btn.focus,
[dir="ltr"] .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 132, 221, 0.25);
}
[dir="ltr"] .btn.disabled,
[dir="ltr"] .btn:disabled {
    opacity: 0.65;
}
[dir="ltr"] a.btn.disabled,
[dir="ltr"] fieldset:disabled a.btn {
    pointer-events: none;
}
[dir="ltr"] .btn-primary {
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .btn-primary:hover {
    color: #fff;
    background-color: #1f71c3;
    border-color: #1e6bb8;
}
[dir="ltr"] .btn-primary.focus,
[dir="ltr"] .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 150, 226, 0.5);
}
[dir="ltr"] .btn-primary.disabled,
[dir="ltr"] .btn-primary:disabled {
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1e6bb8;
    border-color: #1c64ad;
}
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 150, 226, 0.5);
}
[dir="ltr"] .btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}
[dir="ltr"] .btn-secondary.focus,
[dir="ltr"] .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}
[dir="ltr"] .btn-secondary.disabled,
[dir="ltr"] .btn-secondary:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
}
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}
[dir="ltr"] .btn-success {
    color: #212529;
    background-color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .btn-success:hover {
    color: #fff;
    background-color: #65a431;
    border-color: #5f9a2e;
}
[dir="ltr"] .btn-success.focus,
[dir="ltr"] .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(106, 170, 55, 0.5);
}
[dir="ltr"] .btn-success.disabled,
[dir="ltr"] .btn-success:disabled {
    color: #212529;
    background-color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .btn-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5f9a2e;
    border-color: #59902b;
}
[dir="ltr"] .btn-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(106, 170, 55, 0.5);
}
[dir="ltr"] .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
[dir="ltr"] .btn-info.focus,
[dir="ltr"] .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
[dir="ltr"] .btn-info.disabled,
[dir="ltr"] .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .btn-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
[dir="ltr"] .btn-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
[dir="ltr"] .btn-warning {
    color: #212529;
    background-color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .btn-warning:hover {
    color: #fff;
    background-color: #f86d12;
    border-color: #f66607;
}
[dir="ltr"] .btn-warning.focus,
[dir="ltr"] .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 118, 53, 0.5);
}
[dir="ltr"] .btn-warning.disabled,
[dir="ltr"] .btn-warning:disabled {
    color: #212529;
    background-color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f66607;
    border-color: #e96107;
}
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 118, 53, 0.5);
}
[dir="ltr"] .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .btn-danger:hover {
    color: #fff;
    background-color: #d23430;
    border-color: #c9302c;
}
[dir="ltr"] .btn-danger.focus,
[dir="ltr"] .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5);
}
[dir="ltr"] .btn-danger.disabled,
[dir="ltr"] .btn-danger:disabled {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #bf2e29;
}
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5);
}
[dir="ltr"] .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
[dir="ltr"] .btn-light.focus,
[dir="ltr"] .btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
[dir="ltr"] .btn-light.disabled,
[dir="ltr"] .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
[dir="ltr"] .btn-dark {
    color: #fff;
    background-color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .btn-dark:hover {
    color: #fff;
    background-color: #0c0e10;
    border-color: #070809;
}
[dir="ltr"] .btn-dark.focus,
[dir="ltr"] .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 66, 71, 0.5);
}
[dir="ltr"] .btn-dark.disabled,
[dir="ltr"] .btn-dark:disabled {
    color: #fff;
    background-color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #070809;
    border-color: #010202;
}
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 66, 71, 0.5);
}
[dir="ltr"] .btn-accent {
    color: #fff;
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .btn-accent:hover {
    color: #fff;
    background-color: #c80940;
    border-color: #bc093c;
}
[dir="ltr"] .btn-accent.focus,
[dir="ltr"] .btn-accent:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .btn-accent.disabled,
[dir="ltr"] .btn-accent:disabled {
    color: #fff;
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .btn-accent:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-accent:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-accent.dropdown-toggle {
    color: #fff;
    background-color: #bc093c;
    border-color: #b00838;
}
[dir="ltr"] .btn-accent:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-accent:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-accent.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .btn-primary-light {
    color: #212529;
    background-color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .btn-primary-light:hover {
    color: #212529;
    background-color: #73b9ff;
    border-color: #66b3ff;
}
[dir="ltr"] .btn-primary-light.focus,
[dir="ltr"] .btn-primary-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 179, 223, 0.5);
}
[dir="ltr"] .btn-primary-light.disabled,
[dir="ltr"] .btn-primary-light:disabled {
    color: #212529;
    background-color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .btn-primary-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary-light.dropdown-toggle {
    color: #212529;
    background-color: #66b3ff;
    border-color: #59acff;
}
[dir="ltr"] .btn-primary-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-primary-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 179, 223, 0.5);
}
[dir="ltr"] .btn-outline-primary {
    color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .btn-outline-primary:hover {
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .btn-outline-primary.focus,
[dir="ltr"] .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 132, 221, 0.5);
}
[dir="ltr"] .btn-outline-primary.disabled,
[dir="ltr"] .btn-outline-primary:disabled {
    color: #2c84dd;
    background-color: transparent;
}
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 132, 221, 0.5);
}
[dir="ltr"] .btn-outline-secondary {
    color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .btn-outline-secondary.focus,
[dir="ltr"] .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
[dir="ltr"] .btn-outline-secondary.disabled,
[dir="ltr"] .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
[dir="ltr"] .btn-outline-success {
    color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .btn-outline-success:hover {
    color: #212529;
    background-color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .btn-outline-success.focus,
[dir="ltr"] .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 193, 58, 0.5);
}
[dir="ltr"] .btn-outline-success.disabled,
[dir="ltr"] .btn-outline-success:disabled {
    color: #77c13a;
    background-color: transparent;
}
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 193, 58, 0.5);
}
[dir="ltr"] .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .btn-outline-info.focus,
[dir="ltr"] .btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
[dir="ltr"] .btn-outline-info.disabled,
[dir="ltr"] .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
[dir="ltr"] .btn-outline-warning {
    color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .btn-outline-warning:hover {
    color: #212529;
    background-color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .btn-outline-warning.focus,
[dir="ltr"] .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 132, 55, 0.5);
}
[dir="ltr"] .btn-outline-warning.disabled,
[dir="ltr"] .btn-outline-warning:disabled {
    color: #f98437;
    background-color: transparent;
}
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 132, 55, 0.5);
}
[dir="ltr"] .btn-outline-danger {
    color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .btn-outline-danger.focus,
[dir="ltr"] .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}
[dir="ltr"] .btn-outline-danger.disabled,
[dir="ltr"] .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent;
}
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}
[dir="ltr"] .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .btn-outline-light.focus,
[dir="ltr"] .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
[dir="ltr"] .btn-outline-light.disabled,
[dir="ltr"] .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
[dir="ltr"] .btn-outline-dark {
    color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .btn-outline-dark:hover {
    color: #fff;
    background-color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .btn-outline-dark.focus,
[dir="ltr"] .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 33, 38, 0.5);
}
[dir="ltr"] .btn-outline-dark.disabled,
[dir="ltr"] .btn-outline-dark:disabled {
    color: #1d2126;
    background-color: transparent;
}
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 33, 38, 0.5);
}
[dir="ltr"] .btn-outline-accent {
    color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-accent:hover {
    color: #fff;
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-accent.focus,
[dir="ltr"] .btn-outline-accent:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .btn-outline-accent.disabled,
[dir="ltr"] .btn-outline-accent:disabled {
    color: #ed0b4c;
    background-color: transparent;
}
[dir="ltr"] .btn-outline-accent:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-accent:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-accent.dropdown-toggle {
    color: #fff;
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-accent:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-accent.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .btn-outline-primary-light {
    color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .btn-outline-primary-light:hover {
    color: #212529;
    background-color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .btn-outline-primary-light.focus,
[dir="ltr"] .btn-outline-primary-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 255, 0.5);
}
[dir="ltr"] .btn-outline-primary-light.disabled,
[dir="ltr"] .btn-outline-primary-light:disabled {
    color: #9cf;
    background-color: transparent;
}
[dir="ltr"] .btn-outline-primary-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-primary-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-primary-light.dropdown-toggle {
    color: #212529;
    background-color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-primary-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-primary-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 255, 0.5);
}
[dir="ltr"] .btn-link {
    font-weight: 400;
    color: rgba(48, 56, 64, 0.7);
    text-decoration: none;
}
[dir="ltr"] .btn-link:hover {
    color: rgba(15, 18, 20, 0.7);
    text-decoration: underline;
}
[dir="ltr"] .btn-link.focus,
[dir="ltr"] .btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}
[dir="ltr"] .btn-link.disabled,
[dir="ltr"] .btn-link:disabled {
    color: #868e96;
    pointer-events: none;
}
[dir="ltr"] .btn-group-lg > .btn,
[dir="ltr"] .btn-lg {
    padding: 0.5rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
[dir="ltr"] .btn-group-sm > .btn,
[dir="ltr"] .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
[dir="ltr"] .btn-block {
    display: block;
    width: 100%;
}
[dir="ltr"] .btn-block + .btn-block {
    margin-top: 0.5rem;
}
[dir="ltr"] input[type="button"].btn-block,
[dir="ltr"] input[type="reset"].btn-block,
[dir="ltr"] input[type="submit"].btn-block {
    width: 100%;
}
[dir="ltr"] .fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .fade {
        transition: none;
    }
}
[dir="ltr"] .fade:not(.show) {
    opacity: 0;
}
[dir="ltr"] .collapse:not(.show) {
    display: none;
}
[dir="ltr"] .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .collapsing {
        transition: none;
    }
}
[dir="ltr"] .dropdown,
[dir="ltr"] .dropleft,
[dir="ltr"] .dropright,
[dir="ltr"] .dropup {
    position: relative;
}
[dir="ltr"] .dropdown-toggle {
    white-space: nowrap;
}
[dir="ltr"] .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;
}
[dir="ltr"] .dropdown-toggle:empty:after {
    margin-left: 0;
}
[dir="ltr"] .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.5rem 0 0;
    font-size: 1rem;
    color: #303840;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
}
[dir="ltr"] .dropdown-menu-left {
    right: auto;
    left: 0;
}
[dir="ltr"] .dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 374px) {
    [dir="ltr"] .dropdown-menu-i8-left {
        right: auto;
        left: 0;
    }
    [dir="ltr"] .dropdown-menu-i8-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .dropdown-menu-i8-plus-left {
        right: auto;
        left: 0;
    }
    [dir="ltr"] .dropdown-menu-i8-plus-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    [dir="ltr"] .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    [dir="ltr"] .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    [dir="ltr"] .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    [dir="ltr"] .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .dropdown-menu-xxl-left {
        right: auto;
        left: 0;
    }
    [dir="ltr"] .dropdown-menu-xxl-right {
        right: 0;
        left: auto;
    }
}
[dir="ltr"] .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
[dir="ltr"] .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;
}
[dir="ltr"] .dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
[dir="ltr"] .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.5rem;
}
[dir="ltr"] .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;
}
[dir="ltr"] .dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
[dir="ltr"] .dropright .dropdown-toggle:after {
    vertical-align: 0;
}
[dir="ltr"] .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.5rem;
}
[dir="ltr"] .dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
[dir="ltr"] .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;
}
[dir="ltr"] .dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
[dir="ltr"] .dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
[dir="ltr"] .dropdown-menu[x-placement^="bottom"],
[dir="ltr"] .dropdown-menu[x-placement^="left"],
[dir="ltr"] .dropdown-menu[x-placement^="right"],
[dir="ltr"] .dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
[dir="ltr"] .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
[dir="ltr"] .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: rgba(48, 56, 64, 0.7);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
[dir="ltr"] .dropdown-item:focus,
[dir="ltr"] .dropdown-item:hover {
    color: rgba(48, 56, 64, 0.9);
    text-decoration: none;
    background-color: transparent;
}
[dir="ltr"] .dropdown-item.active,
[dir="ltr"] .dropdown-item:active {
    text-decoration: none;
}
[dir="ltr"] .dropdown-item.disabled,
[dir="ltr"] .dropdown-item:disabled {
    color: rgba(48, 56, 64, 0.3);
    pointer-events: none;
    background-color: transparent;
}
[dir="ltr"] .dropdown-menu.show {
    display: block;
}
[dir="ltr"] .dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap;
}
[dir="ltr"] .dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: rgba(48, 56, 64, 0.7);
}
[dir="ltr"] .btn-group,
[dir="ltr"] .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
[dir="ltr"] .btn-group-vertical > .btn,
[dir="ltr"] .btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
[dir="ltr"] .btn-group-vertical > .btn.active,
[dir="ltr"] .btn-group-vertical > .btn:active,
[dir="ltr"] .btn-group-vertical > .btn:focus,
[dir="ltr"] .btn-group-vertical > .btn:hover,
[dir="ltr"] .btn-group > .btn.active,
[dir="ltr"] .btn-group > .btn:active,
[dir="ltr"] .btn-group > .btn:focus,
[dir="ltr"] .btn-group > .btn:hover {
    z-index: 1;
}
[dir="ltr"] .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
[dir="ltr"] .btn-toolbar .input-group {
    width: auto;
}
[dir="ltr"] .btn-group > .btn-group:not(:first-child),
[dir="ltr"] .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
[dir="ltr"] .btn-group > .btn-group:not(:last-child) > .btn,
[dir="ltr"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group > .btn-group:not(:first-child) > .btn,
[dir="ltr"] .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="ltr"] .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
[dir="ltr"] .dropdown-toggle-split:after,
[dir="ltr"] .dropright .dropdown-toggle-split:after,
[dir="ltr"] .dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
[dir="ltr"] .dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
[dir="ltr"] .btn-group-sm > .btn + .dropdown-toggle-split,
[dir="ltr"] .btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
[dir="ltr"] .btn-group-lg > .btn + .dropdown-toggle-split,
[dir="ltr"] .btn-lg + .dropdown-toggle-split {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
[dir="ltr"] .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
[dir="ltr"] .btn-group-vertical > .btn,
[dir="ltr"] .btn-group-vertical > .btn-group {
    width: 100%;
}
[dir="ltr"] .btn-group-vertical > .btn-group:not(:first-child),
[dir="ltr"] .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
[dir="ltr"] .btn-group-vertical > .btn-group:not(:last-child) > .btn,
[dir="ltr"] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group-vertical > .btn-group:not(:first-child) > .btn,
[dir="ltr"] .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[dir="ltr"] .btn-group-toggle > .btn,
[dir="ltr"] .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
[dir="ltr"] .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
[dir="ltr"] .btn-group-toggle > .btn-group > .btn input[type="radio"],
[dir="ltr"] .btn-group-toggle > .btn input[type="checkbox"],
[dir="ltr"] .btn-group-toggle > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
[dir="ltr"] .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
[dir="ltr"] .input-group > .custom-file,
[dir="ltr"] .input-group > .custom-select,
[dir="ltr"] .input-group > .form-control,
[dir="ltr"] .input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
[dir="ltr"] .input-group > .custom-file + .custom-file,
[dir="ltr"] .input-group > .custom-file + .custom-select,
[dir="ltr"] .input-group > .custom-file + .form-control,
[dir="ltr"] .input-group > .custom-select + .custom-file,
[dir="ltr"] .input-group > .custom-select + .custom-select,
[dir="ltr"] .input-group > .custom-select + .form-control,
[dir="ltr"] .input-group > .form-control + .custom-file,
[dir="ltr"] .input-group > .form-control + .custom-select,
[dir="ltr"] .input-group > .form-control + .form-control,
[dir="ltr"] .input-group > .form-control-plaintext + .custom-file,
[dir="ltr"] .input-group > .form-control-plaintext + .custom-select,
[dir="ltr"] .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
[dir="ltr"] .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
[dir="ltr"] .input-group > .custom-select:focus,
[dir="ltr"] .input-group > .form-control:focus {
    z-index: 3;
}
[dir="ltr"] .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
[dir="ltr"] .input-group > .custom-select:not(:last-child),
[dir="ltr"] .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="ltr"] .input-group > .custom-select:not(:first-child),
[dir="ltr"] .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="ltr"] .input-group > .custom-file {
    display: flex;
    align-items: center;
}
[dir="ltr"] .input-group > .custom-file:not(:last-child) .custom-file-label,
[dir="ltr"] .input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="ltr"] .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="ltr"] .input-group-append,
[dir="ltr"] .input-group-prepend {
    display: flex;
}
[dir="ltr"] .input-group-append .btn,
[dir="ltr"] .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
[dir="ltr"] .input-group-append .btn:focus,
[dir="ltr"] .input-group-prepend .btn:focus {
    z-index: 3;
}
[dir="ltr"] .input-group-append .btn + .btn,
[dir="ltr"] .input-group-append .btn + .input-group-text,
[dir="ltr"] .input-group-append .input-group-text + .btn,
[dir="ltr"] .input-group-append .input-group-text + .input-group-text,
[dir="ltr"] .input-group-prepend .btn + .btn,
[dir="ltr"] .input-group-prepend .btn + .input-group-text,
[dir="ltr"] .input-group-prepend .input-group-text + .btn,
[dir="ltr"] .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
[dir="ltr"] .input-group-prepend {
    margin-right: -1px;
}
[dir="ltr"] .input-group-append {
    margin-left: -1px;
}
[dir="ltr"] .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303840;
    text-align: center;
    white-space: nowrap;
    background-color: #edf0f2;
    border: 1px solid #edf0f2;
    border-radius: 0.25rem;
}
[dir="ltr"] .input-group-text input[type="checkbox"],
[dir="ltr"] .input-group-text input[type="radio"] {
    margin-top: 0;
}
[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-lg > .form-control,
[dir="ltr"] .input-group-lg > .input-group-append > .btn,
[dir="ltr"] .input-group-lg > .input-group-append > .input-group-text,
[dir="ltr"] .input-group-lg > .input-group-prepend > .btn,
[dir="ltr"] .input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
[dir="ltr"] .input-group-sm > .custom-select,
[dir="ltr"] .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
[dir="ltr"] .input-group-sm > .custom-select,
[dir="ltr"] .input-group-sm > .form-control,
[dir="ltr"] .input-group-sm > .input-group-append > .btn,
[dir="ltr"] .input-group-sm > .input-group-append > .input-group-text,
[dir="ltr"] .input-group-sm > .input-group-prepend > .btn,
[dir="ltr"] .input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
[dir="ltr"] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[dir="ltr"] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
[dir="ltr"] .input-group > .input-group-append:not(:last-child) > .btn,
[dir="ltr"] .input-group > .input-group-append:not(:last-child) > .input-group-text,
[dir="ltr"] .input-group > .input-group-prepend > .btn,
[dir="ltr"] .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="ltr"] .input-group > .input-group-append > .btn,
[dir="ltr"] .input-group > .input-group-append > .input-group-text,
[dir="ltr"] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
[dir="ltr"] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
[dir="ltr"] .input-group > .input-group-prepend:not(:first-child) > .btn,
[dir="ltr"] .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="ltr"] .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
[dir="ltr"] .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
[dir="ltr"] .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
[dir="ltr"] .custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #2c84dd;
    background-color: #2c84dd;
}
[dir="ltr"] .custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #2c84dd;
}
[dir="ltr"] .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #e7ebee;
}
[dir="ltr"] .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #c6def6;
    border-color: #c6def6;
}
[dir="ltr"] .custom-control-input:disabled ~ .custom-control-label {
    color: #868e96;
}
[dir="ltr"] .custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef;
}
[dir="ltr"] .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
[dir="ltr"] .custom-control-label:before {
    pointer-events: none;
    background-color: #edf0f2;
    border: 1px solid #edf0f2;
}
[dir="ltr"] .custom-control-label:after,
[dir="ltr"] .custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
[dir="ltr"] .custom-control-label:after {
    background: no-repeat 50%/50% 50%;
}
[dir="ltr"] .custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
[dir="ltr"] .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
[dir="ltr"] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #2c84dd;
    background-color: #2c84dd;
}
[dir="ltr"] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
[dir="ltr"] .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(44, 132, 221, 0.5);
}
[dir="ltr"] .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(44, 132, 221, 0.5);
}
[dir="ltr"] .custom-radio .custom-control-label:before {
    border-radius: 50%;
}
[dir="ltr"] .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
[dir="ltr"] .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(44, 132, 221, 0.5);
}
[dir="ltr"] .custom-switch {
    padding-left: 2.25rem;
}
[dir="ltr"] .custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
[dir="ltr"] .custom-switch .custom-control-label:after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #edf0f2;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 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;
    transition: transform 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, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .custom-switch .custom-control-label:after {
        transition: none;
    }
}
[dir="ltr"] .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #edf0f2;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}
[dir="ltr"] .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(44, 132, 221, 0.5);
}
[dir="ltr"] .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1.75rem 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303840;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(48, 56, 64, 0.5)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px !important;
    background-color: #edf0f2 !important;
    border: 1px solid #edf0f2;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[dir="ltr"] .custom-select:focus {
    border-color: #2c84dd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 132, 221, 0.25);
}
[dir="ltr"] .custom-select:focus::-ms-value {
    color: #303840;
    background-color: #edf0f2;
}
[dir="ltr"] .custom-select[multiple],
[dir="ltr"] .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
[dir="ltr"] .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef;
}
[dir="ltr"] .custom-select::-ms-expand {
    display: none;
}
[dir="ltr"] .custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
[dir="ltr"] .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
[dir="ltr"] .custom-file {
    display: inline-block;
    margin-bottom: 0;
}
[dir="ltr"] .custom-file,
[dir="ltr"] .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
}
[dir="ltr"] .custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}
[dir="ltr"] .custom-file-input:focus ~ .custom-file-label {
    border-color: #e7ebee;
    box-shadow: 0 0 0 0.2rem rgba(44, 132, 221, 0.25);
}
[dir="ltr"] .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
[dir="ltr"] .custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}
[dir="ltr"] .custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse);
}
[dir="ltr"] .custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1rem + 2px);
    font-weight: 400;
    color: #303840;
    background-color: #edf0f2;
    border: 1px solid #edf0f2;
    border-radius: 0.25rem;
}
[dir="ltr"] .custom-file-label,
[dir="ltr"] .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.75rem;
    line-height: 1.5;
}
[dir="ltr"] .custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    color: #fff;
    content: "Browse";
    background-color: #868e96;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
[dir="ltr"] .custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[dir="ltr"] .custom-range:focus {
    outline: none;
}
[dir="ltr"] .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 0.2rem rgba(44, 132, 221, 0.25);
}
[dir="ltr"] .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 0.2rem rgba(44, 132, 221, 0.25);
}
[dir="ltr"] .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 0.2rem rgba(44, 132, 221, 0.25);
}
[dir="ltr"] .custom-range::-moz-focus-outer {
    border: 0;
}
[dir="ltr"] .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #2c84dd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}
[dir="ltr"] .custom-range::-webkit-slider-thumb:active {
    background-color: #c6def6;
}
[dir="ltr"] .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
[dir="ltr"] .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2c84dd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .custom-range::-moz-range-thumb {
        transition: none;
    }
}
[dir="ltr"] .custom-range::-moz-range-thumb:active {
    background-color: #c6def6;
}
[dir="ltr"] .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
[dir="ltr"] .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #2c84dd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .custom-range::-ms-thumb {
        transition: none;
    }
}
[dir="ltr"] .custom-range::-ms-thumb:active {
    background-color: #c6def6;
}
[dir="ltr"] .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
[dir="ltr"] .custom-range::-ms-fill-lower,
[dir="ltr"] .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}
[dir="ltr"] .custom-range::-ms-fill-upper {
    margin-right: 15px;
}
[dir="ltr"] .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
[dir="ltr"] .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
[dir="ltr"] .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
[dir="ltr"] .custom-range:disabled::-moz-range-track {
    cursor: default;
}
[dir="ltr"] .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
[dir="ltr"] .custom-control-label:before,
[dir="ltr"] .custom-file-label,
[dir="ltr"] .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .custom-control-label:before,
    [dir="ltr"] .custom-file-label,
    [dir="ltr"] .custom-select {
        transition: none;
    }
}
[dir="ltr"] .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
[dir="ltr"] .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
[dir="ltr"] .nav-link:focus,
[dir="ltr"] .nav-link:hover {
    text-decoration: none;
}
[dir="ltr"] .nav-link.disabled {
    color: #868e96;
    pointer-events: none;
    cursor: default;
}
[dir="ltr"] .nav-tabs {
    border-bottom: 1px solid #ebeff2;
}
[dir="ltr"] .nav-tabs .nav-item {
    margin-bottom: -1px;
}
[dir="ltr"] .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
[dir="ltr"] .nav-tabs .nav-link:focus,
[dir="ltr"] .nav-tabs .nav-link:hover {
    border-color: transparent transparent #ebeff2;
}
[dir="ltr"] .nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}
[dir="ltr"] .nav-tabs .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs .nav-link.active {
    color: #303840;
    background-color: #f5f7fa;
    border-color: transparent transparent #f5f7fa;
}
[dir="ltr"] .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[dir="ltr"] .nav-pills .nav-link {
    border-radius: 0.25rem;
}
[dir="ltr"] .nav-pills .nav-link.active,
[dir="ltr"] .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2c84dd;
}
[dir="ltr"] .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
[dir="ltr"] .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
[dir="ltr"] .tab-content > .tab-pane {
    display: none;
}
[dir="ltr"] .tab-content > .active {
    display: block;
}
[dir="ltr"] .navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
[dir="ltr"] .navbar,
[dir="ltr"] .navbar > .container,
[dir="ltr"] .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
[dir="ltr"] .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
[dir="ltr"] .navbar-brand:focus,
[dir="ltr"] .navbar-brand:hover {
    text-decoration: none;
}
[dir="ltr"] .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
[dir="ltr"] .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
[dir="ltr"] .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
[dir="ltr"] .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
[dir="ltr"] .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
[dir="ltr"] .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
[dir="ltr"] .navbar-toggler:focus,
[dir="ltr"] .navbar-toggler:hover {
    text-decoration: none;
}
[dir="ltr"] .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
}
@media (max-width: 373.98px) {
    [dir="ltr"] .navbar-expand-i8 > .container,
    [dir="ltr"] .navbar-expand-i8 > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 374px) {
    [dir="ltr"] .navbar-expand-i8 {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    [dir="ltr"] .navbar-expand-i8 .navbar-nav {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-i8 .navbar-nav .dropdown-menu {
        position: absolute;
    }
    [dir="ltr"] .navbar-expand-i8 .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    [dir="ltr"] .navbar-expand-i8 > .container,
    [dir="ltr"] .navbar-expand-i8 > .container-fluid {
        flex-wrap: nowrap;
    }
    [dir="ltr"] .navbar-expand-i8 .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    [dir="ltr"] .navbar-expand-i8 .navbar-toggler {
        display: none;
    }
}
@media (max-width: 412.98px) {
    [dir="ltr"] .navbar-expand-i8-plus > .container,
    [dir="ltr"] .navbar-expand-i8-plus > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .navbar-expand-i8-plus {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    [dir="ltr"] .navbar-expand-i8-plus .navbar-nav {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-i8-plus .navbar-nav .dropdown-menu {
        position: absolute;
    }
    [dir="ltr"] .navbar-expand-i8-plus .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    [dir="ltr"] .navbar-expand-i8-plus > .container,
    [dir="ltr"] .navbar-expand-i8-plus > .container-fluid {
        flex-wrap: nowrap;
    }
    [dir="ltr"] .navbar-expand-i8-plus .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    [dir="ltr"] .navbar-expand-i8-plus .navbar-toggler {
        display: none;
    }
}
@media (max-width: 575.98px) {
    [dir="ltr"] .navbar-expand-sm > .container,
    [dir="ltr"] .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    [dir="ltr"] .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    [dir="ltr"] .navbar-expand-sm > .container,
    [dir="ltr"] .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }
    [dir="ltr"] .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    [dir="ltr"] .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    [dir="ltr"] .navbar-expand-md > .container,
    [dir="ltr"] .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    [dir="ltr"] .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    [dir="ltr"] .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    [dir="ltr"] .navbar-expand-md > .container,
    [dir="ltr"] .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }
    [dir="ltr"] .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    [dir="ltr"] .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    [dir="ltr"] .navbar-expand-lg > .container,
    [dir="ltr"] .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    [dir="ltr"] .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    [dir="ltr"] .navbar-expand-lg > .container,
    [dir="ltr"] .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }
    [dir="ltr"] .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    [dir="ltr"] .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    [dir="ltr"] .navbar-expand-xl > .container,
    [dir="ltr"] .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    [dir="ltr"] .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    [dir="ltr"] .navbar-expand-xl > .container,
    [dir="ltr"] .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }
    [dir="ltr"] .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    [dir="ltr"] .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1365.98px) {
    [dir="ltr"] .navbar-expand-xxl > .container,
    [dir="ltr"] .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    [dir="ltr"] .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    [dir="ltr"] .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    [dir="ltr"] .navbar-expand-xxl > .container,
    [dir="ltr"] .navbar-expand-xxl > .container-fluid {
        flex-wrap: nowrap;
    }
    [dir="ltr"] .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    [dir="ltr"] .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}
[dir="ltr"] .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
[dir="ltr"] .navbar-expand > .container,
[dir="ltr"] .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
[dir="ltr"] .navbar-expand .navbar-nav {
    flex-direction: row;
}
[dir="ltr"] .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
[dir="ltr"] .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
[dir="ltr"] .navbar-expand > .container,
[dir="ltr"] .navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}
[dir="ltr"] .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
[dir="ltr"] .navbar-expand .navbar-toggler {
    display: none;
}
[dir="ltr"] .navbar-light .navbar-brand,
[dir="ltr"] .navbar-light .navbar-brand:focus,
[dir="ltr"] .navbar-light .navbar-brand:hover {
    color: rgba(48, 56, 64, 0.9);
}
[dir="ltr"] .navbar-light .navbar-nav .nav-link {
    color: rgba(48, 56, 64, 0.5);
}
[dir="ltr"] .navbar-light .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(48, 56, 64, 0.7);
}
[dir="ltr"] .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(48, 56, 64, 0.3);
}
[dir="ltr"] .navbar-light .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-light .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-light .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(48, 56, 64, 0.9);
}
[dir="ltr"] .navbar-light .navbar-toggler {
    color: rgba(48, 56, 64, 0.5);
    border-color: rgba(48, 56, 64, 0.1);
}
[dir="ltr"] .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(48, 56, 64, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
[dir="ltr"] .navbar-light .navbar-text {
    color: rgba(48, 56, 64, 0.5);
}
[dir="ltr"] .navbar-light .navbar-text a,
[dir="ltr"] .navbar-light .navbar-text a:focus,
[dir="ltr"] .navbar-light .navbar-text a:hover {
    color: rgba(48, 56, 64, 0.9);
}
[dir="ltr"] .navbar-dark .navbar-brand,
[dir="ltr"] .navbar-dark .navbar-brand:focus,
[dir="ltr"] .navbar-dark .navbar-brand:hover {
    color: #fff;
}
[dir="ltr"] .navbar-dark .navbar-nav .nav-link {
    color: #858d94;
}
[dir="ltr"] .navbar-dark .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
[dir="ltr"] .navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
[dir="ltr"] .navbar-dark .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
[dir="ltr"] .navbar-dark .navbar-toggler {
    color: #858d94;
    border-color: hsla(0, 0%, 100%, 0.1);
}
[dir="ltr"] .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23858D94' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
[dir="ltr"] .navbar-dark .navbar-text {
    color: #858d94;
}
[dir="ltr"] .navbar-dark .navbar-text a,
[dir="ltr"] .navbar-dark .navbar-text a:focus,
[dir="ltr"] .navbar-dark .navbar-text a:hover {
    color: #fff;
}
[dir="ltr"] .card,
[dir="ltr"] .card-nav .tab-content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #ebeff2;
    border-radius: 0.25rem;
}
[dir="ltr"] .card-nav .tab-content > hr,
[dir="ltr"] .card > hr {
    margin-right: 0;
    margin-left: 0;
}
[dir="ltr"] .card-nav .tab-content > .list-group:first-child .list-group-item:first-child,
[dir="ltr"] .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
[dir="ltr"] .card-nav .tab-content > .list-group:last-child .list-group-item:last-child,
[dir="ltr"] .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .card-body {
    flex: 1 1 auto;
    padding: 1rem;
}
[dir="ltr"] .card-title {
    margin-bottom: 1rem;
}
[dir="ltr"] .card-subtitle {
    margin-top: -0.5rem;
}
[dir="ltr"] .card-subtitle,
[dir="ltr"] .card-text:last-child {
    margin-bottom: 0;
}
[dir="ltr"] .card-link:hover {
    text-decoration: none;
}
[dir="ltr"] .card-link + .card-link {
    margin-left: 1rem;
}
[dir="ltr"] .card-header {
    padding: 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid #ebeff2;
}
[dir="ltr"] .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0;
}
[dir="ltr"] .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
[dir="ltr"] .card-footer {
    padding: 1rem;
    background-color: #fff;
    border-top: 0 solid #ebeff2;
}
[dir="ltr"] .card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem;
}
[dir="ltr"] .card-header-tabs {
    margin-bottom: -1rem;
    border-bottom: 0;
}
[dir="ltr"] .card-header-pills,
[dir="ltr"] .card-header-tabs {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
[dir="ltr"] .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
[dir="ltr"] .card-img {
    width: 100%;
    border-radius: 0.25rem;
}
[dir="ltr"] .card-img-top {
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
[dir="ltr"] .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .card-deck {
    display: flex;
    flex-direction: column;
}
[dir="ltr"] .card-deck .card,
[dir="ltr"] .card-deck .card-nav .tab-content,
[dir="ltr"] .card-nav .card-deck .tab-content {
    margin-bottom: 12px;
}
@media (min-width: 576px) {
    [dir="ltr"] .card-deck {
        flex-flow: row wrap;
        margin-right: -12px;
        margin-left: -12px;
    }
    [dir="ltr"] .card-deck .card,
    [dir="ltr"] .card-deck .card-nav .tab-content,
    [dir="ltr"] .card-nav .card-deck .tab-content {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 12px;
        margin-bottom: 0;
        margin-left: 12px;
    }
}
[dir="ltr"] .card-group {
    display: flex;
    flex-direction: column;
}
[dir="ltr"] .card-group > .card,
[dir="ltr"] .card-nav .card-group > .tab-content {
    margin-bottom: 12px;
}
@media (min-width: 576px) {
    [dir="ltr"] .card-group {
        flex-flow: row wrap;
    }
    [dir="ltr"] .card-group > .card,
    [dir="ltr"] .card-nav .card-group > .tab-content {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    [dir="ltr"] .card-group > .card + .card,
    [dir="ltr"] .card-nav .card-group > .card + .tab-content,
    [dir="ltr"] .card-nav .card-group > .tab-content + .card,
    [dir="ltr"] .card-nav .card-group > .tab-content + .tab-content {
        margin-left: 0;
        border-left: 0;
    }
    [dir="ltr"] .card-group > .card:not(:last-child),
    [dir="ltr"] .card-nav .card-group > .tab-content:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    [dir="ltr"] .card-group > .card:not(:last-child) .card-header,
    [dir="ltr"] .card-group > .card:not(:last-child) .card-img-top,
    [dir="ltr"] .card-nav .card-group > .tab-content:not(:last-child) .card-header,
    [dir="ltr"] .card-nav .card-group > .tab-content:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    [dir="ltr"] .card-group > .card:not(:last-child) .card-footer,
    [dir="ltr"] .card-group > .card:not(:last-child) .card-img-bottom,
    [dir="ltr"] .card-nav .card-group > .tab-content:not(:last-child) .card-footer,
    [dir="ltr"] .card-nav .card-group > .tab-content:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    [dir="ltr"] .card-group > .card:not(:first-child),
    [dir="ltr"] .card-nav .card-group > .tab-content:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    [dir="ltr"] .card-group > .card:not(:first-child) .card-header,
    [dir="ltr"] .card-group > .card:not(:first-child) .card-img-top,
    [dir="ltr"] .card-nav .card-group > .tab-content:not(:first-child) .card-header,
    [dir="ltr"] .card-nav .card-group > .tab-content:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    [dir="ltr"] .card-group > .card:not(:first-child) .card-footer,
    [dir="ltr"] .card-group > .card:not(:first-child) .card-img-bottom,
    [dir="ltr"] .card-nav .card-group > .tab-content:not(:first-child) .card-footer,
    [dir="ltr"] .card-nav .card-group > .tab-content:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
[dir="ltr"] .card-columns .card,
[dir="ltr"] .card-columns .card-nav .tab-content,
[dir="ltr"] .card-nav .card-columns .tab-content {
    margin-bottom: 1rem;
}
@media (min-width: 576px) {
    [dir="ltr"] .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 24px;
        column-gap: 24px;
        orphans: 1;
        widows: 1;
    }
    [dir="ltr"] .card-columns .card,
    [dir="ltr"] .card-columns .card-nav .tab-content,
    [dir="ltr"] .card-nav .card-columns .tab-content {
        display: inline-block;
        width: 100%;
    }
}
[dir="ltr"] .accordion > .card,
[dir="ltr"] .card-nav .accordion > .tab-content {
    overflow: hidden;
}
[dir="ltr"] .accordion > .card:not(:first-of-type) .card-header:first-child,
[dir="ltr"] .card-nav .accordion > .tab-content:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
[dir="ltr"] .accordion > .card:not(:first-of-type):not(:last-of-type),
[dir="ltr"] .card-nav .accordion > .tab-content:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
[dir="ltr"] .accordion > .card:first-of-type,
[dir="ltr"] .card-nav .accordion > .tab-content:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="ltr"] .accordion > .card:last-of-type,
[dir="ltr"] .card-nav .accordion > .tab-content:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[dir="ltr"] .accordion > .card .card-header,
[dir="ltr"] .card-nav .accordion > .tab-content .card-header {
    margin-bottom: 0;
}
[dir="ltr"] .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ebeff2;
    content: "/";
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}
[dir="ltr"] .breadcrumb-item.active {
    color: #868e96;
}
[dir="ltr"] .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
[dir="ltr"] .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgba(48, 56, 64, 0.7);
    background-color: transparent;
    border: 1px solid #dee2e6;
}
[dir="ltr"] .page-link:hover {
    z-index: 2;
    color: rgba(15, 18, 20, 0.7);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
[dir="ltr"] .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 132, 221, 0.25);
}
[dir="ltr"] .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
[dir="ltr"] .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .page-item.disabled .page-link {
    color: #cfcfcf;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: #dee2e6;
}
[dir="ltr"] .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
[dir="ltr"] .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
[dir="ltr"] .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
[dir="ltr"] .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
[dir="ltr"] .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
[dir="ltr"] .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.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) {
    [dir="ltr"] .badge {
        transition: none;
    }
}
[dir="ltr"] a.badge:focus,
[dir="ltr"] a.badge:hover {
    text-decoration: none;
}
[dir="ltr"] .badge:empty {
    display: none;
}
[dir="ltr"] .btn .badge {
    position: relative;
    top: -1px;
}
[dir="ltr"] .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
[dir="ltr"] .badge-primary {
    color: #fff;
    background-color: #2c84dd;
}
[dir="ltr"] a.badge-primary:focus,
[dir="ltr"] a.badge-primary:hover {
    color: #fff;
    background-color: #1e6bb8;
}
[dir="ltr"] a.badge-primary.focus,
[dir="ltr"] a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 132, 221, 0.5);
}
[dir="ltr"] .badge-secondary {
    color: #fff;
    background-color: #868e96;
}
[dir="ltr"] a.badge-secondary:focus,
[dir="ltr"] a.badge-secondary:hover {
    color: #fff;
    background-color: #6c757d;
}
[dir="ltr"] a.badge-secondary.focus,
[dir="ltr"] a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
[dir="ltr"] .badge-success {
    color: #212529;
    background-color: #77c13a;
}
[dir="ltr"] a.badge-success:focus,
[dir="ltr"] a.badge-success:hover {
    color: #212529;
    background-color: #5f9a2e;
}
[dir="ltr"] a.badge-success.focus,
[dir="ltr"] a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(119, 193, 58, 0.5);
}
[dir="ltr"] .badge-info {
    color: #fff;
    background-color: #17a2b8;
}
[dir="ltr"] a.badge-info:focus,
[dir="ltr"] a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}
[dir="ltr"] a.badge-info.focus,
[dir="ltr"] a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
[dir="ltr"] .badge-warning {
    color: #212529;
    background-color: #f98437;
}
[dir="ltr"] a.badge-warning:focus,
[dir="ltr"] a.badge-warning:hover {
    color: #212529;
    background-color: #f66607;
}
[dir="ltr"] a.badge-warning.focus,
[dir="ltr"] a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(249, 132, 55, 0.5);
}
[dir="ltr"] .badge-danger {
    color: #fff;
    background-color: #d9534f;
}
[dir="ltr"] a.badge-danger:focus,
[dir="ltr"] a.badge-danger:hover {
    color: #fff;
    background-color: #c9302c;
}
[dir="ltr"] a.badge-danger.focus,
[dir="ltr"] a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}
[dir="ltr"] .badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
[dir="ltr"] a.badge-light:focus,
[dir="ltr"] a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}
[dir="ltr"] a.badge-light.focus,
[dir="ltr"] a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
[dir="ltr"] .badge-dark {
    color: #fff;
    background-color: #1d2126;
}
[dir="ltr"] a.badge-dark:focus,
[dir="ltr"] a.badge-dark:hover {
    color: #fff;
    background-color: #070809;
}
[dir="ltr"] a.badge-dark.focus,
[dir="ltr"] a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 33, 38, 0.5);
}
[dir="ltr"] .badge-accent {
    color: #fff;
    background-color: #ed0b4c;
}
[dir="ltr"] a.badge-accent:focus,
[dir="ltr"] a.badge-accent:hover {
    color: #fff;
    background-color: #bc093c;
}
[dir="ltr"] a.badge-accent.focus,
[dir="ltr"] a.badge-accent:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .badge-primary-light {
    color: #212529;
    background-color: #9cf;
}
[dir="ltr"] a.badge-primary-light:focus,
[dir="ltr"] a.badge-primary-light:hover {
    color: #212529;
    background-color: #66b3ff;
}
[dir="ltr"] a.badge-primary-light.focus,
[dir="ltr"] a.badge-primary-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 255, 0.5);
}
[dir="ltr"] .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
@media (min-width: 576px) {
    [dir="ltr"] .jumbotron {
        padding: 4rem 2rem;
    }
}
[dir="ltr"] .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
[dir="ltr"] .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
[dir="ltr"] .alert-heading {
    color: inherit;
}
[dir="ltr"] .alert-link {
    font-weight: 500;
}
[dir="ltr"] .alert-dismissible {
    padding-right: 4rem;
}
[dir="ltr"] .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
[dir="ltr"] .alert-primary {
    color: #2e6092;
    background-color: #d5e6f8;
    border-color: #c4ddf5;
}
[dir="ltr"] .alert-primary hr {
    border-top-color: #aed0f1;
}
[dir="ltr"] .alert-primary .alert-link {
    color: #22476b;
}
[dir="ltr"] .alert-secondary {
    color: #5d656d;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}
[dir="ltr"] .alert-secondary hr {
    border-top-color: #cfd2d6;
}
[dir="ltr"] .alert-secondary .alert-link {
    color: #464c51;
}
[dir="ltr"] .alert-success {
    color: #557f3d;
    background-color: #e4f3d8;
    border-color: #d9eec8;
}
[dir="ltr"] .alert-success hr {
    border-top-color: #cce8b5;
}
[dir="ltr"] .alert-success .alert-link {
    color: #3e5d2c;
}
[dir="ltr"] .alert-info {
    color: #236f7e;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
[dir="ltr"] .alert-info hr {
    border-top-color: #abdde5;
}
[dir="ltr"] .alert-info .alert-link {
    color: #184c56;
}
[dir="ltr"] .alert-warning {
    color: #99603b;
    background-color: #fee6d7;
    border-color: #fdddc7;
}
[dir="ltr"] .alert-warning hr {
    border-top-color: #fcceae;
}
[dir="ltr"] .alert-warning .alert-link {
    color: #74492d;
}
[dir="ltr"] .alert-danger {
    color: #884648;
    background-color: #f7dddc;
    border-color: #f4cfce;
}
[dir="ltr"] .alert-danger hr {
    border-top-color: #efbbb9;
}
[dir="ltr"] .alert-danger .alert-link {
    color: #663536;
}
[dir="ltr"] .alert-light {
    color: #989ca1;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
[dir="ltr"] .alert-light hr {
    border-top-color: #ececf6;
}
[dir="ltr"] .alert-light .alert-link {
    color: #7d8289;
}
[dir="ltr"] .alert-dark {
    color: #262c32;
    background-color: #d2d3d4;
    border-color: #c0c1c2;
}
[dir="ltr"] .alert-dark hr {
    border-top-color: #b3b4b5;
}
[dir="ltr"] .alert-dark .alert-link {
    color: #101315;
}
[dir="ltr"] .alert-accent {
    color: #922146;
    background-color: #fbcedb;
    border-color: #fabbcd;
}
[dir="ltr"] .alert-accent hr {
    border-top-color: #f8a3bc;
}
[dir="ltr"] .alert-accent .alert-link {
    color: #681832;
}
[dir="ltr"] .alert-primary-light {
    color: #6785a3;
    background-color: #ebf5ff;
    border-color: #e2f1ff;
}
[dir="ltr"] .alert-primary-light hr {
    border-top-color: #c9e5ff;
}
[dir="ltr"] .alert-primary-light .alert-link {
    color: #516c86;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
[dir="ltr"] .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
[dir="ltr"] .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #2c84dd;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .progress-bar {
        transition: none;
    }
}
[dir="ltr"] .progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}
[dir="ltr"] .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
[dir="ltr"] .media {
    align-items: flex-start;
}
[dir="ltr"] .media-body {
    flex: 1;
}
[dir="ltr"] .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
[dir="ltr"] .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
[dir="ltr"] .list-group-item-action:focus,
[dir="ltr"] .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
[dir="ltr"] .list-group-item-action:active {
    color: #303840;
    background-color: #e9ecef;
}
[dir="ltr"] .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.5rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ebeff2;
}
[dir="ltr"] .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
[dir="ltr"] .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .list-group-item.disabled,
[dir="ltr"] .list-group-item:disabled {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
}
[dir="ltr"] .list-group-item.active {
    z-index: 2;
    color: #303840;
    background-color: transparent;
    border-color: transparent;
}
[dir="ltr"] .list-group-horizontal {
    flex-direction: row;
}
[dir="ltr"] .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
[dir="ltr"] .list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
[dir="ltr"] .list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
@media (min-width: 374px) {
    [dir="ltr"] .list-group-horizontal-i8 {
        flex-direction: row;
    }
    [dir="ltr"] .list-group-horizontal-i8 .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    [dir="ltr"] .list-group-horizontal-i8 .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    [dir="ltr"] .list-group-horizontal-i8 .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .list-group-horizontal-i8-plus {
        flex-direction: row;
    }
    [dir="ltr"] .list-group-horizontal-i8-plus .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    [dir="ltr"] .list-group-horizontal-i8-plus .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    [dir="ltr"] .list-group-horizontal-i8-plus .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .list-group-horizontal-sm {
        flex-direction: row;
    }
    [dir="ltr"] .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    [dir="ltr"] .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    [dir="ltr"] .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .list-group-horizontal-md {
        flex-direction: row;
    }
    [dir="ltr"] .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    [dir="ltr"] .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    [dir="ltr"] .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .list-group-horizontal-lg {
        flex-direction: row;
    }
    [dir="ltr"] .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    [dir="ltr"] .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    [dir="ltr"] .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .list-group-horizontal-xl {
        flex-direction: row;
    }
    [dir="ltr"] .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    [dir="ltr"] .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    [dir="ltr"] .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .list-group-horizontal-xxl {
        flex-direction: row;
    }
    [dir="ltr"] .list-group-horizontal-xxl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    [dir="ltr"] .list-group-horizontal-xxl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    [dir="ltr"] .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
[dir="ltr"] .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
[dir="ltr"] .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}
[dir="ltr"] .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
[dir="ltr"] .list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
[dir="ltr"] .list-group-item-primary {
    color: #2e6092;
    background-color: #c4ddf5;
}
[dir="ltr"] .list-group-item-primary.list-group-item-action:focus,
[dir="ltr"] .list-group-item-primary.list-group-item-action:hover {
    color: #2e6092;
    background-color: #aed0f1;
}
[dir="ltr"] .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2e6092;
    border-color: #2e6092;
}
[dir="ltr"] .list-group-item-secondary {
    color: #5d656d;
    background-color: #dddfe2;
}
[dir="ltr"] .list-group-item-secondary.list-group-item-action:focus,
[dir="ltr"] .list-group-item-secondary.list-group-item-action:hover {
    color: #5d656d;
    background-color: #cfd2d6;
}
[dir="ltr"] .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #5d656d;
    border-color: #5d656d;
}
[dir="ltr"] .list-group-item-success {
    color: #557f3d;
    background-color: #d9eec8;
}
[dir="ltr"] .list-group-item-success.list-group-item-action:focus,
[dir="ltr"] .list-group-item-success.list-group-item-action:hover {
    color: #557f3d;
    background-color: #cce8b5;
}
[dir="ltr"] .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #557f3d;
    border-color: #557f3d;
}
[dir="ltr"] .list-group-item-info {
    color: #236f7e;
    background-color: #bee5eb;
}
[dir="ltr"] .list-group-item-info.list-group-item-action:focus,
[dir="ltr"] .list-group-item-info.list-group-item-action:hover {
    color: #236f7e;
    background-color: #abdde5;
}
[dir="ltr"] .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #236f7e;
    border-color: #236f7e;
}
[dir="ltr"] .list-group-item-warning {
    color: #99603b;
    background-color: #fdddc7;
}
[dir="ltr"] .list-group-item-warning.list-group-item-action:focus,
[dir="ltr"] .list-group-item-warning.list-group-item-action:hover {
    color: #99603b;
    background-color: #fcceae;
}
[dir="ltr"] .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #99603b;
    border-color: #99603b;
}
[dir="ltr"] .list-group-item-danger {
    color: #884648;
    background-color: #f4cfce;
}
[dir="ltr"] .list-group-item-danger.list-group-item-action:focus,
[dir="ltr"] .list-group-item-danger.list-group-item-action:hover {
    color: #884648;
    background-color: #efbbb9;
}
[dir="ltr"] .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #884648;
    border-color: #884648;
}
[dir="ltr"] .list-group-item-light {
    color: #989ca1;
    background-color: #fdfdfe;
}
[dir="ltr"] .list-group-item-light.list-group-item-action:focus,
[dir="ltr"] .list-group-item-light.list-group-item-action:hover {
    color: #989ca1;
    background-color: #ececf6;
}
[dir="ltr"] .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #989ca1;
    border-color: #989ca1;
}
[dir="ltr"] .list-group-item-dark {
    color: #262c32;
    background-color: #c0c1c2;
}
[dir="ltr"] .list-group-item-dark.list-group-item-action:focus,
[dir="ltr"] .list-group-item-dark.list-group-item-action:hover {
    color: #262c32;
    background-color: #b3b4b5;
}
[dir="ltr"] .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #262c32;
    border-color: #262c32;
}
[dir="ltr"] .list-group-item-accent {
    color: #922146;
    background-color: #fabbcd;
}
[dir="ltr"] .list-group-item-accent.list-group-item-action:focus,
[dir="ltr"] .list-group-item-accent.list-group-item-action:hover {
    color: #922146;
    background-color: #f8a3bc;
}
[dir="ltr"] .list-group-item-accent.list-group-item-action.active {
    color: #fff;
    background-color: #922146;
    border-color: #922146;
}
[dir="ltr"] .list-group-item-primary-light {
    color: #6785a3;
    background-color: #e2f1ff;
}
[dir="ltr"] .list-group-item-primary-light.list-group-item-action:focus,
[dir="ltr"] .list-group-item-primary-light.list-group-item-action:hover {
    color: #6785a3;
    background-color: #c9e5ff;
}
[dir="ltr"] .list-group-item-primary-light.list-group-item-action.active {
    color: #fff;
    background-color: #6785a3;
    border-color: #6785a3;
}
[dir="ltr"] .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #303840;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
[dir="ltr"] .close:hover {
    color: #303840;
    text-decoration: none;
}
[dir="ltr"] .close:not(:disabled):not(.disabled):focus,
[dir="ltr"] .close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
[dir="ltr"] button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[dir="ltr"] a.close.disabled {
    pointer-events: none;
}
[dir="ltr"] .toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(48, 56, 64, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}
[dir="ltr"] .toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
[dir="ltr"] .toast.showing {
    opacity: 1;
}
[dir="ltr"] .toast.show {
    display: block;
    opacity: 1;
}
[dir="ltr"] .toast.hide {
    display: none;
}
[dir="ltr"] .toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #868e96;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
[dir="ltr"] .toast-body {
    padding: 0.75rem;
}
[dir="ltr"] .modal-open {
    overflow: hidden;
}
[dir="ltr"] .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
[dir="ltr"] .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
[dir="ltr"] .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
[dir="ltr"] .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .modal.fade .modal-dialog {
        transition: none;
    }
}
[dir="ltr"] .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
[dir="ltr"] .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
[dir="ltr"] .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
[dir="ltr"] .modal-dialog-scrollable .modal-footer,
[dir="ltr"] .modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
[dir="ltr"] .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
[dir="ltr"] .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
[dir="ltr"] .modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
[dir="ltr"] .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
[dir="ltr"] .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
[dir="ltr"] .modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
[dir="ltr"] .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(48, 56, 64, 0.2);
    border-radius: 0.25rem;
    outline: 0;
}
[dir="ltr"] .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(48, 56, 64, 0.8);
}
[dir="ltr"] .modal-backdrop.fade {
    opacity: 0;
}
[dir="ltr"] .modal-backdrop.show {
    opacity: 1;
}
[dir="ltr"] .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #ebeff2;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
[dir="ltr"] .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
[dir="ltr"] .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
[dir="ltr"] .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
[dir="ltr"] .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #ebeff2;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
[dir="ltr"] .modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
[dir="ltr"] .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    [dir="ltr"] .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    [dir="ltr"] .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    [dir="ltr"] .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    [dir="ltr"] .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    [dir="ltr"] .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
    }
    [dir="ltr"] .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .modal-lg,
    [dir="ltr"] .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .modal-xl {
        max-width: 1140px;
    }
}
[dir="ltr"] .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0.5rem;
    font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1rem;
    word-wrap: break-word;
    opacity: 0;
}
[dir="ltr"] .tooltip.show {
    opacity: 1;
}
[dir="ltr"] .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
[dir="ltr"] .tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="top"],
[dir="ltr"] .bs-tooltip-top {
    padding: 0.4rem 0;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="top"] .arrow,
[dir="ltr"] .bs-tooltip-top .arrow {
    bottom: 0;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="top"] .arrow:before,
[dir="ltr"] .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fff;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="right"],
[dir="ltr"] .bs-tooltip-right {
    padding: 0 0.4rem;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="right"] .arrow,
[dir="ltr"] .bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="right"] .arrow:before,
[dir="ltr"] .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #fff;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="bottom"],
[dir="ltr"] .bs-tooltip-bottom {
    padding: 0.4rem 0;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="bottom"] .arrow,
[dir="ltr"] .bs-tooltip-bottom .arrow {
    top: 0;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
[dir="ltr"] .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #fff;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="left"],
[dir="ltr"] .bs-tooltip-left {
    padding: 0 0.4rem;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="left"] .arrow,
[dir="ltr"] .bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="left"] .arrow:before,
[dir="ltr"] .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #fff;
}
[dir="ltr"] .tooltip-inner {
    max-width: 200px;
    padding: 1rem 0.5rem;
    color: #303840;
    text-align: center;
    background-color: #fff;
    border-radius: 0.25rem;
}
[dir="ltr"] .popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 304px;
    font-family: Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ebeff2;
    border-radius: 0.25rem;
}
[dir="ltr"] .popover,
[dir="ltr"] .popover .arrow {
    position: absolute;
    display: block;
}
[dir="ltr"] .popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.25rem;
}
[dir="ltr"] .popover .arrow:after,
[dir="ltr"] .popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
[dir="ltr"] .bs-popover-auto[x-placement^="top"],
[dir="ltr"] .bs-popover-top {
    margin-bottom: 0.5rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="top"] > .arrow,
[dir="ltr"] .bs-popover-top > .arrow {
    bottom: calc(-0.5rem + -1px);
}
[dir="ltr"] .bs-popover-auto[x-placement^="top"] > .arrow:before,
[dir="ltr"] .bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #ebeff2;
}
[dir="ltr"] .bs-popover-auto[x-placement^="top"] > .arrow:after,
[dir="ltr"] .bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
[dir="ltr"] .bs-popover-auto[x-placement^="right"],
[dir="ltr"] .bs-popover-right {
    margin-left: 0.5rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow,
[dir="ltr"] .bs-popover-right > .arrow {
    left: calc(-0.5rem + -1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.25rem 0;
}
[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow:before,
[dir="ltr"] .bs-popover-right > .arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #ebeff2;
}
[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow:after,
[dir="ltr"] .bs-popover-right > .arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"],
[dir="ltr"] .bs-popover-bottom {
    margin-top: 0.5rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] > .arrow,
[dir="ltr"] .bs-popover-bottom > .arrow {
    top: calc(-0.5rem + -1px);
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] > .arrow:before,
[dir="ltr"] .bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #ebeff2;
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] > .arrow:after,
[dir="ltr"] .bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] .popover-header:before,
[dir="ltr"] .bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f5f7fa;
}
[dir="ltr"] .bs-popover-auto[x-placement^="left"],
[dir="ltr"] .bs-popover-left {
    margin-right: 0.5rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow,
[dir="ltr"] .bs-popover-left > .arrow {
    right: calc(-0.5rem + -1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.25rem 0;
}
[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow:before,
[dir="ltr"] .bs-popover-left > .arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #ebeff2;
}
[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow:after,
[dir="ltr"] .bs-popover-left > .arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
[dir="ltr"] .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #303840;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e4e9f2;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
[dir="ltr"] .popover-header:empty {
    display: none;
}
[dir="ltr"] .popover-body {
    padding: 0.5rem 0.75rem;
    color: #303840;
}
[dir="ltr"] .carousel {
    position: relative;
}
[dir="ltr"] .carousel.pointer-event {
    touch-action: pan-y;
}
[dir="ltr"] .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
[dir="ltr"] .carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}
[dir="ltr"] .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .carousel-item {
        transition: none;
    }
}
[dir="ltr"] .carousel-item-next,
[dir="ltr"] .carousel-item-prev,
[dir="ltr"] .carousel-item.active {
    display: block;
}
[dir="ltr"] .active.carousel-item-right,
[dir="ltr"] .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
[dir="ltr"] .active.carousel-item-left,
[dir="ltr"] .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
[dir="ltr"] .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
[dir="ltr"] .carousel-fade .carousel-item-next.carousel-item-left,
[dir="ltr"] .carousel-fade .carousel-item-prev.carousel-item-right,
[dir="ltr"] .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
[dir="ltr"] .carousel-fade .active.carousel-item-left,
[dir="ltr"] .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .carousel-fade .active.carousel-item-left,
    [dir="ltr"] .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
[dir="ltr"] .carousel-control-next,
[dir="ltr"] .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .carousel-control-next,
    [dir="ltr"] .carousel-control-prev {
        transition: none;
    }
}
[dir="ltr"] .carousel-control-next:focus,
[dir="ltr"] .carousel-control-next:hover,
[dir="ltr"] .carousel-control-prev:focus,
[dir="ltr"] .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
[dir="ltr"] .carousel-control-prev {
    left: 0;
}
[dir="ltr"] .carousel-control-next {
    right: 0;
}
[dir="ltr"] .carousel-control-next-icon,
[dir="ltr"] .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
[dir="ltr"] .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
[dir="ltr"] .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
[dir="ltr"] .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;
}
[dir="ltr"] .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) {
    [dir="ltr"] .carousel-indicators li {
        transition: none;
    }
}
[dir="ltr"] .carousel-indicators .active {
    opacity: 1;
}
[dir="ltr"] .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 {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
[dir="ltr"] .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}
[dir="ltr"] .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
[dir="ltr"] .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}
[dir="ltr"] .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
[dir="ltr"] .align-baseline {
    vertical-align: baseline !important;
}
[dir="ltr"] .align-top {
    vertical-align: top !important;
}
[dir="ltr"] .align-middle {
    vertical-align: middle !important;
}
[dir="ltr"] .align-bottom {
    vertical-align: bottom !important;
}
[dir="ltr"] .align-text-bottom {
    vertical-align: text-bottom !important;
}
[dir="ltr"] .align-text-top {
    vertical-align: text-top !important;
}
[dir="ltr"] .bg-primary {
    background-color: #2c84dd !important;
}
[dir="ltr"] a.bg-primary:focus,
[dir="ltr"] a.bg-primary:hover,
[dir="ltr"] button.bg-primary:focus,
[dir="ltr"] button.bg-primary:hover {
    background-color: #1e6bb8 !important;
}
[dir="ltr"] .bg-secondary {
    background-color: #868e96 !important;
}
[dir="ltr"] a.bg-secondary:focus,
[dir="ltr"] a.bg-secondary:hover,
[dir="ltr"] button.bg-secondary:focus,
[dir="ltr"] button.bg-secondary:hover {
    background-color: #6c757d !important;
}
[dir="ltr"] .bg-success {
    background-color: #77c13a !important;
}
[dir="ltr"] a.bg-success:focus,
[dir="ltr"] a.bg-success:hover,
[dir="ltr"] button.bg-success:focus,
[dir="ltr"] button.bg-success:hover {
    background-color: #5f9a2e !important;
}
[dir="ltr"] .bg-info {
    background-color: #17a2b8 !important;
}
[dir="ltr"] a.bg-info:focus,
[dir="ltr"] a.bg-info:hover,
[dir="ltr"] button.bg-info:focus,
[dir="ltr"] button.bg-info:hover {
    background-color: #117a8b !important;
}
[dir="ltr"] .bg-warning {
    background-color: #f98437 !important;
}
[dir="ltr"] a.bg-warning:focus,
[dir="ltr"] a.bg-warning:hover,
[dir="ltr"] button.bg-warning:focus,
[dir="ltr"] button.bg-warning:hover {
    background-color: #f66607 !important;
}
[dir="ltr"] .bg-danger {
    background-color: #d9534f !important;
}
[dir="ltr"] a.bg-danger:focus,
[dir="ltr"] a.bg-danger:hover,
[dir="ltr"] button.bg-danger:focus,
[dir="ltr"] button.bg-danger:hover {
    background-color: #c9302c !important;
}
[dir="ltr"] .bg-light {
    background-color: #f8f9fa !important;
}
[dir="ltr"] a.bg-light:focus,
[dir="ltr"] a.bg-light:hover,
[dir="ltr"] button.bg-light:focus,
[dir="ltr"] button.bg-light:hover {
    background-color: #dae0e5 !important;
}
[dir="ltr"] .bg-dark {
    background-color: #1d2126 !important;
}
[dir="ltr"] a.bg-dark:focus,
[dir="ltr"] a.bg-dark:hover,
[dir="ltr"] button.bg-dark:focus,
[dir="ltr"] button.bg-dark:hover {
    background-color: #070809 !important;
}
[dir="ltr"] .bg-accent {
    background-color: #ed0b4c !important;
}
[dir="ltr"] a.bg-accent:focus,
[dir="ltr"] a.bg-accent:hover,
[dir="ltr"] button.bg-accent:focus,
[dir="ltr"] button.bg-accent:hover {
    background-color: #bc093c !important;
}
[dir="ltr"] .bg-primary-light {
    background-color: #9cf !important;
}
[dir="ltr"] a.bg-primary-light:focus,
[dir="ltr"] a.bg-primary-light:hover,
[dir="ltr"] button.bg-primary-light:focus,
[dir="ltr"] button.bg-primary-light:hover {
    background-color: #66b3ff !important;
}
[dir="ltr"] .bg-transparent {
    background-color: transparent !important;
}
[dir="ltr"] .border-white {
    border-color: #fff !important;
}
[dir="ltr"] .rounded-sm {
    border-radius: 0.2rem !important;
}
[dir="ltr"] .rounded {
    border-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-top {
    border-top-left-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-right,
[dir="ltr"] .rounded-top {
    border-top-right-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-bottom,
[dir="ltr"] .rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-bottom,
[dir="ltr"] .rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-left {
    border-top-left-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-lg {
    border-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-circle {
    border-radius: 50% !important;
}
[dir="ltr"] .rounded-pill {
    border-radius: 50rem !important;
}
[dir="ltr"] .rounded-0 {
    border-radius: 0 !important;
}
[dir="ltr"] .clearfix:after {
    display: block;
    clear: both;
    content: "";
}
[dir="ltr"] .d-none {
    display: none !important;
}
[dir="ltr"] .d-inline {
    display: inline !important;
}
[dir="ltr"] .d-inline-block {
    display: inline-block !important;
}
[dir="ltr"] .d-block {
    display: block !important;
}
[dir="ltr"] .d-table {
    display: table !important;
}
[dir="ltr"] .d-table-row {
    display: table-row !important;
}
[dir="ltr"] .d-table-cell {
    display: table-cell !important;
}
[dir="ltr"] .d-flex {
    display: flex !important;
}
[dir="ltr"] .d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 374px) {
    [dir="ltr"] .d-i8-none {
        display: none !important;
    }
    [dir="ltr"] .d-i8-inline {
        display: inline !important;
    }
    [dir="ltr"] .d-i8-inline-block {
        display: inline-block !important;
    }
    [dir="ltr"] .d-i8-block {
        display: block !important;
    }
    [dir="ltr"] .d-i8-table {
        display: table !important;
    }
    [dir="ltr"] .d-i8-table-row {
        display: table-row !important;
    }
    [dir="ltr"] .d-i8-table-cell {
        display: table-cell !important;
    }
    [dir="ltr"] .d-i8-flex {
        display: flex !important;
    }
    [dir="ltr"] .d-i8-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .d-i8-plus-none {
        display: none !important;
    }
    [dir="ltr"] .d-i8-plus-inline {
        display: inline !important;
    }
    [dir="ltr"] .d-i8-plus-inline-block {
        display: inline-block !important;
    }
    [dir="ltr"] .d-i8-plus-block {
        display: block !important;
    }
    [dir="ltr"] .d-i8-plus-table {
        display: table !important;
    }
    [dir="ltr"] .d-i8-plus-table-row {
        display: table-row !important;
    }
    [dir="ltr"] .d-i8-plus-table-cell {
        display: table-cell !important;
    }
    [dir="ltr"] .d-i8-plus-flex {
        display: flex !important;
    }
    [dir="ltr"] .d-i8-plus-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .d-sm-none {
        display: none !important;
    }
    [dir="ltr"] .d-sm-inline {
        display: inline !important;
    }
    [dir="ltr"] .d-sm-inline-block {
        display: inline-block !important;
    }
    [dir="ltr"] .d-sm-block {
        display: block !important;
    }
    [dir="ltr"] .d-sm-table {
        display: table !important;
    }
    [dir="ltr"] .d-sm-table-row {
        display: table-row !important;
    }
    [dir="ltr"] .d-sm-table-cell {
        display: table-cell !important;
    }
    [dir="ltr"] .d-sm-flex {
        display: flex !important;
    }
    [dir="ltr"] .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .d-md-none {
        display: none !important;
    }
    [dir="ltr"] .d-md-inline {
        display: inline !important;
    }
    [dir="ltr"] .d-md-inline-block {
        display: inline-block !important;
    }
    [dir="ltr"] .d-md-block {
        display: block !important;
    }
    [dir="ltr"] .d-md-table {
        display: table !important;
    }
    [dir="ltr"] .d-md-table-row {
        display: table-row !important;
    }
    [dir="ltr"] .d-md-table-cell {
        display: table-cell !important;
    }
    [dir="ltr"] .d-md-flex {
        display: flex !important;
    }
    [dir="ltr"] .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .d-lg-none {
        display: none !important;
    }
    [dir="ltr"] .d-lg-inline {
        display: inline !important;
    }
    [dir="ltr"] .d-lg-inline-block {
        display: inline-block !important;
    }
    [dir="ltr"] .d-lg-block {
        display: block !important;
    }
    [dir="ltr"] .d-lg-table {
        display: table !important;
    }
    [dir="ltr"] .d-lg-table-row {
        display: table-row !important;
    }
    [dir="ltr"] .d-lg-table-cell {
        display: table-cell !important;
    }
    [dir="ltr"] .d-lg-flex {
        display: flex !important;
    }
    [dir="ltr"] .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .d-xl-none {
        display: none !important;
    }
    [dir="ltr"] .d-xl-inline {
        display: inline !important;
    }
    [dir="ltr"] .d-xl-inline-block {
        display: inline-block !important;
    }
    [dir="ltr"] .d-xl-block {
        display: block !important;
    }
    [dir="ltr"] .d-xl-table {
        display: table !important;
    }
    [dir="ltr"] .d-xl-table-row {
        display: table-row !important;
    }
    [dir="ltr"] .d-xl-table-cell {
        display: table-cell !important;
    }
    [dir="ltr"] .d-xl-flex {
        display: flex !important;
    }
    [dir="ltr"] .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .d-xxl-none {
        display: none !important;
    }
    [dir="ltr"] .d-xxl-inline {
        display: inline !important;
    }
    [dir="ltr"] .d-xxl-inline-block {
        display: inline-block !important;
    }
    [dir="ltr"] .d-xxl-block {
        display: block !important;
    }
    [dir="ltr"] .d-xxl-table {
        display: table !important;
    }
    [dir="ltr"] .d-xxl-table-row {
        display: table-row !important;
    }
    [dir="ltr"] .d-xxl-table-cell {
        display: table-cell !important;
    }
    [dir="ltr"] .d-xxl-flex {
        display: flex !important;
    }
    [dir="ltr"] .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    [dir="ltr"] .d-print-none {
        display: none !important;
    }
    [dir="ltr"] .d-print-inline {
        display: inline !important;
    }
    [dir="ltr"] .d-print-inline-block {
        display: inline-block !important;
    }
    [dir="ltr"] .d-print-block {
        display: block !important;
    }
    [dir="ltr"] .d-print-table {
        display: table !important;
    }
    [dir="ltr"] .d-print-table-row {
        display: table-row !important;
    }
    [dir="ltr"] .d-print-table-cell {
        display: table-cell !important;
    }
    [dir="ltr"] .d-print-flex {
        display: flex !important;
    }
    [dir="ltr"] .d-print-inline-flex {
        display: inline-flex !important;
    }
}
[dir="ltr"] .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
[dir="ltr"] .embed-responsive:before {
    display: block;
    content: "";
}
[dir="ltr"] .embed-responsive .embed-responsive-item,
[dir="ltr"] .embed-responsive embed,
[dir="ltr"] .embed-responsive iframe,
[dir="ltr"] .embed-responsive object,
[dir="ltr"] .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
[dir="ltr"] .embed-responsive-21by9:before {
    padding-top: 42.8571428571%;
}
[dir="ltr"] .embed-responsive-16by9:before {
    padding-top: 56.25%;
}
[dir="ltr"] .embed-responsive-4by3:before {
    padding-top: 75%;
}
[dir="ltr"] .embed-responsive-1by1:before {
    padding-top: 100%;
}
[dir="ltr"] .flex-row {
    flex-direction: row !important;
}
[dir="ltr"] .flex-column {
    flex-direction: column !important;
}
[dir="ltr"] .flex-row-reverse {
    flex-direction: row-reverse !important;
}
[dir="ltr"] .flex-column-reverse {
    flex-direction: column-reverse !important;
}
[dir="ltr"] .flex-wrap {
    flex-wrap: wrap !important;
}
[dir="ltr"] .flex-nowrap {
    flex-wrap: nowrap !important;
}
[dir="ltr"] .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
[dir="ltr"] .flex-fill {
    flex: 1 1 auto !important;
}
[dir="ltr"] .flex-grow-0 {
    flex-grow: 0 !important;
}
[dir="ltr"] .flex-grow-1 {
    flex-grow: 1 !important;
}
[dir="ltr"] .flex-shrink-1 {
    flex-shrink: 1 !important;
}
[dir="ltr"] .justify-content-start {
    justify-content: flex-start !important;
}
[dir="ltr"] .justify-content-end {
    justify-content: flex-end !important;
}
[dir="ltr"] .justify-content-center {
    justify-content: center !important;
}
[dir="ltr"] .justify-content-between {
    justify-content: space-between !important;
}
[dir="ltr"] .justify-content-around {
    justify-content: space-around !important;
}
[dir="ltr"] .align-items-start {
    align-items: flex-start !important;
}
[dir="ltr"] .align-items-end {
    align-items: flex-end !important;
}
[dir="ltr"] .align-items-center {
    align-items: center !important;
}
[dir="ltr"] .align-items-baseline {
    align-items: baseline !important;
}
[dir="ltr"] .align-items-stretch {
    align-items: stretch !important;
}
[dir="ltr"] .align-content-start {
    align-content: flex-start !important;
}
[dir="ltr"] .align-content-end {
    align-content: flex-end !important;
}
[dir="ltr"] .align-content-center {
    align-content: center !important;
}
[dir="ltr"] .align-content-between {
    align-content: space-between !important;
}
[dir="ltr"] .align-content-around {
    align-content: space-around !important;
}
[dir="ltr"] .align-content-stretch {
    align-content: stretch !important;
}
[dir="ltr"] .align-self-auto {
    align-self: auto !important;
}
[dir="ltr"] .align-self-start {
    align-self: flex-start !important;
}
[dir="ltr"] .align-self-end {
    align-self: flex-end !important;
}
[dir="ltr"] .align-self-center {
    align-self: center !important;
}
[dir="ltr"] .align-self-baseline {
    align-self: baseline !important;
}
[dir="ltr"] .align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 374px) {
    [dir="ltr"] .flex-i8-row {
        flex-direction: row !important;
    }
    [dir="ltr"] .flex-i8-column {
        flex-direction: column !important;
    }
    [dir="ltr"] .flex-i8-row-reverse {
        flex-direction: row-reverse !important;
    }
    [dir="ltr"] .flex-i8-column-reverse {
        flex-direction: column-reverse !important;
    }
    [dir="ltr"] .flex-i8-wrap {
        flex-wrap: wrap !important;
    }
    [dir="ltr"] .flex-i8-nowrap {
        flex-wrap: nowrap !important;
    }
    [dir="ltr"] .flex-i8-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    [dir="ltr"] .flex-i8-fill {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-i8-grow-0 {
        flex-grow: 0 !important;
    }
    [dir="ltr"] .flex-i8-grow-1 {
        flex-grow: 1 !important;
    }
    [dir="ltr"] .flex-i8-shrink-0 {
        flex-shrink: 0 !important;
    }
    [dir="ltr"] .flex-i8-shrink-1 {
        flex-shrink: 1 !important;
    }
    [dir="ltr"] .justify-content-i8-start {
        justify-content: flex-start !important;
    }
    [dir="ltr"] .justify-content-i8-end {
        justify-content: flex-end !important;
    }
    [dir="ltr"] .justify-content-i8-center {
        justify-content: center !important;
    }
    [dir="ltr"] .justify-content-i8-between {
        justify-content: space-between !important;
    }
    [dir="ltr"] .justify-content-i8-around {
        justify-content: space-around !important;
    }
    [dir="ltr"] .align-items-i8-start {
        align-items: flex-start !important;
    }
    [dir="ltr"] .align-items-i8-end {
        align-items: flex-end !important;
    }
    [dir="ltr"] .align-items-i8-center {
        align-items: center !important;
    }
    [dir="ltr"] .align-items-i8-baseline {
        align-items: baseline !important;
    }
    [dir="ltr"] .align-items-i8-stretch {
        align-items: stretch !important;
    }
    [dir="ltr"] .align-content-i8-start {
        align-content: flex-start !important;
    }
    [dir="ltr"] .align-content-i8-end {
        align-content: flex-end !important;
    }
    [dir="ltr"] .align-content-i8-center {
        align-content: center !important;
    }
    [dir="ltr"] .align-content-i8-between {
        align-content: space-between !important;
    }
    [dir="ltr"] .align-content-i8-around {
        align-content: space-around !important;
    }
    [dir="ltr"] .align-content-i8-stretch {
        align-content: stretch !important;
    }
    [dir="ltr"] .align-self-i8-auto {
        align-self: auto !important;
    }
    [dir="ltr"] .align-self-i8-start {
        align-self: flex-start !important;
    }
    [dir="ltr"] .align-self-i8-end {
        align-self: flex-end !important;
    }
    [dir="ltr"] .align-self-i8-center {
        align-self: center !important;
    }
    [dir="ltr"] .align-self-i8-baseline {
        align-self: baseline !important;
    }
    [dir="ltr"] .align-self-i8-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .flex-i8-plus-row {
        flex-direction: row !important;
    }
    [dir="ltr"] .flex-i8-plus-column {
        flex-direction: column !important;
    }
    [dir="ltr"] .flex-i8-plus-row-reverse {
        flex-direction: row-reverse !important;
    }
    [dir="ltr"] .flex-i8-plus-column-reverse {
        flex-direction: column-reverse !important;
    }
    [dir="ltr"] .flex-i8-plus-wrap {
        flex-wrap: wrap !important;
    }
    [dir="ltr"] .flex-i8-plus-nowrap {
        flex-wrap: nowrap !important;
    }
    [dir="ltr"] .flex-i8-plus-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    [dir="ltr"] .flex-i8-plus-fill {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-i8-plus-grow-0 {
        flex-grow: 0 !important;
    }
    [dir="ltr"] .flex-i8-plus-grow-1 {
        flex-grow: 1 !important;
    }
    [dir="ltr"] .flex-i8-plus-shrink-0 {
        flex-shrink: 0 !important;
    }
    [dir="ltr"] .flex-i8-plus-shrink-1 {
        flex-shrink: 1 !important;
    }
    [dir="ltr"] .justify-content-i8-plus-start {
        justify-content: flex-start !important;
    }
    [dir="ltr"] .justify-content-i8-plus-end {
        justify-content: flex-end !important;
    }
    [dir="ltr"] .justify-content-i8-plus-center {
        justify-content: center !important;
    }
    [dir="ltr"] .justify-content-i8-plus-between {
        justify-content: space-between !important;
    }
    [dir="ltr"] .justify-content-i8-plus-around {
        justify-content: space-around !important;
    }
    [dir="ltr"] .align-items-i8-plus-start {
        align-items: flex-start !important;
    }
    [dir="ltr"] .align-items-i8-plus-end {
        align-items: flex-end !important;
    }
    [dir="ltr"] .align-items-i8-plus-center {
        align-items: center !important;
    }
    [dir="ltr"] .align-items-i8-plus-baseline {
        align-items: baseline !important;
    }
    [dir="ltr"] .align-items-i8-plus-stretch {
        align-items: stretch !important;
    }
    [dir="ltr"] .align-content-i8-plus-start {
        align-content: flex-start !important;
    }
    [dir="ltr"] .align-content-i8-plus-end {
        align-content: flex-end !important;
    }
    [dir="ltr"] .align-content-i8-plus-center {
        align-content: center !important;
    }
    [dir="ltr"] .align-content-i8-plus-between {
        align-content: space-between !important;
    }
    [dir="ltr"] .align-content-i8-plus-around {
        align-content: space-around !important;
    }
    [dir="ltr"] .align-content-i8-plus-stretch {
        align-content: stretch !important;
    }
    [dir="ltr"] .align-self-i8-plus-auto {
        align-self: auto !important;
    }
    [dir="ltr"] .align-self-i8-plus-start {
        align-self: flex-start !important;
    }
    [dir="ltr"] .align-self-i8-plus-end {
        align-self: flex-end !important;
    }
    [dir="ltr"] .align-self-i8-plus-center {
        align-self: center !important;
    }
    [dir="ltr"] .align-self-i8-plus-baseline {
        align-self: baseline !important;
    }
    [dir="ltr"] .align-self-i8-plus-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .flex-sm-row {
        flex-direction: row !important;
    }
    [dir="ltr"] .flex-sm-column {
        flex-direction: column !important;
    }
    [dir="ltr"] .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    [dir="ltr"] .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    [dir="ltr"] .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    [dir="ltr"] .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    [dir="ltr"] .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    [dir="ltr"] .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    [dir="ltr"] .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    [dir="ltr"] .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    [dir="ltr"] .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    [dir="ltr"] .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    [dir="ltr"] .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    [dir="ltr"] .justify-content-sm-center {
        justify-content: center !important;
    }
    [dir="ltr"] .justify-content-sm-between {
        justify-content: space-between !important;
    }
    [dir="ltr"] .justify-content-sm-around {
        justify-content: space-around !important;
    }
    [dir="ltr"] .align-items-sm-start {
        align-items: flex-start !important;
    }
    [dir="ltr"] .align-items-sm-end {
        align-items: flex-end !important;
    }
    [dir="ltr"] .align-items-sm-center {
        align-items: center !important;
    }
    [dir="ltr"] .align-items-sm-baseline {
        align-items: baseline !important;
    }
    [dir="ltr"] .align-items-sm-stretch {
        align-items: stretch !important;
    }
    [dir="ltr"] .align-content-sm-start {
        align-content: flex-start !important;
    }
    [dir="ltr"] .align-content-sm-end {
        align-content: flex-end !important;
    }
    [dir="ltr"] .align-content-sm-center {
        align-content: center !important;
    }
    [dir="ltr"] .align-content-sm-between {
        align-content: space-between !important;
    }
    [dir="ltr"] .align-content-sm-around {
        align-content: space-around !important;
    }
    [dir="ltr"] .align-content-sm-stretch {
        align-content: stretch !important;
    }
    [dir="ltr"] .align-self-sm-auto {
        align-self: auto !important;
    }
    [dir="ltr"] .align-self-sm-start {
        align-self: flex-start !important;
    }
    [dir="ltr"] .align-self-sm-end {
        align-self: flex-end !important;
    }
    [dir="ltr"] .align-self-sm-center {
        align-self: center !important;
    }
    [dir="ltr"] .align-self-sm-baseline {
        align-self: baseline !important;
    }
    [dir="ltr"] .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .flex-md-row {
        flex-direction: row !important;
    }
    [dir="ltr"] .flex-md-column {
        flex-direction: column !important;
    }
    [dir="ltr"] .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    [dir="ltr"] .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    [dir="ltr"] .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    [dir="ltr"] .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    [dir="ltr"] .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    [dir="ltr"] .flex-md-fill {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    [dir="ltr"] .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    [dir="ltr"] .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    [dir="ltr"] .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    [dir="ltr"] .justify-content-md-start {
        justify-content: flex-start !important;
    }
    [dir="ltr"] .justify-content-md-end {
        justify-content: flex-end !important;
    }
    [dir="ltr"] .justify-content-md-center {
        justify-content: center !important;
    }
    [dir="ltr"] .justify-content-md-between {
        justify-content: space-between !important;
    }
    [dir="ltr"] .justify-content-md-around {
        justify-content: space-around !important;
    }
    [dir="ltr"] .align-items-md-start {
        align-items: flex-start !important;
    }
    [dir="ltr"] .align-items-md-end {
        align-items: flex-end !important;
    }
    [dir="ltr"] .align-items-md-center {
        align-items: center !important;
    }
    [dir="ltr"] .align-items-md-baseline {
        align-items: baseline !important;
    }
    [dir="ltr"] .align-items-md-stretch {
        align-items: stretch !important;
    }
    [dir="ltr"] .align-content-md-start {
        align-content: flex-start !important;
    }
    [dir="ltr"] .align-content-md-end {
        align-content: flex-end !important;
    }
    [dir="ltr"] .align-content-md-center {
        align-content: center !important;
    }
    [dir="ltr"] .align-content-md-between {
        align-content: space-between !important;
    }
    [dir="ltr"] .align-content-md-around {
        align-content: space-around !important;
    }
    [dir="ltr"] .align-content-md-stretch {
        align-content: stretch !important;
    }
    [dir="ltr"] .align-self-md-auto {
        align-self: auto !important;
    }
    [dir="ltr"] .align-self-md-start {
        align-self: flex-start !important;
    }
    [dir="ltr"] .align-self-md-end {
        align-self: flex-end !important;
    }
    [dir="ltr"] .align-self-md-center {
        align-self: center !important;
    }
    [dir="ltr"] .align-self-md-baseline {
        align-self: baseline !important;
    }
    [dir="ltr"] .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .flex-lg-row {
        flex-direction: row !important;
    }
    [dir="ltr"] .flex-lg-column {
        flex-direction: column !important;
    }
    [dir="ltr"] .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    [dir="ltr"] .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    [dir="ltr"] .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    [dir="ltr"] .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    [dir="ltr"] .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    [dir="ltr"] .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    [dir="ltr"] .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    [dir="ltr"] .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    [dir="ltr"] .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    [dir="ltr"] .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    [dir="ltr"] .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    [dir="ltr"] .justify-content-lg-center {
        justify-content: center !important;
    }
    [dir="ltr"] .justify-content-lg-between {
        justify-content: space-between !important;
    }
    [dir="ltr"] .justify-content-lg-around {
        justify-content: space-around !important;
    }
    [dir="ltr"] .align-items-lg-start {
        align-items: flex-start !important;
    }
    [dir="ltr"] .align-items-lg-end {
        align-items: flex-end !important;
    }
    [dir="ltr"] .align-items-lg-center {
        align-items: center !important;
    }
    [dir="ltr"] .align-items-lg-baseline {
        align-items: baseline !important;
    }
    [dir="ltr"] .align-items-lg-stretch {
        align-items: stretch !important;
    }
    [dir="ltr"] .align-content-lg-start {
        align-content: flex-start !important;
    }
    [dir="ltr"] .align-content-lg-end {
        align-content: flex-end !important;
    }
    [dir="ltr"] .align-content-lg-center {
        align-content: center !important;
    }
    [dir="ltr"] .align-content-lg-between {
        align-content: space-between !important;
    }
    [dir="ltr"] .align-content-lg-around {
        align-content: space-around !important;
    }
    [dir="ltr"] .align-content-lg-stretch {
        align-content: stretch !important;
    }
    [dir="ltr"] .align-self-lg-auto {
        align-self: auto !important;
    }
    [dir="ltr"] .align-self-lg-start {
        align-self: flex-start !important;
    }
    [dir="ltr"] .align-self-lg-end {
        align-self: flex-end !important;
    }
    [dir="ltr"] .align-self-lg-center {
        align-self: center !important;
    }
    [dir="ltr"] .align-self-lg-baseline {
        align-self: baseline !important;
    }
    [dir="ltr"] .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .flex-xl-row {
        flex-direction: row !important;
    }
    [dir="ltr"] .flex-xl-column {
        flex-direction: column !important;
    }
    [dir="ltr"] .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    [dir="ltr"] .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    [dir="ltr"] .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    [dir="ltr"] .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    [dir="ltr"] .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    [dir="ltr"] .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    [dir="ltr"] .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    [dir="ltr"] .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    [dir="ltr"] .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    [dir="ltr"] .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    [dir="ltr"] .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    [dir="ltr"] .justify-content-xl-center {
        justify-content: center !important;
    }
    [dir="ltr"] .justify-content-xl-between {
        justify-content: space-between !important;
    }
    [dir="ltr"] .justify-content-xl-around {
        justify-content: space-around !important;
    }
    [dir="ltr"] .align-items-xl-start {
        align-items: flex-start !important;
    }
    [dir="ltr"] .align-items-xl-end {
        align-items: flex-end !important;
    }
    [dir="ltr"] .align-items-xl-center {
        align-items: center !important;
    }
    [dir="ltr"] .align-items-xl-baseline {
        align-items: baseline !important;
    }
    [dir="ltr"] .align-items-xl-stretch {
        align-items: stretch !important;
    }
    [dir="ltr"] .align-content-xl-start {
        align-content: flex-start !important;
    }
    [dir="ltr"] .align-content-xl-end {
        align-content: flex-end !important;
    }
    [dir="ltr"] .align-content-xl-center {
        align-content: center !important;
    }
    [dir="ltr"] .align-content-xl-between {
        align-content: space-between !important;
    }
    [dir="ltr"] .align-content-xl-around {
        align-content: space-around !important;
    }
    [dir="ltr"] .align-content-xl-stretch {
        align-content: stretch !important;
    }
    [dir="ltr"] .align-self-xl-auto {
        align-self: auto !important;
    }
    [dir="ltr"] .align-self-xl-start {
        align-self: flex-start !important;
    }
    [dir="ltr"] .align-self-xl-end {
        align-self: flex-end !important;
    }
    [dir="ltr"] .align-self-xl-center {
        align-self: center !important;
    }
    [dir="ltr"] .align-self-xl-baseline {
        align-self: baseline !important;
    }
    [dir="ltr"] .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .flex-xxl-row {
        flex-direction: row !important;
    }
    [dir="ltr"] .flex-xxl-column {
        flex-direction: column !important;
    }
    [dir="ltr"] .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    [dir="ltr"] .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    [dir="ltr"] .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    [dir="ltr"] .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    [dir="ltr"] .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    [dir="ltr"] .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    [dir="ltr"] .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    [dir="ltr"] .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    [dir="ltr"] .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    [dir="ltr"] .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    [dir="ltr"] .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    [dir="ltr"] .justify-content-xxl-center {
        justify-content: center !important;
    }
    [dir="ltr"] .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    [dir="ltr"] .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    [dir="ltr"] .align-items-xxl-start {
        align-items: flex-start !important;
    }
    [dir="ltr"] .align-items-xxl-end {
        align-items: flex-end !important;
    }
    [dir="ltr"] .align-items-xxl-center {
        align-items: center !important;
    }
    [dir="ltr"] .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    [dir="ltr"] .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    [dir="ltr"] .align-content-xxl-start {
        align-content: flex-start !important;
    }
    [dir="ltr"] .align-content-xxl-end {
        align-content: flex-end !important;
    }
    [dir="ltr"] .align-content-xxl-center {
        align-content: center !important;
    }
    [dir="ltr"] .align-content-xxl-between {
        align-content: space-between !important;
    }
    [dir="ltr"] .align-content-xxl-around {
        align-content: space-around !important;
    }
    [dir="ltr"] .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    [dir="ltr"] .align-self-xxl-auto {
        align-self: auto !important;
    }
    [dir="ltr"] .align-self-xxl-start {
        align-self: flex-start !important;
    }
    [dir="ltr"] .align-self-xxl-end {
        align-self: flex-end !important;
    }
    [dir="ltr"] .align-self-xxl-center {
        align-self: center !important;
    }
    [dir="ltr"] .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    [dir="ltr"] .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}
[dir="ltr"] .float-left {
    float: left !important;
}
[dir="ltr"] .float-right {
    float: right !important;
}
[dir="ltr"] .float-none {
    float: none !important;
}
@media (min-width: 374px) {
    [dir="ltr"] .float-i8-left {
        float: left !important;
    }
    [dir="ltr"] .float-i8-right {
        float: right !important;
    }
    [dir="ltr"] .float-i8-none {
        float: none !important;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .float-i8-plus-left {
        float: left !important;
    }
    [dir="ltr"] .float-i8-plus-right {
        float: right !important;
    }
    [dir="ltr"] .float-i8-plus-none {
        float: none !important;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .float-sm-left {
        float: left !important;
    }
    [dir="ltr"] .float-sm-right {
        float: right !important;
    }
    [dir="ltr"] .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .float-md-left {
        float: left !important;
    }
    [dir="ltr"] .float-md-right {
        float: right !important;
    }
    [dir="ltr"] .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .float-lg-left {
        float: left !important;
    }
    [dir="ltr"] .float-lg-right {
        float: right !important;
    }
    [dir="ltr"] .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .float-xl-left {
        float: left !important;
    }
    [dir="ltr"] .float-xl-right {
        float: right !important;
    }
    [dir="ltr"] .float-xl-none {
        float: none !important;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .float-xxl-left {
        float: left !important;
    }
    [dir="ltr"] .float-xxl-right {
        float: right !important;
    }
    [dir="ltr"] .float-xxl-none {
        float: none !important;
    }
}
[dir="ltr"] .overflow-auto {
    overflow: auto !important;
}
[dir="ltr"] .overflow-hidden {
    overflow: hidden !important;
}
[dir="ltr"] .position-static {
    position: static !important;
}
[dir="ltr"] .position-relative {
    position: relative !important;
}
[dir="ltr"] .position-absolute {
    position: absolute !important;
}
[dir="ltr"] .position-fixed {
    position: fixed !important;
}
[dir="ltr"] .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
[dir="ltr"] .fixed-top {
    top: 0;
}
[dir="ltr"] .fixed-bottom,
[dir="ltr"] .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
[dir="ltr"] .fixed-bottom {
    bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    [dir="ltr"] .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
[dir="ltr"] .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
[dir="ltr"] .sr-only-focusable:active,
[dir="ltr"] .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
[dir="ltr"] .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(48, 56, 64, 0.075) !important;
}
[dir="ltr"] .shadow {
    box-shadow: 0 0.5rem 1rem rgba(48, 56, 64, 0.15) !important;
}
[dir="ltr"] .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(48, 56, 64, 0.175) !important;
}
[dir="ltr"] .shadow-none {
    box-shadow: none !important;
}
[dir="ltr"] .mw-100 {
    max-width: 100% !important;
}
[dir="ltr"] .mh-100 {
    max-height: 100% !important;
}
[dir="ltr"] .min-vw-100 {
    min-width: 100vw !important;
}
[dir="ltr"] .min-vh-100 {
    min-height: 100vh !important;
}
[dir="ltr"] .vw-100 {
    width: 100vw !important;
}
[dir="ltr"] .vh-100 {
    height: 100vh !important;
}
[dir="ltr"] .stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
[dir="ltr"] .m-0 {
    margin: 0 !important;
}
[dir="ltr"] .mt-0,
[dir="ltr"] .my-0 {
    margin-top: 0 !important;
}
[dir="ltr"] .mr-0,
[dir="ltr"] .mx-0 {
    margin-right: 0 !important;
}
[dir="ltr"] .mb-0,
[dir="ltr"] .my-0 {
    margin-bottom: 0 !important;
}
[dir="ltr"] .ml-0,
[dir="ltr"] .mx-0 {
    margin-left: 0 !important;
}
[dir="ltr"] .m-1 {
    margin: 0.25rem !important;
}
[dir="ltr"] .mt-1,
[dir="ltr"] .my-1 {
    margin-top: 0.25rem !important;
}
[dir="ltr"] .mr-1,
[dir="ltr"] .mx-1 {
    margin-right: 0.25rem !important;
}
[dir="ltr"] .mb-1,
[dir="ltr"] .my-1 {
    margin-bottom: 0.25rem !important;
}
[dir="ltr"] .ml-1,
[dir="ltr"] .mx-1 {
    margin-left: 0.25rem !important;
}
[dir="ltr"] .m-2 {
    margin: 0.5rem !important;
}
[dir="ltr"] .mt-2,
[dir="ltr"] .my-2 {
    margin-top: 0.5rem !important;
}
[dir="ltr"] .mr-2,
[dir="ltr"] .mx-2 {
    margin-right: 0.5rem !important;
}
[dir="ltr"] .mb-2,
[dir="ltr"] .my-2 {
    margin-bottom: 0.5rem !important;
}
[dir="ltr"] .ml-2,
[dir="ltr"] .mx-2 {
    margin-left: 0.5rem !important;
}
[dir="ltr"] .m-3 {
    margin: 1rem !important;
}
[dir="ltr"] .mt-3,
[dir="ltr"] .my-3 {
    margin-top: 1rem !important;
}
[dir="ltr"] .mr-3,
[dir="ltr"] .mx-3 {
    margin-right: 1rem !important;
}
[dir="ltr"] .mb-3,
[dir="ltr"] .my-3 {
    margin-bottom: 1rem !important;
}
[dir="ltr"] .ml-3,
[dir="ltr"] .mx-3 {
    margin-left: 1rem !important;
}
[dir="ltr"] .m-4 {
    margin: 1.5rem !important;
}
[dir="ltr"] .mt-4,
[dir="ltr"] .my-4 {
    margin-top: 1.5rem !important;
}
[dir="ltr"] .mr-4,
[dir="ltr"] .mx-4 {
    margin-right: 1.5rem !important;
}
[dir="ltr"] .mb-4,
[dir="ltr"] .my-4 {
    margin-bottom: 1.5rem !important;
}
[dir="ltr"] .ml-4,
[dir="ltr"] .mx-4 {
    margin-left: 1.5rem !important;
}
[dir="ltr"] .m-5 {
    margin: 3rem !important;
}
[dir="ltr"] .mt-5,
[dir="ltr"] .my-5 {
    margin-top: 3rem !important;
}
[dir="ltr"] .mr-5,
[dir="ltr"] .mx-5 {
    margin-right: 3rem !important;
}
[dir="ltr"] .mb-5,
[dir="ltr"] .my-5 {
    margin-bottom: 3rem !important;
}
[dir="ltr"] .ml-5,
[dir="ltr"] .mx-5 {
    margin-left: 3rem !important;
}
[dir="ltr"] .m-4pt {
    margin: 0.25rem !important;
}
[dir="ltr"] .mt-4pt,
[dir="ltr"] .my-4pt {
    margin-top: 0.25rem !important;
}
[dir="ltr"] .mr-4pt,
[dir="ltr"] .mx-4pt {
    margin-right: 0.25rem !important;
}
[dir="ltr"] .mb-4pt,
[dir="ltr"] .my-4pt {
    margin-bottom: 0.25rem !important;
}
[dir="ltr"] .ml-4pt,
[dir="ltr"] .mx-4pt {
    margin-left: 0.25rem !important;
}
[dir="ltr"] .m-8pt {
    margin: 0.5rem !important;
}
[dir="ltr"] .mt-8pt,
[dir="ltr"] .my-8pt {
    margin-top: 0.5rem !important;
}
[dir="ltr"] .mr-8pt,
[dir="ltr"] .mx-8pt {
    margin-right: 0.5rem !important;
}
[dir="ltr"] .mb-8pt,
[dir="ltr"] .my-8pt {
    margin-bottom: 0.5rem !important;
}
[dir="ltr"] .ml-8pt,
[dir="ltr"] .mx-8pt {
    margin-left: 0.5rem !important;
}
[dir="ltr"] .m-12pt {
    margin: 0.75rem !important;
}
[dir="ltr"] .mt-12pt,
[dir="ltr"] .my-12pt {
    margin-top: 0.75rem !important;
}
[dir="ltr"] .mr-12pt,
[dir="ltr"] .mx-12pt {
    margin-right: 0.75rem !important;
}
[dir="ltr"] .mb-12pt,
[dir="ltr"] .my-12pt {
    margin-bottom: 0.75rem !important;
}
[dir="ltr"] .ml-12pt,
[dir="ltr"] .mx-12pt {
    margin-left: 0.75rem !important;
}
[dir="ltr"] .m-16pt {
    margin: 1rem !important;
}
[dir="ltr"] .mt-16pt,
[dir="ltr"] .my-16pt {
    margin-top: 1rem !important;
}
[dir="ltr"] .mr-16pt,
[dir="ltr"] .mx-16pt {
    margin-right: 1rem !important;
}
[dir="ltr"] .mb-16pt,
[dir="ltr"] .my-16pt {
    margin-bottom: 1rem !important;
}
[dir="ltr"] .ml-16pt,
[dir="ltr"] .mx-16pt {
    margin-left: 1rem !important;
}
[dir="ltr"] .m-20pt {
    margin: 1.25rem !important;
}
[dir="ltr"] .mt-20pt,
[dir="ltr"] .my-20pt {
    margin-top: 1.25rem !important;
}
[dir="ltr"] .mr-20pt,
[dir="ltr"] .mx-20pt {
    margin-right: 1.25rem !important;
}
[dir="ltr"] .mb-20pt,
[dir="ltr"] .my-20pt {
    margin-bottom: 1.25rem !important;
}
[dir="ltr"] .ml-20pt,
[dir="ltr"] .mx-20pt {
    margin-left: 1.25rem !important;
}
[dir="ltr"] .m-24pt {
    margin: 1.5rem !important;
}
[dir="ltr"] .mt-24pt,
[dir="ltr"] .my-24pt {
    margin-top: 1.5rem !important;
}
[dir="ltr"] .mr-24pt,
[dir="ltr"] .mx-24pt {
    margin-right: 1.5rem !important;
}
[dir="ltr"] .mb-24pt,
[dir="ltr"] .my-24pt {
    margin-bottom: 1.5rem !important;
}
[dir="ltr"] .ml-24pt,
[dir="ltr"] .mx-24pt {
    margin-left: 1.5rem !important;
}
[dir="ltr"] .m-32pt {
    margin: 2rem !important;
}
[dir="ltr"] .mt-32pt,
[dir="ltr"] .my-32pt {
    margin-top: 2rem !important;
}
[dir="ltr"] .mr-32pt,
[dir="ltr"] .mx-32pt {
    margin-right: 2rem !important;
}
[dir="ltr"] .mb-32pt,
[dir="ltr"] .my-32pt {
    margin-bottom: 2rem !important;
}
[dir="ltr"] .ml-32pt,
[dir="ltr"] .mx-32pt {
    margin-left: 2rem !important;
}
[dir="ltr"] .m-40pt {
    margin: 2.5rem !important;
}
[dir="ltr"] .mt-40pt,
[dir="ltr"] .my-40pt {
    margin-top: 2.5rem !important;
}
[dir="ltr"] .mr-40pt,
[dir="ltr"] .mx-40pt {
    margin-right: 2.5rem !important;
}
[dir="ltr"] .mb-40pt,
[dir="ltr"] .my-40pt {
    margin-bottom: 2.5rem !important;
}
[dir="ltr"] .ml-40pt,
[dir="ltr"] .mx-40pt {
    margin-left: 2.5rem !important;
}
[dir="ltr"] .m-44pt {
    margin: 2.75rem !important;
}
[dir="ltr"] .mt-44pt,
[dir="ltr"] .my-44pt {
    margin-top: 2.75rem !important;
}
[dir="ltr"] .mr-44pt,
[dir="ltr"] .mx-44pt {
    margin-right: 2.75rem !important;
}
[dir="ltr"] .mb-44pt,
[dir="ltr"] .my-44pt {
    margin-bottom: 2.75rem !important;
}
[dir="ltr"] .ml-44pt,
[dir="ltr"] .mx-44pt {
    margin-left: 2.75rem !important;
}
[dir="ltr"] .m-48pt {
    margin: 3rem !important;
}
[dir="ltr"] .mt-48pt,
[dir="ltr"] .my-48pt {
    margin-top: 3rem !important;
}
[dir="ltr"] .mr-48pt,
[dir="ltr"] .mx-48pt {
    margin-right: 3rem !important;
}
[dir="ltr"] .mb-48pt,
[dir="ltr"] .my-48pt {
    margin-bottom: 3rem !important;
}
[dir="ltr"] .ml-48pt,
[dir="ltr"] .mx-48pt {
    margin-left: 3rem !important;
}
[dir="ltr"] .m-64pt {
    margin: 4rem !important;
}
[dir="ltr"] .mt-64pt,
[dir="ltr"] .my-64pt {
    margin-top: 4rem !important;
}
[dir="ltr"] .mr-64pt,
[dir="ltr"] .mx-64pt {
    margin-right: 4rem !important;
}
[dir="ltr"] .mb-64pt,
[dir="ltr"] .my-64pt {
    margin-bottom: 4rem !important;
}
[dir="ltr"] .ml-64pt,
[dir="ltr"] .mx-64pt {
    margin-left: 4rem !important;
}
[dir="ltr"] .m-112pt {
    margin: 7rem !important;
}
[dir="ltr"] .mt-112pt,
[dir="ltr"] .my-112pt {
    margin-top: 7rem !important;
}
[dir="ltr"] .mr-112pt,
[dir="ltr"] .mx-112pt {
    margin-right: 7rem !important;
}
[dir="ltr"] .mb-112pt,
[dir="ltr"] .my-112pt {
    margin-bottom: 7rem !important;
}
[dir="ltr"] .ml-112pt,
[dir="ltr"] .mx-112pt {
    margin-left: 7rem !important;
}
[dir="ltr"] .m-128pt {
    margin: 8rem !important;
}
[dir="ltr"] .mt-128pt,
[dir="ltr"] .my-128pt {
    margin-top: 8rem !important;
}
[dir="ltr"] .mr-128pt,
[dir="ltr"] .mx-128pt {
    margin-right: 8rem !important;
}
[dir="ltr"] .mb-128pt,
[dir="ltr"] .my-128pt {
    margin-bottom: 8rem !important;
}
[dir="ltr"] .ml-128pt,
[dir="ltr"] .mx-128pt {
    margin-left: 8rem !important;
}
[dir="ltr"] .p-0 {
    padding: 0 !important;
}
[dir="ltr"] .pt-0,
[dir="ltr"] .py-0 {
    padding-top: 0 !important;
}
[dir="ltr"] .pr-0,
[dir="ltr"] .px-0 {
    padding-right: 0 !important;
}
[dir="ltr"] .pb-0,
[dir="ltr"] .py-0 {
    padding-bottom: 0 !important;
}
[dir="ltr"] .pl-0,
[dir="ltr"] .px-0 {
    padding-left: 0 !important;
}
[dir="ltr"] .p-1 {
    padding: 0.25rem !important;
}
[dir="ltr"] .pt-1,
[dir="ltr"] .py-1 {
    padding-top: 0.25rem !important;
}
[dir="ltr"] .pr-1,
[dir="ltr"] .px-1 {
    padding-right: 0.25rem !important;
}
[dir="ltr"] .pb-1,
[dir="ltr"] .py-1 {
    padding-bottom: 0.25rem !important;
}
[dir="ltr"] .pl-1,
[dir="ltr"] .px-1 {
    padding-left: 0.25rem !important;
}
[dir="ltr"] .p-2 {
    padding: 0.5rem !important;
}
[dir="ltr"] .pt-2,
[dir="ltr"] .py-2 {
    padding-top: 0.5rem !important;
}
[dir="ltr"] .pr-2,
[dir="ltr"] .px-2 {
    padding-right: 0.5rem !important;
}
[dir="ltr"] .pb-2,
[dir="ltr"] .py-2 {
    padding-bottom: 0.5rem !important;
}
[dir="ltr"] .pl-2,
[dir="ltr"] .px-2 {
    padding-left: 0.5rem !important;
}
[dir="ltr"] .p-3 {
    padding: 1rem !important;
}
[dir="ltr"] .pt-3,
[dir="ltr"] .py-3 {
    padding-top: 1rem !important;
}
[dir="ltr"] .pr-3,
[dir="ltr"] .px-3 {
    padding-right: 1rem !important;
}
[dir="ltr"] .pb-3,
[dir="ltr"] .py-3 {
    padding-bottom: 1rem !important;
}
[dir="ltr"] .pl-3,
[dir="ltr"] .px-3 {
    padding-left: 1rem !important;
}
[dir="ltr"] .p-4 {
    padding: 1.5rem !important;
}
[dir="ltr"] .pt-4,
[dir="ltr"] .py-4 {
    padding-top: 1.5rem !important;
}
[dir="ltr"] .pr-4,
[dir="ltr"] .px-4 {
    padding-right: 1.5rem !important;
}
[dir="ltr"] .pb-4,
[dir="ltr"] .py-4 {
    padding-bottom: 1.5rem !important;
}
[dir="ltr"] .pl-4,
[dir="ltr"] .px-4 {
    padding-left: 1.5rem !important;
}
[dir="ltr"] .p-5 {
    padding: 3rem !important;
}
[dir="ltr"] .pt-5,
[dir="ltr"] .py-5 {
    padding-top: 3rem !important;
}
[dir="ltr"] .pr-5,
[dir="ltr"] .px-5 {
    padding-right: 3rem !important;
}
[dir="ltr"] .pb-5,
[dir="ltr"] .py-5 {
    padding-bottom: 3rem !important;
}
[dir="ltr"] .pl-5,
[dir="ltr"] .px-5 {
    padding-left: 3rem !important;
}
[dir="ltr"] .p-4pt {
    padding: 0.25rem !important;
}
[dir="ltr"] .pt-4pt,
[dir="ltr"] .py-4pt {
    padding-top: 0.25rem !important;
}
[dir="ltr"] .pr-4pt,
[dir="ltr"] .px-4pt {
    padding-right: 0.25rem !important;
}
[dir="ltr"] .pb-4pt,
[dir="ltr"] .py-4pt {
    padding-bottom: 0.25rem !important;
}
[dir="ltr"] .pl-4pt,
[dir="ltr"] .px-4pt {
    padding-left: 0.25rem !important;
}
[dir="ltr"] .p-8pt {
    padding: 0.5rem !important;
}
[dir="ltr"] .pt-8pt,
[dir="ltr"] .py-8pt {
    padding-top: 0.5rem !important;
}
[dir="ltr"] .pr-8pt,
[dir="ltr"] .px-8pt {
    padding-right: 0.5rem !important;
}
[dir="ltr"] .pb-8pt,
[dir="ltr"] .py-8pt {
    padding-bottom: 0.5rem !important;
}
[dir="ltr"] .pl-8pt,
[dir="ltr"] .px-8pt {
    padding-left: 0.5rem !important;
}
[dir="ltr"] .p-12pt {
    padding: 0.75rem !important;
}
[dir="ltr"] .pt-12pt,
[dir="ltr"] .py-12pt {
    padding-top: 0.75rem !important;
}
[dir="ltr"] .pr-12pt,
[dir="ltr"] .px-12pt {
    padding-right: 0.75rem !important;
}
[dir="ltr"] .pb-12pt,
[dir="ltr"] .py-12pt {
    padding-bottom: 0.75rem !important;
}
[dir="ltr"] .pl-12pt,
[dir="ltr"] .px-12pt {
    padding-left: 0.75rem !important;
}
[dir="ltr"] .p-16pt {
    padding: 1rem !important;
}
[dir="ltr"] .pt-16pt,
[dir="ltr"] .py-16pt {
    padding-top: 1rem !important;
}
[dir="ltr"] .pr-16pt,
[dir="ltr"] .px-16pt {
    padding-right: 1rem !important;
}
[dir="ltr"] .pb-16pt,
[dir="ltr"] .py-16pt {
    padding-bottom: 1rem !important;
}
[dir="ltr"] .pl-16pt,
[dir="ltr"] .px-16pt {
    padding-left: 1rem !important;
}
[dir="ltr"] .p-20pt {
    padding: 1.25rem !important;
}
[dir="ltr"] .pt-20pt,
[dir="ltr"] .py-20pt {
    padding-top: 1.25rem !important;
}
[dir="ltr"] .pr-20pt,
[dir="ltr"] .px-20pt {
    padding-right: 1.25rem !important;
}
[dir="ltr"] .pb-20pt,
[dir="ltr"] .py-20pt {
    padding-bottom: 1.25rem !important;
}
[dir="ltr"] .pl-20pt,
[dir="ltr"] .px-20pt {
    padding-left: 1.25rem !important;
}
[dir="ltr"] .p-24pt {
    padding: 1.5rem !important;
}
[dir="ltr"] .pt-24pt,
[dir="ltr"] .py-24pt {
    padding-top: 1.5rem !important;
}
[dir="ltr"] .pr-24pt,
[dir="ltr"] .px-24pt {
    padding-right: 1.5rem !important;
}
[dir="ltr"] .pb-24pt,
[dir="ltr"] .py-24pt {
    padding-bottom: 1.5rem !important;
}
[dir="ltr"] .pl-24pt,
[dir="ltr"] .px-24pt {
    padding-left: 1.5rem !important;
}
[dir="ltr"] .p-32pt {
    padding: 2rem !important;
}
[dir="ltr"] .pt-32pt,
[dir="ltr"] .py-32pt {
    padding-top: 2rem !important;
}
[dir="ltr"] .pr-32pt,
[dir="ltr"] .px-32pt {
    padding-right: 2rem !important;
}
[dir="ltr"] .pb-32pt,
[dir="ltr"] .py-32pt {
    padding-bottom: 2rem !important;
}
[dir="ltr"] .pl-32pt,
[dir="ltr"] .px-32pt {
    padding-left: 2rem !important;
}
[dir="ltr"] .p-40pt {
    padding: 2.5rem !important;
}
[dir="ltr"] .pt-40pt,
[dir="ltr"] .py-40pt {
    padding-top: 2.5rem !important;
}
[dir="ltr"] .pr-40pt,
[dir="ltr"] .px-40pt {
    padding-right: 2.5rem !important;
}
[dir="ltr"] .pb-40pt,
[dir="ltr"] .py-40pt {
    padding-bottom: 2.5rem !important;
}
[dir="ltr"] .pl-40pt,
[dir="ltr"] .px-40pt {
    padding-left: 2.5rem !important;
}
[dir="ltr"] .p-44pt {
    padding: 2.75rem !important;
}
[dir="ltr"] .pt-44pt,
[dir="ltr"] .py-44pt {
    padding-top: 2.75rem !important;
}
[dir="ltr"] .pr-44pt,
[dir="ltr"] .px-44pt {
    padding-right: 2.75rem !important;
}
[dir="ltr"] .pb-44pt,
[dir="ltr"] .py-44pt {
    padding-bottom: 2.75rem !important;
}
[dir="ltr"] .pl-44pt,
[dir="ltr"] .px-44pt {
    padding-left: 2.75rem !important;
}
[dir="ltr"] .p-48pt {
    padding: 3rem !important;
}
[dir="ltr"] .pt-48pt,
[dir="ltr"] .py-48pt {
    padding-top: 3rem !important;
}
[dir="ltr"] .pr-48pt,
[dir="ltr"] .px-48pt {
    padding-right: 3rem !important;
}
[dir="ltr"] .pb-48pt,
[dir="ltr"] .py-48pt {
    padding-bottom: 3rem !important;
}
[dir="ltr"] .pl-48pt,
[dir="ltr"] .px-48pt {
    padding-left: 3rem !important;
}
[dir="ltr"] .p-64pt {
    padding: 4rem !important;
}
[dir="ltr"] .pt-64pt,
[dir="ltr"] .py-64pt {
    padding-top: 4rem !important;
}
[dir="ltr"] .pr-64pt,
[dir="ltr"] .px-64pt {
    padding-right: 4rem !important;
}
[dir="ltr"] .pb-64pt,
[dir="ltr"] .py-64pt {
    padding-bottom: 4rem !important;
}
[dir="ltr"] .pl-64pt,
[dir="ltr"] .px-64pt {
    padding-left: 4rem !important;
}
[dir="ltr"] .p-112pt {
    padding: 7rem !important;
}
[dir="ltr"] .pt-112pt,
[dir="ltr"] .py-112pt {
    padding-top: 7rem !important;
}
[dir="ltr"] .pr-112pt,
[dir="ltr"] .px-112pt {
    padding-right: 7rem !important;
}
[dir="ltr"] .pb-112pt,
[dir="ltr"] .py-112pt {
    padding-bottom: 7rem !important;
}
[dir="ltr"] .pl-112pt,
[dir="ltr"] .px-112pt {
    padding-left: 7rem !important;
}
[dir="ltr"] .p-128pt {
    padding: 8rem !important;
}
[dir="ltr"] .pt-128pt,
[dir="ltr"] .py-128pt {
    padding-top: 8rem !important;
}
[dir="ltr"] .pr-128pt,
[dir="ltr"] .px-128pt {
    padding-right: 8rem !important;
}
[dir="ltr"] .pb-128pt,
[dir="ltr"] .py-128pt {
    padding-bottom: 8rem !important;
}
[dir="ltr"] .pl-128pt,
[dir="ltr"] .px-128pt {
    padding-left: 8rem !important;
}
[dir="ltr"] .m-n1 {
    margin: -0.25rem !important;
}
[dir="ltr"] .mt-n1,
[dir="ltr"] .my-n1 {
    margin-top: -0.25rem !important;
}
[dir="ltr"] .mr-n1,
[dir="ltr"] .mx-n1 {
    margin-right: -0.25rem !important;
}
[dir="ltr"] .mb-n1,
[dir="ltr"] .my-n1 {
    margin-bottom: -0.25rem !important;
}
[dir="ltr"] .ml-n1,
[dir="ltr"] .mx-n1 {
    margin-left: -0.25rem !important;
}
[dir="ltr"] .m-n2 {
    margin: -0.5rem !important;
}
[dir="ltr"] .mt-n2,
[dir="ltr"] .my-n2 {
    margin-top: -0.5rem !important;
}
[dir="ltr"] .mr-n2,
[dir="ltr"] .mx-n2 {
    margin-right: -0.5rem !important;
}
[dir="ltr"] .mb-n2,
[dir="ltr"] .my-n2 {
    margin-bottom: -0.5rem !important;
}
[dir="ltr"] .ml-n2,
[dir="ltr"] .mx-n2 {
    margin-left: -0.5rem !important;
}
[dir="ltr"] .m-n3 {
    margin: -1rem !important;
}
[dir="ltr"] .mt-n3,
[dir="ltr"] .my-n3 {
    margin-top: -1rem !important;
}
[dir="ltr"] .mr-n3,
[dir="ltr"] .mx-n3 {
    margin-right: -1rem !important;
}
[dir="ltr"] .mb-n3,
[dir="ltr"] .my-n3 {
    margin-bottom: -1rem !important;
}
[dir="ltr"] .ml-n3,
[dir="ltr"] .mx-n3 {
    margin-left: -1rem !important;
}
[dir="ltr"] .m-n4 {
    margin: -1.5rem !important;
}
[dir="ltr"] .mt-n4,
[dir="ltr"] .my-n4 {
    margin-top: -1.5rem !important;
}
[dir="ltr"] .mr-n4,
[dir="ltr"] .mx-n4 {
    margin-right: -1.5rem !important;
}
[dir="ltr"] .mb-n4,
[dir="ltr"] .my-n4 {
    margin-bottom: -1.5rem !important;
}
[dir="ltr"] .ml-n4,
[dir="ltr"] .mx-n4 {
    margin-left: -1.5rem !important;
}
[dir="ltr"] .m-n5 {
    margin: -3rem !important;
}
[dir="ltr"] .mt-n5,
[dir="ltr"] .my-n5 {
    margin-top: -3rem !important;
}
[dir="ltr"] .mr-n5,
[dir="ltr"] .mx-n5 {
    margin-right: -3rem !important;
}
[dir="ltr"] .mb-n5,
[dir="ltr"] .my-n5 {
    margin-bottom: -3rem !important;
}
[dir="ltr"] .ml-n5,
[dir="ltr"] .mx-n5 {
    margin-left: -3rem !important;
}
[dir="ltr"] .m-n4pt {
    margin: -0.25rem !important;
}
[dir="ltr"] .mt-n4pt,
[dir="ltr"] .my-n4pt {
    margin-top: -0.25rem !important;
}
[dir="ltr"] .mr-n4pt,
[dir="ltr"] .mx-n4pt {
    margin-right: -0.25rem !important;
}
[dir="ltr"] .mb-n4pt,
[dir="ltr"] .my-n4pt {
    margin-bottom: -0.25rem !important;
}
[dir="ltr"] .ml-n4pt,
[dir="ltr"] .mx-n4pt {
    margin-left: -0.25rem !important;
}
[dir="ltr"] .m-n8pt {
    margin: -0.5rem !important;
}
[dir="ltr"] .mt-n8pt,
[dir="ltr"] .my-n8pt {
    margin-top: -0.5rem !important;
}
[dir="ltr"] .mr-n8pt,
[dir="ltr"] .mx-n8pt {
    margin-right: -0.5rem !important;
}
[dir="ltr"] .mb-n8pt,
[dir="ltr"] .my-n8pt {
    margin-bottom: -0.5rem !important;
}
[dir="ltr"] .ml-n8pt,
[dir="ltr"] .mx-n8pt {
    margin-left: -0.5rem !important;
}
[dir="ltr"] .m-n12pt {
    margin: -0.75rem !important;
}
[dir="ltr"] .mt-n12pt,
[dir="ltr"] .my-n12pt {
    margin-top: -0.75rem !important;
}
[dir="ltr"] .mr-n12pt,
[dir="ltr"] .mx-n12pt {
    margin-right: -0.75rem !important;
}
[dir="ltr"] .mb-n12pt,
[dir="ltr"] .my-n12pt {
    margin-bottom: -0.75rem !important;
}
[dir="ltr"] .ml-n12pt,
[dir="ltr"] .mx-n12pt {
    margin-left: -0.75rem !important;
}
[dir="ltr"] .m-n16pt {
    margin: -1rem !important;
}
[dir="ltr"] .mt-n16pt,
[dir="ltr"] .my-n16pt {
    margin-top: -1rem !important;
}
[dir="ltr"] .mr-n16pt,
[dir="ltr"] .mx-n16pt {
    margin-right: -1rem !important;
}
[dir="ltr"] .mb-n16pt,
[dir="ltr"] .my-n16pt {
    margin-bottom: -1rem !important;
}
[dir="ltr"] .ml-n16pt,
[dir="ltr"] .mx-n16pt {
    margin-left: -1rem !important;
}
[dir="ltr"] .m-n20pt {
    margin: -1.25rem !important;
}
[dir="ltr"] .mt-n20pt,
[dir="ltr"] .my-n20pt {
    margin-top: -1.25rem !important;
}
[dir="ltr"] .mr-n20pt,
[dir="ltr"] .mx-n20pt {
    margin-right: -1.25rem !important;
}
[dir="ltr"] .mb-n20pt,
[dir="ltr"] .my-n20pt {
    margin-bottom: -1.25rem !important;
}
[dir="ltr"] .ml-n20pt,
[dir="ltr"] .mx-n20pt {
    margin-left: -1.25rem !important;
}
[dir="ltr"] .m-n24pt {
    margin: -1.5rem !important;
}
[dir="ltr"] .mt-n24pt,
[dir="ltr"] .my-n24pt {
    margin-top: -1.5rem !important;
}
[dir="ltr"] .mr-n24pt,
[dir="ltr"] .mx-n24pt {
    margin-right: -1.5rem !important;
}
[dir="ltr"] .mb-n24pt,
[dir="ltr"] .my-n24pt {
    margin-bottom: -1.5rem !important;
}
[dir="ltr"] .ml-n24pt,
[dir="ltr"] .mx-n24pt {
    margin-left: -1.5rem !important;
}
[dir="ltr"] .m-n32pt {
    margin: -2rem !important;
}
[dir="ltr"] .mt-n32pt,
[dir="ltr"] .my-n32pt {
    margin-top: -2rem !important;
}
[dir="ltr"] .mr-n32pt,
[dir="ltr"] .mx-n32pt {
    margin-right: -2rem !important;
}
[dir="ltr"] .mb-n32pt,
[dir="ltr"] .my-n32pt {
    margin-bottom: -2rem !important;
}
[dir="ltr"] .ml-n32pt,
[dir="ltr"] .mx-n32pt {
    margin-left: -2rem !important;
}
[dir="ltr"] .m-n40pt {
    margin: -2.5rem !important;
}
[dir="ltr"] .mt-n40pt,
[dir="ltr"] .my-n40pt {
    margin-top: -2.5rem !important;
}
[dir="ltr"] .mr-n40pt,
[dir="ltr"] .mx-n40pt {
    margin-right: -2.5rem !important;
}
[dir="ltr"] .mb-n40pt,
[dir="ltr"] .my-n40pt {
    margin-bottom: -2.5rem !important;
}
[dir="ltr"] .ml-n40pt,
[dir="ltr"] .mx-n40pt {
    margin-left: -2.5rem !important;
}
[dir="ltr"] .m-n44pt {
    margin: -2.75rem !important;
}
[dir="ltr"] .mt-n44pt,
[dir="ltr"] .my-n44pt {
    margin-top: -2.75rem !important;
}
[dir="ltr"] .mr-n44pt,
[dir="ltr"] .mx-n44pt {
    margin-right: -2.75rem !important;
}
[dir="ltr"] .mb-n44pt,
[dir="ltr"] .my-n44pt {
    margin-bottom: -2.75rem !important;
}
[dir="ltr"] .ml-n44pt,
[dir="ltr"] .mx-n44pt {
    margin-left: -2.75rem !important;
}
[dir="ltr"] .m-n48pt {
    margin: -3rem !important;
}
[dir="ltr"] .mt-n48pt,
[dir="ltr"] .my-n48pt {
    margin-top: -3rem !important;
}
[dir="ltr"] .mr-n48pt,
[dir="ltr"] .mx-n48pt {
    margin-right: -3rem !important;
}
[dir="ltr"] .mb-n48pt,
[dir="ltr"] .my-n48pt {
    margin-bottom: -3rem !important;
}
[dir="ltr"] .ml-n48pt,
[dir="ltr"] .mx-n48pt {
    margin-left: -3rem !important;
}
[dir="ltr"] .m-n64pt {
    margin: -4rem !important;
}
[dir="ltr"] .mt-n64pt,
[dir="ltr"] .my-n64pt {
    margin-top: -4rem !important;
}
[dir="ltr"] .mr-n64pt,
[dir="ltr"] .mx-n64pt {
    margin-right: -4rem !important;
}
[dir="ltr"] .mb-n64pt,
[dir="ltr"] .my-n64pt {
    margin-bottom: -4rem !important;
}
[dir="ltr"] .ml-n64pt,
[dir="ltr"] .mx-n64pt {
    margin-left: -4rem !important;
}
[dir="ltr"] .m-n112pt {
    margin: -7rem !important;
}
[dir="ltr"] .mt-n112pt,
[dir="ltr"] .my-n112pt {
    margin-top: -7rem !important;
}
[dir="ltr"] .mr-n112pt,
[dir="ltr"] .mx-n112pt {
    margin-right: -7rem !important;
}
[dir="ltr"] .mb-n112pt,
[dir="ltr"] .my-n112pt {
    margin-bottom: -7rem !important;
}
[dir="ltr"] .ml-n112pt,
[dir="ltr"] .mx-n112pt {
    margin-left: -7rem !important;
}
[dir="ltr"] .m-n128pt {
    margin: -8rem !important;
}
[dir="ltr"] .mt-n128pt,
[dir="ltr"] .my-n128pt {
    margin-top: -8rem !important;
}
[dir="ltr"] .mr-n128pt,
[dir="ltr"] .mx-n128pt {
    margin-right: -8rem !important;
}
[dir="ltr"] .mb-n128pt,
[dir="ltr"] .my-n128pt {
    margin-bottom: -8rem !important;
}
[dir="ltr"] .ml-n128pt,
[dir="ltr"] .mx-n128pt {
    margin-left: -8rem !important;
}
[dir="ltr"] .m-auto {
    margin: auto !important;
}
[dir="ltr"] .mt-auto,
[dir="ltr"] .my-auto {
    margin-top: auto !important;
}
[dir="ltr"] .mr-auto,
[dir="ltr"] .mx-auto {
    margin-right: auto !important;
}
[dir="ltr"] .mb-auto,
[dir="ltr"] .my-auto {
    margin-bottom: auto !important;
}
[dir="ltr"] .ml-auto,
[dir="ltr"] .mx-auto {
    margin-left: auto !important;
}
@media (min-width: 374px) {
    [dir="ltr"] .m-i8-0 {
        margin: 0 !important;
    }
    [dir="ltr"] .mt-i8-0,
    [dir="ltr"] .my-i8-0 {
        margin-top: 0 !important;
    }
    [dir="ltr"] .mr-i8-0,
    [dir="ltr"] .mx-i8-0 {
        margin-right: 0 !important;
    }
    [dir="ltr"] .mb-i8-0,
    [dir="ltr"] .my-i8-0 {
        margin-bottom: 0 !important;
    }
    [dir="ltr"] .ml-i8-0,
    [dir="ltr"] .mx-i8-0 {
        margin-left: 0 !important;
    }
    [dir="ltr"] .m-i8-1 {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-i8-1,
    [dir="ltr"] .my-i8-1 {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-i8-1,
    [dir="ltr"] .mx-i8-1 {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-i8-1,
    [dir="ltr"] .my-i8-1 {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-i8-1,
    [dir="ltr"] .mx-i8-1 {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-i8-2 {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-i8-2,
    [dir="ltr"] .my-i8-2 {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-i8-2,
    [dir="ltr"] .mx-i8-2 {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-i8-2,
    [dir="ltr"] .my-i8-2 {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-i8-2,
    [dir="ltr"] .mx-i8-2 {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-i8-3 {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-i8-3,
    [dir="ltr"] .my-i8-3 {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-i8-3,
    [dir="ltr"] .mx-i8-3 {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-i8-3,
    [dir="ltr"] .my-i8-3 {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-i8-3,
    [dir="ltr"] .mx-i8-3 {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-i8-4 {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-i8-4,
    [dir="ltr"] .my-i8-4 {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-i8-4,
    [dir="ltr"] .mx-i8-4 {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-i8-4,
    [dir="ltr"] .my-i8-4 {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-i8-4,
    [dir="ltr"] .mx-i8-4 {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-i8-5 {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-i8-5,
    [dir="ltr"] .my-i8-5 {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-i8-5,
    [dir="ltr"] .mx-i8-5 {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-i8-5,
    [dir="ltr"] .my-i8-5 {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-i8-5,
    [dir="ltr"] .mx-i8-5 {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-i8-4pt {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-i8-4pt,
    [dir="ltr"] .my-i8-4pt {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-i8-4pt,
    [dir="ltr"] .mx-i8-4pt {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-i8-4pt,
    [dir="ltr"] .my-i8-4pt {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-i8-4pt,
    [dir="ltr"] .mx-i8-4pt {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-i8-8pt {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-i8-8pt,
    [dir="ltr"] .my-i8-8pt {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-i8-8pt,
    [dir="ltr"] .mx-i8-8pt {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-i8-8pt,
    [dir="ltr"] .my-i8-8pt {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-i8-8pt,
    [dir="ltr"] .mx-i8-8pt {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-i8-12pt {
        margin: 0.75rem !important;
    }
    [dir="ltr"] .mt-i8-12pt,
    [dir="ltr"] .my-i8-12pt {
        margin-top: 0.75rem !important;
    }
    [dir="ltr"] .mr-i8-12pt,
    [dir="ltr"] .mx-i8-12pt {
        margin-right: 0.75rem !important;
    }
    [dir="ltr"] .mb-i8-12pt,
    [dir="ltr"] .my-i8-12pt {
        margin-bottom: 0.75rem !important;
    }
    [dir="ltr"] .ml-i8-12pt,
    [dir="ltr"] .mx-i8-12pt {
        margin-left: 0.75rem !important;
    }
    [dir="ltr"] .m-i8-16pt {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-i8-16pt,
    [dir="ltr"] .my-i8-16pt {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-i8-16pt,
    [dir="ltr"] .mx-i8-16pt {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-i8-16pt,
    [dir="ltr"] .my-i8-16pt {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-i8-16pt,
    [dir="ltr"] .mx-i8-16pt {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-i8-20pt {
        margin: 1.25rem !important;
    }
    [dir="ltr"] .mt-i8-20pt,
    [dir="ltr"] .my-i8-20pt {
        margin-top: 1.25rem !important;
    }
    [dir="ltr"] .mr-i8-20pt,
    [dir="ltr"] .mx-i8-20pt {
        margin-right: 1.25rem !important;
    }
    [dir="ltr"] .mb-i8-20pt,
    [dir="ltr"] .my-i8-20pt {
        margin-bottom: 1.25rem !important;
    }
    [dir="ltr"] .ml-i8-20pt,
    [dir="ltr"] .mx-i8-20pt {
        margin-left: 1.25rem !important;
    }
    [dir="ltr"] .m-i8-24pt {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-i8-24pt,
    [dir="ltr"] .my-i8-24pt {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-i8-24pt,
    [dir="ltr"] .mx-i8-24pt {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-i8-24pt,
    [dir="ltr"] .my-i8-24pt {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-i8-24pt,
    [dir="ltr"] .mx-i8-24pt {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-i8-32pt {
        margin: 2rem !important;
    }
    [dir="ltr"] .mt-i8-32pt,
    [dir="ltr"] .my-i8-32pt {
        margin-top: 2rem !important;
    }
    [dir="ltr"] .mr-i8-32pt,
    [dir="ltr"] .mx-i8-32pt {
        margin-right: 2rem !important;
    }
    [dir="ltr"] .mb-i8-32pt,
    [dir="ltr"] .my-i8-32pt {
        margin-bottom: 2rem !important;
    }
    [dir="ltr"] .ml-i8-32pt,
    [dir="ltr"] .mx-i8-32pt {
        margin-left: 2rem !important;
    }
    [dir="ltr"] .m-i8-40pt {
        margin: 2.5rem !important;
    }
    [dir="ltr"] .mt-i8-40pt,
    [dir="ltr"] .my-i8-40pt {
        margin-top: 2.5rem !important;
    }
    [dir="ltr"] .mr-i8-40pt,
    [dir="ltr"] .mx-i8-40pt {
        margin-right: 2.5rem !important;
    }
    [dir="ltr"] .mb-i8-40pt,
    [dir="ltr"] .my-i8-40pt {
        margin-bottom: 2.5rem !important;
    }
    [dir="ltr"] .ml-i8-40pt,
    [dir="ltr"] .mx-i8-40pt {
        margin-left: 2.5rem !important;
    }
    [dir="ltr"] .m-i8-44pt {
        margin: 2.75rem !important;
    }
    [dir="ltr"] .mt-i8-44pt,
    [dir="ltr"] .my-i8-44pt {
        margin-top: 2.75rem !important;
    }
    [dir="ltr"] .mr-i8-44pt,
    [dir="ltr"] .mx-i8-44pt {
        margin-right: 2.75rem !important;
    }
    [dir="ltr"] .mb-i8-44pt,
    [dir="ltr"] .my-i8-44pt {
        margin-bottom: 2.75rem !important;
    }
    [dir="ltr"] .ml-i8-44pt,
    [dir="ltr"] .mx-i8-44pt {
        margin-left: 2.75rem !important;
    }
    [dir="ltr"] .m-i8-48pt {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-i8-48pt,
    [dir="ltr"] .my-i8-48pt {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-i8-48pt,
    [dir="ltr"] .mx-i8-48pt {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-i8-48pt,
    [dir="ltr"] .my-i8-48pt {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-i8-48pt,
    [dir="ltr"] .mx-i8-48pt {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-i8-64pt {
        margin: 4rem !important;
    }
    [dir="ltr"] .mt-i8-64pt,
    [dir="ltr"] .my-i8-64pt {
        margin-top: 4rem !important;
    }
    [dir="ltr"] .mr-i8-64pt,
    [dir="ltr"] .mx-i8-64pt {
        margin-right: 4rem !important;
    }
    [dir="ltr"] .mb-i8-64pt,
    [dir="ltr"] .my-i8-64pt {
        margin-bottom: 4rem !important;
    }
    [dir="ltr"] .ml-i8-64pt,
    [dir="ltr"] .mx-i8-64pt {
        margin-left: 4rem !important;
    }
    [dir="ltr"] .m-i8-112pt {
        margin: 7rem !important;
    }
    [dir="ltr"] .mt-i8-112pt,
    [dir="ltr"] .my-i8-112pt {
        margin-top: 7rem !important;
    }
    [dir="ltr"] .mr-i8-112pt,
    [dir="ltr"] .mx-i8-112pt {
        margin-right: 7rem !important;
    }
    [dir="ltr"] .mb-i8-112pt,
    [dir="ltr"] .my-i8-112pt {
        margin-bottom: 7rem !important;
    }
    [dir="ltr"] .ml-i8-112pt,
    [dir="ltr"] .mx-i8-112pt {
        margin-left: 7rem !important;
    }
    [dir="ltr"] .m-i8-128pt {
        margin: 8rem !important;
    }
    [dir="ltr"] .mt-i8-128pt,
    [dir="ltr"] .my-i8-128pt {
        margin-top: 8rem !important;
    }
    [dir="ltr"] .mr-i8-128pt,
    [dir="ltr"] .mx-i8-128pt {
        margin-right: 8rem !important;
    }
    [dir="ltr"] .mb-i8-128pt,
    [dir="ltr"] .my-i8-128pt {
        margin-bottom: 8rem !important;
    }
    [dir="ltr"] .ml-i8-128pt,
    [dir="ltr"] .mx-i8-128pt {
        margin-left: 8rem !important;
    }
    [dir="ltr"] .p-i8-0 {
        padding: 0 !important;
    }
    [dir="ltr"] .pt-i8-0,
    [dir="ltr"] .py-i8-0 {
        padding-top: 0 !important;
    }
    [dir="ltr"] .pr-i8-0,
    [dir="ltr"] .px-i8-0 {
        padding-right: 0 !important;
    }
    [dir="ltr"] .pb-i8-0,
    [dir="ltr"] .py-i8-0 {
        padding-bottom: 0 !important;
    }
    [dir="ltr"] .pl-i8-0,
    [dir="ltr"] .px-i8-0 {
        padding-left: 0 !important;
    }
    [dir="ltr"] .p-i8-1 {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-i8-1,
    [dir="ltr"] .py-i8-1 {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-i8-1,
    [dir="ltr"] .px-i8-1 {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-i8-1,
    [dir="ltr"] .py-i8-1 {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-i8-1,
    [dir="ltr"] .px-i8-1 {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-i8-2 {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-i8-2,
    [dir="ltr"] .py-i8-2 {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-i8-2,
    [dir="ltr"] .px-i8-2 {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-i8-2,
    [dir="ltr"] .py-i8-2 {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-i8-2,
    [dir="ltr"] .px-i8-2 {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-i8-3 {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-i8-3,
    [dir="ltr"] .py-i8-3 {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-i8-3,
    [dir="ltr"] .px-i8-3 {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-i8-3,
    [dir="ltr"] .py-i8-3 {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-i8-3,
    [dir="ltr"] .px-i8-3 {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-i8-4 {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-i8-4,
    [dir="ltr"] .py-i8-4 {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-i8-4,
    [dir="ltr"] .px-i8-4 {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-i8-4,
    [dir="ltr"] .py-i8-4 {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-i8-4,
    [dir="ltr"] .px-i8-4 {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-i8-5 {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-i8-5,
    [dir="ltr"] .py-i8-5 {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-i8-5,
    [dir="ltr"] .px-i8-5 {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-i8-5,
    [dir="ltr"] .py-i8-5 {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-i8-5,
    [dir="ltr"] .px-i8-5 {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-i8-4pt {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-i8-4pt,
    [dir="ltr"] .py-i8-4pt {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-i8-4pt,
    [dir="ltr"] .px-i8-4pt {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-i8-4pt,
    [dir="ltr"] .py-i8-4pt {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-i8-4pt,
    [dir="ltr"] .px-i8-4pt {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-i8-8pt {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-i8-8pt,
    [dir="ltr"] .py-i8-8pt {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-i8-8pt,
    [dir="ltr"] .px-i8-8pt {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-i8-8pt,
    [dir="ltr"] .py-i8-8pt {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-i8-8pt,
    [dir="ltr"] .px-i8-8pt {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-i8-12pt {
        padding: 0.75rem !important;
    }
    [dir="ltr"] .pt-i8-12pt,
    [dir="ltr"] .py-i8-12pt {
        padding-top: 0.75rem !important;
    }
    [dir="ltr"] .pr-i8-12pt,
    [dir="ltr"] .px-i8-12pt {
        padding-right: 0.75rem !important;
    }
    [dir="ltr"] .pb-i8-12pt,
    [dir="ltr"] .py-i8-12pt {
        padding-bottom: 0.75rem !important;
    }
    [dir="ltr"] .pl-i8-12pt,
    [dir="ltr"] .px-i8-12pt {
        padding-left: 0.75rem !important;
    }
    [dir="ltr"] .p-i8-16pt {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-i8-16pt,
    [dir="ltr"] .py-i8-16pt {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-i8-16pt,
    [dir="ltr"] .px-i8-16pt {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-i8-16pt,
    [dir="ltr"] .py-i8-16pt {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-i8-16pt,
    [dir="ltr"] .px-i8-16pt {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-i8-20pt {
        padding: 1.25rem !important;
    }
    [dir="ltr"] .pt-i8-20pt,
    [dir="ltr"] .py-i8-20pt {
        padding-top: 1.25rem !important;
    }
    [dir="ltr"] .pr-i8-20pt,
    [dir="ltr"] .px-i8-20pt {
        padding-right: 1.25rem !important;
    }
    [dir="ltr"] .pb-i8-20pt,
    [dir="ltr"] .py-i8-20pt {
        padding-bottom: 1.25rem !important;
    }
    [dir="ltr"] .pl-i8-20pt,
    [dir="ltr"] .px-i8-20pt {
        padding-left: 1.25rem !important;
    }
    [dir="ltr"] .p-i8-24pt {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-i8-24pt,
    [dir="ltr"] .py-i8-24pt {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-i8-24pt,
    [dir="ltr"] .px-i8-24pt {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-i8-24pt,
    [dir="ltr"] .py-i8-24pt {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-i8-24pt,
    [dir="ltr"] .px-i8-24pt {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-i8-32pt {
        padding: 2rem !important;
    }
    [dir="ltr"] .pt-i8-32pt,
    [dir="ltr"] .py-i8-32pt {
        padding-top: 2rem !important;
    }
    [dir="ltr"] .pr-i8-32pt,
    [dir="ltr"] .px-i8-32pt {
        padding-right: 2rem !important;
    }
    [dir="ltr"] .pb-i8-32pt,
    [dir="ltr"] .py-i8-32pt {
        padding-bottom: 2rem !important;
    }
    [dir="ltr"] .pl-i8-32pt,
    [dir="ltr"] .px-i8-32pt {
        padding-left: 2rem !important;
    }
    [dir="ltr"] .p-i8-40pt {
        padding: 2.5rem !important;
    }
    [dir="ltr"] .pt-i8-40pt,
    [dir="ltr"] .py-i8-40pt {
        padding-top: 2.5rem !important;
    }
    [dir="ltr"] .pr-i8-40pt,
    [dir="ltr"] .px-i8-40pt {
        padding-right: 2.5rem !important;
    }
    [dir="ltr"] .pb-i8-40pt,
    [dir="ltr"] .py-i8-40pt {
        padding-bottom: 2.5rem !important;
    }
    [dir="ltr"] .pl-i8-40pt,
    [dir="ltr"] .px-i8-40pt {
        padding-left: 2.5rem !important;
    }
    [dir="ltr"] .p-i8-44pt {
        padding: 2.75rem !important;
    }
    [dir="ltr"] .pt-i8-44pt,
    [dir="ltr"] .py-i8-44pt {
        padding-top: 2.75rem !important;
    }
    [dir="ltr"] .pr-i8-44pt,
    [dir="ltr"] .px-i8-44pt {
        padding-right: 2.75rem !important;
    }
    [dir="ltr"] .pb-i8-44pt,
    [dir="ltr"] .py-i8-44pt {
        padding-bottom: 2.75rem !important;
    }
    [dir="ltr"] .pl-i8-44pt,
    [dir="ltr"] .px-i8-44pt {
        padding-left: 2.75rem !important;
    }
    [dir="ltr"] .p-i8-48pt {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-i8-48pt,
    [dir="ltr"] .py-i8-48pt {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-i8-48pt,
    [dir="ltr"] .px-i8-48pt {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-i8-48pt,
    [dir="ltr"] .py-i8-48pt {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-i8-48pt,
    [dir="ltr"] .px-i8-48pt {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-i8-64pt {
        padding: 4rem !important;
    }
    [dir="ltr"] .pt-i8-64pt,
    [dir="ltr"] .py-i8-64pt {
        padding-top: 4rem !important;
    }
    [dir="ltr"] .pr-i8-64pt,
    [dir="ltr"] .px-i8-64pt {
        padding-right: 4rem !important;
    }
    [dir="ltr"] .pb-i8-64pt,
    [dir="ltr"] .py-i8-64pt {
        padding-bottom: 4rem !important;
    }
    [dir="ltr"] .pl-i8-64pt,
    [dir="ltr"] .px-i8-64pt {
        padding-left: 4rem !important;
    }
    [dir="ltr"] .p-i8-112pt {
        padding: 7rem !important;
    }
    [dir="ltr"] .pt-i8-112pt,
    [dir="ltr"] .py-i8-112pt {
        padding-top: 7rem !important;
    }
    [dir="ltr"] .pr-i8-112pt,
    [dir="ltr"] .px-i8-112pt {
        padding-right: 7rem !important;
    }
    [dir="ltr"] .pb-i8-112pt,
    [dir="ltr"] .py-i8-112pt {
        padding-bottom: 7rem !important;
    }
    [dir="ltr"] .pl-i8-112pt,
    [dir="ltr"] .px-i8-112pt {
        padding-left: 7rem !important;
    }
    [dir="ltr"] .p-i8-128pt {
        padding: 8rem !important;
    }
    [dir="ltr"] .pt-i8-128pt,
    [dir="ltr"] .py-i8-128pt {
        padding-top: 8rem !important;
    }
    [dir="ltr"] .pr-i8-128pt,
    [dir="ltr"] .px-i8-128pt {
        padding-right: 8rem !important;
    }
    [dir="ltr"] .pb-i8-128pt,
    [dir="ltr"] .py-i8-128pt {
        padding-bottom: 8rem !important;
    }
    [dir="ltr"] .pl-i8-128pt,
    [dir="ltr"] .px-i8-128pt {
        padding-left: 8rem !important;
    }
    [dir="ltr"] .m-i8-n1 {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-i8-n1,
    [dir="ltr"] .my-i8-n1 {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-i8-n1,
    [dir="ltr"] .mx-i8-n1 {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-i8-n1,
    [dir="ltr"] .my-i8-n1 {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-i8-n1,
    [dir="ltr"] .mx-i8-n1 {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-i8-n2 {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-i8-n2,
    [dir="ltr"] .my-i8-n2 {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-i8-n2,
    [dir="ltr"] .mx-i8-n2 {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-i8-n2,
    [dir="ltr"] .my-i8-n2 {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-i8-n2,
    [dir="ltr"] .mx-i8-n2 {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-i8-n3 {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-i8-n3,
    [dir="ltr"] .my-i8-n3 {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-i8-n3,
    [dir="ltr"] .mx-i8-n3 {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-i8-n3,
    [dir="ltr"] .my-i8-n3 {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-i8-n3,
    [dir="ltr"] .mx-i8-n3 {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-i8-n4 {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-i8-n4,
    [dir="ltr"] .my-i8-n4 {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-i8-n4,
    [dir="ltr"] .mx-i8-n4 {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-i8-n4,
    [dir="ltr"] .my-i8-n4 {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-i8-n4,
    [dir="ltr"] .mx-i8-n4 {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-i8-n5 {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-i8-n5,
    [dir="ltr"] .my-i8-n5 {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-i8-n5,
    [dir="ltr"] .mx-i8-n5 {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-i8-n5,
    [dir="ltr"] .my-i8-n5 {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-i8-n5,
    [dir="ltr"] .mx-i8-n5 {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-i8-n4pt {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-i8-n4pt,
    [dir="ltr"] .my-i8-n4pt {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-i8-n4pt,
    [dir="ltr"] .mx-i8-n4pt {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-i8-n4pt,
    [dir="ltr"] .my-i8-n4pt {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-i8-n4pt,
    [dir="ltr"] .mx-i8-n4pt {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-i8-n8pt {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-i8-n8pt,
    [dir="ltr"] .my-i8-n8pt {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-i8-n8pt,
    [dir="ltr"] .mx-i8-n8pt {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-i8-n8pt,
    [dir="ltr"] .my-i8-n8pt {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-i8-n8pt,
    [dir="ltr"] .mx-i8-n8pt {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-i8-n12pt {
        margin: -0.75rem !important;
    }
    [dir="ltr"] .mt-i8-n12pt,
    [dir="ltr"] .my-i8-n12pt {
        margin-top: -0.75rem !important;
    }
    [dir="ltr"] .mr-i8-n12pt,
    [dir="ltr"] .mx-i8-n12pt {
        margin-right: -0.75rem !important;
    }
    [dir="ltr"] .mb-i8-n12pt,
    [dir="ltr"] .my-i8-n12pt {
        margin-bottom: -0.75rem !important;
    }
    [dir="ltr"] .ml-i8-n12pt,
    [dir="ltr"] .mx-i8-n12pt {
        margin-left: -0.75rem !important;
    }
    [dir="ltr"] .m-i8-n16pt {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-i8-n16pt,
    [dir="ltr"] .my-i8-n16pt {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-i8-n16pt,
    [dir="ltr"] .mx-i8-n16pt {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-i8-n16pt,
    [dir="ltr"] .my-i8-n16pt {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-i8-n16pt,
    [dir="ltr"] .mx-i8-n16pt {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-i8-n20pt {
        margin: -1.25rem !important;
    }
    [dir="ltr"] .mt-i8-n20pt,
    [dir="ltr"] .my-i8-n20pt {
        margin-top: -1.25rem !important;
    }
    [dir="ltr"] .mr-i8-n20pt,
    [dir="ltr"] .mx-i8-n20pt {
        margin-right: -1.25rem !important;
    }
    [dir="ltr"] .mb-i8-n20pt,
    [dir="ltr"] .my-i8-n20pt {
        margin-bottom: -1.25rem !important;
    }
    [dir="ltr"] .ml-i8-n20pt,
    [dir="ltr"] .mx-i8-n20pt {
        margin-left: -1.25rem !important;
    }
    [dir="ltr"] .m-i8-n24pt {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-i8-n24pt,
    [dir="ltr"] .my-i8-n24pt {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-i8-n24pt,
    [dir="ltr"] .mx-i8-n24pt {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-i8-n24pt,
    [dir="ltr"] .my-i8-n24pt {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-i8-n24pt,
    [dir="ltr"] .mx-i8-n24pt {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-i8-n32pt {
        margin: -2rem !important;
    }
    [dir="ltr"] .mt-i8-n32pt,
    [dir="ltr"] .my-i8-n32pt {
        margin-top: -2rem !important;
    }
    [dir="ltr"] .mr-i8-n32pt,
    [dir="ltr"] .mx-i8-n32pt {
        margin-right: -2rem !important;
    }
    [dir="ltr"] .mb-i8-n32pt,
    [dir="ltr"] .my-i8-n32pt {
        margin-bottom: -2rem !important;
    }
    [dir="ltr"] .ml-i8-n32pt,
    [dir="ltr"] .mx-i8-n32pt {
        margin-left: -2rem !important;
    }
    [dir="ltr"] .m-i8-n40pt {
        margin: -2.5rem !important;
    }
    [dir="ltr"] .mt-i8-n40pt,
    [dir="ltr"] .my-i8-n40pt {
        margin-top: -2.5rem !important;
    }
    [dir="ltr"] .mr-i8-n40pt,
    [dir="ltr"] .mx-i8-n40pt {
        margin-right: -2.5rem !important;
    }
    [dir="ltr"] .mb-i8-n40pt,
    [dir="ltr"] .my-i8-n40pt {
        margin-bottom: -2.5rem !important;
    }
    [dir="ltr"] .ml-i8-n40pt,
    [dir="ltr"] .mx-i8-n40pt {
        margin-left: -2.5rem !important;
    }
    [dir="ltr"] .m-i8-n44pt {
        margin: -2.75rem !important;
    }
    [dir="ltr"] .mt-i8-n44pt,
    [dir="ltr"] .my-i8-n44pt {
        margin-top: -2.75rem !important;
    }
    [dir="ltr"] .mr-i8-n44pt,
    [dir="ltr"] .mx-i8-n44pt {
        margin-right: -2.75rem !important;
    }
    [dir="ltr"] .mb-i8-n44pt,
    [dir="ltr"] .my-i8-n44pt {
        margin-bottom: -2.75rem !important;
    }
    [dir="ltr"] .ml-i8-n44pt,
    [dir="ltr"] .mx-i8-n44pt {
        margin-left: -2.75rem !important;
    }
    [dir="ltr"] .m-i8-n48pt {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-i8-n48pt,
    [dir="ltr"] .my-i8-n48pt {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-i8-n48pt,
    [dir="ltr"] .mx-i8-n48pt {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-i8-n48pt,
    [dir="ltr"] .my-i8-n48pt {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-i8-n48pt,
    [dir="ltr"] .mx-i8-n48pt {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-i8-n64pt {
        margin: -4rem !important;
    }
    [dir="ltr"] .mt-i8-n64pt,
    [dir="ltr"] .my-i8-n64pt {
        margin-top: -4rem !important;
    }
    [dir="ltr"] .mr-i8-n64pt,
    [dir="ltr"] .mx-i8-n64pt {
        margin-right: -4rem !important;
    }
    [dir="ltr"] .mb-i8-n64pt,
    [dir="ltr"] .my-i8-n64pt {
        margin-bottom: -4rem !important;
    }
    [dir="ltr"] .ml-i8-n64pt,
    [dir="ltr"] .mx-i8-n64pt {
        margin-left: -4rem !important;
    }
    [dir="ltr"] .m-i8-n112pt {
        margin: -7rem !important;
    }
    [dir="ltr"] .mt-i8-n112pt,
    [dir="ltr"] .my-i8-n112pt {
        margin-top: -7rem !important;
    }
    [dir="ltr"] .mr-i8-n112pt,
    [dir="ltr"] .mx-i8-n112pt {
        margin-right: -7rem !important;
    }
    [dir="ltr"] .mb-i8-n112pt,
    [dir="ltr"] .my-i8-n112pt {
        margin-bottom: -7rem !important;
    }
    [dir="ltr"] .ml-i8-n112pt,
    [dir="ltr"] .mx-i8-n112pt {
        margin-left: -7rem !important;
    }
    [dir="ltr"] .m-i8-n128pt {
        margin: -8rem !important;
    }
    [dir="ltr"] .mt-i8-n128pt,
    [dir="ltr"] .my-i8-n128pt {
        margin-top: -8rem !important;
    }
    [dir="ltr"] .mr-i8-n128pt,
    [dir="ltr"] .mx-i8-n128pt {
        margin-right: -8rem !important;
    }
    [dir="ltr"] .mb-i8-n128pt,
    [dir="ltr"] .my-i8-n128pt {
        margin-bottom: -8rem !important;
    }
    [dir="ltr"] .ml-i8-n128pt,
    [dir="ltr"] .mx-i8-n128pt {
        margin-left: -8rem !important;
    }
    [dir="ltr"] .m-i8-auto {
        margin: auto !important;
    }
    [dir="ltr"] .mt-i8-auto,
    [dir="ltr"] .my-i8-auto {
        margin-top: auto !important;
    }
    [dir="ltr"] .mr-i8-auto,
    [dir="ltr"] .mx-i8-auto {
        margin-right: auto !important;
    }
    [dir="ltr"] .mb-i8-auto,
    [dir="ltr"] .my-i8-auto {
        margin-bottom: auto !important;
    }
    [dir="ltr"] .ml-i8-auto,
    [dir="ltr"] .mx-i8-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .m-i8-plus-0 {
        margin: 0 !important;
    }
    [dir="ltr"] .mt-i8-plus-0,
    [dir="ltr"] .my-i8-plus-0 {
        margin-top: 0 !important;
    }
    [dir="ltr"] .mr-i8-plus-0,
    [dir="ltr"] .mx-i8-plus-0 {
        margin-right: 0 !important;
    }
    [dir="ltr"] .mb-i8-plus-0,
    [dir="ltr"] .my-i8-plus-0 {
        margin-bottom: 0 !important;
    }
    [dir="ltr"] .ml-i8-plus-0,
    [dir="ltr"] .mx-i8-plus-0 {
        margin-left: 0 !important;
    }
    [dir="ltr"] .m-i8-plus-1 {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-i8-plus-1,
    [dir="ltr"] .my-i8-plus-1 {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-i8-plus-1,
    [dir="ltr"] .mx-i8-plus-1 {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-i8-plus-1,
    [dir="ltr"] .my-i8-plus-1 {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-i8-plus-1,
    [dir="ltr"] .mx-i8-plus-1 {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-i8-plus-2 {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-i8-plus-2,
    [dir="ltr"] .my-i8-plus-2 {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-i8-plus-2,
    [dir="ltr"] .mx-i8-plus-2 {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-i8-plus-2,
    [dir="ltr"] .my-i8-plus-2 {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-i8-plus-2,
    [dir="ltr"] .mx-i8-plus-2 {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-i8-plus-3 {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-i8-plus-3,
    [dir="ltr"] .my-i8-plus-3 {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-i8-plus-3,
    [dir="ltr"] .mx-i8-plus-3 {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-i8-plus-3,
    [dir="ltr"] .my-i8-plus-3 {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-i8-plus-3,
    [dir="ltr"] .mx-i8-plus-3 {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-i8-plus-4 {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-i8-plus-4,
    [dir="ltr"] .my-i8-plus-4 {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-i8-plus-4,
    [dir="ltr"] .mx-i8-plus-4 {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-i8-plus-4,
    [dir="ltr"] .my-i8-plus-4 {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-i8-plus-4,
    [dir="ltr"] .mx-i8-plus-4 {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-i8-plus-5 {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-i8-plus-5,
    [dir="ltr"] .my-i8-plus-5 {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-i8-plus-5,
    [dir="ltr"] .mx-i8-plus-5 {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-i8-plus-5,
    [dir="ltr"] .my-i8-plus-5 {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-i8-plus-5,
    [dir="ltr"] .mx-i8-plus-5 {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-i8-plus-4pt {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-i8-plus-4pt,
    [dir="ltr"] .my-i8-plus-4pt {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-i8-plus-4pt,
    [dir="ltr"] .mx-i8-plus-4pt {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-i8-plus-4pt,
    [dir="ltr"] .my-i8-plus-4pt {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-i8-plus-4pt,
    [dir="ltr"] .mx-i8-plus-4pt {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-i8-plus-8pt {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-i8-plus-8pt,
    [dir="ltr"] .my-i8-plus-8pt {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-i8-plus-8pt,
    [dir="ltr"] .mx-i8-plus-8pt {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-i8-plus-8pt,
    [dir="ltr"] .my-i8-plus-8pt {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-i8-plus-8pt,
    [dir="ltr"] .mx-i8-plus-8pt {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-i8-plus-12pt {
        margin: 0.75rem !important;
    }
    [dir="ltr"] .mt-i8-plus-12pt,
    [dir="ltr"] .my-i8-plus-12pt {
        margin-top: 0.75rem !important;
    }
    [dir="ltr"] .mr-i8-plus-12pt,
    [dir="ltr"] .mx-i8-plus-12pt {
        margin-right: 0.75rem !important;
    }
    [dir="ltr"] .mb-i8-plus-12pt,
    [dir="ltr"] .my-i8-plus-12pt {
        margin-bottom: 0.75rem !important;
    }
    [dir="ltr"] .ml-i8-plus-12pt,
    [dir="ltr"] .mx-i8-plus-12pt {
        margin-left: 0.75rem !important;
    }
    [dir="ltr"] .m-i8-plus-16pt {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-i8-plus-16pt,
    [dir="ltr"] .my-i8-plus-16pt {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-i8-plus-16pt,
    [dir="ltr"] .mx-i8-plus-16pt {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-i8-plus-16pt,
    [dir="ltr"] .my-i8-plus-16pt {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-i8-plus-16pt,
    [dir="ltr"] .mx-i8-plus-16pt {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-i8-plus-20pt {
        margin: 1.25rem !important;
    }
    [dir="ltr"] .mt-i8-plus-20pt,
    [dir="ltr"] .my-i8-plus-20pt {
        margin-top: 1.25rem !important;
    }
    [dir="ltr"] .mr-i8-plus-20pt,
    [dir="ltr"] .mx-i8-plus-20pt {
        margin-right: 1.25rem !important;
    }
    [dir="ltr"] .mb-i8-plus-20pt,
    [dir="ltr"] .my-i8-plus-20pt {
        margin-bottom: 1.25rem !important;
    }
    [dir="ltr"] .ml-i8-plus-20pt,
    [dir="ltr"] .mx-i8-plus-20pt {
        margin-left: 1.25rem !important;
    }
    [dir="ltr"] .m-i8-plus-24pt {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-i8-plus-24pt,
    [dir="ltr"] .my-i8-plus-24pt {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-i8-plus-24pt,
    [dir="ltr"] .mx-i8-plus-24pt {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-i8-plus-24pt,
    [dir="ltr"] .my-i8-plus-24pt {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-i8-plus-24pt,
    [dir="ltr"] .mx-i8-plus-24pt {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-i8-plus-32pt {
        margin: 2rem !important;
    }
    [dir="ltr"] .mt-i8-plus-32pt,
    [dir="ltr"] .my-i8-plus-32pt {
        margin-top: 2rem !important;
    }
    [dir="ltr"] .mr-i8-plus-32pt,
    [dir="ltr"] .mx-i8-plus-32pt {
        margin-right: 2rem !important;
    }
    [dir="ltr"] .mb-i8-plus-32pt,
    [dir="ltr"] .my-i8-plus-32pt {
        margin-bottom: 2rem !important;
    }
    [dir="ltr"] .ml-i8-plus-32pt,
    [dir="ltr"] .mx-i8-plus-32pt {
        margin-left: 2rem !important;
    }
    [dir="ltr"] .m-i8-plus-40pt {
        margin: 2.5rem !important;
    }
    [dir="ltr"] .mt-i8-plus-40pt,
    [dir="ltr"] .my-i8-plus-40pt {
        margin-top: 2.5rem !important;
    }
    [dir="ltr"] .mr-i8-plus-40pt,
    [dir="ltr"] .mx-i8-plus-40pt {
        margin-right: 2.5rem !important;
    }
    [dir="ltr"] .mb-i8-plus-40pt,
    [dir="ltr"] .my-i8-plus-40pt {
        margin-bottom: 2.5rem !important;
    }
    [dir="ltr"] .ml-i8-plus-40pt,
    [dir="ltr"] .mx-i8-plus-40pt {
        margin-left: 2.5rem !important;
    }
    [dir="ltr"] .m-i8-plus-44pt {
        margin: 2.75rem !important;
    }
    [dir="ltr"] .mt-i8-plus-44pt,
    [dir="ltr"] .my-i8-plus-44pt {
        margin-top: 2.75rem !important;
    }
    [dir="ltr"] .mr-i8-plus-44pt,
    [dir="ltr"] .mx-i8-plus-44pt {
        margin-right: 2.75rem !important;
    }
    [dir="ltr"] .mb-i8-plus-44pt,
    [dir="ltr"] .my-i8-plus-44pt {
        margin-bottom: 2.75rem !important;
    }
    [dir="ltr"] .ml-i8-plus-44pt,
    [dir="ltr"] .mx-i8-plus-44pt {
        margin-left: 2.75rem !important;
    }
    [dir="ltr"] .m-i8-plus-48pt {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-i8-plus-48pt,
    [dir="ltr"] .my-i8-plus-48pt {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-i8-plus-48pt,
    [dir="ltr"] .mx-i8-plus-48pt {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-i8-plus-48pt,
    [dir="ltr"] .my-i8-plus-48pt {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-i8-plus-48pt,
    [dir="ltr"] .mx-i8-plus-48pt {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-i8-plus-64pt {
        margin: 4rem !important;
    }
    [dir="ltr"] .mt-i8-plus-64pt,
    [dir="ltr"] .my-i8-plus-64pt {
        margin-top: 4rem !important;
    }
    [dir="ltr"] .mr-i8-plus-64pt,
    [dir="ltr"] .mx-i8-plus-64pt {
        margin-right: 4rem !important;
    }
    [dir="ltr"] .mb-i8-plus-64pt,
    [dir="ltr"] .my-i8-plus-64pt {
        margin-bottom: 4rem !important;
    }
    [dir="ltr"] .ml-i8-plus-64pt,
    [dir="ltr"] .mx-i8-plus-64pt {
        margin-left: 4rem !important;
    }
    [dir="ltr"] .m-i8-plus-112pt {
        margin: 7rem !important;
    }
    [dir="ltr"] .mt-i8-plus-112pt,
    [dir="ltr"] .my-i8-plus-112pt {
        margin-top: 7rem !important;
    }
    [dir="ltr"] .mr-i8-plus-112pt,
    [dir="ltr"] .mx-i8-plus-112pt {
        margin-right: 7rem !important;
    }
    [dir="ltr"] .mb-i8-plus-112pt,
    [dir="ltr"] .my-i8-plus-112pt {
        margin-bottom: 7rem !important;
    }
    [dir="ltr"] .ml-i8-plus-112pt,
    [dir="ltr"] .mx-i8-plus-112pt {
        margin-left: 7rem !important;
    }
    [dir="ltr"] .m-i8-plus-128pt {
        margin: 8rem !important;
    }
    [dir="ltr"] .mt-i8-plus-128pt,
    [dir="ltr"] .my-i8-plus-128pt {
        margin-top: 8rem !important;
    }
    [dir="ltr"] .mr-i8-plus-128pt,
    [dir="ltr"] .mx-i8-plus-128pt {
        margin-right: 8rem !important;
    }
    [dir="ltr"] .mb-i8-plus-128pt,
    [dir="ltr"] .my-i8-plus-128pt {
        margin-bottom: 8rem !important;
    }
    [dir="ltr"] .ml-i8-plus-128pt,
    [dir="ltr"] .mx-i8-plus-128pt {
        margin-left: 8rem !important;
    }
    [dir="ltr"] .p-i8-plus-0 {
        padding: 0 !important;
    }
    [dir="ltr"] .pt-i8-plus-0,
    [dir="ltr"] .py-i8-plus-0 {
        padding-top: 0 !important;
    }
    [dir="ltr"] .pr-i8-plus-0,
    [dir="ltr"] .px-i8-plus-0 {
        padding-right: 0 !important;
    }
    [dir="ltr"] .pb-i8-plus-0,
    [dir="ltr"] .py-i8-plus-0 {
        padding-bottom: 0 !important;
    }
    [dir="ltr"] .pl-i8-plus-0,
    [dir="ltr"] .px-i8-plus-0 {
        padding-left: 0 !important;
    }
    [dir="ltr"] .p-i8-plus-1 {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-i8-plus-1,
    [dir="ltr"] .py-i8-plus-1 {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-i8-plus-1,
    [dir="ltr"] .px-i8-plus-1 {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-i8-plus-1,
    [dir="ltr"] .py-i8-plus-1 {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-i8-plus-1,
    [dir="ltr"] .px-i8-plus-1 {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-i8-plus-2 {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-i8-plus-2,
    [dir="ltr"] .py-i8-plus-2 {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-i8-plus-2,
    [dir="ltr"] .px-i8-plus-2 {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-i8-plus-2,
    [dir="ltr"] .py-i8-plus-2 {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-i8-plus-2,
    [dir="ltr"] .px-i8-plus-2 {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-i8-plus-3 {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-i8-plus-3,
    [dir="ltr"] .py-i8-plus-3 {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-i8-plus-3,
    [dir="ltr"] .px-i8-plus-3 {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-i8-plus-3,
    [dir="ltr"] .py-i8-plus-3 {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-i8-plus-3,
    [dir="ltr"] .px-i8-plus-3 {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-i8-plus-4 {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-i8-plus-4,
    [dir="ltr"] .py-i8-plus-4 {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-i8-plus-4,
    [dir="ltr"] .px-i8-plus-4 {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-i8-plus-4,
    [dir="ltr"] .py-i8-plus-4 {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-i8-plus-4,
    [dir="ltr"] .px-i8-plus-4 {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-i8-plus-5 {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-i8-plus-5,
    [dir="ltr"] .py-i8-plus-5 {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-i8-plus-5,
    [dir="ltr"] .px-i8-plus-5 {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-i8-plus-5,
    [dir="ltr"] .py-i8-plus-5 {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-i8-plus-5,
    [dir="ltr"] .px-i8-plus-5 {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-i8-plus-4pt {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-i8-plus-4pt,
    [dir="ltr"] .py-i8-plus-4pt {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-i8-plus-4pt,
    [dir="ltr"] .px-i8-plus-4pt {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-i8-plus-4pt,
    [dir="ltr"] .py-i8-plus-4pt {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-i8-plus-4pt,
    [dir="ltr"] .px-i8-plus-4pt {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-i8-plus-8pt {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-i8-plus-8pt,
    [dir="ltr"] .py-i8-plus-8pt {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-i8-plus-8pt,
    [dir="ltr"] .px-i8-plus-8pt {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-i8-plus-8pt,
    [dir="ltr"] .py-i8-plus-8pt {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-i8-plus-8pt,
    [dir="ltr"] .px-i8-plus-8pt {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-i8-plus-12pt {
        padding: 0.75rem !important;
    }
    [dir="ltr"] .pt-i8-plus-12pt,
    [dir="ltr"] .py-i8-plus-12pt {
        padding-top: 0.75rem !important;
    }
    [dir="ltr"] .pr-i8-plus-12pt,
    [dir="ltr"] .px-i8-plus-12pt {
        padding-right: 0.75rem !important;
    }
    [dir="ltr"] .pb-i8-plus-12pt,
    [dir="ltr"] .py-i8-plus-12pt {
        padding-bottom: 0.75rem !important;
    }
    [dir="ltr"] .pl-i8-plus-12pt,
    [dir="ltr"] .px-i8-plus-12pt {
        padding-left: 0.75rem !important;
    }
    [dir="ltr"] .p-i8-plus-16pt {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-i8-plus-16pt,
    [dir="ltr"] .py-i8-plus-16pt {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-i8-plus-16pt,
    [dir="ltr"] .px-i8-plus-16pt {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-i8-plus-16pt,
    [dir="ltr"] .py-i8-plus-16pt {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-i8-plus-16pt,
    [dir="ltr"] .px-i8-plus-16pt {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-i8-plus-20pt {
        padding: 1.25rem !important;
    }
    [dir="ltr"] .pt-i8-plus-20pt,
    [dir="ltr"] .py-i8-plus-20pt {
        padding-top: 1.25rem !important;
    }
    [dir="ltr"] .pr-i8-plus-20pt,
    [dir="ltr"] .px-i8-plus-20pt {
        padding-right: 1.25rem !important;
    }
    [dir="ltr"] .pb-i8-plus-20pt,
    [dir="ltr"] .py-i8-plus-20pt {
        padding-bottom: 1.25rem !important;
    }
    [dir="ltr"] .pl-i8-plus-20pt,
    [dir="ltr"] .px-i8-plus-20pt {
        padding-left: 1.25rem !important;
    }
    [dir="ltr"] .p-i8-plus-24pt {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-i8-plus-24pt,
    [dir="ltr"] .py-i8-plus-24pt {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-i8-plus-24pt,
    [dir="ltr"] .px-i8-plus-24pt {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-i8-plus-24pt,
    [dir="ltr"] .py-i8-plus-24pt {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-i8-plus-24pt,
    [dir="ltr"] .px-i8-plus-24pt {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-i8-plus-32pt {
        padding: 2rem !important;
    }
    [dir="ltr"] .pt-i8-plus-32pt,
    [dir="ltr"] .py-i8-plus-32pt {
        padding-top: 2rem !important;
    }
    [dir="ltr"] .pr-i8-plus-32pt,
    [dir="ltr"] .px-i8-plus-32pt {
        padding-right: 2rem !important;
    }
    [dir="ltr"] .pb-i8-plus-32pt,
    [dir="ltr"] .py-i8-plus-32pt {
        padding-bottom: 2rem !important;
    }
    [dir="ltr"] .pl-i8-plus-32pt,
    [dir="ltr"] .px-i8-plus-32pt {
        padding-left: 2rem !important;
    }
    [dir="ltr"] .p-i8-plus-40pt {
        padding: 2.5rem !important;
    }
    [dir="ltr"] .pt-i8-plus-40pt,
    [dir="ltr"] .py-i8-plus-40pt {
        padding-top: 2.5rem !important;
    }
    [dir="ltr"] .pr-i8-plus-40pt,
    [dir="ltr"] .px-i8-plus-40pt {
        padding-right: 2.5rem !important;
    }
    [dir="ltr"] .pb-i8-plus-40pt,
    [dir="ltr"] .py-i8-plus-40pt {
        padding-bottom: 2.5rem !important;
    }
    [dir="ltr"] .pl-i8-plus-40pt,
    [dir="ltr"] .px-i8-plus-40pt {
        padding-left: 2.5rem !important;
    }
    [dir="ltr"] .p-i8-plus-44pt {
        padding: 2.75rem !important;
    }
    [dir="ltr"] .pt-i8-plus-44pt,
    [dir="ltr"] .py-i8-plus-44pt {
        padding-top: 2.75rem !important;
    }
    [dir="ltr"] .pr-i8-plus-44pt,
    [dir="ltr"] .px-i8-plus-44pt {
        padding-right: 2.75rem !important;
    }
    [dir="ltr"] .pb-i8-plus-44pt,
    [dir="ltr"] .py-i8-plus-44pt {
        padding-bottom: 2.75rem !important;
    }
    [dir="ltr"] .pl-i8-plus-44pt,
    [dir="ltr"] .px-i8-plus-44pt {
        padding-left: 2.75rem !important;
    }
    [dir="ltr"] .p-i8-plus-48pt {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-i8-plus-48pt,
    [dir="ltr"] .py-i8-plus-48pt {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-i8-plus-48pt,
    [dir="ltr"] .px-i8-plus-48pt {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-i8-plus-48pt,
    [dir="ltr"] .py-i8-plus-48pt {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-i8-plus-48pt,
    [dir="ltr"] .px-i8-plus-48pt {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-i8-plus-64pt {
        padding: 4rem !important;
    }
    [dir="ltr"] .pt-i8-plus-64pt,
    [dir="ltr"] .py-i8-plus-64pt {
        padding-top: 4rem !important;
    }
    [dir="ltr"] .pr-i8-plus-64pt,
    [dir="ltr"] .px-i8-plus-64pt {
        padding-right: 4rem !important;
    }
    [dir="ltr"] .pb-i8-plus-64pt,
    [dir="ltr"] .py-i8-plus-64pt {
        padding-bottom: 4rem !important;
    }
    [dir="ltr"] .pl-i8-plus-64pt,
    [dir="ltr"] .px-i8-plus-64pt {
        padding-left: 4rem !important;
    }
    [dir="ltr"] .p-i8-plus-112pt {
        padding: 7rem !important;
    }
    [dir="ltr"] .pt-i8-plus-112pt,
    [dir="ltr"] .py-i8-plus-112pt {
        padding-top: 7rem !important;
    }
    [dir="ltr"] .pr-i8-plus-112pt,
    [dir="ltr"] .px-i8-plus-112pt {
        padding-right: 7rem !important;
    }
    [dir="ltr"] .pb-i8-plus-112pt,
    [dir="ltr"] .py-i8-plus-112pt {
        padding-bottom: 7rem !important;
    }
    [dir="ltr"] .pl-i8-plus-112pt,
    [dir="ltr"] .px-i8-plus-112pt {
        padding-left: 7rem !important;
    }
    [dir="ltr"] .p-i8-plus-128pt {
        padding: 8rem !important;
    }
    [dir="ltr"] .pt-i8-plus-128pt,
    [dir="ltr"] .py-i8-plus-128pt {
        padding-top: 8rem !important;
    }
    [dir="ltr"] .pr-i8-plus-128pt,
    [dir="ltr"] .px-i8-plus-128pt {
        padding-right: 8rem !important;
    }
    [dir="ltr"] .pb-i8-plus-128pt,
    [dir="ltr"] .py-i8-plus-128pt {
        padding-bottom: 8rem !important;
    }
    [dir="ltr"] .pl-i8-plus-128pt,
    [dir="ltr"] .px-i8-plus-128pt {
        padding-left: 8rem !important;
    }
    [dir="ltr"] .m-i8-plus-n1 {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n1,
    [dir="ltr"] .my-i8-plus-n1 {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n1,
    [dir="ltr"] .mx-i8-plus-n1 {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n1,
    [dir="ltr"] .my-i8-plus-n1 {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n1,
    [dir="ltr"] .mx-i8-plus-n1 {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-i8-plus-n2 {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n2,
    [dir="ltr"] .my-i8-plus-n2 {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n2,
    [dir="ltr"] .mx-i8-plus-n2 {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n2,
    [dir="ltr"] .my-i8-plus-n2 {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n2,
    [dir="ltr"] .mx-i8-plus-n2 {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-i8-plus-n3 {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n3,
    [dir="ltr"] .my-i8-plus-n3 {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n3,
    [dir="ltr"] .mx-i8-plus-n3 {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n3,
    [dir="ltr"] .my-i8-plus-n3 {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n3,
    [dir="ltr"] .mx-i8-plus-n3 {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-i8-plus-n4 {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n4,
    [dir="ltr"] .my-i8-plus-n4 {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n4,
    [dir="ltr"] .mx-i8-plus-n4 {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n4,
    [dir="ltr"] .my-i8-plus-n4 {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n4,
    [dir="ltr"] .mx-i8-plus-n4 {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-i8-plus-n5 {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n5,
    [dir="ltr"] .my-i8-plus-n5 {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n5,
    [dir="ltr"] .mx-i8-plus-n5 {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n5,
    [dir="ltr"] .my-i8-plus-n5 {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n5,
    [dir="ltr"] .mx-i8-plus-n5 {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-i8-plus-n4pt {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n4pt,
    [dir="ltr"] .my-i8-plus-n4pt {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n4pt,
    [dir="ltr"] .mx-i8-plus-n4pt {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n4pt,
    [dir="ltr"] .my-i8-plus-n4pt {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n4pt,
    [dir="ltr"] .mx-i8-plus-n4pt {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-i8-plus-n8pt {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n8pt,
    [dir="ltr"] .my-i8-plus-n8pt {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n8pt,
    [dir="ltr"] .mx-i8-plus-n8pt {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n8pt,
    [dir="ltr"] .my-i8-plus-n8pt {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n8pt,
    [dir="ltr"] .mx-i8-plus-n8pt {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-i8-plus-n12pt {
        margin: -0.75rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n12pt,
    [dir="ltr"] .my-i8-plus-n12pt {
        margin-top: -0.75rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n12pt,
    [dir="ltr"] .mx-i8-plus-n12pt {
        margin-right: -0.75rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n12pt,
    [dir="ltr"] .my-i8-plus-n12pt {
        margin-bottom: -0.75rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n12pt,
    [dir="ltr"] .mx-i8-plus-n12pt {
        margin-left: -0.75rem !important;
    }
    [dir="ltr"] .m-i8-plus-n16pt {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n16pt,
    [dir="ltr"] .my-i8-plus-n16pt {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n16pt,
    [dir="ltr"] .mx-i8-plus-n16pt {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n16pt,
    [dir="ltr"] .my-i8-plus-n16pt {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n16pt,
    [dir="ltr"] .mx-i8-plus-n16pt {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-i8-plus-n20pt {
        margin: -1.25rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n20pt,
    [dir="ltr"] .my-i8-plus-n20pt {
        margin-top: -1.25rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n20pt,
    [dir="ltr"] .mx-i8-plus-n20pt {
        margin-right: -1.25rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n20pt,
    [dir="ltr"] .my-i8-plus-n20pt {
        margin-bottom: -1.25rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n20pt,
    [dir="ltr"] .mx-i8-plus-n20pt {
        margin-left: -1.25rem !important;
    }
    [dir="ltr"] .m-i8-plus-n24pt {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n24pt,
    [dir="ltr"] .my-i8-plus-n24pt {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n24pt,
    [dir="ltr"] .mx-i8-plus-n24pt {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n24pt,
    [dir="ltr"] .my-i8-plus-n24pt {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n24pt,
    [dir="ltr"] .mx-i8-plus-n24pt {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-i8-plus-n32pt {
        margin: -2rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n32pt,
    [dir="ltr"] .my-i8-plus-n32pt {
        margin-top: -2rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n32pt,
    [dir="ltr"] .mx-i8-plus-n32pt {
        margin-right: -2rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n32pt,
    [dir="ltr"] .my-i8-plus-n32pt {
        margin-bottom: -2rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n32pt,
    [dir="ltr"] .mx-i8-plus-n32pt {
        margin-left: -2rem !important;
    }
    [dir="ltr"] .m-i8-plus-n40pt {
        margin: -2.5rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n40pt,
    [dir="ltr"] .my-i8-plus-n40pt {
        margin-top: -2.5rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n40pt,
    [dir="ltr"] .mx-i8-plus-n40pt {
        margin-right: -2.5rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n40pt,
    [dir="ltr"] .my-i8-plus-n40pt {
        margin-bottom: -2.5rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n40pt,
    [dir="ltr"] .mx-i8-plus-n40pt {
        margin-left: -2.5rem !important;
    }
    [dir="ltr"] .m-i8-plus-n44pt {
        margin: -2.75rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n44pt,
    [dir="ltr"] .my-i8-plus-n44pt {
        margin-top: -2.75rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n44pt,
    [dir="ltr"] .mx-i8-plus-n44pt {
        margin-right: -2.75rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n44pt,
    [dir="ltr"] .my-i8-plus-n44pt {
        margin-bottom: -2.75rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n44pt,
    [dir="ltr"] .mx-i8-plus-n44pt {
        margin-left: -2.75rem !important;
    }
    [dir="ltr"] .m-i8-plus-n48pt {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n48pt,
    [dir="ltr"] .my-i8-plus-n48pt {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n48pt,
    [dir="ltr"] .mx-i8-plus-n48pt {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n48pt,
    [dir="ltr"] .my-i8-plus-n48pt {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n48pt,
    [dir="ltr"] .mx-i8-plus-n48pt {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-i8-plus-n64pt {
        margin: -4rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n64pt,
    [dir="ltr"] .my-i8-plus-n64pt {
        margin-top: -4rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n64pt,
    [dir="ltr"] .mx-i8-plus-n64pt {
        margin-right: -4rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n64pt,
    [dir="ltr"] .my-i8-plus-n64pt {
        margin-bottom: -4rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n64pt,
    [dir="ltr"] .mx-i8-plus-n64pt {
        margin-left: -4rem !important;
    }
    [dir="ltr"] .m-i8-plus-n112pt {
        margin: -7rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n112pt,
    [dir="ltr"] .my-i8-plus-n112pt {
        margin-top: -7rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n112pt,
    [dir="ltr"] .mx-i8-plus-n112pt {
        margin-right: -7rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n112pt,
    [dir="ltr"] .my-i8-plus-n112pt {
        margin-bottom: -7rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n112pt,
    [dir="ltr"] .mx-i8-plus-n112pt {
        margin-left: -7rem !important;
    }
    [dir="ltr"] .m-i8-plus-n128pt {
        margin: -8rem !important;
    }
    [dir="ltr"] .mt-i8-plus-n128pt,
    [dir="ltr"] .my-i8-plus-n128pt {
        margin-top: -8rem !important;
    }
    [dir="ltr"] .mr-i8-plus-n128pt,
    [dir="ltr"] .mx-i8-plus-n128pt {
        margin-right: -8rem !important;
    }
    [dir="ltr"] .mb-i8-plus-n128pt,
    [dir="ltr"] .my-i8-plus-n128pt {
        margin-bottom: -8rem !important;
    }
    [dir="ltr"] .ml-i8-plus-n128pt,
    [dir="ltr"] .mx-i8-plus-n128pt {
        margin-left: -8rem !important;
    }
    [dir="ltr"] .m-i8-plus-auto {
        margin: auto !important;
    }
    [dir="ltr"] .mt-i8-plus-auto,
    [dir="ltr"] .my-i8-plus-auto {
        margin-top: auto !important;
    }
    [dir="ltr"] .mr-i8-plus-auto,
    [dir="ltr"] .mx-i8-plus-auto {
        margin-right: auto !important;
    }
    [dir="ltr"] .mb-i8-plus-auto,
    [dir="ltr"] .my-i8-plus-auto {
        margin-bottom: auto !important;
    }
    [dir="ltr"] .ml-i8-plus-auto,
    [dir="ltr"] .mx-i8-plus-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .m-sm-0 {
        margin: 0 !important;
    }
    [dir="ltr"] .mt-sm-0,
    [dir="ltr"] .my-sm-0 {
        margin-top: 0 !important;
    }
    [dir="ltr"] .mr-sm-0,
    [dir="ltr"] .mx-sm-0 {
        margin-right: 0 !important;
    }
    [dir="ltr"] .mb-sm-0,
    [dir="ltr"] .my-sm-0 {
        margin-bottom: 0 !important;
    }
    [dir="ltr"] .ml-sm-0,
    [dir="ltr"] .mx-sm-0 {
        margin-left: 0 !important;
    }
    [dir="ltr"] .m-sm-1 {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-sm-1,
    [dir="ltr"] .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-sm-1,
    [dir="ltr"] .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-sm-1,
    [dir="ltr"] .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-sm-1,
    [dir="ltr"] .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-sm-2 {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-sm-2,
    [dir="ltr"] .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-sm-2,
    [dir="ltr"] .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-sm-2,
    [dir="ltr"] .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-sm-2,
    [dir="ltr"] .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-sm-3 {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-sm-3,
    [dir="ltr"] .my-sm-3 {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-sm-3,
    [dir="ltr"] .mx-sm-3 {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-sm-3,
    [dir="ltr"] .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-sm-3,
    [dir="ltr"] .mx-sm-3 {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-sm-4 {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-sm-4,
    [dir="ltr"] .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-sm-4,
    [dir="ltr"] .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-sm-4,
    [dir="ltr"] .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-sm-4,
    [dir="ltr"] .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-sm-5 {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-sm-5,
    [dir="ltr"] .my-sm-5 {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-sm-5,
    [dir="ltr"] .mx-sm-5 {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-sm-5,
    [dir="ltr"] .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-sm-5,
    [dir="ltr"] .mx-sm-5 {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-sm-4pt {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-sm-4pt,
    [dir="ltr"] .my-sm-4pt {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-sm-4pt,
    [dir="ltr"] .mx-sm-4pt {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-sm-4pt,
    [dir="ltr"] .my-sm-4pt {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-sm-4pt,
    [dir="ltr"] .mx-sm-4pt {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-sm-8pt {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-sm-8pt,
    [dir="ltr"] .my-sm-8pt {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-sm-8pt,
    [dir="ltr"] .mx-sm-8pt {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-sm-8pt,
    [dir="ltr"] .my-sm-8pt {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-sm-8pt,
    [dir="ltr"] .mx-sm-8pt {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-sm-12pt {
        margin: 0.75rem !important;
    }
    [dir="ltr"] .mt-sm-12pt,
    [dir="ltr"] .my-sm-12pt {
        margin-top: 0.75rem !important;
    }
    [dir="ltr"] .mr-sm-12pt,
    [dir="ltr"] .mx-sm-12pt {
        margin-right: 0.75rem !important;
    }
    [dir="ltr"] .mb-sm-12pt,
    [dir="ltr"] .my-sm-12pt {
        margin-bottom: 0.75rem !important;
    }
    [dir="ltr"] .ml-sm-12pt,
    [dir="ltr"] .mx-sm-12pt {
        margin-left: 0.75rem !important;
    }
    [dir="ltr"] .m-sm-16pt {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-sm-16pt,
    [dir="ltr"] .my-sm-16pt {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-sm-16pt,
    [dir="ltr"] .mx-sm-16pt {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-sm-16pt,
    [dir="ltr"] .my-sm-16pt {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-sm-16pt,
    [dir="ltr"] .mx-sm-16pt {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-sm-20pt {
        margin: 1.25rem !important;
    }
    [dir="ltr"] .mt-sm-20pt,
    [dir="ltr"] .my-sm-20pt {
        margin-top: 1.25rem !important;
    }
    [dir="ltr"] .mr-sm-20pt,
    [dir="ltr"] .mx-sm-20pt {
        margin-right: 1.25rem !important;
    }
    [dir="ltr"] .mb-sm-20pt,
    [dir="ltr"] .my-sm-20pt {
        margin-bottom: 1.25rem !important;
    }
    [dir="ltr"] .ml-sm-20pt,
    [dir="ltr"] .mx-sm-20pt {
        margin-left: 1.25rem !important;
    }
    [dir="ltr"] .m-sm-24pt {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-sm-24pt,
    [dir="ltr"] .my-sm-24pt {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-sm-24pt,
    [dir="ltr"] .mx-sm-24pt {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-sm-24pt,
    [dir="ltr"] .my-sm-24pt {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-sm-24pt,
    [dir="ltr"] .mx-sm-24pt {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-sm-32pt {
        margin: 2rem !important;
    }
    [dir="ltr"] .mt-sm-32pt,
    [dir="ltr"] .my-sm-32pt {
        margin-top: 2rem !important;
    }
    [dir="ltr"] .mr-sm-32pt,
    [dir="ltr"] .mx-sm-32pt {
        margin-right: 2rem !important;
    }
    [dir="ltr"] .mb-sm-32pt,
    [dir="ltr"] .my-sm-32pt {
        margin-bottom: 2rem !important;
    }
    [dir="ltr"] .ml-sm-32pt,
    [dir="ltr"] .mx-sm-32pt {
        margin-left: 2rem !important;
    }
    [dir="ltr"] .m-sm-40pt {
        margin: 2.5rem !important;
    }
    [dir="ltr"] .mt-sm-40pt,
    [dir="ltr"] .my-sm-40pt {
        margin-top: 2.5rem !important;
    }
    [dir="ltr"] .mr-sm-40pt,
    [dir="ltr"] .mx-sm-40pt {
        margin-right: 2.5rem !important;
    }
    [dir="ltr"] .mb-sm-40pt,
    [dir="ltr"] .my-sm-40pt {
        margin-bottom: 2.5rem !important;
    }
    [dir="ltr"] .ml-sm-40pt,
    [dir="ltr"] .mx-sm-40pt {
        margin-left: 2.5rem !important;
    }
    [dir="ltr"] .m-sm-44pt {
        margin: 2.75rem !important;
    }
    [dir="ltr"] .mt-sm-44pt,
    [dir="ltr"] .my-sm-44pt {
        margin-top: 2.75rem !important;
    }
    [dir="ltr"] .mr-sm-44pt,
    [dir="ltr"] .mx-sm-44pt {
        margin-right: 2.75rem !important;
    }
    [dir="ltr"] .mb-sm-44pt,
    [dir="ltr"] .my-sm-44pt {
        margin-bottom: 2.75rem !important;
    }
    [dir="ltr"] .ml-sm-44pt,
    [dir="ltr"] .mx-sm-44pt {
        margin-left: 2.75rem !important;
    }
    [dir="ltr"] .m-sm-48pt {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-sm-48pt,
    [dir="ltr"] .my-sm-48pt {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-sm-48pt,
    [dir="ltr"] .mx-sm-48pt {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-sm-48pt,
    [dir="ltr"] .my-sm-48pt {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-sm-48pt,
    [dir="ltr"] .mx-sm-48pt {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-sm-64pt {
        margin: 4rem !important;
    }
    [dir="ltr"] .mt-sm-64pt,
    [dir="ltr"] .my-sm-64pt {
        margin-top: 4rem !important;
    }
    [dir="ltr"] .mr-sm-64pt,
    [dir="ltr"] .mx-sm-64pt {
        margin-right: 4rem !important;
    }
    [dir="ltr"] .mb-sm-64pt,
    [dir="ltr"] .my-sm-64pt {
        margin-bottom: 4rem !important;
    }
    [dir="ltr"] .ml-sm-64pt,
    [dir="ltr"] .mx-sm-64pt {
        margin-left: 4rem !important;
    }
    [dir="ltr"] .m-sm-112pt {
        margin: 7rem !important;
    }
    [dir="ltr"] .mt-sm-112pt,
    [dir="ltr"] .my-sm-112pt {
        margin-top: 7rem !important;
    }
    [dir="ltr"] .mr-sm-112pt,
    [dir="ltr"] .mx-sm-112pt {
        margin-right: 7rem !important;
    }
    [dir="ltr"] .mb-sm-112pt,
    [dir="ltr"] .my-sm-112pt {
        margin-bottom: 7rem !important;
    }
    [dir="ltr"] .ml-sm-112pt,
    [dir="ltr"] .mx-sm-112pt {
        margin-left: 7rem !important;
    }
    [dir="ltr"] .m-sm-128pt {
        margin: 8rem !important;
    }
    [dir="ltr"] .mt-sm-128pt,
    [dir="ltr"] .my-sm-128pt {
        margin-top: 8rem !important;
    }
    [dir="ltr"] .mr-sm-128pt,
    [dir="ltr"] .mx-sm-128pt {
        margin-right: 8rem !important;
    }
    [dir="ltr"] .mb-sm-128pt,
    [dir="ltr"] .my-sm-128pt {
        margin-bottom: 8rem !important;
    }
    [dir="ltr"] .ml-sm-128pt,
    [dir="ltr"] .mx-sm-128pt {
        margin-left: 8rem !important;
    }
    [dir="ltr"] .p-sm-0 {
        padding: 0 !important;
    }
    [dir="ltr"] .pt-sm-0,
    [dir="ltr"] .py-sm-0 {
        padding-top: 0 !important;
    }
    [dir="ltr"] .pr-sm-0,
    [dir="ltr"] .px-sm-0 {
        padding-right: 0 !important;
    }
    [dir="ltr"] .pb-sm-0,
    [dir="ltr"] .py-sm-0 {
        padding-bottom: 0 !important;
    }
    [dir="ltr"] .pl-sm-0,
    [dir="ltr"] .px-sm-0 {
        padding-left: 0 !important;
    }
    [dir="ltr"] .p-sm-1 {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-sm-1,
    [dir="ltr"] .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-sm-1,
    [dir="ltr"] .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-sm-1,
    [dir="ltr"] .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-sm-1,
    [dir="ltr"] .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-sm-2 {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-sm-2,
    [dir="ltr"] .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-sm-2,
    [dir="ltr"] .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-sm-2,
    [dir="ltr"] .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-sm-2,
    [dir="ltr"] .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-sm-3 {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-sm-3,
    [dir="ltr"] .py-sm-3 {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-sm-3,
    [dir="ltr"] .px-sm-3 {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-sm-3,
    [dir="ltr"] .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-sm-3,
    [dir="ltr"] .px-sm-3 {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-sm-4 {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-sm-4,
    [dir="ltr"] .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-sm-4,
    [dir="ltr"] .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-sm-4,
    [dir="ltr"] .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-sm-4,
    [dir="ltr"] .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-sm-5 {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-sm-5,
    [dir="ltr"] .py-sm-5 {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-sm-5,
    [dir="ltr"] .px-sm-5 {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-sm-5,
    [dir="ltr"] .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-sm-5,
    [dir="ltr"] .px-sm-5 {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-sm-4pt {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-sm-4pt,
    [dir="ltr"] .py-sm-4pt {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-sm-4pt,
    [dir="ltr"] .px-sm-4pt {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-sm-4pt,
    [dir="ltr"] .py-sm-4pt {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-sm-4pt,
    [dir="ltr"] .px-sm-4pt {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-sm-8pt {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-sm-8pt,
    [dir="ltr"] .py-sm-8pt {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-sm-8pt,
    [dir="ltr"] .px-sm-8pt {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-sm-8pt,
    [dir="ltr"] .py-sm-8pt {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-sm-8pt,
    [dir="ltr"] .px-sm-8pt {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-sm-12pt {
        padding: 0.75rem !important;
    }
    [dir="ltr"] .pt-sm-12pt,
    [dir="ltr"] .py-sm-12pt {
        padding-top: 0.75rem !important;
    }
    [dir="ltr"] .pr-sm-12pt,
    [dir="ltr"] .px-sm-12pt {
        padding-right: 0.75rem !important;
    }
    [dir="ltr"] .pb-sm-12pt,
    [dir="ltr"] .py-sm-12pt {
        padding-bottom: 0.75rem !important;
    }
    [dir="ltr"] .pl-sm-12pt,
    [dir="ltr"] .px-sm-12pt {
        padding-left: 0.75rem !important;
    }
    [dir="ltr"] .p-sm-16pt {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-sm-16pt,
    [dir="ltr"] .py-sm-16pt {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-sm-16pt,
    [dir="ltr"] .px-sm-16pt {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-sm-16pt,
    [dir="ltr"] .py-sm-16pt {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-sm-16pt,
    [dir="ltr"] .px-sm-16pt {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-sm-20pt {
        padding: 1.25rem !important;
    }
    [dir="ltr"] .pt-sm-20pt,
    [dir="ltr"] .py-sm-20pt {
        padding-top: 1.25rem !important;
    }
    [dir="ltr"] .pr-sm-20pt,
    [dir="ltr"] .px-sm-20pt {
        padding-right: 1.25rem !important;
    }
    [dir="ltr"] .pb-sm-20pt,
    [dir="ltr"] .py-sm-20pt {
        padding-bottom: 1.25rem !important;
    }
    [dir="ltr"] .pl-sm-20pt,
    [dir="ltr"] .px-sm-20pt {
        padding-left: 1.25rem !important;
    }
    [dir="ltr"] .p-sm-24pt {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-sm-24pt,
    [dir="ltr"] .py-sm-24pt {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-sm-24pt,
    [dir="ltr"] .px-sm-24pt {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-sm-24pt,
    [dir="ltr"] .py-sm-24pt {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-sm-24pt,
    [dir="ltr"] .px-sm-24pt {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-sm-32pt {
        padding: 2rem !important;
    }
    [dir="ltr"] .pt-sm-32pt,
    [dir="ltr"] .py-sm-32pt {
        padding-top: 2rem !important;
    }
    [dir="ltr"] .pr-sm-32pt,
    [dir="ltr"] .px-sm-32pt {
        padding-right: 2rem !important;
    }
    [dir="ltr"] .pb-sm-32pt,
    [dir="ltr"] .py-sm-32pt {
        padding-bottom: 2rem !important;
    }
    [dir="ltr"] .pl-sm-32pt,
    [dir="ltr"] .px-sm-32pt {
        padding-left: 2rem !important;
    }
    [dir="ltr"] .p-sm-40pt {
        padding: 2.5rem !important;
    }
    [dir="ltr"] .pt-sm-40pt,
    [dir="ltr"] .py-sm-40pt {
        padding-top: 2.5rem !important;
    }
    [dir="ltr"] .pr-sm-40pt,
    [dir="ltr"] .px-sm-40pt {
        padding-right: 2.5rem !important;
    }
    [dir="ltr"] .pb-sm-40pt,
    [dir="ltr"] .py-sm-40pt {
        padding-bottom: 2.5rem !important;
    }
    [dir="ltr"] .pl-sm-40pt,
    [dir="ltr"] .px-sm-40pt {
        padding-left: 2.5rem !important;
    }
    [dir="ltr"] .p-sm-44pt {
        padding: 2.75rem !important;
    }
    [dir="ltr"] .pt-sm-44pt,
    [dir="ltr"] .py-sm-44pt {
        padding-top: 2.75rem !important;
    }
    [dir="ltr"] .pr-sm-44pt,
    [dir="ltr"] .px-sm-44pt {
        padding-right: 2.75rem !important;
    }
    [dir="ltr"] .pb-sm-44pt,
    [dir="ltr"] .py-sm-44pt {
        padding-bottom: 2.75rem !important;
    }
    [dir="ltr"] .pl-sm-44pt,
    [dir="ltr"] .px-sm-44pt {
        padding-left: 2.75rem !important;
    }
    [dir="ltr"] .p-sm-48pt {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-sm-48pt,
    [dir="ltr"] .py-sm-48pt {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-sm-48pt,
    [dir="ltr"] .px-sm-48pt {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-sm-48pt,
    [dir="ltr"] .py-sm-48pt {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-sm-48pt,
    [dir="ltr"] .px-sm-48pt {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-sm-64pt {
        padding: 4rem !important;
    }
    [dir="ltr"] .pt-sm-64pt,
    [dir="ltr"] .py-sm-64pt {
        padding-top: 4rem !important;
    }
    [dir="ltr"] .pr-sm-64pt,
    [dir="ltr"] .px-sm-64pt {
        padding-right: 4rem !important;
    }
    [dir="ltr"] .pb-sm-64pt,
    [dir="ltr"] .py-sm-64pt {
        padding-bottom: 4rem !important;
    }
    [dir="ltr"] .pl-sm-64pt,
    [dir="ltr"] .px-sm-64pt {
        padding-left: 4rem !important;
    }
    [dir="ltr"] .p-sm-112pt {
        padding: 7rem !important;
    }
    [dir="ltr"] .pt-sm-112pt,
    [dir="ltr"] .py-sm-112pt {
        padding-top: 7rem !important;
    }
    [dir="ltr"] .pr-sm-112pt,
    [dir="ltr"] .px-sm-112pt {
        padding-right: 7rem !important;
    }
    [dir="ltr"] .pb-sm-112pt,
    [dir="ltr"] .py-sm-112pt {
        padding-bottom: 7rem !important;
    }
    [dir="ltr"] .pl-sm-112pt,
    [dir="ltr"] .px-sm-112pt {
        padding-left: 7rem !important;
    }
    [dir="ltr"] .p-sm-128pt {
        padding: 8rem !important;
    }
    [dir="ltr"] .pt-sm-128pt,
    [dir="ltr"] .py-sm-128pt {
        padding-top: 8rem !important;
    }
    [dir="ltr"] .pr-sm-128pt,
    [dir="ltr"] .px-sm-128pt {
        padding-right: 8rem !important;
    }
    [dir="ltr"] .pb-sm-128pt,
    [dir="ltr"] .py-sm-128pt {
        padding-bottom: 8rem !important;
    }
    [dir="ltr"] .pl-sm-128pt,
    [dir="ltr"] .px-sm-128pt {
        padding-left: 8rem !important;
    }
    [dir="ltr"] .m-sm-n1 {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-sm-n1,
    [dir="ltr"] .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-sm-n1,
    [dir="ltr"] .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-sm-n1,
    [dir="ltr"] .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-sm-n1,
    [dir="ltr"] .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-sm-n2 {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-sm-n2,
    [dir="ltr"] .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-sm-n2,
    [dir="ltr"] .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-sm-n2,
    [dir="ltr"] .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-sm-n2,
    [dir="ltr"] .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-sm-n3 {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-sm-n3,
    [dir="ltr"] .my-sm-n3 {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-sm-n3,
    [dir="ltr"] .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-sm-n3,
    [dir="ltr"] .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-sm-n3,
    [dir="ltr"] .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-sm-n4 {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-sm-n4,
    [dir="ltr"] .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-sm-n4,
    [dir="ltr"] .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-sm-n4,
    [dir="ltr"] .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-sm-n4,
    [dir="ltr"] .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-sm-n5 {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-sm-n5,
    [dir="ltr"] .my-sm-n5 {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-sm-n5,
    [dir="ltr"] .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-sm-n5,
    [dir="ltr"] .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-sm-n5,
    [dir="ltr"] .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-sm-n4pt {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-sm-n4pt,
    [dir="ltr"] .my-sm-n4pt {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-sm-n4pt,
    [dir="ltr"] .mx-sm-n4pt {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-sm-n4pt,
    [dir="ltr"] .my-sm-n4pt {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-sm-n4pt,
    [dir="ltr"] .mx-sm-n4pt {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-sm-n8pt {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-sm-n8pt,
    [dir="ltr"] .my-sm-n8pt {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-sm-n8pt,
    [dir="ltr"] .mx-sm-n8pt {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-sm-n8pt,
    [dir="ltr"] .my-sm-n8pt {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-sm-n8pt,
    [dir="ltr"] .mx-sm-n8pt {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-sm-n12pt {
        margin: -0.75rem !important;
    }
    [dir="ltr"] .mt-sm-n12pt,
    [dir="ltr"] .my-sm-n12pt {
        margin-top: -0.75rem !important;
    }
    [dir="ltr"] .mr-sm-n12pt,
    [dir="ltr"] .mx-sm-n12pt {
        margin-right: -0.75rem !important;
    }
    [dir="ltr"] .mb-sm-n12pt,
    [dir="ltr"] .my-sm-n12pt {
        margin-bottom: -0.75rem !important;
    }
    [dir="ltr"] .ml-sm-n12pt,
    [dir="ltr"] .mx-sm-n12pt {
        margin-left: -0.75rem !important;
    }
    [dir="ltr"] .m-sm-n16pt {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-sm-n16pt,
    [dir="ltr"] .my-sm-n16pt {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-sm-n16pt,
    [dir="ltr"] .mx-sm-n16pt {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-sm-n16pt,
    [dir="ltr"] .my-sm-n16pt {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-sm-n16pt,
    [dir="ltr"] .mx-sm-n16pt {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-sm-n20pt {
        margin: -1.25rem !important;
    }
    [dir="ltr"] .mt-sm-n20pt,
    [dir="ltr"] .my-sm-n20pt {
        margin-top: -1.25rem !important;
    }
    [dir="ltr"] .mr-sm-n20pt,
    [dir="ltr"] .mx-sm-n20pt {
        margin-right: -1.25rem !important;
    }
    [dir="ltr"] .mb-sm-n20pt,
    [dir="ltr"] .my-sm-n20pt {
        margin-bottom: -1.25rem !important;
    }
    [dir="ltr"] .ml-sm-n20pt,
    [dir="ltr"] .mx-sm-n20pt {
        margin-left: -1.25rem !important;
    }
    [dir="ltr"] .m-sm-n24pt {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-sm-n24pt,
    [dir="ltr"] .my-sm-n24pt {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-sm-n24pt,
    [dir="ltr"] .mx-sm-n24pt {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-sm-n24pt,
    [dir="ltr"] .my-sm-n24pt {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-sm-n24pt,
    [dir="ltr"] .mx-sm-n24pt {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-sm-n32pt {
        margin: -2rem !important;
    }
    [dir="ltr"] .mt-sm-n32pt,
    [dir="ltr"] .my-sm-n32pt {
        margin-top: -2rem !important;
    }
    [dir="ltr"] .mr-sm-n32pt,
    [dir="ltr"] .mx-sm-n32pt {
        margin-right: -2rem !important;
    }
    [dir="ltr"] .mb-sm-n32pt,
    [dir="ltr"] .my-sm-n32pt {
        margin-bottom: -2rem !important;
    }
    [dir="ltr"] .ml-sm-n32pt,
    [dir="ltr"] .mx-sm-n32pt {
        margin-left: -2rem !important;
    }
    [dir="ltr"] .m-sm-n40pt {
        margin: -2.5rem !important;
    }
    [dir="ltr"] .mt-sm-n40pt,
    [dir="ltr"] .my-sm-n40pt {
        margin-top: -2.5rem !important;
    }
    [dir="ltr"] .mr-sm-n40pt,
    [dir="ltr"] .mx-sm-n40pt {
        margin-right: -2.5rem !important;
    }
    [dir="ltr"] .mb-sm-n40pt,
    [dir="ltr"] .my-sm-n40pt {
        margin-bottom: -2.5rem !important;
    }
    [dir="ltr"] .ml-sm-n40pt,
    [dir="ltr"] .mx-sm-n40pt {
        margin-left: -2.5rem !important;
    }
    [dir="ltr"] .m-sm-n44pt {
        margin: -2.75rem !important;
    }
    [dir="ltr"] .mt-sm-n44pt,
    [dir="ltr"] .my-sm-n44pt {
        margin-top: -2.75rem !important;
    }
    [dir="ltr"] .mr-sm-n44pt,
    [dir="ltr"] .mx-sm-n44pt {
        margin-right: -2.75rem !important;
    }
    [dir="ltr"] .mb-sm-n44pt,
    [dir="ltr"] .my-sm-n44pt {
        margin-bottom: -2.75rem !important;
    }
    [dir="ltr"] .ml-sm-n44pt,
    [dir="ltr"] .mx-sm-n44pt {
        margin-left: -2.75rem !important;
    }
    [dir="ltr"] .m-sm-n48pt {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-sm-n48pt,
    [dir="ltr"] .my-sm-n48pt {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-sm-n48pt,
    [dir="ltr"] .mx-sm-n48pt {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-sm-n48pt,
    [dir="ltr"] .my-sm-n48pt {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-sm-n48pt,
    [dir="ltr"] .mx-sm-n48pt {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-sm-n64pt {
        margin: -4rem !important;
    }
    [dir="ltr"] .mt-sm-n64pt,
    [dir="ltr"] .my-sm-n64pt {
        margin-top: -4rem !important;
    }
    [dir="ltr"] .mr-sm-n64pt,
    [dir="ltr"] .mx-sm-n64pt {
        margin-right: -4rem !important;
    }
    [dir="ltr"] .mb-sm-n64pt,
    [dir="ltr"] .my-sm-n64pt {
        margin-bottom: -4rem !important;
    }
    [dir="ltr"] .ml-sm-n64pt,
    [dir="ltr"] .mx-sm-n64pt {
        margin-left: -4rem !important;
    }
    [dir="ltr"] .m-sm-n112pt {
        margin: -7rem !important;
    }
    [dir="ltr"] .mt-sm-n112pt,
    [dir="ltr"] .my-sm-n112pt {
        margin-top: -7rem !important;
    }
    [dir="ltr"] .mr-sm-n112pt,
    [dir="ltr"] .mx-sm-n112pt {
        margin-right: -7rem !important;
    }
    [dir="ltr"] .mb-sm-n112pt,
    [dir="ltr"] .my-sm-n112pt {
        margin-bottom: -7rem !important;
    }
    [dir="ltr"] .ml-sm-n112pt,
    [dir="ltr"] .mx-sm-n112pt {
        margin-left: -7rem !important;
    }
    [dir="ltr"] .m-sm-n128pt {
        margin: -8rem !important;
    }
    [dir="ltr"] .mt-sm-n128pt,
    [dir="ltr"] .my-sm-n128pt {
        margin-top: -8rem !important;
    }
    [dir="ltr"] .mr-sm-n128pt,
    [dir="ltr"] .mx-sm-n128pt {
        margin-right: -8rem !important;
    }
    [dir="ltr"] .mb-sm-n128pt,
    [dir="ltr"] .my-sm-n128pt {
        margin-bottom: -8rem !important;
    }
    [dir="ltr"] .ml-sm-n128pt,
    [dir="ltr"] .mx-sm-n128pt {
        margin-left: -8rem !important;
    }
    [dir="ltr"] .m-sm-auto {
        margin: auto !important;
    }
    [dir="ltr"] .mt-sm-auto,
    [dir="ltr"] .my-sm-auto {
        margin-top: auto !important;
    }
    [dir="ltr"] .mr-sm-auto,
    [dir="ltr"] .mx-sm-auto {
        margin-right: auto !important;
    }
    [dir="ltr"] .mb-sm-auto,
    [dir="ltr"] .my-sm-auto {
        margin-bottom: auto !important;
    }
    [dir="ltr"] .ml-sm-auto,
    [dir="ltr"] .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .m-md-0 {
        margin: 0 !important;
    }
    [dir="ltr"] .mt-md-0,
    [dir="ltr"] .my-md-0 {
        margin-top: 0 !important;
    }
    [dir="ltr"] .mr-md-0,
    [dir="ltr"] .mx-md-0 {
        margin-right: 0 !important;
    }
    [dir="ltr"] .mb-md-0,
    [dir="ltr"] .my-md-0 {
        margin-bottom: 0 !important;
    }
    [dir="ltr"] .ml-md-0,
    [dir="ltr"] .mx-md-0 {
        margin-left: 0 !important;
    }
    [dir="ltr"] .m-md-1 {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-md-1,
    [dir="ltr"] .my-md-1 {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-md-1,
    [dir="ltr"] .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-md-1,
    [dir="ltr"] .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-md-1,
    [dir="ltr"] .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-md-2 {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-md-2,
    [dir="ltr"] .my-md-2 {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-md-2,
    [dir="ltr"] .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-md-2,
    [dir="ltr"] .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-md-2,
    [dir="ltr"] .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-md-3 {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-md-3,
    [dir="ltr"] .my-md-3 {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-md-3,
    [dir="ltr"] .mx-md-3 {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-md-3,
    [dir="ltr"] .my-md-3 {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-md-3,
    [dir="ltr"] .mx-md-3 {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-md-4 {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-md-4,
    [dir="ltr"] .my-md-4 {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-md-4,
    [dir="ltr"] .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-md-4,
    [dir="ltr"] .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-md-4,
    [dir="ltr"] .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-md-5 {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-md-5,
    [dir="ltr"] .my-md-5 {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-md-5,
    [dir="ltr"] .mx-md-5 {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-md-5,
    [dir="ltr"] .my-md-5 {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-md-5,
    [dir="ltr"] .mx-md-5 {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-md-4pt {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-md-4pt,
    [dir="ltr"] .my-md-4pt {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-md-4pt,
    [dir="ltr"] .mx-md-4pt {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-md-4pt,
    [dir="ltr"] .my-md-4pt {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-md-4pt,
    [dir="ltr"] .mx-md-4pt {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-md-8pt {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-md-8pt,
    [dir="ltr"] .my-md-8pt {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-md-8pt,
    [dir="ltr"] .mx-md-8pt {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-md-8pt,
    [dir="ltr"] .my-md-8pt {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-md-8pt,
    [dir="ltr"] .mx-md-8pt {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-md-12pt {
        margin: 0.75rem !important;
    }
    [dir="ltr"] .mt-md-12pt,
    [dir="ltr"] .my-md-12pt {
        margin-top: 0.75rem !important;
    }
    [dir="ltr"] .mr-md-12pt,
    [dir="ltr"] .mx-md-12pt {
        margin-right: 0.75rem !important;
    }
    [dir="ltr"] .mb-md-12pt,
    [dir="ltr"] .my-md-12pt {
        margin-bottom: 0.75rem !important;
    }
    [dir="ltr"] .ml-md-12pt,
    [dir="ltr"] .mx-md-12pt {
        margin-left: 0.75rem !important;
    }
    [dir="ltr"] .m-md-16pt {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-md-16pt,
    [dir="ltr"] .my-md-16pt {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-md-16pt,
    [dir="ltr"] .mx-md-16pt {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-md-16pt,
    [dir="ltr"] .my-md-16pt {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-md-16pt,
    [dir="ltr"] .mx-md-16pt {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-md-20pt {
        margin: 1.25rem !important;
    }
    [dir="ltr"] .mt-md-20pt,
    [dir="ltr"] .my-md-20pt {
        margin-top: 1.25rem !important;
    }
    [dir="ltr"] .mr-md-20pt,
    [dir="ltr"] .mx-md-20pt {
        margin-right: 1.25rem !important;
    }
    [dir="ltr"] .mb-md-20pt,
    [dir="ltr"] .my-md-20pt {
        margin-bottom: 1.25rem !important;
    }
    [dir="ltr"] .ml-md-20pt,
    [dir="ltr"] .mx-md-20pt {
        margin-left: 1.25rem !important;
    }
    [dir="ltr"] .m-md-24pt {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-md-24pt,
    [dir="ltr"] .my-md-24pt {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-md-24pt,
    [dir="ltr"] .mx-md-24pt {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-md-24pt,
    [dir="ltr"] .my-md-24pt {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-md-24pt,
    [dir="ltr"] .mx-md-24pt {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-md-32pt {
        margin: 2rem !important;
    }
    [dir="ltr"] .mt-md-32pt,
    [dir="ltr"] .my-md-32pt {
        margin-top: 2rem !important;
    }
    [dir="ltr"] .mr-md-32pt,
    [dir="ltr"] .mx-md-32pt {
        margin-right: 2rem !important;
    }
    [dir="ltr"] .mb-md-32pt,
    [dir="ltr"] .my-md-32pt {
        margin-bottom: 2rem !important;
    }
    [dir="ltr"] .ml-md-32pt,
    [dir="ltr"] .mx-md-32pt {
        margin-left: 2rem !important;
    }
    [dir="ltr"] .m-md-40pt {
        margin: 2.5rem !important;
    }
    [dir="ltr"] .mt-md-40pt,
    [dir="ltr"] .my-md-40pt {
        margin-top: 2.5rem !important;
    }
    [dir="ltr"] .mr-md-40pt,
    [dir="ltr"] .mx-md-40pt {
        margin-right: 2.5rem !important;
    }
    [dir="ltr"] .mb-md-40pt,
    [dir="ltr"] .my-md-40pt {
        margin-bottom: 2.5rem !important;
    }
    [dir="ltr"] .ml-md-40pt,
    [dir="ltr"] .mx-md-40pt {
        margin-left: 2.5rem !important;
    }
    [dir="ltr"] .m-md-44pt {
        margin: 2.75rem !important;
    }
    [dir="ltr"] .mt-md-44pt,
    [dir="ltr"] .my-md-44pt {
        margin-top: 2.75rem !important;
    }
    [dir="ltr"] .mr-md-44pt,
    [dir="ltr"] .mx-md-44pt {
        margin-right: 2.75rem !important;
    }
    [dir="ltr"] .mb-md-44pt,
    [dir="ltr"] .my-md-44pt {
        margin-bottom: 2.75rem !important;
    }
    [dir="ltr"] .ml-md-44pt,
    [dir="ltr"] .mx-md-44pt {
        margin-left: 2.75rem !important;
    }
    [dir="ltr"] .m-md-48pt {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-md-48pt,
    [dir="ltr"] .my-md-48pt {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-md-48pt,
    [dir="ltr"] .mx-md-48pt {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-md-48pt,
    [dir="ltr"] .my-md-48pt {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-md-48pt,
    [dir="ltr"] .mx-md-48pt {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-md-64pt {
        margin: 4rem !important;
    }
    [dir="ltr"] .mt-md-64pt,
    [dir="ltr"] .my-md-64pt {
        margin-top: 4rem !important;
    }
    [dir="ltr"] .mr-md-64pt,
    [dir="ltr"] .mx-md-64pt {
        margin-right: 4rem !important;
    }
    [dir="ltr"] .mb-md-64pt,
    [dir="ltr"] .my-md-64pt {
        margin-bottom: 4rem !important;
    }
    [dir="ltr"] .ml-md-64pt,
    [dir="ltr"] .mx-md-64pt {
        margin-left: 4rem !important;
    }
    [dir="ltr"] .m-md-112pt {
        margin: 7rem !important;
    }
    [dir="ltr"] .mt-md-112pt,
    [dir="ltr"] .my-md-112pt {
        margin-top: 7rem !important;
    }
    [dir="ltr"] .mr-md-112pt,
    [dir="ltr"] .mx-md-112pt {
        margin-right: 7rem !important;
    }
    [dir="ltr"] .mb-md-112pt,
    [dir="ltr"] .my-md-112pt {
        margin-bottom: 7rem !important;
    }
    [dir="ltr"] .ml-md-112pt,
    [dir="ltr"] .mx-md-112pt {
        margin-left: 7rem !important;
    }
    [dir="ltr"] .m-md-128pt {
        margin: 8rem !important;
    }
    [dir="ltr"] .mt-md-128pt,
    [dir="ltr"] .my-md-128pt {
        margin-top: 8rem !important;
    }
    [dir="ltr"] .mr-md-128pt,
    [dir="ltr"] .mx-md-128pt {
        margin-right: 8rem !important;
    }
    [dir="ltr"] .mb-md-128pt,
    [dir="ltr"] .my-md-128pt {
        margin-bottom: 8rem !important;
    }
    [dir="ltr"] .ml-md-128pt,
    [dir="ltr"] .mx-md-128pt {
        margin-left: 8rem !important;
    }
    [dir="ltr"] .p-md-0 {
        padding: 0 !important;
    }
    [dir="ltr"] .pt-md-0,
    [dir="ltr"] .py-md-0 {
        padding-top: 0 !important;
    }
    [dir="ltr"] .pr-md-0,
    [dir="ltr"] .px-md-0 {
        padding-right: 0 !important;
    }
    [dir="ltr"] .pb-md-0,
    [dir="ltr"] .py-md-0 {
        padding-bottom: 0 !important;
    }
    [dir="ltr"] .pl-md-0,
    [dir="ltr"] .px-md-0 {
        padding-left: 0 !important;
    }
    [dir="ltr"] .p-md-1 {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-md-1,
    [dir="ltr"] .py-md-1 {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-md-1,
    [dir="ltr"] .px-md-1 {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-md-1,
    [dir="ltr"] .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-md-1,
    [dir="ltr"] .px-md-1 {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-md-2 {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-md-2,
    [dir="ltr"] .py-md-2 {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-md-2,
    [dir="ltr"] .px-md-2 {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-md-2,
    [dir="ltr"] .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-md-2,
    [dir="ltr"] .px-md-2 {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-md-3 {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-md-3,
    [dir="ltr"] .py-md-3 {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-md-3,
    [dir="ltr"] .px-md-3 {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-md-3,
    [dir="ltr"] .py-md-3 {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-md-3,
    [dir="ltr"] .px-md-3 {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-md-4 {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-md-4,
    [dir="ltr"] .py-md-4 {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-md-4,
    [dir="ltr"] .px-md-4 {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-md-4,
    [dir="ltr"] .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-md-4,
    [dir="ltr"] .px-md-4 {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-md-5 {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-md-5,
    [dir="ltr"] .py-md-5 {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-md-5,
    [dir="ltr"] .px-md-5 {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-md-5,
    [dir="ltr"] .py-md-5 {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-md-5,
    [dir="ltr"] .px-md-5 {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-md-4pt {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-md-4pt,
    [dir="ltr"] .py-md-4pt {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-md-4pt,
    [dir="ltr"] .px-md-4pt {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-md-4pt,
    [dir="ltr"] .py-md-4pt {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-md-4pt,
    [dir="ltr"] .px-md-4pt {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-md-8pt {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-md-8pt,
    [dir="ltr"] .py-md-8pt {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-md-8pt,
    [dir="ltr"] .px-md-8pt {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-md-8pt,
    [dir="ltr"] .py-md-8pt {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-md-8pt,
    [dir="ltr"] .px-md-8pt {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-md-12pt {
        padding: 0.75rem !important;
    }
    [dir="ltr"] .pt-md-12pt,
    [dir="ltr"] .py-md-12pt {
        padding-top: 0.75rem !important;
    }
    [dir="ltr"] .pr-md-12pt,
    [dir="ltr"] .px-md-12pt {
        padding-right: 0.75rem !important;
    }
    [dir="ltr"] .pb-md-12pt,
    [dir="ltr"] .py-md-12pt {
        padding-bottom: 0.75rem !important;
    }
    [dir="ltr"] .pl-md-12pt,
    [dir="ltr"] .px-md-12pt {
        padding-left: 0.75rem !important;
    }
    [dir="ltr"] .p-md-16pt {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-md-16pt,
    [dir="ltr"] .py-md-16pt {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-md-16pt,
    [dir="ltr"] .px-md-16pt {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-md-16pt,
    [dir="ltr"] .py-md-16pt {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-md-16pt,
    [dir="ltr"] .px-md-16pt {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-md-20pt {
        padding: 1.25rem !important;
    }
    [dir="ltr"] .pt-md-20pt,
    [dir="ltr"] .py-md-20pt {
        padding-top: 1.25rem !important;
    }
    [dir="ltr"] .pr-md-20pt,
    [dir="ltr"] .px-md-20pt {
        padding-right: 1.25rem !important;
    }
    [dir="ltr"] .pb-md-20pt,
    [dir="ltr"] .py-md-20pt {
        padding-bottom: 1.25rem !important;
    }
    [dir="ltr"] .pl-md-20pt,
    [dir="ltr"] .px-md-20pt {
        padding-left: 1.25rem !important;
    }
    [dir="ltr"] .p-md-24pt {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-md-24pt,
    [dir="ltr"] .py-md-24pt {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-md-24pt,
    [dir="ltr"] .px-md-24pt {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-md-24pt,
    [dir="ltr"] .py-md-24pt {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-md-24pt,
    [dir="ltr"] .px-md-24pt {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-md-32pt {
        padding: 2rem !important;
    }
    [dir="ltr"] .pt-md-32pt,
    [dir="ltr"] .py-md-32pt {
        padding-top: 2rem !important;
    }
    [dir="ltr"] .pr-md-32pt,
    [dir="ltr"] .px-md-32pt {
        padding-right: 2rem !important;
    }
    [dir="ltr"] .pb-md-32pt,
    [dir="ltr"] .py-md-32pt {
        padding-bottom: 2rem !important;
    }
    [dir="ltr"] .pl-md-32pt,
    [dir="ltr"] .px-md-32pt {
        padding-left: 2rem !important;
    }
    [dir="ltr"] .p-md-40pt {
        padding: 2.5rem !important;
    }
    [dir="ltr"] .pt-md-40pt,
    [dir="ltr"] .py-md-40pt {
        padding-top: 2.5rem !important;
    }
    [dir="ltr"] .pr-md-40pt,
    [dir="ltr"] .px-md-40pt {
        padding-right: 2.5rem !important;
    }
    [dir="ltr"] .pb-md-40pt,
    [dir="ltr"] .py-md-40pt {
        padding-bottom: 2.5rem !important;
    }
    [dir="ltr"] .pl-md-40pt,
    [dir="ltr"] .px-md-40pt {
        padding-left: 2.5rem !important;
    }
    [dir="ltr"] .p-md-44pt {
        padding: 2.75rem !important;
    }
    [dir="ltr"] .pt-md-44pt,
    [dir="ltr"] .py-md-44pt {
        padding-top: 2.75rem !important;
    }
    [dir="ltr"] .pr-md-44pt,
    [dir="ltr"] .px-md-44pt {
        padding-right: 2.75rem !important;
    }
    [dir="ltr"] .pb-md-44pt,
    [dir="ltr"] .py-md-44pt {
        padding-bottom: 2.75rem !important;
    }
    [dir="ltr"] .pl-md-44pt,
    [dir="ltr"] .px-md-44pt {
        padding-left: 2.75rem !important;
    }
    [dir="ltr"] .p-md-48pt {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-md-48pt,
    [dir="ltr"] .py-md-48pt {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-md-48pt,
    [dir="ltr"] .px-md-48pt {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-md-48pt,
    [dir="ltr"] .py-md-48pt {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-md-48pt,
    [dir="ltr"] .px-md-48pt {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-md-64pt {
        padding: 4rem !important;
    }
    [dir="ltr"] .pt-md-64pt,
    [dir="ltr"] .py-md-64pt {
        padding-top: 4rem !important;
    }
    [dir="ltr"] .pr-md-64pt,
    [dir="ltr"] .px-md-64pt {
        padding-right: 4rem !important;
    }
    [dir="ltr"] .pb-md-64pt,
    [dir="ltr"] .py-md-64pt {
        padding-bottom: 4rem !important;
    }
    [dir="ltr"] .pl-md-64pt,
    [dir="ltr"] .px-md-64pt {
        padding-left: 4rem !important;
    }
    [dir="ltr"] .p-md-112pt {
        padding: 7rem !important;
    }
    [dir="ltr"] .pt-md-112pt,
    [dir="ltr"] .py-md-112pt {
        padding-top: 7rem !important;
    }
    [dir="ltr"] .pr-md-112pt,
    [dir="ltr"] .px-md-112pt {
        padding-right: 7rem !important;
    }
    [dir="ltr"] .pb-md-112pt,
    [dir="ltr"] .py-md-112pt {
        padding-bottom: 7rem !important;
    }
    [dir="ltr"] .pl-md-112pt,
    [dir="ltr"] .px-md-112pt {
        padding-left: 7rem !important;
    }
    [dir="ltr"] .p-md-128pt {
        padding: 8rem !important;
    }
    [dir="ltr"] .pt-md-128pt,
    [dir="ltr"] .py-md-128pt {
        padding-top: 8rem !important;
    }
    [dir="ltr"] .pr-md-128pt,
    [dir="ltr"] .px-md-128pt {
        padding-right: 8rem !important;
    }
    [dir="ltr"] .pb-md-128pt,
    [dir="ltr"] .py-md-128pt {
        padding-bottom: 8rem !important;
    }
    [dir="ltr"] .pl-md-128pt,
    [dir="ltr"] .px-md-128pt {
        padding-left: 8rem !important;
    }
    [dir="ltr"] .m-md-n1 {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-md-n1,
    [dir="ltr"] .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-md-n1,
    [dir="ltr"] .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-md-n1,
    [dir="ltr"] .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-md-n1,
    [dir="ltr"] .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-md-n2 {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-md-n2,
    [dir="ltr"] .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-md-n2,
    [dir="ltr"] .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-md-n2,
    [dir="ltr"] .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-md-n2,
    [dir="ltr"] .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-md-n3 {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-md-n3,
    [dir="ltr"] .my-md-n3 {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-md-n3,
    [dir="ltr"] .mx-md-n3 {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-md-n3,
    [dir="ltr"] .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-md-n3,
    [dir="ltr"] .mx-md-n3 {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-md-n4 {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-md-n4,
    [dir="ltr"] .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-md-n4,
    [dir="ltr"] .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-md-n4,
    [dir="ltr"] .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-md-n4,
    [dir="ltr"] .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-md-n5 {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-md-n5,
    [dir="ltr"] .my-md-n5 {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-md-n5,
    [dir="ltr"] .mx-md-n5 {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-md-n5,
    [dir="ltr"] .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-md-n5,
    [dir="ltr"] .mx-md-n5 {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-md-n4pt {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-md-n4pt,
    [dir="ltr"] .my-md-n4pt {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-md-n4pt,
    [dir="ltr"] .mx-md-n4pt {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-md-n4pt,
    [dir="ltr"] .my-md-n4pt {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-md-n4pt,
    [dir="ltr"] .mx-md-n4pt {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-md-n8pt {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-md-n8pt,
    [dir="ltr"] .my-md-n8pt {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-md-n8pt,
    [dir="ltr"] .mx-md-n8pt {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-md-n8pt,
    [dir="ltr"] .my-md-n8pt {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-md-n8pt,
    [dir="ltr"] .mx-md-n8pt {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-md-n12pt {
        margin: -0.75rem !important;
    }
    [dir="ltr"] .mt-md-n12pt,
    [dir="ltr"] .my-md-n12pt {
        margin-top: -0.75rem !important;
    }
    [dir="ltr"] .mr-md-n12pt,
    [dir="ltr"] .mx-md-n12pt {
        margin-right: -0.75rem !important;
    }
    [dir="ltr"] .mb-md-n12pt,
    [dir="ltr"] .my-md-n12pt {
        margin-bottom: -0.75rem !important;
    }
    [dir="ltr"] .ml-md-n12pt,
    [dir="ltr"] .mx-md-n12pt {
        margin-left: -0.75rem !important;
    }
    [dir="ltr"] .m-md-n16pt {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-md-n16pt,
    [dir="ltr"] .my-md-n16pt {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-md-n16pt,
    [dir="ltr"] .mx-md-n16pt {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-md-n16pt,
    [dir="ltr"] .my-md-n16pt {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-md-n16pt,
    [dir="ltr"] .mx-md-n16pt {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-md-n20pt {
        margin: -1.25rem !important;
    }
    [dir="ltr"] .mt-md-n20pt,
    [dir="ltr"] .my-md-n20pt {
        margin-top: -1.25rem !important;
    }
    [dir="ltr"] .mr-md-n20pt,
    [dir="ltr"] .mx-md-n20pt {
        margin-right: -1.25rem !important;
    }
    [dir="ltr"] .mb-md-n20pt,
    [dir="ltr"] .my-md-n20pt {
        margin-bottom: -1.25rem !important;
    }
    [dir="ltr"] .ml-md-n20pt,
    [dir="ltr"] .mx-md-n20pt {
        margin-left: -1.25rem !important;
    }
    [dir="ltr"] .m-md-n24pt {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-md-n24pt,
    [dir="ltr"] .my-md-n24pt {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-md-n24pt,
    [dir="ltr"] .mx-md-n24pt {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-md-n24pt,
    [dir="ltr"] .my-md-n24pt {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-md-n24pt,
    [dir="ltr"] .mx-md-n24pt {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-md-n32pt {
        margin: -2rem !important;
    }
    [dir="ltr"] .mt-md-n32pt,
    [dir="ltr"] .my-md-n32pt {
        margin-top: -2rem !important;
    }
    [dir="ltr"] .mr-md-n32pt,
    [dir="ltr"] .mx-md-n32pt {
        margin-right: -2rem !important;
    }
    [dir="ltr"] .mb-md-n32pt,
    [dir="ltr"] .my-md-n32pt {
        margin-bottom: -2rem !important;
    }
    [dir="ltr"] .ml-md-n32pt,
    [dir="ltr"] .mx-md-n32pt {
        margin-left: -2rem !important;
    }
    [dir="ltr"] .m-md-n40pt {
        margin: -2.5rem !important;
    }
    [dir="ltr"] .mt-md-n40pt,
    [dir="ltr"] .my-md-n40pt {
        margin-top: -2.5rem !important;
    }
    [dir="ltr"] .mr-md-n40pt,
    [dir="ltr"] .mx-md-n40pt {
        margin-right: -2.5rem !important;
    }
    [dir="ltr"] .mb-md-n40pt,
    [dir="ltr"] .my-md-n40pt {
        margin-bottom: -2.5rem !important;
    }
    [dir="ltr"] .ml-md-n40pt,
    [dir="ltr"] .mx-md-n40pt {
        margin-left: -2.5rem !important;
    }
    [dir="ltr"] .m-md-n44pt {
        margin: -2.75rem !important;
    }
    [dir="ltr"] .mt-md-n44pt,
    [dir="ltr"] .my-md-n44pt {
        margin-top: -2.75rem !important;
    }
    [dir="ltr"] .mr-md-n44pt,
    [dir="ltr"] .mx-md-n44pt {
        margin-right: -2.75rem !important;
    }
    [dir="ltr"] .mb-md-n44pt,
    [dir="ltr"] .my-md-n44pt {
        margin-bottom: -2.75rem !important;
    }
    [dir="ltr"] .ml-md-n44pt,
    [dir="ltr"] .mx-md-n44pt {
        margin-left: -2.75rem !important;
    }
    [dir="ltr"] .m-md-n48pt {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-md-n48pt,
    [dir="ltr"] .my-md-n48pt {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-md-n48pt,
    [dir="ltr"] .mx-md-n48pt {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-md-n48pt,
    [dir="ltr"] .my-md-n48pt {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-md-n48pt,
    [dir="ltr"] .mx-md-n48pt {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-md-n64pt {
        margin: -4rem !important;
    }
    [dir="ltr"] .mt-md-n64pt,
    [dir="ltr"] .my-md-n64pt {
        margin-top: -4rem !important;
    }
    [dir="ltr"] .mr-md-n64pt,
    [dir="ltr"] .mx-md-n64pt {
        margin-right: -4rem !important;
    }
    [dir="ltr"] .mb-md-n64pt,
    [dir="ltr"] .my-md-n64pt {
        margin-bottom: -4rem !important;
    }
    [dir="ltr"] .ml-md-n64pt,
    [dir="ltr"] .mx-md-n64pt {
        margin-left: -4rem !important;
    }
    [dir="ltr"] .m-md-n112pt {
        margin: -7rem !important;
    }
    [dir="ltr"] .mt-md-n112pt,
    [dir="ltr"] .my-md-n112pt {
        margin-top: -7rem !important;
    }
    [dir="ltr"] .mr-md-n112pt,
    [dir="ltr"] .mx-md-n112pt {
        margin-right: -7rem !important;
    }
    [dir="ltr"] .mb-md-n112pt,
    [dir="ltr"] .my-md-n112pt {
        margin-bottom: -7rem !important;
    }
    [dir="ltr"] .ml-md-n112pt,
    [dir="ltr"] .mx-md-n112pt {
        margin-left: -7rem !important;
    }
    [dir="ltr"] .m-md-n128pt {
        margin: -8rem !important;
    }
    [dir="ltr"] .mt-md-n128pt,
    [dir="ltr"] .my-md-n128pt {
        margin-top: -8rem !important;
    }
    [dir="ltr"] .mr-md-n128pt,
    [dir="ltr"] .mx-md-n128pt {
        margin-right: -8rem !important;
    }
    [dir="ltr"] .mb-md-n128pt,
    [dir="ltr"] .my-md-n128pt {
        margin-bottom: -8rem !important;
    }
    [dir="ltr"] .ml-md-n128pt,
    [dir="ltr"] .mx-md-n128pt {
        margin-left: -8rem !important;
    }
    [dir="ltr"] .m-md-auto {
        margin: auto !important;
    }
    [dir="ltr"] .mt-md-auto,
    [dir="ltr"] .my-md-auto {
        margin-top: auto !important;
    }
    [dir="ltr"] .mr-md-auto,
    [dir="ltr"] .mx-md-auto {
        margin-right: auto !important;
    }
    [dir="ltr"] .mb-md-auto,
    [dir="ltr"] .my-md-auto {
        margin-bottom: auto !important;
    }
    [dir="ltr"] .ml-md-auto,
    [dir="ltr"] .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .m-lg-0 {
        margin: 0 !important;
    }
    [dir="ltr"] .mt-lg-0,
    [dir="ltr"] .my-lg-0 {
        margin-top: 0 !important;
    }
    [dir="ltr"] .mr-lg-0,
    [dir="ltr"] .mx-lg-0 {
        margin-right: 0 !important;
    }
    [dir="ltr"] .mb-lg-0,
    [dir="ltr"] .my-lg-0 {
        margin-bottom: 0 !important;
    }
    [dir="ltr"] .ml-lg-0,
    [dir="ltr"] .mx-lg-0 {
        margin-left: 0 !important;
    }
    [dir="ltr"] .m-lg-1 {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-lg-1,
    [dir="ltr"] .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-lg-1,
    [dir="ltr"] .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-lg-1,
    [dir="ltr"] .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-lg-1,
    [dir="ltr"] .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-lg-2 {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-lg-2,
    [dir="ltr"] .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-lg-2,
    [dir="ltr"] .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-lg-2,
    [dir="ltr"] .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-lg-2,
    [dir="ltr"] .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-lg-3 {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-lg-3,
    [dir="ltr"] .my-lg-3 {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-lg-3,
    [dir="ltr"] .mx-lg-3 {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-lg-3,
    [dir="ltr"] .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-lg-3,
    [dir="ltr"] .mx-lg-3 {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-lg-4 {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-lg-4,
    [dir="ltr"] .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-lg-4,
    [dir="ltr"] .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-lg-4,
    [dir="ltr"] .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-lg-4,
    [dir="ltr"] .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-lg-5 {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-lg-5,
    [dir="ltr"] .my-lg-5 {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-lg-5,
    [dir="ltr"] .mx-lg-5 {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-lg-5,
    [dir="ltr"] .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-lg-5,
    [dir="ltr"] .mx-lg-5 {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-lg-4pt {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-lg-4pt,
    [dir="ltr"] .my-lg-4pt {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-lg-4pt,
    [dir="ltr"] .mx-lg-4pt {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-lg-4pt,
    [dir="ltr"] .my-lg-4pt {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-lg-4pt,
    [dir="ltr"] .mx-lg-4pt {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-lg-8pt {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-lg-8pt,
    [dir="ltr"] .my-lg-8pt {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-lg-8pt,
    [dir="ltr"] .mx-lg-8pt {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-lg-8pt,
    [dir="ltr"] .my-lg-8pt {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-lg-8pt,
    [dir="ltr"] .mx-lg-8pt {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-lg-12pt {
        margin: 0.75rem !important;
    }
    [dir="ltr"] .mt-lg-12pt,
    [dir="ltr"] .my-lg-12pt {
        margin-top: 0.75rem !important;
    }
    [dir="ltr"] .mr-lg-12pt,
    [dir="ltr"] .mx-lg-12pt {
        margin-right: 0.75rem !important;
    }
    [dir="ltr"] .mb-lg-12pt,
    [dir="ltr"] .my-lg-12pt {
        margin-bottom: 0.75rem !important;
    }
    [dir="ltr"] .ml-lg-12pt,
    [dir="ltr"] .mx-lg-12pt {
        margin-left: 0.75rem !important;
    }
    [dir="ltr"] .m-lg-16pt {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-lg-16pt,
    [dir="ltr"] .my-lg-16pt {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-lg-16pt,
    [dir="ltr"] .mx-lg-16pt {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-lg-16pt,
    [dir="ltr"] .my-lg-16pt {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-lg-16pt,
    [dir="ltr"] .mx-lg-16pt {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-lg-20pt {
        margin: 1.25rem !important;
    }
    [dir="ltr"] .mt-lg-20pt,
    [dir="ltr"] .my-lg-20pt {
        margin-top: 1.25rem !important;
    }
    [dir="ltr"] .mr-lg-20pt,
    [dir="ltr"] .mx-lg-20pt {
        margin-right: 1.25rem !important;
    }
    [dir="ltr"] .mb-lg-20pt,
    [dir="ltr"] .my-lg-20pt {
        margin-bottom: 1.25rem !important;
    }
    [dir="ltr"] .ml-lg-20pt,
    [dir="ltr"] .mx-lg-20pt {
        margin-left: 1.25rem !important;
    }
    [dir="ltr"] .m-lg-24pt {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-lg-24pt,
    [dir="ltr"] .my-lg-24pt {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-lg-24pt,
    [dir="ltr"] .mx-lg-24pt {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-lg-24pt,
    [dir="ltr"] .my-lg-24pt {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-lg-24pt,
    [dir="ltr"] .mx-lg-24pt {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-lg-32pt {
        margin: 2rem !important;
    }
    [dir="ltr"] .mt-lg-32pt,
    [dir="ltr"] .my-lg-32pt {
        margin-top: 2rem !important;
    }
    [dir="ltr"] .mr-lg-32pt,
    [dir="ltr"] .mx-lg-32pt {
        margin-right: 2rem !important;
    }
    [dir="ltr"] .mb-lg-32pt,
    [dir="ltr"] .my-lg-32pt {
        margin-bottom: 2rem !important;
    }
    [dir="ltr"] .ml-lg-32pt,
    [dir="ltr"] .mx-lg-32pt {
        margin-left: 2rem !important;
    }
    [dir="ltr"] .m-lg-40pt {
        margin: 2.5rem !important;
    }
    [dir="ltr"] .mt-lg-40pt,
    [dir="ltr"] .my-lg-40pt {
        margin-top: 2.5rem !important;
    }
    [dir="ltr"] .mr-lg-40pt,
    [dir="ltr"] .mx-lg-40pt {
        margin-right: 2.5rem !important;
    }
    [dir="ltr"] .mb-lg-40pt,
    [dir="ltr"] .my-lg-40pt {
        margin-bottom: 2.5rem !important;
    }
    [dir="ltr"] .ml-lg-40pt,
    [dir="ltr"] .mx-lg-40pt {
        margin-left: 2.5rem !important;
    }
    [dir="ltr"] .m-lg-44pt {
        margin: 2.75rem !important;
    }
    [dir="ltr"] .mt-lg-44pt,
    [dir="ltr"] .my-lg-44pt {
        margin-top: 2.75rem !important;
    }
    [dir="ltr"] .mr-lg-44pt,
    [dir="ltr"] .mx-lg-44pt {
        margin-right: 2.75rem !important;
    }
    [dir="ltr"] .mb-lg-44pt,
    [dir="ltr"] .my-lg-44pt {
        margin-bottom: 2.75rem !important;
    }
    [dir="ltr"] .ml-lg-44pt,
    [dir="ltr"] .mx-lg-44pt {
        margin-left: 2.75rem !important;
    }
    [dir="ltr"] .m-lg-48pt {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-lg-48pt,
    [dir="ltr"] .my-lg-48pt {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-lg-48pt,
    [dir="ltr"] .mx-lg-48pt {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-lg-48pt,
    [dir="ltr"] .my-lg-48pt {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-lg-48pt,
    [dir="ltr"] .mx-lg-48pt {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-lg-64pt {
        margin: 4rem !important;
    }
    [dir="ltr"] .mt-lg-64pt,
    [dir="ltr"] .my-lg-64pt {
        margin-top: 4rem !important;
    }
    [dir="ltr"] .mr-lg-64pt,
    [dir="ltr"] .mx-lg-64pt {
        margin-right: 4rem !important;
    }
    [dir="ltr"] .mb-lg-64pt,
    [dir="ltr"] .my-lg-64pt {
        margin-bottom: 4rem !important;
    }
    [dir="ltr"] .ml-lg-64pt,
    [dir="ltr"] .mx-lg-64pt {
        margin-left: 4rem !important;
    }
    [dir="ltr"] .m-lg-112pt {
        margin: 7rem !important;
    }
    [dir="ltr"] .mt-lg-112pt,
    [dir="ltr"] .my-lg-112pt {
        margin-top: 7rem !important;
    }
    [dir="ltr"] .mr-lg-112pt,
    [dir="ltr"] .mx-lg-112pt {
        margin-right: 7rem !important;
    }
    [dir="ltr"] .mb-lg-112pt,
    [dir="ltr"] .my-lg-112pt {
        margin-bottom: 7rem !important;
    }
    [dir="ltr"] .ml-lg-112pt,
    [dir="ltr"] .mx-lg-112pt {
        margin-left: 7rem !important;
    }
    [dir="ltr"] .m-lg-128pt {
        margin: 8rem !important;
    }
    [dir="ltr"] .mt-lg-128pt,
    [dir="ltr"] .my-lg-128pt {
        margin-top: 8rem !important;
    }
    [dir="ltr"] .mr-lg-128pt,
    [dir="ltr"] .mx-lg-128pt {
        margin-right: 8rem !important;
    }
    [dir="ltr"] .mb-lg-128pt,
    [dir="ltr"] .my-lg-128pt {
        margin-bottom: 8rem !important;
    }
    [dir="ltr"] .ml-lg-128pt,
    [dir="ltr"] .mx-lg-128pt {
        margin-left: 8rem !important;
    }
    [dir="ltr"] .p-lg-0 {
        padding: 0 !important;
    }
    [dir="ltr"] .pt-lg-0,
    [dir="ltr"] .py-lg-0 {
        padding-top: 0 !important;
    }
    [dir="ltr"] .pr-lg-0,
    [dir="ltr"] .px-lg-0 {
        padding-right: 0 !important;
    }
    [dir="ltr"] .pb-lg-0,
    [dir="ltr"] .py-lg-0 {
        padding-bottom: 0 !important;
    }
    [dir="ltr"] .pl-lg-0,
    [dir="ltr"] .px-lg-0 {
        padding-left: 0 !important;
    }
    [dir="ltr"] .p-lg-1 {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-lg-1,
    [dir="ltr"] .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-lg-1,
    [dir="ltr"] .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-lg-1,
    [dir="ltr"] .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-lg-1,
    [dir="ltr"] .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-lg-2 {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-lg-2,
    [dir="ltr"] .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-lg-2,
    [dir="ltr"] .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-lg-2,
    [dir="ltr"] .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-lg-2,
    [dir="ltr"] .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-lg-3 {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-lg-3,
    [dir="ltr"] .py-lg-3 {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-lg-3,
    [dir="ltr"] .px-lg-3 {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-lg-3,
    [dir="ltr"] .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-lg-3,
    [dir="ltr"] .px-lg-3 {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-lg-4 {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-lg-4,
    [dir="ltr"] .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-lg-4,
    [dir="ltr"] .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-lg-4,
    [dir="ltr"] .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-lg-4,
    [dir="ltr"] .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-lg-5 {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-lg-5,
    [dir="ltr"] .py-lg-5 {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-lg-5,
    [dir="ltr"] .px-lg-5 {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-lg-5,
    [dir="ltr"] .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-lg-5,
    [dir="ltr"] .px-lg-5 {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-lg-4pt {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-lg-4pt,
    [dir="ltr"] .py-lg-4pt {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-lg-4pt,
    [dir="ltr"] .px-lg-4pt {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-lg-4pt,
    [dir="ltr"] .py-lg-4pt {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-lg-4pt,
    [dir="ltr"] .px-lg-4pt {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-lg-8pt {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-lg-8pt,
    [dir="ltr"] .py-lg-8pt {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-lg-8pt,
    [dir="ltr"] .px-lg-8pt {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-lg-8pt,
    [dir="ltr"] .py-lg-8pt {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-lg-8pt,
    [dir="ltr"] .px-lg-8pt {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-lg-12pt {
        padding: 0.75rem !important;
    }
    [dir="ltr"] .pt-lg-12pt,
    [dir="ltr"] .py-lg-12pt {
        padding-top: 0.75rem !important;
    }
    [dir="ltr"] .pr-lg-12pt,
    [dir="ltr"] .px-lg-12pt {
        padding-right: 0.75rem !important;
    }
    [dir="ltr"] .pb-lg-12pt,
    [dir="ltr"] .py-lg-12pt {
        padding-bottom: 0.75rem !important;
    }
    [dir="ltr"] .pl-lg-12pt,
    [dir="ltr"] .px-lg-12pt {
        padding-left: 0.75rem !important;
    }
    [dir="ltr"] .p-lg-16pt {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-lg-16pt,
    [dir="ltr"] .py-lg-16pt {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-lg-16pt,
    [dir="ltr"] .px-lg-16pt {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-lg-16pt,
    [dir="ltr"] .py-lg-16pt {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-lg-16pt,
    [dir="ltr"] .px-lg-16pt {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-lg-20pt {
        padding: 1.25rem !important;
    }
    [dir="ltr"] .pt-lg-20pt,
    [dir="ltr"] .py-lg-20pt {
        padding-top: 1.25rem !important;
    }
    [dir="ltr"] .pr-lg-20pt,
    [dir="ltr"] .px-lg-20pt {
        padding-right: 1.25rem !important;
    }
    [dir="ltr"] .pb-lg-20pt,
    [dir="ltr"] .py-lg-20pt {
        padding-bottom: 1.25rem !important;
    }
    [dir="ltr"] .pl-lg-20pt,
    [dir="ltr"] .px-lg-20pt {
        padding-left: 1.25rem !important;
    }
    [dir="ltr"] .p-lg-24pt {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-lg-24pt,
    [dir="ltr"] .py-lg-24pt {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-lg-24pt,
    [dir="ltr"] .px-lg-24pt {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-lg-24pt,
    [dir="ltr"] .py-lg-24pt {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-lg-24pt,
    [dir="ltr"] .px-lg-24pt {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-lg-32pt {
        padding: 2rem !important;
    }
    [dir="ltr"] .pt-lg-32pt,
    [dir="ltr"] .py-lg-32pt {
        padding-top: 2rem !important;
    }
    [dir="ltr"] .pr-lg-32pt,
    [dir="ltr"] .px-lg-32pt {
        padding-right: 2rem !important;
    }
    [dir="ltr"] .pb-lg-32pt,
    [dir="ltr"] .py-lg-32pt {
        padding-bottom: 2rem !important;
    }
    [dir="ltr"] .pl-lg-32pt,
    [dir="ltr"] .px-lg-32pt {
        padding-left: 2rem !important;
    }
    [dir="ltr"] .p-lg-40pt {
        padding: 2.5rem !important;
    }
    [dir="ltr"] .pt-lg-40pt,
    [dir="ltr"] .py-lg-40pt {
        padding-top: 2.5rem !important;
    }
    [dir="ltr"] .pr-lg-40pt,
    [dir="ltr"] .px-lg-40pt {
        padding-right: 2.5rem !important;
    }
    [dir="ltr"] .pb-lg-40pt,
    [dir="ltr"] .py-lg-40pt {
        padding-bottom: 2.5rem !important;
    }
    [dir="ltr"] .pl-lg-40pt,
    [dir="ltr"] .px-lg-40pt {
        padding-left: 2.5rem !important;
    }
    [dir="ltr"] .p-lg-44pt {
        padding: 2.75rem !important;
    }
    [dir="ltr"] .pt-lg-44pt,
    [dir="ltr"] .py-lg-44pt {
        padding-top: 2.75rem !important;
    }
    [dir="ltr"] .pr-lg-44pt,
    [dir="ltr"] .px-lg-44pt {
        padding-right: 2.75rem !important;
    }
    [dir="ltr"] .pb-lg-44pt,
    [dir="ltr"] .py-lg-44pt {
        padding-bottom: 2.75rem !important;
    }
    [dir="ltr"] .pl-lg-44pt,
    [dir="ltr"] .px-lg-44pt {
        padding-left: 2.75rem !important;
    }
    [dir="ltr"] .p-lg-48pt {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-lg-48pt,
    [dir="ltr"] .py-lg-48pt {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-lg-48pt,
    [dir="ltr"] .px-lg-48pt {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-lg-48pt,
    [dir="ltr"] .py-lg-48pt {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-lg-48pt,
    [dir="ltr"] .px-lg-48pt {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-lg-64pt {
        padding: 4rem !important;
    }
    [dir="ltr"] .pt-lg-64pt,
    [dir="ltr"] .py-lg-64pt {
        padding-top: 4rem !important;
    }
    [dir="ltr"] .pr-lg-64pt,
    [dir="ltr"] .px-lg-64pt {
        padding-right: 4rem !important;
    }
    [dir="ltr"] .pb-lg-64pt,
    [dir="ltr"] .py-lg-64pt {
        padding-bottom: 4rem !important;
    }
    [dir="ltr"] .pl-lg-64pt,
    [dir="ltr"] .px-lg-64pt {
        padding-left: 4rem !important;
    }
    [dir="ltr"] .p-lg-112pt {
        padding: 7rem !important;
    }
    [dir="ltr"] .pt-lg-112pt,
    [dir="ltr"] .py-lg-112pt {
        padding-top: 7rem !important;
    }
    [dir="ltr"] .pr-lg-112pt,
    [dir="ltr"] .px-lg-112pt {
        padding-right: 7rem !important;
    }
    [dir="ltr"] .pb-lg-112pt,
    [dir="ltr"] .py-lg-112pt {
        padding-bottom: 7rem !important;
    }
    [dir="ltr"] .pl-lg-112pt,
    [dir="ltr"] .px-lg-112pt {
        padding-left: 7rem !important;
    }
    [dir="ltr"] .p-lg-128pt {
        padding: 8rem !important;
    }
    [dir="ltr"] .pt-lg-128pt,
    [dir="ltr"] .py-lg-128pt {
        padding-top: 8rem !important;
    }
    [dir="ltr"] .pr-lg-128pt,
    [dir="ltr"] .px-lg-128pt {
        padding-right: 8rem !important;
    }
    [dir="ltr"] .pb-lg-128pt,
    [dir="ltr"] .py-lg-128pt {
        padding-bottom: 8rem !important;
    }
    [dir="ltr"] .pl-lg-128pt,
    [dir="ltr"] .px-lg-128pt {
        padding-left: 8rem !important;
    }
    [dir="ltr"] .m-lg-n1 {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-lg-n1,
    [dir="ltr"] .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-lg-n1,
    [dir="ltr"] .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-lg-n1,
    [dir="ltr"] .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-lg-n1,
    [dir="ltr"] .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-lg-n2 {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-lg-n2,
    [dir="ltr"] .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-lg-n2,
    [dir="ltr"] .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-lg-n2,
    [dir="ltr"] .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-lg-n2,
    [dir="ltr"] .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-lg-n3 {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-lg-n3,
    [dir="ltr"] .my-lg-n3 {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-lg-n3,
    [dir="ltr"] .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-lg-n3,
    [dir="ltr"] .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-lg-n3,
    [dir="ltr"] .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-lg-n4 {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-lg-n4,
    [dir="ltr"] .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-lg-n4,
    [dir="ltr"] .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-lg-n4,
    [dir="ltr"] .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-lg-n4,
    [dir="ltr"] .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-lg-n5 {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-lg-n5,
    [dir="ltr"] .my-lg-n5 {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-lg-n5,
    [dir="ltr"] .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-lg-n5,
    [dir="ltr"] .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-lg-n5,
    [dir="ltr"] .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-lg-n4pt {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-lg-n4pt,
    [dir="ltr"] .my-lg-n4pt {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-lg-n4pt,
    [dir="ltr"] .mx-lg-n4pt {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-lg-n4pt,
    [dir="ltr"] .my-lg-n4pt {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-lg-n4pt,
    [dir="ltr"] .mx-lg-n4pt {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-lg-n8pt {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-lg-n8pt,
    [dir="ltr"] .my-lg-n8pt {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-lg-n8pt,
    [dir="ltr"] .mx-lg-n8pt {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-lg-n8pt,
    [dir="ltr"] .my-lg-n8pt {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-lg-n8pt,
    [dir="ltr"] .mx-lg-n8pt {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-lg-n12pt {
        margin: -0.75rem !important;
    }
    [dir="ltr"] .mt-lg-n12pt,
    [dir="ltr"] .my-lg-n12pt {
        margin-top: -0.75rem !important;
    }
    [dir="ltr"] .mr-lg-n12pt,
    [dir="ltr"] .mx-lg-n12pt {
        margin-right: -0.75rem !important;
    }
    [dir="ltr"] .mb-lg-n12pt,
    [dir="ltr"] .my-lg-n12pt {
        margin-bottom: -0.75rem !important;
    }
    [dir="ltr"] .ml-lg-n12pt,
    [dir="ltr"] .mx-lg-n12pt {
        margin-left: -0.75rem !important;
    }
    [dir="ltr"] .m-lg-n16pt {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-lg-n16pt,
    [dir="ltr"] .my-lg-n16pt {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-lg-n16pt,
    [dir="ltr"] .mx-lg-n16pt {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-lg-n16pt,
    [dir="ltr"] .my-lg-n16pt {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-lg-n16pt,
    [dir="ltr"] .mx-lg-n16pt {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-lg-n20pt {
        margin: -1.25rem !important;
    }
    [dir="ltr"] .mt-lg-n20pt,
    [dir="ltr"] .my-lg-n20pt {
        margin-top: -1.25rem !important;
    }
    [dir="ltr"] .mr-lg-n20pt,
    [dir="ltr"] .mx-lg-n20pt {
        margin-right: -1.25rem !important;
    }
    [dir="ltr"] .mb-lg-n20pt,
    [dir="ltr"] .my-lg-n20pt {
        margin-bottom: -1.25rem !important;
    }
    [dir="ltr"] .ml-lg-n20pt,
    [dir="ltr"] .mx-lg-n20pt {
        margin-left: -1.25rem !important;
    }
    [dir="ltr"] .m-lg-n24pt {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-lg-n24pt,
    [dir="ltr"] .my-lg-n24pt {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-lg-n24pt,
    [dir="ltr"] .mx-lg-n24pt {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-lg-n24pt,
    [dir="ltr"] .my-lg-n24pt {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-lg-n24pt,
    [dir="ltr"] .mx-lg-n24pt {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-lg-n32pt {
        margin: -2rem !important;
    }
    [dir="ltr"] .mt-lg-n32pt,
    [dir="ltr"] .my-lg-n32pt {
        margin-top: -2rem !important;
    }
    [dir="ltr"] .mr-lg-n32pt,
    [dir="ltr"] .mx-lg-n32pt {
        margin-right: -2rem !important;
    }
    [dir="ltr"] .mb-lg-n32pt,
    [dir="ltr"] .my-lg-n32pt {
        margin-bottom: -2rem !important;
    }
    [dir="ltr"] .ml-lg-n32pt,
    [dir="ltr"] .mx-lg-n32pt {
        margin-left: -2rem !important;
    }
    [dir="ltr"] .m-lg-n40pt {
        margin: -2.5rem !important;
    }
    [dir="ltr"] .mt-lg-n40pt,
    [dir="ltr"] .my-lg-n40pt {
        margin-top: -2.5rem !important;
    }
    [dir="ltr"] .mr-lg-n40pt,
    [dir="ltr"] .mx-lg-n40pt {
        margin-right: -2.5rem !important;
    }
    [dir="ltr"] .mb-lg-n40pt,
    [dir="ltr"] .my-lg-n40pt {
        margin-bottom: -2.5rem !important;
    }
    [dir="ltr"] .ml-lg-n40pt,
    [dir="ltr"] .mx-lg-n40pt {
        margin-left: -2.5rem !important;
    }
    [dir="ltr"] .m-lg-n44pt {
        margin: -2.75rem !important;
    }
    [dir="ltr"] .mt-lg-n44pt,
    [dir="ltr"] .my-lg-n44pt {
        margin-top: -2.75rem !important;
    }
    [dir="ltr"] .mr-lg-n44pt,
    [dir="ltr"] .mx-lg-n44pt {
        margin-right: -2.75rem !important;
    }
    [dir="ltr"] .mb-lg-n44pt,
    [dir="ltr"] .my-lg-n44pt {
        margin-bottom: -2.75rem !important;
    }
    [dir="ltr"] .ml-lg-n44pt,
    [dir="ltr"] .mx-lg-n44pt {
        margin-left: -2.75rem !important;
    }
    [dir="ltr"] .m-lg-n48pt {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-lg-n48pt,
    [dir="ltr"] .my-lg-n48pt {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-lg-n48pt,
    [dir="ltr"] .mx-lg-n48pt {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-lg-n48pt,
    [dir="ltr"] .my-lg-n48pt {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-lg-n48pt,
    [dir="ltr"] .mx-lg-n48pt {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-lg-n64pt {
        margin: -4rem !important;
    }
    [dir="ltr"] .mt-lg-n64pt,
    [dir="ltr"] .my-lg-n64pt {
        margin-top: -4rem !important;
    }
    [dir="ltr"] .mr-lg-n64pt,
    [dir="ltr"] .mx-lg-n64pt {
        margin-right: -4rem !important;
    }
    [dir="ltr"] .mb-lg-n64pt,
    [dir="ltr"] .my-lg-n64pt {
        margin-bottom: -4rem !important;
    }
    [dir="ltr"] .ml-lg-n64pt,
    [dir="ltr"] .mx-lg-n64pt {
        margin-left: -4rem !important;
    }
    [dir="ltr"] .m-lg-n112pt {
        margin: -7rem !important;
    }
    [dir="ltr"] .mt-lg-n112pt,
    [dir="ltr"] .my-lg-n112pt {
        margin-top: -7rem !important;
    }
    [dir="ltr"] .mr-lg-n112pt,
    [dir="ltr"] .mx-lg-n112pt {
        margin-right: -7rem !important;
    }
    [dir="ltr"] .mb-lg-n112pt,
    [dir="ltr"] .my-lg-n112pt {
        margin-bottom: -7rem !important;
    }
    [dir="ltr"] .ml-lg-n112pt,
    [dir="ltr"] .mx-lg-n112pt {
        margin-left: -7rem !important;
    }
    [dir="ltr"] .m-lg-n128pt {
        margin: -8rem !important;
    }
    [dir="ltr"] .mt-lg-n128pt,
    [dir="ltr"] .my-lg-n128pt {
        margin-top: -8rem !important;
    }
    [dir="ltr"] .mr-lg-n128pt,
    [dir="ltr"] .mx-lg-n128pt {
        margin-right: -8rem !important;
    }
    [dir="ltr"] .mb-lg-n128pt,
    [dir="ltr"] .my-lg-n128pt {
        margin-bottom: -8rem !important;
    }
    [dir="ltr"] .ml-lg-n128pt,
    [dir="ltr"] .mx-lg-n128pt {
        margin-left: -8rem !important;
    }
    [dir="ltr"] .m-lg-auto {
        margin: auto !important;
    }
    [dir="ltr"] .mt-lg-auto,
    [dir="ltr"] .my-lg-auto {
        margin-top: auto !important;
    }
    [dir="ltr"] .mr-lg-auto,
    [dir="ltr"] .mx-lg-auto {
        margin-right: auto !important;
    }
    [dir="ltr"] .mb-lg-auto,
    [dir="ltr"] .my-lg-auto {
        margin-bottom: auto !important;
    }
    [dir="ltr"] .ml-lg-auto,
    [dir="ltr"] .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .m-xl-0 {
        margin: 0 !important;
    }
    [dir="ltr"] .mt-xl-0,
    [dir="ltr"] .my-xl-0 {
        margin-top: 0 !important;
    }
    [dir="ltr"] .mr-xl-0,
    [dir="ltr"] .mx-xl-0 {
        margin-right: 0 !important;
    }
    [dir="ltr"] .mb-xl-0,
    [dir="ltr"] .my-xl-0 {
        margin-bottom: 0 !important;
    }
    [dir="ltr"] .ml-xl-0,
    [dir="ltr"] .mx-xl-0 {
        margin-left: 0 !important;
    }
    [dir="ltr"] .m-xl-1 {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-xl-1,
    [dir="ltr"] .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-xl-1,
    [dir="ltr"] .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-xl-1,
    [dir="ltr"] .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-xl-1,
    [dir="ltr"] .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-xl-2 {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-xl-2,
    [dir="ltr"] .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-xl-2,
    [dir="ltr"] .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-xl-2,
    [dir="ltr"] .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-xl-2,
    [dir="ltr"] .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-xl-3 {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-xl-3,
    [dir="ltr"] .my-xl-3 {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-xl-3,
    [dir="ltr"] .mx-xl-3 {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-xl-3,
    [dir="ltr"] .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-xl-3,
    [dir="ltr"] .mx-xl-3 {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-xl-4 {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-xl-4,
    [dir="ltr"] .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-xl-4,
    [dir="ltr"] .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-xl-4,
    [dir="ltr"] .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-xl-4,
    [dir="ltr"] .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-xl-5 {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-xl-5,
    [dir="ltr"] .my-xl-5 {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-xl-5,
    [dir="ltr"] .mx-xl-5 {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-xl-5,
    [dir="ltr"] .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-xl-5,
    [dir="ltr"] .mx-xl-5 {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-xl-4pt {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-xl-4pt,
    [dir="ltr"] .my-xl-4pt {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-xl-4pt,
    [dir="ltr"] .mx-xl-4pt {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-xl-4pt,
    [dir="ltr"] .my-xl-4pt {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-xl-4pt,
    [dir="ltr"] .mx-xl-4pt {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-xl-8pt {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-xl-8pt,
    [dir="ltr"] .my-xl-8pt {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-xl-8pt,
    [dir="ltr"] .mx-xl-8pt {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-xl-8pt,
    [dir="ltr"] .my-xl-8pt {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-xl-8pt,
    [dir="ltr"] .mx-xl-8pt {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-xl-12pt {
        margin: 0.75rem !important;
    }
    [dir="ltr"] .mt-xl-12pt,
    [dir="ltr"] .my-xl-12pt {
        margin-top: 0.75rem !important;
    }
    [dir="ltr"] .mr-xl-12pt,
    [dir="ltr"] .mx-xl-12pt {
        margin-right: 0.75rem !important;
    }
    [dir="ltr"] .mb-xl-12pt,
    [dir="ltr"] .my-xl-12pt {
        margin-bottom: 0.75rem !important;
    }
    [dir="ltr"] .ml-xl-12pt,
    [dir="ltr"] .mx-xl-12pt {
        margin-left: 0.75rem !important;
    }
    [dir="ltr"] .m-xl-16pt {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-xl-16pt,
    [dir="ltr"] .my-xl-16pt {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-xl-16pt,
    [dir="ltr"] .mx-xl-16pt {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-xl-16pt,
    [dir="ltr"] .my-xl-16pt {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-xl-16pt,
    [dir="ltr"] .mx-xl-16pt {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-xl-20pt {
        margin: 1.25rem !important;
    }
    [dir="ltr"] .mt-xl-20pt,
    [dir="ltr"] .my-xl-20pt {
        margin-top: 1.25rem !important;
    }
    [dir="ltr"] .mr-xl-20pt,
    [dir="ltr"] .mx-xl-20pt {
        margin-right: 1.25rem !important;
    }
    [dir="ltr"] .mb-xl-20pt,
    [dir="ltr"] .my-xl-20pt {
        margin-bottom: 1.25rem !important;
    }
    [dir="ltr"] .ml-xl-20pt,
    [dir="ltr"] .mx-xl-20pt {
        margin-left: 1.25rem !important;
    }
    [dir="ltr"] .m-xl-24pt {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-xl-24pt,
    [dir="ltr"] .my-xl-24pt {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-xl-24pt,
    [dir="ltr"] .mx-xl-24pt {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-xl-24pt,
    [dir="ltr"] .my-xl-24pt {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-xl-24pt,
    [dir="ltr"] .mx-xl-24pt {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-xl-32pt {
        margin: 2rem !important;
    }
    [dir="ltr"] .mt-xl-32pt,
    [dir="ltr"] .my-xl-32pt {
        margin-top: 2rem !important;
    }
    [dir="ltr"] .mr-xl-32pt,
    [dir="ltr"] .mx-xl-32pt {
        margin-right: 2rem !important;
    }
    [dir="ltr"] .mb-xl-32pt,
    [dir="ltr"] .my-xl-32pt {
        margin-bottom: 2rem !important;
    }
    [dir="ltr"] .ml-xl-32pt,
    [dir="ltr"] .mx-xl-32pt {
        margin-left: 2rem !important;
    }
    [dir="ltr"] .m-xl-40pt {
        margin: 2.5rem !important;
    }
    [dir="ltr"] .mt-xl-40pt,
    [dir="ltr"] .my-xl-40pt {
        margin-top: 2.5rem !important;
    }
    [dir="ltr"] .mr-xl-40pt,
    [dir="ltr"] .mx-xl-40pt {
        margin-right: 2.5rem !important;
    }
    [dir="ltr"] .mb-xl-40pt,
    [dir="ltr"] .my-xl-40pt {
        margin-bottom: 2.5rem !important;
    }
    [dir="ltr"] .ml-xl-40pt,
    [dir="ltr"] .mx-xl-40pt {
        margin-left: 2.5rem !important;
    }
    [dir="ltr"] .m-xl-44pt {
        margin: 2.75rem !important;
    }
    [dir="ltr"] .mt-xl-44pt,
    [dir="ltr"] .my-xl-44pt {
        margin-top: 2.75rem !important;
    }
    [dir="ltr"] .mr-xl-44pt,
    [dir="ltr"] .mx-xl-44pt {
        margin-right: 2.75rem !important;
    }
    [dir="ltr"] .mb-xl-44pt,
    [dir="ltr"] .my-xl-44pt {
        margin-bottom: 2.75rem !important;
    }
    [dir="ltr"] .ml-xl-44pt,
    [dir="ltr"] .mx-xl-44pt {
        margin-left: 2.75rem !important;
    }
    [dir="ltr"] .m-xl-48pt {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-xl-48pt,
    [dir="ltr"] .my-xl-48pt {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-xl-48pt,
    [dir="ltr"] .mx-xl-48pt {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-xl-48pt,
    [dir="ltr"] .my-xl-48pt {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-xl-48pt,
    [dir="ltr"] .mx-xl-48pt {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-xl-64pt {
        margin: 4rem !important;
    }
    [dir="ltr"] .mt-xl-64pt,
    [dir="ltr"] .my-xl-64pt {
        margin-top: 4rem !important;
    }
    [dir="ltr"] .mr-xl-64pt,
    [dir="ltr"] .mx-xl-64pt {
        margin-right: 4rem !important;
    }
    [dir="ltr"] .mb-xl-64pt,
    [dir="ltr"] .my-xl-64pt {
        margin-bottom: 4rem !important;
    }
    [dir="ltr"] .ml-xl-64pt,
    [dir="ltr"] .mx-xl-64pt {
        margin-left: 4rem !important;
    }
    [dir="ltr"] .m-xl-112pt {
        margin: 7rem !important;
    }
    [dir="ltr"] .mt-xl-112pt,
    [dir="ltr"] .my-xl-112pt {
        margin-top: 7rem !important;
    }
    [dir="ltr"] .mr-xl-112pt,
    [dir="ltr"] .mx-xl-112pt {
        margin-right: 7rem !important;
    }
    [dir="ltr"] .mb-xl-112pt,
    [dir="ltr"] .my-xl-112pt {
        margin-bottom: 7rem !important;
    }
    [dir="ltr"] .ml-xl-112pt,
    [dir="ltr"] .mx-xl-112pt {
        margin-left: 7rem !important;
    }
    [dir="ltr"] .m-xl-128pt {
        margin: 8rem !important;
    }
    [dir="ltr"] .mt-xl-128pt,
    [dir="ltr"] .my-xl-128pt {
        margin-top: 8rem !important;
    }
    [dir="ltr"] .mr-xl-128pt,
    [dir="ltr"] .mx-xl-128pt {
        margin-right: 8rem !important;
    }
    [dir="ltr"] .mb-xl-128pt,
    [dir="ltr"] .my-xl-128pt {
        margin-bottom: 8rem !important;
    }
    [dir="ltr"] .ml-xl-128pt,
    [dir="ltr"] .mx-xl-128pt {
        margin-left: 8rem !important;
    }
    [dir="ltr"] .p-xl-0 {
        padding: 0 !important;
    }
    [dir="ltr"] .pt-xl-0,
    [dir="ltr"] .py-xl-0 {
        padding-top: 0 !important;
    }
    [dir="ltr"] .pr-xl-0,
    [dir="ltr"] .px-xl-0 {
        padding-right: 0 !important;
    }
    [dir="ltr"] .pb-xl-0,
    [dir="ltr"] .py-xl-0 {
        padding-bottom: 0 !important;
    }
    [dir="ltr"] .pl-xl-0,
    [dir="ltr"] .px-xl-0 {
        padding-left: 0 !important;
    }
    [dir="ltr"] .p-xl-1 {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-xl-1,
    [dir="ltr"] .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-xl-1,
    [dir="ltr"] .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-xl-1,
    [dir="ltr"] .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-xl-1,
    [dir="ltr"] .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-xl-2 {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-xl-2,
    [dir="ltr"] .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-xl-2,
    [dir="ltr"] .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-xl-2,
    [dir="ltr"] .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-xl-2,
    [dir="ltr"] .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-xl-3 {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-xl-3,
    [dir="ltr"] .py-xl-3 {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-xl-3,
    [dir="ltr"] .px-xl-3 {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-xl-3,
    [dir="ltr"] .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-xl-3,
    [dir="ltr"] .px-xl-3 {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-xl-4 {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-xl-4,
    [dir="ltr"] .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-xl-4,
    [dir="ltr"] .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-xl-4,
    [dir="ltr"] .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-xl-4,
    [dir="ltr"] .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-xl-5 {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-xl-5,
    [dir="ltr"] .py-xl-5 {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-xl-5,
    [dir="ltr"] .px-xl-5 {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-xl-5,
    [dir="ltr"] .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-xl-5,
    [dir="ltr"] .px-xl-5 {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-xl-4pt {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-xl-4pt,
    [dir="ltr"] .py-xl-4pt {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-xl-4pt,
    [dir="ltr"] .px-xl-4pt {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-xl-4pt,
    [dir="ltr"] .py-xl-4pt {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-xl-4pt,
    [dir="ltr"] .px-xl-4pt {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-xl-8pt {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-xl-8pt,
    [dir="ltr"] .py-xl-8pt {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-xl-8pt,
    [dir="ltr"] .px-xl-8pt {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-xl-8pt,
    [dir="ltr"] .py-xl-8pt {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-xl-8pt,
    [dir="ltr"] .px-xl-8pt {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-xl-12pt {
        padding: 0.75rem !important;
    }
    [dir="ltr"] .pt-xl-12pt,
    [dir="ltr"] .py-xl-12pt {
        padding-top: 0.75rem !important;
    }
    [dir="ltr"] .pr-xl-12pt,
    [dir="ltr"] .px-xl-12pt {
        padding-right: 0.75rem !important;
    }
    [dir="ltr"] .pb-xl-12pt,
    [dir="ltr"] .py-xl-12pt {
        padding-bottom: 0.75rem !important;
    }
    [dir="ltr"] .pl-xl-12pt,
    [dir="ltr"] .px-xl-12pt {
        padding-left: 0.75rem !important;
    }
    [dir="ltr"] .p-xl-16pt {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-xl-16pt,
    [dir="ltr"] .py-xl-16pt {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-xl-16pt,
    [dir="ltr"] .px-xl-16pt {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-xl-16pt,
    [dir="ltr"] .py-xl-16pt {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-xl-16pt,
    [dir="ltr"] .px-xl-16pt {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-xl-20pt {
        padding: 1.25rem !important;
    }
    [dir="ltr"] .pt-xl-20pt,
    [dir="ltr"] .py-xl-20pt {
        padding-top: 1.25rem !important;
    }
    [dir="ltr"] .pr-xl-20pt,
    [dir="ltr"] .px-xl-20pt {
        padding-right: 1.25rem !important;
    }
    [dir="ltr"] .pb-xl-20pt,
    [dir="ltr"] .py-xl-20pt {
        padding-bottom: 1.25rem !important;
    }
    [dir="ltr"] .pl-xl-20pt,
    [dir="ltr"] .px-xl-20pt {
        padding-left: 1.25rem !important;
    }
    [dir="ltr"] .p-xl-24pt {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-xl-24pt,
    [dir="ltr"] .py-xl-24pt {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-xl-24pt,
    [dir="ltr"] .px-xl-24pt {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-xl-24pt,
    [dir="ltr"] .py-xl-24pt {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-xl-24pt,
    [dir="ltr"] .px-xl-24pt {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-xl-32pt {
        padding: 2rem !important;
    }
    [dir="ltr"] .pt-xl-32pt,
    [dir="ltr"] .py-xl-32pt {
        padding-top: 2rem !important;
    }
    [dir="ltr"] .pr-xl-32pt,
    [dir="ltr"] .px-xl-32pt {
        padding-right: 2rem !important;
    }
    [dir="ltr"] .pb-xl-32pt,
    [dir="ltr"] .py-xl-32pt {
        padding-bottom: 2rem !important;
    }
    [dir="ltr"] .pl-xl-32pt,
    [dir="ltr"] .px-xl-32pt {
        padding-left: 2rem !important;
    }
    [dir="ltr"] .p-xl-40pt {
        padding: 2.5rem !important;
    }
    [dir="ltr"] .pt-xl-40pt,
    [dir="ltr"] .py-xl-40pt {
        padding-top: 2.5rem !important;
    }
    [dir="ltr"] .pr-xl-40pt,
    [dir="ltr"] .px-xl-40pt {
        padding-right: 2.5rem !important;
    }
    [dir="ltr"] .pb-xl-40pt,
    [dir="ltr"] .py-xl-40pt {
        padding-bottom: 2.5rem !important;
    }
    [dir="ltr"] .pl-xl-40pt,
    [dir="ltr"] .px-xl-40pt {
        padding-left: 2.5rem !important;
    }
    [dir="ltr"] .p-xl-44pt {
        padding: 2.75rem !important;
    }
    [dir="ltr"] .pt-xl-44pt,
    [dir="ltr"] .py-xl-44pt {
        padding-top: 2.75rem !important;
    }
    [dir="ltr"] .pr-xl-44pt,
    [dir="ltr"] .px-xl-44pt {
        padding-right: 2.75rem !important;
    }
    [dir="ltr"] .pb-xl-44pt,
    [dir="ltr"] .py-xl-44pt {
        padding-bottom: 2.75rem !important;
    }
    [dir="ltr"] .pl-xl-44pt,
    [dir="ltr"] .px-xl-44pt {
        padding-left: 2.75rem !important;
    }
    [dir="ltr"] .p-xl-48pt {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-xl-48pt,
    [dir="ltr"] .py-xl-48pt {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-xl-48pt,
    [dir="ltr"] .px-xl-48pt {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-xl-48pt,
    [dir="ltr"] .py-xl-48pt {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-xl-48pt,
    [dir="ltr"] .px-xl-48pt {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-xl-64pt {
        padding: 4rem !important;
    }
    [dir="ltr"] .pt-xl-64pt,
    [dir="ltr"] .py-xl-64pt {
        padding-top: 4rem !important;
    }
    [dir="ltr"] .pr-xl-64pt,
    [dir="ltr"] .px-xl-64pt {
        padding-right: 4rem !important;
    }
    [dir="ltr"] .pb-xl-64pt,
    [dir="ltr"] .py-xl-64pt {
        padding-bottom: 4rem !important;
    }
    [dir="ltr"] .pl-xl-64pt,
    [dir="ltr"] .px-xl-64pt {
        padding-left: 4rem !important;
    }
    [dir="ltr"] .p-xl-112pt {
        padding: 7rem !important;
    }
    [dir="ltr"] .pt-xl-112pt,
    [dir="ltr"] .py-xl-112pt {
        padding-top: 7rem !important;
    }
    [dir="ltr"] .pr-xl-112pt,
    [dir="ltr"] .px-xl-112pt {
        padding-right: 7rem !important;
    }
    [dir="ltr"] .pb-xl-112pt,
    [dir="ltr"] .py-xl-112pt {
        padding-bottom: 7rem !important;
    }
    [dir="ltr"] .pl-xl-112pt,
    [dir="ltr"] .px-xl-112pt {
        padding-left: 7rem !important;
    }
    [dir="ltr"] .p-xl-128pt {
        padding: 8rem !important;
    }
    [dir="ltr"] .pt-xl-128pt,
    [dir="ltr"] .py-xl-128pt {
        padding-top: 8rem !important;
    }
    [dir="ltr"] .pr-xl-128pt,
    [dir="ltr"] .px-xl-128pt {
        padding-right: 8rem !important;
    }
    [dir="ltr"] .pb-xl-128pt,
    [dir="ltr"] .py-xl-128pt {
        padding-bottom: 8rem !important;
    }
    [dir="ltr"] .pl-xl-128pt,
    [dir="ltr"] .px-xl-128pt {
        padding-left: 8rem !important;
    }
    [dir="ltr"] .m-xl-n1 {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-xl-n1,
    [dir="ltr"] .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-xl-n1,
    [dir="ltr"] .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-xl-n1,
    [dir="ltr"] .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-xl-n1,
    [dir="ltr"] .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-xl-n2 {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-xl-n2,
    [dir="ltr"] .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-xl-n2,
    [dir="ltr"] .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-xl-n2,
    [dir="ltr"] .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-xl-n2,
    [dir="ltr"] .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-xl-n3 {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-xl-n3,
    [dir="ltr"] .my-xl-n3 {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-xl-n3,
    [dir="ltr"] .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-xl-n3,
    [dir="ltr"] .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-xl-n3,
    [dir="ltr"] .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-xl-n4 {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-xl-n4,
    [dir="ltr"] .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-xl-n4,
    [dir="ltr"] .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-xl-n4,
    [dir="ltr"] .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-xl-n4,
    [dir="ltr"] .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-xl-n5 {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-xl-n5,
    [dir="ltr"] .my-xl-n5 {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-xl-n5,
    [dir="ltr"] .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-xl-n5,
    [dir="ltr"] .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-xl-n5,
    [dir="ltr"] .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-xl-n4pt {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-xl-n4pt,
    [dir="ltr"] .my-xl-n4pt {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-xl-n4pt,
    [dir="ltr"] .mx-xl-n4pt {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-xl-n4pt,
    [dir="ltr"] .my-xl-n4pt {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-xl-n4pt,
    [dir="ltr"] .mx-xl-n4pt {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-xl-n8pt {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-xl-n8pt,
    [dir="ltr"] .my-xl-n8pt {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-xl-n8pt,
    [dir="ltr"] .mx-xl-n8pt {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-xl-n8pt,
    [dir="ltr"] .my-xl-n8pt {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-xl-n8pt,
    [dir="ltr"] .mx-xl-n8pt {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-xl-n12pt {
        margin: -0.75rem !important;
    }
    [dir="ltr"] .mt-xl-n12pt,
    [dir="ltr"] .my-xl-n12pt {
        margin-top: -0.75rem !important;
    }
    [dir="ltr"] .mr-xl-n12pt,
    [dir="ltr"] .mx-xl-n12pt {
        margin-right: -0.75rem !important;
    }
    [dir="ltr"] .mb-xl-n12pt,
    [dir="ltr"] .my-xl-n12pt {
        margin-bottom: -0.75rem !important;
    }
    [dir="ltr"] .ml-xl-n12pt,
    [dir="ltr"] .mx-xl-n12pt {
        margin-left: -0.75rem !important;
    }
    [dir="ltr"] .m-xl-n16pt {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-xl-n16pt,
    [dir="ltr"] .my-xl-n16pt {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-xl-n16pt,
    [dir="ltr"] .mx-xl-n16pt {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-xl-n16pt,
    [dir="ltr"] .my-xl-n16pt {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-xl-n16pt,
    [dir="ltr"] .mx-xl-n16pt {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-xl-n20pt {
        margin: -1.25rem !important;
    }
    [dir="ltr"] .mt-xl-n20pt,
    [dir="ltr"] .my-xl-n20pt {
        margin-top: -1.25rem !important;
    }
    [dir="ltr"] .mr-xl-n20pt,
    [dir="ltr"] .mx-xl-n20pt {
        margin-right: -1.25rem !important;
    }
    [dir="ltr"] .mb-xl-n20pt,
    [dir="ltr"] .my-xl-n20pt {
        margin-bottom: -1.25rem !important;
    }
    [dir="ltr"] .ml-xl-n20pt,
    [dir="ltr"] .mx-xl-n20pt {
        margin-left: -1.25rem !important;
    }
    [dir="ltr"] .m-xl-n24pt {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-xl-n24pt,
    [dir="ltr"] .my-xl-n24pt {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-xl-n24pt,
    [dir="ltr"] .mx-xl-n24pt {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-xl-n24pt,
    [dir="ltr"] .my-xl-n24pt {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-xl-n24pt,
    [dir="ltr"] .mx-xl-n24pt {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-xl-n32pt {
        margin: -2rem !important;
    }
    [dir="ltr"] .mt-xl-n32pt,
    [dir="ltr"] .my-xl-n32pt {
        margin-top: -2rem !important;
    }
    [dir="ltr"] .mr-xl-n32pt,
    [dir="ltr"] .mx-xl-n32pt {
        margin-right: -2rem !important;
    }
    [dir="ltr"] .mb-xl-n32pt,
    [dir="ltr"] .my-xl-n32pt {
        margin-bottom: -2rem !important;
    }
    [dir="ltr"] .ml-xl-n32pt,
    [dir="ltr"] .mx-xl-n32pt {
        margin-left: -2rem !important;
    }
    [dir="ltr"] .m-xl-n40pt {
        margin: -2.5rem !important;
    }
    [dir="ltr"] .mt-xl-n40pt,
    [dir="ltr"] .my-xl-n40pt {
        margin-top: -2.5rem !important;
    }
    [dir="ltr"] .mr-xl-n40pt,
    [dir="ltr"] .mx-xl-n40pt {
        margin-right: -2.5rem !important;
    }
    [dir="ltr"] .mb-xl-n40pt,
    [dir="ltr"] .my-xl-n40pt {
        margin-bottom: -2.5rem !important;
    }
    [dir="ltr"] .ml-xl-n40pt,
    [dir="ltr"] .mx-xl-n40pt {
        margin-left: -2.5rem !important;
    }
    [dir="ltr"] .m-xl-n44pt {
        margin: -2.75rem !important;
    }
    [dir="ltr"] .mt-xl-n44pt,
    [dir="ltr"] .my-xl-n44pt {
        margin-top: -2.75rem !important;
    }
    [dir="ltr"] .mr-xl-n44pt,
    [dir="ltr"] .mx-xl-n44pt {
        margin-right: -2.75rem !important;
    }
    [dir="ltr"] .mb-xl-n44pt,
    [dir="ltr"] .my-xl-n44pt {
        margin-bottom: -2.75rem !important;
    }
    [dir="ltr"] .ml-xl-n44pt,
    [dir="ltr"] .mx-xl-n44pt {
        margin-left: -2.75rem !important;
    }
    [dir="ltr"] .m-xl-n48pt {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-xl-n48pt,
    [dir="ltr"] .my-xl-n48pt {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-xl-n48pt,
    [dir="ltr"] .mx-xl-n48pt {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-xl-n48pt,
    [dir="ltr"] .my-xl-n48pt {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-xl-n48pt,
    [dir="ltr"] .mx-xl-n48pt {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-xl-n64pt {
        margin: -4rem !important;
    }
    [dir="ltr"] .mt-xl-n64pt,
    [dir="ltr"] .my-xl-n64pt {
        margin-top: -4rem !important;
    }
    [dir="ltr"] .mr-xl-n64pt,
    [dir="ltr"] .mx-xl-n64pt {
        margin-right: -4rem !important;
    }
    [dir="ltr"] .mb-xl-n64pt,
    [dir="ltr"] .my-xl-n64pt {
        margin-bottom: -4rem !important;
    }
    [dir="ltr"] .ml-xl-n64pt,
    [dir="ltr"] .mx-xl-n64pt {
        margin-left: -4rem !important;
    }
    [dir="ltr"] .m-xl-n112pt {
        margin: -7rem !important;
    }
    [dir="ltr"] .mt-xl-n112pt,
    [dir="ltr"] .my-xl-n112pt {
        margin-top: -7rem !important;
    }
    [dir="ltr"] .mr-xl-n112pt,
    [dir="ltr"] .mx-xl-n112pt {
        margin-right: -7rem !important;
    }
    [dir="ltr"] .mb-xl-n112pt,
    [dir="ltr"] .my-xl-n112pt {
        margin-bottom: -7rem !important;
    }
    [dir="ltr"] .ml-xl-n112pt,
    [dir="ltr"] .mx-xl-n112pt {
        margin-left: -7rem !important;
    }
    [dir="ltr"] .m-xl-n128pt {
        margin: -8rem !important;
    }
    [dir="ltr"] .mt-xl-n128pt,
    [dir="ltr"] .my-xl-n128pt {
        margin-top: -8rem !important;
    }
    [dir="ltr"] .mr-xl-n128pt,
    [dir="ltr"] .mx-xl-n128pt {
        margin-right: -8rem !important;
    }
    [dir="ltr"] .mb-xl-n128pt,
    [dir="ltr"] .my-xl-n128pt {
        margin-bottom: -8rem !important;
    }
    [dir="ltr"] .ml-xl-n128pt,
    [dir="ltr"] .mx-xl-n128pt {
        margin-left: -8rem !important;
    }
    [dir="ltr"] .m-xl-auto {
        margin: auto !important;
    }
    [dir="ltr"] .mt-xl-auto,
    [dir="ltr"] .my-xl-auto {
        margin-top: auto !important;
    }
    [dir="ltr"] .mr-xl-auto,
    [dir="ltr"] .mx-xl-auto {
        margin-right: auto !important;
    }
    [dir="ltr"] .mb-xl-auto,
    [dir="ltr"] .my-xl-auto {
        margin-bottom: auto !important;
    }
    [dir="ltr"] .ml-xl-auto,
    [dir="ltr"] .mx-xl-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .m-xxl-0 {
        margin: 0 !important;
    }
    [dir="ltr"] .mt-xxl-0,
    [dir="ltr"] .my-xxl-0 {
        margin-top: 0 !important;
    }
    [dir="ltr"] .mr-xxl-0,
    [dir="ltr"] .mx-xxl-0 {
        margin-right: 0 !important;
    }
    [dir="ltr"] .mb-xxl-0,
    [dir="ltr"] .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    [dir="ltr"] .ml-xxl-0,
    [dir="ltr"] .mx-xxl-0 {
        margin-left: 0 !important;
    }
    [dir="ltr"] .m-xxl-1 {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-xxl-1,
    [dir="ltr"] .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-xxl-1,
    [dir="ltr"] .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-xxl-1,
    [dir="ltr"] .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-xxl-1,
    [dir="ltr"] .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-xxl-2 {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-xxl-2,
    [dir="ltr"] .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-xxl-2,
    [dir="ltr"] .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-xxl-2,
    [dir="ltr"] .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-xxl-2,
    [dir="ltr"] .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-xxl-3 {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-xxl-3,
    [dir="ltr"] .my-xxl-3 {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-xxl-3,
    [dir="ltr"] .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-xxl-3,
    [dir="ltr"] .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-xxl-3,
    [dir="ltr"] .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-xxl-4 {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-xxl-4,
    [dir="ltr"] .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-xxl-4,
    [dir="ltr"] .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-xxl-4,
    [dir="ltr"] .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-xxl-4,
    [dir="ltr"] .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-xxl-5 {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-xxl-5,
    [dir="ltr"] .my-xxl-5 {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-xxl-5,
    [dir="ltr"] .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-xxl-5,
    [dir="ltr"] .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-xxl-5,
    [dir="ltr"] .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-xxl-4pt {
        margin: 0.25rem !important;
    }
    [dir="ltr"] .mt-xxl-4pt,
    [dir="ltr"] .my-xxl-4pt {
        margin-top: 0.25rem !important;
    }
    [dir="ltr"] .mr-xxl-4pt,
    [dir="ltr"] .mx-xxl-4pt {
        margin-right: 0.25rem !important;
    }
    [dir="ltr"] .mb-xxl-4pt,
    [dir="ltr"] .my-xxl-4pt {
        margin-bottom: 0.25rem !important;
    }
    [dir="ltr"] .ml-xxl-4pt,
    [dir="ltr"] .mx-xxl-4pt {
        margin-left: 0.25rem !important;
    }
    [dir="ltr"] .m-xxl-8pt {
        margin: 0.5rem !important;
    }
    [dir="ltr"] .mt-xxl-8pt,
    [dir="ltr"] .my-xxl-8pt {
        margin-top: 0.5rem !important;
    }
    [dir="ltr"] .mr-xxl-8pt,
    [dir="ltr"] .mx-xxl-8pt {
        margin-right: 0.5rem !important;
    }
    [dir="ltr"] .mb-xxl-8pt,
    [dir="ltr"] .my-xxl-8pt {
        margin-bottom: 0.5rem !important;
    }
    [dir="ltr"] .ml-xxl-8pt,
    [dir="ltr"] .mx-xxl-8pt {
        margin-left: 0.5rem !important;
    }
    [dir="ltr"] .m-xxl-12pt {
        margin: 0.75rem !important;
    }
    [dir="ltr"] .mt-xxl-12pt,
    [dir="ltr"] .my-xxl-12pt {
        margin-top: 0.75rem !important;
    }
    [dir="ltr"] .mr-xxl-12pt,
    [dir="ltr"] .mx-xxl-12pt {
        margin-right: 0.75rem !important;
    }
    [dir="ltr"] .mb-xxl-12pt,
    [dir="ltr"] .my-xxl-12pt {
        margin-bottom: 0.75rem !important;
    }
    [dir="ltr"] .ml-xxl-12pt,
    [dir="ltr"] .mx-xxl-12pt {
        margin-left: 0.75rem !important;
    }
    [dir="ltr"] .m-xxl-16pt {
        margin: 1rem !important;
    }
    [dir="ltr"] .mt-xxl-16pt,
    [dir="ltr"] .my-xxl-16pt {
        margin-top: 1rem !important;
    }
    [dir="ltr"] .mr-xxl-16pt,
    [dir="ltr"] .mx-xxl-16pt {
        margin-right: 1rem !important;
    }
    [dir="ltr"] .mb-xxl-16pt,
    [dir="ltr"] .my-xxl-16pt {
        margin-bottom: 1rem !important;
    }
    [dir="ltr"] .ml-xxl-16pt,
    [dir="ltr"] .mx-xxl-16pt {
        margin-left: 1rem !important;
    }
    [dir="ltr"] .m-xxl-20pt {
        margin: 1.25rem !important;
    }
    [dir="ltr"] .mt-xxl-20pt,
    [dir="ltr"] .my-xxl-20pt {
        margin-top: 1.25rem !important;
    }
    [dir="ltr"] .mr-xxl-20pt,
    [dir="ltr"] .mx-xxl-20pt {
        margin-right: 1.25rem !important;
    }
    [dir="ltr"] .mb-xxl-20pt,
    [dir="ltr"] .my-xxl-20pt {
        margin-bottom: 1.25rem !important;
    }
    [dir="ltr"] .ml-xxl-20pt,
    [dir="ltr"] .mx-xxl-20pt {
        margin-left: 1.25rem !important;
    }
    [dir="ltr"] .m-xxl-24pt {
        margin: 1.5rem !important;
    }
    [dir="ltr"] .mt-xxl-24pt,
    [dir="ltr"] .my-xxl-24pt {
        margin-top: 1.5rem !important;
    }
    [dir="ltr"] .mr-xxl-24pt,
    [dir="ltr"] .mx-xxl-24pt {
        margin-right: 1.5rem !important;
    }
    [dir="ltr"] .mb-xxl-24pt,
    [dir="ltr"] .my-xxl-24pt {
        margin-bottom: 1.5rem !important;
    }
    [dir="ltr"] .ml-xxl-24pt,
    [dir="ltr"] .mx-xxl-24pt {
        margin-left: 1.5rem !important;
    }
    [dir="ltr"] .m-xxl-32pt {
        margin: 2rem !important;
    }
    [dir="ltr"] .mt-xxl-32pt,
    [dir="ltr"] .my-xxl-32pt {
        margin-top: 2rem !important;
    }
    [dir="ltr"] .mr-xxl-32pt,
    [dir="ltr"] .mx-xxl-32pt {
        margin-right: 2rem !important;
    }
    [dir="ltr"] .mb-xxl-32pt,
    [dir="ltr"] .my-xxl-32pt {
        margin-bottom: 2rem !important;
    }
    [dir="ltr"] .ml-xxl-32pt,
    [dir="ltr"] .mx-xxl-32pt {
        margin-left: 2rem !important;
    }
    [dir="ltr"] .m-xxl-40pt {
        margin: 2.5rem !important;
    }
    [dir="ltr"] .mt-xxl-40pt,
    [dir="ltr"] .my-xxl-40pt {
        margin-top: 2.5rem !important;
    }
    [dir="ltr"] .mr-xxl-40pt,
    [dir="ltr"] .mx-xxl-40pt {
        margin-right: 2.5rem !important;
    }
    [dir="ltr"] .mb-xxl-40pt,
    [dir="ltr"] .my-xxl-40pt {
        margin-bottom: 2.5rem !important;
    }
    [dir="ltr"] .ml-xxl-40pt,
    [dir="ltr"] .mx-xxl-40pt {
        margin-left: 2.5rem !important;
    }
    [dir="ltr"] .m-xxl-44pt {
        margin: 2.75rem !important;
    }
    [dir="ltr"] .mt-xxl-44pt,
    [dir="ltr"] .my-xxl-44pt {
        margin-top: 2.75rem !important;
    }
    [dir="ltr"] .mr-xxl-44pt,
    [dir="ltr"] .mx-xxl-44pt {
        margin-right: 2.75rem !important;
    }
    [dir="ltr"] .mb-xxl-44pt,
    [dir="ltr"] .my-xxl-44pt {
        margin-bottom: 2.75rem !important;
    }
    [dir="ltr"] .ml-xxl-44pt,
    [dir="ltr"] .mx-xxl-44pt {
        margin-left: 2.75rem !important;
    }
    [dir="ltr"] .m-xxl-48pt {
        margin: 3rem !important;
    }
    [dir="ltr"] .mt-xxl-48pt,
    [dir="ltr"] .my-xxl-48pt {
        margin-top: 3rem !important;
    }
    [dir="ltr"] .mr-xxl-48pt,
    [dir="ltr"] .mx-xxl-48pt {
        margin-right: 3rem !important;
    }
    [dir="ltr"] .mb-xxl-48pt,
    [dir="ltr"] .my-xxl-48pt {
        margin-bottom: 3rem !important;
    }
    [dir="ltr"] .ml-xxl-48pt,
    [dir="ltr"] .mx-xxl-48pt {
        margin-left: 3rem !important;
    }
    [dir="ltr"] .m-xxl-64pt {
        margin: 4rem !important;
    }
    [dir="ltr"] .mt-xxl-64pt,
    [dir="ltr"] .my-xxl-64pt {
        margin-top: 4rem !important;
    }
    [dir="ltr"] .mr-xxl-64pt,
    [dir="ltr"] .mx-xxl-64pt {
        margin-right: 4rem !important;
    }
    [dir="ltr"] .mb-xxl-64pt,
    [dir="ltr"] .my-xxl-64pt {
        margin-bottom: 4rem !important;
    }
    [dir="ltr"] .ml-xxl-64pt,
    [dir="ltr"] .mx-xxl-64pt {
        margin-left: 4rem !important;
    }
    [dir="ltr"] .m-xxl-112pt {
        margin: 7rem !important;
    }
    [dir="ltr"] .mt-xxl-112pt,
    [dir="ltr"] .my-xxl-112pt {
        margin-top: 7rem !important;
    }
    [dir="ltr"] .mr-xxl-112pt,
    [dir="ltr"] .mx-xxl-112pt {
        margin-right: 7rem !important;
    }
    [dir="ltr"] .mb-xxl-112pt,
    [dir="ltr"] .my-xxl-112pt {
        margin-bottom: 7rem !important;
    }
    [dir="ltr"] .ml-xxl-112pt,
    [dir="ltr"] .mx-xxl-112pt {
        margin-left: 7rem !important;
    }
    [dir="ltr"] .m-xxl-128pt {
        margin: 8rem !important;
    }
    [dir="ltr"] .mt-xxl-128pt,
    [dir="ltr"] .my-xxl-128pt {
        margin-top: 8rem !important;
    }
    [dir="ltr"] .mr-xxl-128pt,
    [dir="ltr"] .mx-xxl-128pt {
        margin-right: 8rem !important;
    }
    [dir="ltr"] .mb-xxl-128pt,
    [dir="ltr"] .my-xxl-128pt {
        margin-bottom: 8rem !important;
    }
    [dir="ltr"] .ml-xxl-128pt,
    [dir="ltr"] .mx-xxl-128pt {
        margin-left: 8rem !important;
    }
    [dir="ltr"] .p-xxl-0 {
        padding: 0 !important;
    }
    [dir="ltr"] .pt-xxl-0,
    [dir="ltr"] .py-xxl-0 {
        padding-top: 0 !important;
    }
    [dir="ltr"] .pr-xxl-0,
    [dir="ltr"] .px-xxl-0 {
        padding-right: 0 !important;
    }
    [dir="ltr"] .pb-xxl-0,
    [dir="ltr"] .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    [dir="ltr"] .pl-xxl-0,
    [dir="ltr"] .px-xxl-0 {
        padding-left: 0 !important;
    }
    [dir="ltr"] .p-xxl-1 {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-xxl-1,
    [dir="ltr"] .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-xxl-1,
    [dir="ltr"] .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-xxl-1,
    [dir="ltr"] .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-xxl-1,
    [dir="ltr"] .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-xxl-2 {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-xxl-2,
    [dir="ltr"] .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-xxl-2,
    [dir="ltr"] .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-xxl-2,
    [dir="ltr"] .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-xxl-2,
    [dir="ltr"] .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-xxl-3 {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-xxl-3,
    [dir="ltr"] .py-xxl-3 {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-xxl-3,
    [dir="ltr"] .px-xxl-3 {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-xxl-3,
    [dir="ltr"] .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-xxl-3,
    [dir="ltr"] .px-xxl-3 {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-xxl-4 {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-xxl-4,
    [dir="ltr"] .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-xxl-4,
    [dir="ltr"] .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-xxl-4,
    [dir="ltr"] .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-xxl-4,
    [dir="ltr"] .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-xxl-5 {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-xxl-5,
    [dir="ltr"] .py-xxl-5 {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-xxl-5,
    [dir="ltr"] .px-xxl-5 {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-xxl-5,
    [dir="ltr"] .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-xxl-5,
    [dir="ltr"] .px-xxl-5 {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-xxl-4pt {
        padding: 0.25rem !important;
    }
    [dir="ltr"] .pt-xxl-4pt,
    [dir="ltr"] .py-xxl-4pt {
        padding-top: 0.25rem !important;
    }
    [dir="ltr"] .pr-xxl-4pt,
    [dir="ltr"] .px-xxl-4pt {
        padding-right: 0.25rem !important;
    }
    [dir="ltr"] .pb-xxl-4pt,
    [dir="ltr"] .py-xxl-4pt {
        padding-bottom: 0.25rem !important;
    }
    [dir="ltr"] .pl-xxl-4pt,
    [dir="ltr"] .px-xxl-4pt {
        padding-left: 0.25rem !important;
    }
    [dir="ltr"] .p-xxl-8pt {
        padding: 0.5rem !important;
    }
    [dir="ltr"] .pt-xxl-8pt,
    [dir="ltr"] .py-xxl-8pt {
        padding-top: 0.5rem !important;
    }
    [dir="ltr"] .pr-xxl-8pt,
    [dir="ltr"] .px-xxl-8pt {
        padding-right: 0.5rem !important;
    }
    [dir="ltr"] .pb-xxl-8pt,
    [dir="ltr"] .py-xxl-8pt {
        padding-bottom: 0.5rem !important;
    }
    [dir="ltr"] .pl-xxl-8pt,
    [dir="ltr"] .px-xxl-8pt {
        padding-left: 0.5rem !important;
    }
    [dir="ltr"] .p-xxl-12pt {
        padding: 0.75rem !important;
    }
    [dir="ltr"] .pt-xxl-12pt,
    [dir="ltr"] .py-xxl-12pt {
        padding-top: 0.75rem !important;
    }
    [dir="ltr"] .pr-xxl-12pt,
    [dir="ltr"] .px-xxl-12pt {
        padding-right: 0.75rem !important;
    }
    [dir="ltr"] .pb-xxl-12pt,
    [dir="ltr"] .py-xxl-12pt {
        padding-bottom: 0.75rem !important;
    }
    [dir="ltr"] .pl-xxl-12pt,
    [dir="ltr"] .px-xxl-12pt {
        padding-left: 0.75rem !important;
    }
    [dir="ltr"] .p-xxl-16pt {
        padding: 1rem !important;
    }
    [dir="ltr"] .pt-xxl-16pt,
    [dir="ltr"] .py-xxl-16pt {
        padding-top: 1rem !important;
    }
    [dir="ltr"] .pr-xxl-16pt,
    [dir="ltr"] .px-xxl-16pt {
        padding-right: 1rem !important;
    }
    [dir="ltr"] .pb-xxl-16pt,
    [dir="ltr"] .py-xxl-16pt {
        padding-bottom: 1rem !important;
    }
    [dir="ltr"] .pl-xxl-16pt,
    [dir="ltr"] .px-xxl-16pt {
        padding-left: 1rem !important;
    }
    [dir="ltr"] .p-xxl-20pt {
        padding: 1.25rem !important;
    }
    [dir="ltr"] .pt-xxl-20pt,
    [dir="ltr"] .py-xxl-20pt {
        padding-top: 1.25rem !important;
    }
    [dir="ltr"] .pr-xxl-20pt,
    [dir="ltr"] .px-xxl-20pt {
        padding-right: 1.25rem !important;
    }
    [dir="ltr"] .pb-xxl-20pt,
    [dir="ltr"] .py-xxl-20pt {
        padding-bottom: 1.25rem !important;
    }
    [dir="ltr"] .pl-xxl-20pt,
    [dir="ltr"] .px-xxl-20pt {
        padding-left: 1.25rem !important;
    }
    [dir="ltr"] .p-xxl-24pt {
        padding: 1.5rem !important;
    }
    [dir="ltr"] .pt-xxl-24pt,
    [dir="ltr"] .py-xxl-24pt {
        padding-top: 1.5rem !important;
    }
    [dir="ltr"] .pr-xxl-24pt,
    [dir="ltr"] .px-xxl-24pt {
        padding-right: 1.5rem !important;
    }
    [dir="ltr"] .pb-xxl-24pt,
    [dir="ltr"] .py-xxl-24pt {
        padding-bottom: 1.5rem !important;
    }
    [dir="ltr"] .pl-xxl-24pt,
    [dir="ltr"] .px-xxl-24pt {
        padding-left: 1.5rem !important;
    }
    [dir="ltr"] .p-xxl-32pt {
        padding: 2rem !important;
    }
    [dir="ltr"] .pt-xxl-32pt,
    [dir="ltr"] .py-xxl-32pt {
        padding-top: 2rem !important;
    }
    [dir="ltr"] .pr-xxl-32pt,
    [dir="ltr"] .px-xxl-32pt {
        padding-right: 2rem !important;
    }
    [dir="ltr"] .pb-xxl-32pt,
    [dir="ltr"] .py-xxl-32pt {
        padding-bottom: 2rem !important;
    }
    [dir="ltr"] .pl-xxl-32pt,
    [dir="ltr"] .px-xxl-32pt {
        padding-left: 2rem !important;
    }
    [dir="ltr"] .p-xxl-40pt {
        padding: 2.5rem !important;
    }
    [dir="ltr"] .pt-xxl-40pt,
    [dir="ltr"] .py-xxl-40pt {
        padding-top: 2.5rem !important;
    }
    [dir="ltr"] .pr-xxl-40pt,
    [dir="ltr"] .px-xxl-40pt {
        padding-right: 2.5rem !important;
    }
    [dir="ltr"] .pb-xxl-40pt,
    [dir="ltr"] .py-xxl-40pt {
        padding-bottom: 2.5rem !important;
    }
    [dir="ltr"] .pl-xxl-40pt,
    [dir="ltr"] .px-xxl-40pt {
        padding-left: 2.5rem !important;
    }
    [dir="ltr"] .p-xxl-44pt {
        padding: 2.75rem !important;
    }
    [dir="ltr"] .pt-xxl-44pt,
    [dir="ltr"] .py-xxl-44pt {
        padding-top: 2.75rem !important;
    }
    [dir="ltr"] .pr-xxl-44pt,
    [dir="ltr"] .px-xxl-44pt {
        padding-right: 2.75rem !important;
    }
    [dir="ltr"] .pb-xxl-44pt,
    [dir="ltr"] .py-xxl-44pt {
        padding-bottom: 2.75rem !important;
    }
    [dir="ltr"] .pl-xxl-44pt,
    [dir="ltr"] .px-xxl-44pt {
        padding-left: 2.75rem !important;
    }
    [dir="ltr"] .p-xxl-48pt {
        padding: 3rem !important;
    }
    [dir="ltr"] .pt-xxl-48pt,
    [dir="ltr"] .py-xxl-48pt {
        padding-top: 3rem !important;
    }
    [dir="ltr"] .pr-xxl-48pt,
    [dir="ltr"] .px-xxl-48pt {
        padding-right: 3rem !important;
    }
    [dir="ltr"] .pb-xxl-48pt,
    [dir="ltr"] .py-xxl-48pt {
        padding-bottom: 3rem !important;
    }
    [dir="ltr"] .pl-xxl-48pt,
    [dir="ltr"] .px-xxl-48pt {
        padding-left: 3rem !important;
    }
    [dir="ltr"] .p-xxl-64pt {
        padding: 4rem !important;
    }
    [dir="ltr"] .pt-xxl-64pt,
    [dir="ltr"] .py-xxl-64pt {
        padding-top: 4rem !important;
    }
    [dir="ltr"] .pr-xxl-64pt,
    [dir="ltr"] .px-xxl-64pt {
        padding-right: 4rem !important;
    }
    [dir="ltr"] .pb-xxl-64pt,
    [dir="ltr"] .py-xxl-64pt {
        padding-bottom: 4rem !important;
    }
    [dir="ltr"] .pl-xxl-64pt,
    [dir="ltr"] .px-xxl-64pt {
        padding-left: 4rem !important;
    }
    [dir="ltr"] .p-xxl-112pt {
        padding: 7rem !important;
    }
    [dir="ltr"] .pt-xxl-112pt,
    [dir="ltr"] .py-xxl-112pt {
        padding-top: 7rem !important;
    }
    [dir="ltr"] .pr-xxl-112pt,
    [dir="ltr"] .px-xxl-112pt {
        padding-right: 7rem !important;
    }
    [dir="ltr"] .pb-xxl-112pt,
    [dir="ltr"] .py-xxl-112pt {
        padding-bottom: 7rem !important;
    }
    [dir="ltr"] .pl-xxl-112pt,
    [dir="ltr"] .px-xxl-112pt {
        padding-left: 7rem !important;
    }
    [dir="ltr"] .p-xxl-128pt {
        padding: 8rem !important;
    }
    [dir="ltr"] .pt-xxl-128pt,
    [dir="ltr"] .py-xxl-128pt {
        padding-top: 8rem !important;
    }
    [dir="ltr"] .pr-xxl-128pt,
    [dir="ltr"] .px-xxl-128pt {
        padding-right: 8rem !important;
    }
    [dir="ltr"] .pb-xxl-128pt,
    [dir="ltr"] .py-xxl-128pt {
        padding-bottom: 8rem !important;
    }
    [dir="ltr"] .pl-xxl-128pt,
    [dir="ltr"] .px-xxl-128pt {
        padding-left: 8rem !important;
    }
    [dir="ltr"] .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-xxl-n1,
    [dir="ltr"] .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-xxl-n1,
    [dir="ltr"] .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-xxl-n1,
    [dir="ltr"] .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-xxl-n1,
    [dir="ltr"] .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-xxl-n2,
    [dir="ltr"] .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-xxl-n2,
    [dir="ltr"] .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-xxl-n2,
    [dir="ltr"] .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-xxl-n2,
    [dir="ltr"] .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-xxl-n3 {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-xxl-n3,
    [dir="ltr"] .my-xxl-n3 {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-xxl-n3,
    [dir="ltr"] .mx-xxl-n3 {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-xxl-n3,
    [dir="ltr"] .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-xxl-n3,
    [dir="ltr"] .mx-xxl-n3 {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-xxl-n4,
    [dir="ltr"] .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-xxl-n4,
    [dir="ltr"] .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-xxl-n4,
    [dir="ltr"] .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-xxl-n4,
    [dir="ltr"] .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-xxl-n5 {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-xxl-n5,
    [dir="ltr"] .my-xxl-n5 {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-xxl-n5,
    [dir="ltr"] .mx-xxl-n5 {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-xxl-n5,
    [dir="ltr"] .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-xxl-n5,
    [dir="ltr"] .mx-xxl-n5 {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-xxl-n4pt {
        margin: -0.25rem !important;
    }
    [dir="ltr"] .mt-xxl-n4pt,
    [dir="ltr"] .my-xxl-n4pt {
        margin-top: -0.25rem !important;
    }
    [dir="ltr"] .mr-xxl-n4pt,
    [dir="ltr"] .mx-xxl-n4pt {
        margin-right: -0.25rem !important;
    }
    [dir="ltr"] .mb-xxl-n4pt,
    [dir="ltr"] .my-xxl-n4pt {
        margin-bottom: -0.25rem !important;
    }
    [dir="ltr"] .ml-xxl-n4pt,
    [dir="ltr"] .mx-xxl-n4pt {
        margin-left: -0.25rem !important;
    }
    [dir="ltr"] .m-xxl-n8pt {
        margin: -0.5rem !important;
    }
    [dir="ltr"] .mt-xxl-n8pt,
    [dir="ltr"] .my-xxl-n8pt {
        margin-top: -0.5rem !important;
    }
    [dir="ltr"] .mr-xxl-n8pt,
    [dir="ltr"] .mx-xxl-n8pt {
        margin-right: -0.5rem !important;
    }
    [dir="ltr"] .mb-xxl-n8pt,
    [dir="ltr"] .my-xxl-n8pt {
        margin-bottom: -0.5rem !important;
    }
    [dir="ltr"] .ml-xxl-n8pt,
    [dir="ltr"] .mx-xxl-n8pt {
        margin-left: -0.5rem !important;
    }
    [dir="ltr"] .m-xxl-n12pt {
        margin: -0.75rem !important;
    }
    [dir="ltr"] .mt-xxl-n12pt,
    [dir="ltr"] .my-xxl-n12pt {
        margin-top: -0.75rem !important;
    }
    [dir="ltr"] .mr-xxl-n12pt,
    [dir="ltr"] .mx-xxl-n12pt {
        margin-right: -0.75rem !important;
    }
    [dir="ltr"] .mb-xxl-n12pt,
    [dir="ltr"] .my-xxl-n12pt {
        margin-bottom: -0.75rem !important;
    }
    [dir="ltr"] .ml-xxl-n12pt,
    [dir="ltr"] .mx-xxl-n12pt {
        margin-left: -0.75rem !important;
    }
    [dir="ltr"] .m-xxl-n16pt {
        margin: -1rem !important;
    }
    [dir="ltr"] .mt-xxl-n16pt,
    [dir="ltr"] .my-xxl-n16pt {
        margin-top: -1rem !important;
    }
    [dir="ltr"] .mr-xxl-n16pt,
    [dir="ltr"] .mx-xxl-n16pt {
        margin-right: -1rem !important;
    }
    [dir="ltr"] .mb-xxl-n16pt,
    [dir="ltr"] .my-xxl-n16pt {
        margin-bottom: -1rem !important;
    }
    [dir="ltr"] .ml-xxl-n16pt,
    [dir="ltr"] .mx-xxl-n16pt {
        margin-left: -1rem !important;
    }
    [dir="ltr"] .m-xxl-n20pt {
        margin: -1.25rem !important;
    }
    [dir="ltr"] .mt-xxl-n20pt,
    [dir="ltr"] .my-xxl-n20pt {
        margin-top: -1.25rem !important;
    }
    [dir="ltr"] .mr-xxl-n20pt,
    [dir="ltr"] .mx-xxl-n20pt {
        margin-right: -1.25rem !important;
    }
    [dir="ltr"] .mb-xxl-n20pt,
    [dir="ltr"] .my-xxl-n20pt {
        margin-bottom: -1.25rem !important;
    }
    [dir="ltr"] .ml-xxl-n20pt,
    [dir="ltr"] .mx-xxl-n20pt {
        margin-left: -1.25rem !important;
    }
    [dir="ltr"] .m-xxl-n24pt {
        margin: -1.5rem !important;
    }
    [dir="ltr"] .mt-xxl-n24pt,
    [dir="ltr"] .my-xxl-n24pt {
        margin-top: -1.5rem !important;
    }
    [dir="ltr"] .mr-xxl-n24pt,
    [dir="ltr"] .mx-xxl-n24pt {
        margin-right: -1.5rem !important;
    }
    [dir="ltr"] .mb-xxl-n24pt,
    [dir="ltr"] .my-xxl-n24pt {
        margin-bottom: -1.5rem !important;
    }
    [dir="ltr"] .ml-xxl-n24pt,
    [dir="ltr"] .mx-xxl-n24pt {
        margin-left: -1.5rem !important;
    }
    [dir="ltr"] .m-xxl-n32pt {
        margin: -2rem !important;
    }
    [dir="ltr"] .mt-xxl-n32pt,
    [dir="ltr"] .my-xxl-n32pt {
        margin-top: -2rem !important;
    }
    [dir="ltr"] .mr-xxl-n32pt,
    [dir="ltr"] .mx-xxl-n32pt {
        margin-right: -2rem !important;
    }
    [dir="ltr"] .mb-xxl-n32pt,
    [dir="ltr"] .my-xxl-n32pt {
        margin-bottom: -2rem !important;
    }
    [dir="ltr"] .ml-xxl-n32pt,
    [dir="ltr"] .mx-xxl-n32pt {
        margin-left: -2rem !important;
    }
    [dir="ltr"] .m-xxl-n40pt {
        margin: -2.5rem !important;
    }
    [dir="ltr"] .mt-xxl-n40pt,
    [dir="ltr"] .my-xxl-n40pt {
        margin-top: -2.5rem !important;
    }
    [dir="ltr"] .mr-xxl-n40pt,
    [dir="ltr"] .mx-xxl-n40pt {
        margin-right: -2.5rem !important;
    }
    [dir="ltr"] .mb-xxl-n40pt,
    [dir="ltr"] .my-xxl-n40pt {
        margin-bottom: -2.5rem !important;
    }
    [dir="ltr"] .ml-xxl-n40pt,
    [dir="ltr"] .mx-xxl-n40pt {
        margin-left: -2.5rem !important;
    }
    [dir="ltr"] .m-xxl-n44pt {
        margin: -2.75rem !important;
    }
    [dir="ltr"] .mt-xxl-n44pt,
    [dir="ltr"] .my-xxl-n44pt {
        margin-top: -2.75rem !important;
    }
    [dir="ltr"] .mr-xxl-n44pt,
    [dir="ltr"] .mx-xxl-n44pt {
        margin-right: -2.75rem !important;
    }
    [dir="ltr"] .mb-xxl-n44pt,
    [dir="ltr"] .my-xxl-n44pt {
        margin-bottom: -2.75rem !important;
    }
    [dir="ltr"] .ml-xxl-n44pt,
    [dir="ltr"] .mx-xxl-n44pt {
        margin-left: -2.75rem !important;
    }
    [dir="ltr"] .m-xxl-n48pt {
        margin: -3rem !important;
    }
    [dir="ltr"] .mt-xxl-n48pt,
    [dir="ltr"] .my-xxl-n48pt {
        margin-top: -3rem !important;
    }
    [dir="ltr"] .mr-xxl-n48pt,
    [dir="ltr"] .mx-xxl-n48pt {
        margin-right: -3rem !important;
    }
    [dir="ltr"] .mb-xxl-n48pt,
    [dir="ltr"] .my-xxl-n48pt {
        margin-bottom: -3rem !important;
    }
    [dir="ltr"] .ml-xxl-n48pt,
    [dir="ltr"] .mx-xxl-n48pt {
        margin-left: -3rem !important;
    }
    [dir="ltr"] .m-xxl-n64pt {
        margin: -4rem !important;
    }
    [dir="ltr"] .mt-xxl-n64pt,
    [dir="ltr"] .my-xxl-n64pt {
        margin-top: -4rem !important;
    }
    [dir="ltr"] .mr-xxl-n64pt,
    [dir="ltr"] .mx-xxl-n64pt {
        margin-right: -4rem !important;
    }
    [dir="ltr"] .mb-xxl-n64pt,
    [dir="ltr"] .my-xxl-n64pt {
        margin-bottom: -4rem !important;
    }
    [dir="ltr"] .ml-xxl-n64pt,
    [dir="ltr"] .mx-xxl-n64pt {
        margin-left: -4rem !important;
    }
    [dir="ltr"] .m-xxl-n112pt {
        margin: -7rem !important;
    }
    [dir="ltr"] .mt-xxl-n112pt,
    [dir="ltr"] .my-xxl-n112pt {
        margin-top: -7rem !important;
    }
    [dir="ltr"] .mr-xxl-n112pt,
    [dir="ltr"] .mx-xxl-n112pt {
        margin-right: -7rem !important;
    }
    [dir="ltr"] .mb-xxl-n112pt,
    [dir="ltr"] .my-xxl-n112pt {
        margin-bottom: -7rem !important;
    }
    [dir="ltr"] .ml-xxl-n112pt,
    [dir="ltr"] .mx-xxl-n112pt {
        margin-left: -7rem !important;
    }
    [dir="ltr"] .m-xxl-n128pt {
        margin: -8rem !important;
    }
    [dir="ltr"] .mt-xxl-n128pt,
    [dir="ltr"] .my-xxl-n128pt {
        margin-top: -8rem !important;
    }
    [dir="ltr"] .mr-xxl-n128pt,
    [dir="ltr"] .mx-xxl-n128pt {
        margin-right: -8rem !important;
    }
    [dir="ltr"] .mb-xxl-n128pt,
    [dir="ltr"] .my-xxl-n128pt {
        margin-bottom: -8rem !important;
    }
    [dir="ltr"] .ml-xxl-n128pt,
    [dir="ltr"] .mx-xxl-n128pt {
        margin-left: -8rem !important;
    }
    [dir="ltr"] .m-xxl-auto {
        margin: auto !important;
    }
    [dir="ltr"] .mt-xxl-auto,
    [dir="ltr"] .my-xxl-auto {
        margin-top: auto !important;
    }
    [dir="ltr"] .mr-xxl-auto,
    [dir="ltr"] .mx-xxl-auto {
        margin-right: auto !important;
    }
    [dir="ltr"] .mb-xxl-auto,
    [dir="ltr"] .my-xxl-auto {
        margin-bottom: auto !important;
    }
    [dir="ltr"] .ml-xxl-auto,
    [dir="ltr"] .mx-xxl-auto {
        margin-left: auto !important;
    }
}
[dir="ltr"] .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
[dir="ltr"] .text-justify {
    text-align: justify !important;
}
[dir="ltr"] .text-wrap {
    white-space: normal !important;
}
[dir="ltr"] .text-nowrap {
    white-space: nowrap !important;
}
[dir="ltr"] .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
[dir="ltr"] .text-left {
    text-align: left !important;
}
[dir="ltr"] .text-right {
    text-align: right !important;
}
[dir="ltr"] .text-center {
    text-align: center !important;
}
@media (min-width: 374px) {
    [dir="ltr"] .text-i8-left {
        text-align: left !important;
    }
    [dir="ltr"] .text-i8-right {
        text-align: right !important;
    }
    [dir="ltr"] .text-i8-center {
        text-align: center !important;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .text-i8-plus-left {
        text-align: left !important;
    }
    [dir="ltr"] .text-i8-plus-right {
        text-align: right !important;
    }
    [dir="ltr"] .text-i8-plus-center {
        text-align: center !important;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .text-sm-left {
        text-align: left !important;
    }
    [dir="ltr"] .text-sm-right {
        text-align: right !important;
    }
    [dir="ltr"] .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .text-md-left {
        text-align: left !important;
    }
    [dir="ltr"] .text-md-right {
        text-align: right !important;
    }
    [dir="ltr"] .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .text-lg-left {
        text-align: left !important;
    }
    [dir="ltr"] .text-lg-right {
        text-align: right !important;
    }
    [dir="ltr"] .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .text-xl-left {
        text-align: left !important;
    }
    [dir="ltr"] .text-xl-right {
        text-align: right !important;
    }
    [dir="ltr"] .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .text-xxl-left {
        text-align: left !important;
    }
    [dir="ltr"] .text-xxl-right {
        text-align: right !important;
    }
    [dir="ltr"] .text-xxl-center {
        text-align: center !important;
    }
}
[dir="ltr"] .text-lowercase {
    text-transform: lowercase !important;
}
[dir="ltr"] .text-uppercase {
    text-transform: uppercase !important;
}
[dir="ltr"] .text-capitalize {
    text-transform: capitalize !important;
}
[dir="ltr"] .font-weight-light {
    font-weight: 300 !important;
}
[dir="ltr"] .font-weight-lighter {
    font-weight: lighter !important;
}
[dir="ltr"] .font-weight-normal {
    font-weight: 400 !important;
}
[dir="ltr"] .font-weight-bold {
    font-weight: 500 !important;
}
[dir="ltr"] .font-weight-bolder {
    font-weight: bolder !important;
}
[dir="ltr"] .font-italic {
    font-style: italic !important;
}
[dir="ltr"] .text-white {
    color: #fff !important;
}
[dir="ltr"] .text-primary {
    color: #2c84dd !important;
}
[dir="ltr"] a.text-primary:focus,
[dir="ltr"] a.text-primary:hover {
    color: #1a5ea2 !important;
}
[dir="ltr"] .text-secondary {
    color: #868e96 !important;
}
[dir="ltr"] a.text-secondary:focus,
[dir="ltr"] a.text-secondary:hover {
    color: #60686f !important;
}
[dir="ltr"] .text-success {
    color: #77c13a !important;
}
[dir="ltr"] a.text-success:focus,
[dir="ltr"] a.text-success:hover {
    color: #538628 !important;
}
[dir="ltr"] .text-info {
    color: #17a2b8 !important;
}
[dir="ltr"] a.text-info:focus,
[dir="ltr"] a.text-info:hover {
    color: #0f6674 !important;
}
[dir="ltr"] .text-warning {
    color: #f98437 !important;
}
[dir="ltr"] a.text-warning:focus,
[dir="ltr"] a.text-warning:hover {
    color: #dd5c07 !important;
}
[dir="ltr"] .text-danger {
    color: #d9534f !important;
}
[dir="ltr"] a.text-danger:focus,
[dir="ltr"] a.text-danger:hover {
    color: #b52b27 !important;
}
[dir="ltr"] .text-light {
    color: #f8f9fa !important;
}
[dir="ltr"] a.text-light:focus,
[dir="ltr"] a.text-light:hover {
    color: #cbd3da !important;
}
[dir="ltr"] .text-dark {
    color: #1d2126 !important;
}
[dir="ltr"] a.text-dark:focus,
[dir="ltr"] a.text-dark:hover {
    color: #000 !important;
}
[dir="ltr"] .text-accent {
    color: #ed0b4c !important;
}
[dir="ltr"] a.text-accent:focus,
[dir="ltr"] a.text-accent:hover {
    color: #a40835 !important;
}
[dir="ltr"] .text-primary-light {
    color: #9cf !important;
}
[dir="ltr"] a.text-primary-light:focus,
[dir="ltr"] a.text-primary-light:hover {
    color: #4da6ff !important;
}
[dir="ltr"] .text-body {
    color: #303840 !important;
}
[dir="ltr"] .text-muted {
    color: rgba(48, 56, 64, 0.5) !important;
}
[dir="ltr"] .text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}
[dir="ltr"] .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
[dir="ltr"] .text-decoration-none {
    text-decoration: none !important;
}
[dir="ltr"] .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
[dir="ltr"] .text-reset {
    color: inherit !important;
}
[dir="ltr"] .visible {
    visibility: visible !important;
}
[dir="ltr"] .invisible {
    visibility: hidden !important;
}
@media print {
    [dir="ltr"] *,
    [dir="ltr"] :after,
    [dir="ltr"] :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    [dir="ltr"] a:not(.btn) {
        text-decoration: underline;
    }
    [dir="ltr"] abbr[title]:after {
        content: " (" attr(title) ")";
    }
    [dir="ltr"] pre {
        white-space: pre-wrap !important;
    }
    [dir="ltr"] blockquote,
    [dir="ltr"] pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    [dir="ltr"] thead {
        display: table-header-group;
    }
    [dir="ltr"] img,
    [dir="ltr"] tr {
        page-break-inside: avoid;
    }
    [dir="ltr"] h2,
    [dir="ltr"] h3,
    [dir="ltr"] p {
        orphans: 3;
        widows: 3;
    }
    [dir="ltr"] h2,
    [dir="ltr"] h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    [dir="ltr"] .container,
    [dir="ltr"] body {
        min-width: 992px !important;
    }
    [dir="ltr"] .navbar {
        display: none;
    }
    [dir="ltr"] .badge {
        border: 1px solid #303840;
    }
    [dir="ltr"] .table {
        border-collapse: collapse !important;
    }
    [dir="ltr"] .table td,
    [dir="ltr"] .table th {
        background-color: #fff !important;
    }
    [dir="ltr"] .table-bordered td,
    [dir="ltr"] .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    [dir="ltr"] .table-dark {
        color: inherit;
    }
    [dir="ltr"] .table-dark tbody + tbody,
    [dir="ltr"] .table-dark td,
    [dir="ltr"] .table-dark th,
    [dir="ltr"] .table-dark thead th {
        border-color: #ebeff2;
    }
    [dir="ltr"] .table .thead-dark th {
        color: inherit;
        border-color: #ebeff2;
    }
}
[dir="ltr"] .mdk-header {
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem;
    height: 200px;
}
[dir="ltr"] .mdk-header :last-child {
    margin-bottom: 0;
}
[dir="ltr"] .mdk-header[data-condenses],
[dir="ltr"] .mdk-header[data-reveals] {
    will-change: transform;
}
[dir="ltr"] .mdk-header [data-fx-condenses] {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    opacity: 0;
}
[dir="ltr"] .mdk-header [data-fx-condenses][data-fx-id] {
    opacity: 1;
}
[dir="ltr"] .mdk-header [data-primary] {
    z-index: 1;
}
[dir="ltr"] .mdk-header__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
[dir="ltr"] [data-effects*="parallax-background"] .mdk-header__bg {
    visibility: hidden;
}
[dir="ltr"] .mdk-header__bg-front,
[dir="ltr"] .mdk-header__bg-rear {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-size: cover;
}
[dir="ltr"] .mdk-header__bg-rear {
    opacity: 0;
}
[dir="ltr"] .mdk-header__content {
    position: relative;
    width: 100%;
    height: 100%;
}
[dir="ltr"] .mdk-header[data-condenses] .mdk-header__content {
    z-index: 0;
}
[dir="ltr"] .mdk-header[data-condenses] [data-primary] {
    z-index: 1;
}
[dir="ltr"] .mdk-header--shadow:after {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    pointer-events: none;
    opacity: 0;
    box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.4);
    will-change: opacity;
    z-index: -1;
}
[dir="ltr"] .mdk-header--shadow-show:after {
    opacity: 1;
}
[dir="ltr"] .mdk-header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
}
[dir="ltr"] .mdk-header[disabled],
[dir="ltr"] .mdk-header[disabled] .mdk-header__bg-front,
[dir="ltr"] .mdk-header[disabled] .mdk-header__bg-rear,
[dir="ltr"] .mdk-header[disabled] .mdk-header__content > [data-primary],
[dir="ltr"] .mdk-header[disabled]:after {
    transition: none !important;
}
[dir="ltr"] .mdk-header-layout {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
[dir="ltr"] .mdk-header-layout--fullbleed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
[dir="ltr"] .mdk-header-layout > .mdk-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
[dir="ltr"] .mdk-header-layout[data-fullbleed] > .mdk-header,
[dir="ltr"] .mdk-header-layout[data-has-scrolling-region] > .mdk-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
[dir="ltr"] .mdk-header-layout__content {
    position: relative;
    z-index: 0;
}
[dir="ltr"] .mdk-header-layout__content--fullbleed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
[dir="ltr"] .mdk-header-layout__content--scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
[dir="ltr"] .mdk-box {
    position: relative;
    margin-bottom: 1.25rem;
}
[dir="ltr"] .mdk-box__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
}
[dir="ltr"] [data-effects*="parallax-background"] .mdk-box__bg {
    visibility: hidden;
}
[dir="ltr"] .mdk-box__bg-front,
[dir="ltr"] .mdk-box__bg-rear {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-size: cover;
}
[dir="ltr"] .mdk-box__bg-rear {
    opacity: 0;
}
[dir="ltr"] .mdk-box__content {
    position: relative;
    width: 100%;
    height: 100%;
}
[dir="ltr"] .mdk-box[disabled],
[dir="ltr"] .mdk-box[disabled] .mdk-box__bg-front,
[dir="ltr"] .mdk-box[disabled] .mdk-box__bg-rear,
[dir="ltr"] .mdk-box[disabled] .mdk-box__content > [data-primary],
[dir="ltr"] .mdk-box[disabled]:after {
    transition: none !important;
}
[dir="ltr"] .mdk-drawer {
    position: relative;
    visibility: hidden;
}
[dir="ltr"] .mdk-drawer[data-closing],
[dir="ltr"] .mdk-drawer[data-opened] {
    visibility: visible;
}
[dir="ltr"] .mdk-drawer[data-persistent] {
    width: 256px;
}
[dir="ltr"] .mdk-drawer[data-persistent][data-position="left"] {
    /*!rtl:ignore*/
    right: auto;
}
[dir="ltr"] .mdk-drawer[data-persistent][data-position="right"] {
    /*!rtl:ignore*/
    left: auto;
}
[dir="ltr"] .mdk-drawer__content {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    background-color: #fff;
    /*!rtl:begin:ignore*/
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    /*!rtl:end:ignore*/
}
[dir="ltr"] [data-position="right"] > .mdk-drawer__content {
    /*!rtl:begin:ignore*/
    right: 0;
    left: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    /*!rtl:end:ignore*/
}
[dir="ltr"] .mdk-drawer__scrim,
[dir="ltr"] [data-opened] > .mdk-drawer__content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[dir="ltr"] .mdk-drawer__scrim {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: opacity 0.2s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
[dir="ltr"] [data-opened] > .mdk-drawer__scrim {
    opacity: 1;
}
[dir="ltr"] [data-persistent] > .mdk-drawer__scrim {
    visibility: hidden;
    opacity: 0;
}
[dir="ltr"] .mdk-drawer-layout {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}
[dir="ltr"] .mdk-drawer-layout--fullbleed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
[dir="ltr"] .mdk-drawer-layout .mdk-drawer {
    position: relative;
}
[dir="ltr"] .mdk-drawer-layout .mdk-drawer[data-persistent] {
    width: 256px;
}
[dir="ltr"] .mdk-drawer-layout .mdk-drawer[data-persistent][data-position="left"] {
    /*!rtl:remove*/
    order: 0;
}
[dir="ltr"] .mdk-drawer-layout .mdk-drawer[data-persistent][data-position="right"] {
    /*!rtl:remove*/
    order: 2;
}
[dir="ltr"] .mdk-drawer-layout__content {
    position: relative;
    height: 100%;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    min-width: 320px;
    z-index: 0;
    order: 1;
    flex: 1 1 0%;
}
[dir="ltr"] .mdk-drawer-layout__content--scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
[dir="ltr"] .mdk-reveal {
    z-index: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
[dir="ltr"] .mdk-reveal--hover:hover .mdk-reveal__partial,
[dir="ltr"] .mdk-reveal[data-opened] .mdk-reveal__partial {
    opacity: 0;
}
[dir="ltr"] .mdk-reveal__content {
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    background-color: #fff;
    position: relative;
    z-index: 0;
}
[dir="ltr"] .mdk-reveal__partial {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 60%, hsla(0, 0%, 100%, 0.95) 80%, #fff);
    opacity: 1;
    z-index: 1;
    transition: opacity 0.2s;
    pointer-events: none;
}
[dir="ltr"] .mdk-carousel__content {
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    touch-action: pan-x;
}
[dir="ltr"] .mdk-carousel__item {
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-touch-callout: none;
    width: 100%;
}
[dir="ltr"] .mdk-tooltip {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 13px;
    z-index: 999;
    font-weight: 500;
    text-align: center;
    position: fixed;
    line-height: 1;
    max-width: 200px;
    padding: 0.4rem;
    border-radius: 0.25rem;
    pointer-events: none;
}
[dir="ltr"] .mdk-tooltip[data-opened] {
    -webkit-transform: scale(1);
    transform: scale(1);
}
[dir="ltr"] .flex {
    flex: 1 1 0% !important;
}
[dir="ltr"] .flex-0,
[dir="ltr"] .flex-none {
    flex: none !important;
}
[dir="ltr"] .flex-grow {
    flex: 1 1 auto !important;
}
[dir="ltr"] .flex-shrink-0 {
    flex-shrink: 0 !important;
}
@media (min-width: 374px) {
    [dir="ltr"] .flex-i8 {
        flex: 1 1 0% !important;
    }
    [dir="ltr"] .flex-i8-0,
    [dir="ltr"] .flex-i8-none {
        flex: none !important;
    }
    [dir="ltr"] .flex-i8-grow {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-i8-shrink-0 {
        flex-shrink: 0 !important;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .flex-i8-plus {
        flex: 1 1 0% !important;
    }
    [dir="ltr"] .flex-i8-plus-0,
    [dir="ltr"] .flex-i8-plus-none {
        flex: none !important;
    }
    [dir="ltr"] .flex-i8-plus-grow {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-i8-plus-shrink-0 {
        flex-shrink: 0 !important;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .flex-sm {
        flex: 1 1 0% !important;
    }
    [dir="ltr"] .flex-sm-0,
    [dir="ltr"] .flex-sm-none {
        flex: none !important;
    }
    [dir="ltr"] .flex-sm-grow {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .flex-md {
        flex: 1 1 0% !important;
    }
    [dir="ltr"] .flex-md-0,
    [dir="ltr"] .flex-md-none {
        flex: none !important;
    }
    [dir="ltr"] .flex-md-grow {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .flex-lg {
        flex: 1 1 0% !important;
    }
    [dir="ltr"] .flex-lg-0,
    [dir="ltr"] .flex-lg-none {
        flex: none !important;
    }
    [dir="ltr"] .flex-lg-grow {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .flex-xl {
        flex: 1 1 0% !important;
    }
    [dir="ltr"] .flex-xl-0,
    [dir="ltr"] .flex-xl-none {
        flex: none !important;
    }
    [dir="ltr"] .flex-xl-grow {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .flex-xxl {
        flex: 1 1 0% !important;
    }
    [dir="ltr"] .flex-xxl-0,
    [dir="ltr"] .flex-xxl-none {
        flex: none !important;
    }
    [dir="ltr"] .flex-xxl-grow {
        flex: 1 1 auto !important;
    }
    [dir="ltr"] .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
}
[dir="ltr"] .w-25 {
    width: 25% !important;
}
[dir="ltr"] .w-50 {
    width: 50% !important;
}
[dir="ltr"] .w-75 {
    width: 75% !important;
}
[dir="ltr"] .w-100 {
    width: 100% !important;
}
[dir="ltr"] .w-auto {
    width: auto !important;
}
[dir="ltr"] .w-64 {
    width: 64px !important;
}
[dir="ltr"] .h-25 {
    height: 25% !important;
}
[dir="ltr"] .h-50 {
    height: 50% !important;
}
[dir="ltr"] .h-75 {
    height: 75% !important;
}
[dir="ltr"] .h-100 {
    height: 100% !important;
}
[dir="ltr"] .h-auto {
    height: auto !important;
}
[dir="ltr"] .h-64 {
    height: 64px !important;
}
@media (min-width: 374px) {
    [dir="ltr"] .w-i8-25 {
        width: 25% !important;
    }
    [dir="ltr"] .w-i8-50 {
        width: 50% !important;
    }
    [dir="ltr"] .w-i8-75 {
        width: 75% !important;
    }
    [dir="ltr"] .w-i8-100 {
        width: 100% !important;
    }
    [dir="ltr"] .w-i8-auto {
        width: auto !important;
    }
    [dir="ltr"] .w-i8-64 {
        width: 64px !important;
    }
    [dir="ltr"] .h-i8-25 {
        height: 25% !important;
    }
    [dir="ltr"] .h-i8-50 {
        height: 50% !important;
    }
    [dir="ltr"] .h-i8-75 {
        height: 75% !important;
    }
    [dir="ltr"] .h-i8-100 {
        height: 100% !important;
    }
    [dir="ltr"] .h-i8-auto {
        height: auto !important;
    }
    [dir="ltr"] .h-i8-64 {
        height: 64px !important;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .w-i8-plus-25 {
        width: 25% !important;
    }
    [dir="ltr"] .w-i8-plus-50 {
        width: 50% !important;
    }
    [dir="ltr"] .w-i8-plus-75 {
        width: 75% !important;
    }
    [dir="ltr"] .w-i8-plus-100 {
        width: 100% !important;
    }
    [dir="ltr"] .w-i8-plus-auto {
        width: auto !important;
    }
    [dir="ltr"] .w-i8-plus-64 {
        width: 64px !important;
    }
    [dir="ltr"] .h-i8-plus-25 {
        height: 25% !important;
    }
    [dir="ltr"] .h-i8-plus-50 {
        height: 50% !important;
    }
    [dir="ltr"] .h-i8-plus-75 {
        height: 75% !important;
    }
    [dir="ltr"] .h-i8-plus-100 {
        height: 100% !important;
    }
    [dir="ltr"] .h-i8-plus-auto {
        height: auto !important;
    }
    [dir="ltr"] .h-i8-plus-64 {
        height: 64px !important;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .w-sm-25 {
        width: 25% !important;
    }
    [dir="ltr"] .w-sm-50 {
        width: 50% !important;
    }
    [dir="ltr"] .w-sm-75 {
        width: 75% !important;
    }
    [dir="ltr"] .w-sm-100 {
        width: 100% !important;
    }
    [dir="ltr"] .w-sm-auto {
        width: auto !important;
    }
    [dir="ltr"] .w-sm-64 {
        width: 64px !important;
    }
    [dir="ltr"] .h-sm-25 {
        height: 25% !important;
    }
    [dir="ltr"] .h-sm-50 {
        height: 50% !important;
    }
    [dir="ltr"] .h-sm-75 {
        height: 75% !important;
    }
    [dir="ltr"] .h-sm-100 {
        height: 100% !important;
    }
    [dir="ltr"] .h-sm-auto {
        height: auto !important;
    }
    [dir="ltr"] .h-sm-64 {
        height: 64px !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .w-md-25 {
        width: 25% !important;
    }
    [dir="ltr"] .w-md-50 {
        width: 50% !important;
    }
    [dir="ltr"] .w-md-75 {
        width: 75% !important;
    }
    [dir="ltr"] .w-md-100 {
        width: 100% !important;
    }
    [dir="ltr"] .w-md-auto {
        width: auto !important;
    }
    [dir="ltr"] .w-md-64 {
        width: 64px !important;
    }
    [dir="ltr"] .h-md-25 {
        height: 25% !important;
    }
    [dir="ltr"] .h-md-50 {
        height: 50% !important;
    }
    [dir="ltr"] .h-md-75 {
        height: 75% !important;
    }
    [dir="ltr"] .h-md-100 {
        height: 100% !important;
    }
    [dir="ltr"] .h-md-auto {
        height: auto !important;
    }
    [dir="ltr"] .h-md-64 {
        height: 64px !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .w-lg-25 {
        width: 25% !important;
    }
    [dir="ltr"] .w-lg-50 {
        width: 50% !important;
    }
    [dir="ltr"] .w-lg-75 {
        width: 75% !important;
    }
    [dir="ltr"] .w-lg-100 {
        width: 100% !important;
    }
    [dir="ltr"] .w-lg-auto {
        width: auto !important;
    }
    [dir="ltr"] .w-lg-64 {
        width: 64px !important;
    }
    [dir="ltr"] .h-lg-25 {
        height: 25% !important;
    }
    [dir="ltr"] .h-lg-50 {
        height: 50% !important;
    }
    [dir="ltr"] .h-lg-75 {
        height: 75% !important;
    }
    [dir="ltr"] .h-lg-100 {
        height: 100% !important;
    }
    [dir="ltr"] .h-lg-auto {
        height: auto !important;
    }
    [dir="ltr"] .h-lg-64 {
        height: 64px !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .w-xl-25 {
        width: 25% !important;
    }
    [dir="ltr"] .w-xl-50 {
        width: 50% !important;
    }
    [dir="ltr"] .w-xl-75 {
        width: 75% !important;
    }
    [dir="ltr"] .w-xl-100 {
        width: 100% !important;
    }
    [dir="ltr"] .w-xl-auto {
        width: auto !important;
    }
    [dir="ltr"] .w-xl-64 {
        width: 64px !important;
    }
    [dir="ltr"] .h-xl-25 {
        height: 25% !important;
    }
    [dir="ltr"] .h-xl-50 {
        height: 50% !important;
    }
    [dir="ltr"] .h-xl-75 {
        height: 75% !important;
    }
    [dir="ltr"] .h-xl-100 {
        height: 100% !important;
    }
    [dir="ltr"] .h-xl-auto {
        height: auto !important;
    }
    [dir="ltr"] .h-xl-64 {
        height: 64px !important;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .w-xxl-25 {
        width: 25% !important;
    }
    [dir="ltr"] .w-xxl-50 {
        width: 50% !important;
    }
    [dir="ltr"] .w-xxl-75 {
        width: 75% !important;
    }
    [dir="ltr"] .w-xxl-100 {
        width: 100% !important;
    }
    [dir="ltr"] .w-xxl-auto {
        width: auto !important;
    }
    [dir="ltr"] .w-xxl-64 {
        width: 64px !important;
    }
    [dir="ltr"] .h-xxl-25 {
        height: 25% !important;
    }
    [dir="ltr"] .h-xxl-50 {
        height: 50% !important;
    }
    [dir="ltr"] .h-xxl-75 {
        height: 75% !important;
    }
    [dir="ltr"] .h-xxl-100 {
        height: 100% !important;
    }
    [dir="ltr"] .h-xxl-auto {
        height: auto !important;
    }
    [dir="ltr"] .h-xxl-64 {
        height: 64px !important;
    }
}
[dir="ltr"] .text-underline {
    text-decoration: underline;
}
[dir="ltr"] .text-facebook {
    color: #3b5998;
}
[dir="ltr"] .text-twitter {
    color: #0084b4;
}
[dir="ltr"] .text-dribbble {
    color: #ea4c89;
}
[dir="ltr"] .hover-text-decoration-0:focus,
[dir="ltr"] .hover-text-decoration-0:hover {
    text-decoration: none;
}
[dir="ltr"] .lh-1 {
    line-height: 1rem;
}
[dir="ltr"] .text-20 {
    color: rgba(48, 56, 64, 0.2) !important;
}
[dir="ltr"] .text-50 {
    color: rgba(48, 56, 64, 0.5) !important;
}
[dir="ltr"] .text-70 {
    color: rgba(48, 56, 64, 0.7) !important;
}
[dir="ltr"] .text-black-20 {
    color: rgba(48, 56, 64, 0.2) !important;
}
[dir="ltr"] .text-black-50 {
    color: rgba(48, 56, 64, 0.5) !important;
}
[dir="ltr"] .text-black-70 {
    color: rgba(48, 56, 64, 0.7) !important;
}
[dir="ltr"] .text-black-100 {
    color: #303840 !important;
}
[dir="ltr"] .text-white-70 {
    color: hsla(0, 0%, 100%, 0.7) !important;
}
[dir="ltr"] .text-white-60 {
    color: hsla(0, 0%, 100%, 0.6) !important;
}
[dir="ltr"] .mb-heading {
    margin-bottom: 1rem !important;
}
[dir="ltr"] .mb-grid-gutter {
    margin-bottom: 24px !important;
}
[dir="ltr"] .mb-card-y {
    margin-bottom: 1rem;
}
@media (max-width: 373.98px) {
    [dir="ltr"] .p-0-xs {
        padding: 0 !important;
    }
}
[dir="ltr"] .col {
    padding-left: 12px;
    padding-right: 12px;
}
[dir="ltr"] .icon--left {
    margin-right: 0.5rem;
}
[dir="ltr"] .icon--right {
    margin-left: 0.5rem;
}
[dir="ltr"] .fullbleed {
    right: 0;
    bottom: 0;
}
[dir="ltr"] .absolute-top,
[dir="ltr"] .fullbleed {
    position: absolute;
    left: 0;
    top: 0;
}
[dir="ltr"] .o-hidden {
    overflow: hidden !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    [dir="ltr"] .hidden-sm {
        display: none;
    }
}
[dir="ltr"] .z-0 {
    z-index: 0;
}
[dir="ltr"] .z-1 {
    z-index: 1;
}
[dir="ltr"] .bg-white {
    background-color: #fff !important;
}
[dir="ltr"] .bg-body {
    background-color: #f5f7fa !important;
}
[dir="ltr"] .bg-transparent {
    background: transparent !important;
}
[dir="ltr"] .bg-darker {
    background-color: #16191d !important;
}
[dir="ltr"] .bg-gradient-purple {
    background-image: linear-gradient(-128deg, #8a4182, #3289dc);
}
[dir="ltr"] .bg-gradient-primary {
    /* background-image: linear-gradient(128deg, #1e6dbd, #3287db); */
    background-color: var(--blue);
}
[dir="ltr"] .border-1 {
    border: 1px solid #ebeff2 !important;
}
[dir="ltr"] .border-left-1 {
    border-left: 1px solid #ebeff2 !important;
}
[dir="ltr"] .border-right-1 {
    border-right: 1px solid #ebeff2 !important;
}
[dir="ltr"] .border-top-1 {
    border-top: 1px solid #ebeff2 !important;
}
[dir="ltr"] .border-bottom-1 {
    border-bottom: 1px solid #ebeff2 !important;
}
[dir="ltr"] .border-2 {
    border: 2px solid #ebeff2 !important;
}
[dir="ltr"] .border-left-2 {
    border-left: 2px solid #ebeff2 !important;
}
[dir="ltr"] .border-right-2 {
    border-right: 2px solid #ebeff2 !important;
}
[dir="ltr"] .border-top-2 {
    border-top: 2px solid #ebeff2 !important;
}
[dir="ltr"] .border-bottom-2 {
    border-bottom: 2px solid #ebeff2 !important;
}
[dir="ltr"] .border-3 {
    border: 3px solid #ebeff2 !important;
}
[dir="ltr"] .border-left-3 {
    border-left: 3px solid #ebeff2 !important;
}
[dir="ltr"] .border-right-3 {
    border-right: 3px solid #ebeff2 !important;
}
[dir="ltr"] .border-top-3 {
    border-top: 3px solid #ebeff2 !important;
}
[dir="ltr"] .border-bottom-3 {
    border-bottom: 3px solid #ebeff2 !important;
}
[dir="ltr"] .border-4 {
    border: 4px solid #ebeff2 !important;
}
[dir="ltr"] .border-left-4 {
    border-left: 4px solid #ebeff2 !important;
}
[dir="ltr"] .border-right-4 {
    border-right: 4px solid #ebeff2 !important;
}
[dir="ltr"] .border-top-4 {
    border-top: 4px solid #ebeff2 !important;
}
[dir="ltr"] .border-bottom-4 {
    border-bottom: 4px solid #ebeff2 !important;
}
[dir="ltr"] .border {
    border: 1px solid #ebeff2 !important;
}
[dir="ltr"] .border-top {
    border-top: 1px solid #ebeff2 !important;
}
[dir="ltr"] .border-right {
    border-right: 1px solid #ebeff2 !important;
}
[dir="ltr"] .border-bottom {
    border-bottom: 1px solid #ebeff2 !important;
}
[dir="ltr"] .border-left {
    border-left: 1px solid #ebeff2 !important;
}
[dir="ltr"] .border-0 {
    border: 0 !important;
}
[dir="ltr"] .border-top-0 {
    border-top: 0 !important;
}
[dir="ltr"] .border-right-0 {
    border-right: 0 !important;
}
[dir="ltr"] .border-bottom-0 {
    border-bottom: 0 !important;
}
[dir="ltr"] .border-left-0 {
    border-left: 0 !important;
}
@media (min-width: 374px) {
    [dir="ltr"] .border-i8 {
        border: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-top-i8 {
        border-top: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-right-i8 {
        border-right: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-bottom-i8 {
        border-bottom: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-left-i8 {
        border-left: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-i8-0 {
        border: 0 !important;
    }
    [dir="ltr"] .border-top-i8-0 {
        border-top: 0 !important;
    }
    [dir="ltr"] .border-right-i8-0 {
        border-right: 0 !important;
    }
    [dir="ltr"] .border-bottom-i8-0 {
        border-bottom: 0 !important;
    }
    [dir="ltr"] .border-left-i8-0 {
        border-left: 0 !important;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .border-i8-plus {
        border: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-top-i8-plus {
        border-top: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-right-i8-plus {
        border-right: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-bottom-i8-plus {
        border-bottom: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-left-i8-plus {
        border-left: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-i8-plus-0 {
        border: 0 !important;
    }
    [dir="ltr"] .border-top-i8-plus-0 {
        border-top: 0 !important;
    }
    [dir="ltr"] .border-right-i8-plus-0 {
        border-right: 0 !important;
    }
    [dir="ltr"] .border-bottom-i8-plus-0 {
        border-bottom: 0 !important;
    }
    [dir="ltr"] .border-left-i8-plus-0 {
        border-left: 0 !important;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .border-sm {
        border: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-top-sm {
        border-top: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-right-sm {
        border-right: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-bottom-sm {
        border-bottom: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-left-sm {
        border-left: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-sm-0 {
        border: 0 !important;
    }
    [dir="ltr"] .border-top-sm-0 {
        border-top: 0 !important;
    }
    [dir="ltr"] .border-right-sm-0 {
        border-right: 0 !important;
    }
    [dir="ltr"] .border-bottom-sm-0 {
        border-bottom: 0 !important;
    }
    [dir="ltr"] .border-left-sm-0 {
        border-left: 0 !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .border-md {
        border: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-top-md {
        border-top: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-right-md {
        border-right: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-bottom-md {
        border-bottom: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-left-md {
        border-left: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-md-0 {
        border: 0 !important;
    }
    [dir="ltr"] .border-top-md-0 {
        border-top: 0 !important;
    }
    [dir="ltr"] .border-right-md-0 {
        border-right: 0 !important;
    }
    [dir="ltr"] .border-bottom-md-0 {
        border-bottom: 0 !important;
    }
    [dir="ltr"] .border-left-md-0 {
        border-left: 0 !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .border-lg {
        border: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-top-lg {
        border-top: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-right-lg {
        border-right: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-bottom-lg {
        border-bottom: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-left-lg {
        border-left: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-lg-0 {
        border: 0 !important;
    }
    [dir="ltr"] .border-top-lg-0 {
        border-top: 0 !important;
    }
    [dir="ltr"] .border-right-lg-0 {
        border-right: 0 !important;
    }
    [dir="ltr"] .border-bottom-lg-0 {
        border-bottom: 0 !important;
    }
    [dir="ltr"] .border-left-lg-0 {
        border-left: 0 !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .border-xl {
        border: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-top-xl {
        border-top: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-right-xl {
        border-right: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-bottom-xl {
        border-bottom: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-left-xl {
        border-left: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-xl-0 {
        border: 0 !important;
    }
    [dir="ltr"] .border-top-xl-0 {
        border-top: 0 !important;
    }
    [dir="ltr"] .border-right-xl-0 {
        border-right: 0 !important;
    }
    [dir="ltr"] .border-bottom-xl-0 {
        border-bottom: 0 !important;
    }
    [dir="ltr"] .border-left-xl-0 {
        border-left: 0 !important;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .border-xxl {
        border: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-top-xxl {
        border-top: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-right-xxl {
        border-right: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-bottom-xxl {
        border-bottom: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-left-xxl {
        border-left: 1px solid #ebeff2 !important;
    }
    [dir="ltr"] .border-xxl-0 {
        border: 0 !important;
    }
    [dir="ltr"] .border-top-xxl-0 {
        border-top: 0 !important;
    }
    [dir="ltr"] .border-right-xxl-0 {
        border-right: 0 !important;
    }
    [dir="ltr"] .border-bottom-xxl-0 {
        border-bottom: 0 !important;
    }
    [dir="ltr"] .border-left-xxl-0 {
        border-left: 0 !important;
    }
}
[dir="ltr"] .border-primary {
    border-color: #2c84dd !important;
}
[dir="ltr"] .border-left-primary {
    border-left-color: #2c84dd !important;
}
[dir="ltr"] .border-right-primary {
    border-right-color: #2c84dd !important;
}
[dir="ltr"] .border-top-primary {
    border-top-color: #2c84dd !important;
}
[dir="ltr"] .border-bottom-primary {
    border-bottom-color: #2c84dd !important;
}
[dir="ltr"] .border-secondary {
    border-color: #868e96 !important;
}
[dir="ltr"] .border-left-secondary {
    border-left-color: #868e96 !important;
}
[dir="ltr"] .border-right-secondary {
    border-right-color: #868e96 !important;
}
[dir="ltr"] .border-top-secondary {
    border-top-color: #868e96 !important;
}
[dir="ltr"] .border-bottom-secondary {
    border-bottom-color: #868e96 !important;
}
[dir="ltr"] .border-success {
    border-color: #77c13a !important;
}
[dir="ltr"] .border-left-success {
    border-left-color: #77c13a !important;
}
[dir="ltr"] .border-right-success {
    border-right-color: #77c13a !important;
}
[dir="ltr"] .border-top-success {
    border-top-color: #77c13a !important;
}
[dir="ltr"] .border-bottom-success {
    border-bottom-color: #77c13a !important;
}
[dir="ltr"] .border-info {
    border-color: #17a2b8 !important;
}
[dir="ltr"] .border-left-info {
    border-left-color: #17a2b8 !important;
}
[dir="ltr"] .border-right-info {
    border-right-color: #17a2b8 !important;
}
[dir="ltr"] .border-top-info {
    border-top-color: #17a2b8 !important;
}
[dir="ltr"] .border-bottom-info {
    border-bottom-color: #17a2b8 !important;
}
[dir="ltr"] .border-warning {
    border-color: #f98437 !important;
}
[dir="ltr"] .border-left-warning {
    border-left-color: #f98437 !important;
}
[dir="ltr"] .border-right-warning {
    border-right-color: #f98437 !important;
}
[dir="ltr"] .border-top-warning {
    border-top-color: #f98437 !important;
}
[dir="ltr"] .border-bottom-warning {
    border-bottom-color: #f98437 !important;
}
[dir="ltr"] .border-danger {
    border-color: #d9534f !important;
}
[dir="ltr"] .border-left-danger {
    border-left-color: #d9534f !important;
}
[dir="ltr"] .border-right-danger {
    border-right-color: #d9534f !important;
}
[dir="ltr"] .border-top-danger {
    border-top-color: #d9534f !important;
}
[dir="ltr"] .border-bottom-danger {
    border-bottom-color: #d9534f !important;
}
[dir="ltr"] .border-light {
    border-color: #f8f9fa !important;
}
[dir="ltr"] .border-left-light {
    border-left-color: #f8f9fa !important;
}
[dir="ltr"] .border-right-light {
    border-right-color: #f8f9fa !important;
}
[dir="ltr"] .border-top-light {
    border-top-color: #f8f9fa !important;
}
[dir="ltr"] .border-bottom-light {
    border-bottom-color: #f8f9fa !important;
}
[dir="ltr"] .border-dark {
    border-color: #1d2126 !important;
}
[dir="ltr"] .border-left-dark {
    border-left-color: #1d2126 !important;
}
[dir="ltr"] .border-right-dark {
    border-right-color: #1d2126 !important;
}
[dir="ltr"] .border-top-dark {
    border-top-color: #1d2126 !important;
}
[dir="ltr"] .border-bottom-dark {
    border-bottom-color: #1d2126 !important;
}
[dir="ltr"] .border-accent {
    border-color: #ed0b4c !important;
}
[dir="ltr"] .border-left-accent {
    border-left-color: #ed0b4c !important;
}
[dir="ltr"] .border-right-accent {
    border-right-color: #ed0b4c !important;
}
[dir="ltr"] .border-top-accent {
    border-top-color: #ed0b4c !important;
}
[dir="ltr"] .border-bottom-accent {
    border-bottom-color: #ed0b4c !important;
}
[dir="ltr"] .border-primary-light {
    border-color: #9cf !important;
}
[dir="ltr"] .border-left-primary-light {
    border-left-color: #9cf !important;
}
[dir="ltr"] .border-right-primary-light {
    border-right-color: #9cf !important;
}
[dir="ltr"] .border-top-primary-light {
    border-top-color: #9cf !important;
}
[dir="ltr"] .border-bottom-primary-light {
    border-bottom-color: #9cf !important;
}
[dir="ltr"] .border-bottom-white {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}
[dir="ltr"] .order-0 {
    order: 0 !important;
}
@media (min-width: 374px) {
    [dir="ltr"] .order-i8-0 {
        order: 0 !important;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .order-i8-plus-0 {
        order: 0 !important;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .order-sm-0 {
        order: 0 !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .order-md-0 {
        order: 0 !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .order-lg-0 {
        order: 0 !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .order-xl-0 {
        order: 0 !important;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .order-xxl-0 {
        order: 0 !important;
    }
}
[dir="ltr"] .order-1 {
    order: 1 !important;
}
@media (min-width: 374px) {
    [dir="ltr"] .order-i8-1 {
        order: 1 !important;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .order-i8-plus-1 {
        order: 1 !important;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .order-sm-1 {
        order: 1 !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .order-md-1 {
        order: 1 !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .order-lg-1 {
        order: 1 !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .order-xl-1 {
        order: 1 !important;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .order-xxl-1 {
        order: 1 !important;
    }
}
[dir="ltr"] .order-2 {
    order: 2 !important;
}
@media (min-width: 374px) {
    [dir="ltr"] .order-i8-2 {
        order: 2 !important;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .order-i8-plus-2 {
        order: 2 !important;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .order-sm-2 {
        order: 2 !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .order-md-2 {
        order: 2 !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .order-lg-2 {
        order: 2 !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .order-xl-2 {
        order: 2 !important;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .order-xxl-2 {
        order: 2 !important;
    }
}
[dir="ltr"] .material-icons {
    vertical-align: middle;
}
[dir="ltr"] .icon-16pt {
    font-size: 1rem !important;
}
[dir="ltr"] .icon-24pt {
    font-size: 1.5rem !important;
}
[dir="ltr"] .icon-32pt {
    font-size: 2rem !important;
}
[dir="ltr"] .icon-48pt {
    font-size: 3rem !important;
}
[dir="ltr"] .icon-64pt {
    font-size: 4rem !important;
}
[dir="ltr"] .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
}
[dir="ltr"] .icon-holder[href]:hover {
    text-decoration: none;
}
[dir="ltr"] .icon-holder--small {
    width: 30px;
    height: 30px;
}
[dir="ltr"] .icon-holder--default {
    background-color: #e9ecef;
}
[dir="ltr"] .icon-holder--primary {
    color: #fff;
    background-image: none;
    background-color: #2c84dd;
    border: 1px solid #2c84dd;
}
[dir="ltr"] .icon-holder--primary:hover {
    color: #2c84dd;
    background-image: none;
    background-color: transparent;
    border: 1px solid #2c84dd;
}
[dir="ltr"] .icon-holder--primary:hover:hover {
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .icon-holder--outline-primary {
    color: #2c84dd;
    background-image: none;
    background-color: transparent;
    border: 1px solid #2c84dd;
}
[dir="ltr"] .icon-holder--outline-primary:hover {
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .icon-holder--secondary {
    color: #fff;
    background-image: none;
    background-color: #868e96;
    border: 1px solid #868e96;
}
[dir="ltr"] .icon-holder--secondary:hover {
    color: #868e96;
    background-image: none;
    background-color: transparent;
    border: 1px solid #868e96;
}
[dir="ltr"] .icon-holder--secondary:hover:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .icon-holder--outline-secondary {
    color: #868e96;
    background-image: none;
    background-color: transparent;
    border: 1px solid #868e96;
}
[dir="ltr"] .icon-holder--outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .icon-holder--success {
    color: #fff;
    background-image: none;
    background-color: #77c13a;
    border: 1px solid #77c13a;
}
[dir="ltr"] .icon-holder--success:hover {
    color: #77c13a;
    background-image: none;
    background-color: transparent;
    border: 1px solid #77c13a;
}
[dir="ltr"] .icon-holder--success:hover:hover {
    color: #fff;
    background-color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .icon-holder--outline-success {
    color: #77c13a;
    background-image: none;
    background-color: transparent;
    border: 1px solid #77c13a;
}
[dir="ltr"] .icon-holder--outline-success:hover {
    color: #fff;
    background-color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .icon-holder--info {
    color: #fff;
    background-color: #17a2b8;
}
[dir="ltr"] .icon-holder--info,
[dir="ltr"] .icon-holder--info:hover {
    background-image: none;
    border: 1px solid #17a2b8;
}
[dir="ltr"] .icon-holder--info:hover {
    color: #17a2b8;
    background-color: transparent;
}
[dir="ltr"] .icon-holder--info:hover:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .icon-holder--outline-info {
    color: #17a2b8;
    background-image: none;
    background-color: transparent;
    border: 1px solid #17a2b8;
}
[dir="ltr"] .icon-holder--outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .icon-holder--warning {
    color: #fff;
    background-image: none;
    background-color: #f98437;
    border: 1px solid #f98437;
}
[dir="ltr"] .icon-holder--warning:hover {
    color: #f98437;
    background-image: none;
    background-color: transparent;
    border: 1px solid #f98437;
}
[dir="ltr"] .icon-holder--warning:hover:hover {
    color: #fff;
    background-color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .icon-holder--outline-warning {
    color: #f98437;
    background-image: none;
    background-color: transparent;
    border: 1px solid #f98437;
}
[dir="ltr"] .icon-holder--outline-warning:hover {
    color: #fff;
    background-color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .icon-holder--danger {
    color: #fff;
    background-image: none;
    background-color: #d9534f;
    border: 1px solid #d9534f;
}
[dir="ltr"] .icon-holder--danger:hover {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border: 1px solid #d9534f;
}
[dir="ltr"] .icon-holder--danger:hover:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .icon-holder--outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border: 1px solid #d9534f;
}
[dir="ltr"] .icon-holder--outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .icon-holder--light {
    color: #fff;
    background-color: #f8f9fa;
}
[dir="ltr"] .icon-holder--light,
[dir="ltr"] .icon-holder--light:hover {
    background-image: none;
    border: 1px solid #f8f9fa;
}
[dir="ltr"] .icon-holder--light:hover {
    color: #f8f9fa;
    background-color: transparent;
}
[dir="ltr"] .icon-holder--light:hover:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .icon-holder--outline-light {
    color: #f8f9fa;
    background-image: none;
    background-color: transparent;
    border: 1px solid #f8f9fa;
}
[dir="ltr"] .icon-holder--outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .icon-holder--dark {
    color: #fff;
    background-color: #1d2126;
}
[dir="ltr"] .icon-holder--dark,
[dir="ltr"] .icon-holder--dark:hover {
    background-image: none;
    border: 1px solid #1d2126;
}
[dir="ltr"] .icon-holder--dark:hover {
    color: #1d2126;
    background-color: transparent;
}
[dir="ltr"] .icon-holder--dark:hover:hover {
    color: #fff;
    background-color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .icon-holder--outline-dark {
    color: #1d2126;
    background-image: none;
    background-color: transparent;
    border: 1px solid #1d2126;
}
[dir="ltr"] .icon-holder--outline-dark:hover {
    color: #fff;
    background-color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .icon-holder--accent {
    color: #fff;
    background-image: none;
    background-color: #ed0b4c;
    border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--accent:hover {
    color: #ed0b4c;
    background-image: none;
    background-color: transparent;
    border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--accent:hover:hover {
    color: #fff;
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .icon-holder--outline-accent {
    color: #ed0b4c;
    background-image: none;
    background-color: transparent;
    border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--outline-accent:hover {
    color: #fff;
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .icon-holder--primary-light {
    color: #fff;
    background-image: none;
    background-color: #9cf;
    border: 1px solid #9cf;
}
[dir="ltr"] .icon-holder--primary-light:hover {
    color: #9cf;
    background-image: none;
    background-color: transparent;
    border: 1px solid #9cf;
}
[dir="ltr"] .icon-holder--primary-light:hover:hover {
    color: #fff;
    background-color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .icon-holder--outline-primary-light {
    color: #9cf;
    background-image: none;
    background-color: transparent;
    border: 1px solid #9cf;
}
[dir="ltr"] .icon-holder--outline-primary-light:hover {
    color: #fff;
    background-color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .icon-holder--outline-muted {
    color: rgba(48, 56, 64, 0.5);
    background-image: none;
    background-color: transparent;
    border: 1px solid rgba(48, 56, 64, 0.5);
}
[dir="ltr"] .icon-holder--outline-muted:hover {
    color: #fff;
    background-color: rgba(48, 56, 64, 0.5);
    border-color: rgba(48, 56, 64, 0.5);
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[dir="ltr"] b,
[dir="ltr"] strong {
    font-weight: 500;
}
[dir="ltr"] .display-1 {
    line-height: 1.25;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
}
[dir="ltr"] .h1,
[dir="ltr"] .h2,
[dir="ltr"] h1,
[dir="ltr"] h2 {
    line-height: 1.5;
}
[dir="ltr"] .h3,
[dir="ltr"] .h4,
[dir="ltr"] h3,
[dir="ltr"] h4 {
    line-height: 1.414;
}
[dir="ltr"] .h5,
[dir="ltr"] h5 {
    line-height: 1.5;
    text-transform: uppercase;
    color: #303840;
}
[dir="ltr"] .lead {
    line-height: 1.556;
}
[dir="ltr"] .lead:last-child {
    margin-bottom: 0;
}
[dir="ltr"] .small,
[dir="ltr"] small {
    line-height: 1rem;
}
[dir="ltr"] a:hover {
    text-decoration: none;
}
[dir="ltr"] .font-size-16pt {
    font-size: 1rem !important;
}
[dir="ltr"] .font-size-20pt {
    font-size: 1.25rem !important;
}
[dir="ltr"] .font-size-24pt {
    font-size: 1.5rem !important;
}
[dir="ltr"] .font-size-32pt {
    font-size: 2rem !important;
}
[dir="ltr"] .font-size-48pt {
    font-size: 3rem !important;
}
[dir="ltr"] .font-size-56pt {
    font-size: 3.5rem !important;
}
[dir="ltr"] .font-size-64pt {
    font-size: 4rem !important;
}
[dir="ltr"] .measure-paragraph {
    max-width: 456px;
}
[dir="ltr"] .measure-lead,
[dir="ltr"] .measure-paragraph-max {
    max-width: 536px;
}
[dir="ltr"] .measure-lead-max {
    max-width: 616px;
}
[dir="ltr"] .measure-hero-lead {
    max-width: 696px;
}
[dir="ltr"] .container,
[dir="ltr"] .container-fluid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
@media (max-width: 767.98px) {
    [dir="ltr"] .has-drawer-opened .mdk-header-layout__content {
        z-index: 2;
    }
}
[dir="ltr"] .mdk-header-layout {
    overflow: visible;
}
@media (min-width: 768px) {
    [dir="ltr"] .mdk-drawer-layout .container {
        max-width: 702px;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .mdk-drawer-layout .container {
        max-width: 936px;
    }
}
[dir="ltr"] .badge {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
}
[dir="ltr"] .badge .material-icons {
    font-size: inherit;
}
[dir="ltr"] .badge > .material-icons {
    margin-right: 5px;
}
[dir="ltr"] .badge-notifications {
    border-radius: 100px;
    padding: 0 0.5rem;
    line-height: 1rem;
    font-weight: 700;
}
[dir="ltr"] .badge-filter a {
    color: inherit;
    padding: 0 2px 0 0;
    opacity: 0.7;
}
[dir="ltr"] .badge-filter a:hover {
    opacity: 1;
}
[dir="ltr"] .badge-filter_name {
    opacity: 0.7;
    padding-right: 5px;
}
[dir="ltr"] .badge-lg {
    padding: 6px 12px;
}
[dir="ltr"] .badge-success,
[dir="ltr"] .badge-warning {
    color: #fff;
}
[dir="ltr"] .breadcrumb {
    font-size: 0.707rem;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.5rem;
    color: rgba(48, 56, 64, 0.5);
    text-transform: uppercase;
    font-weight: 500;
}
[dir="ltr"] .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
[dir="ltr"] .btn:not(.btn-lg):not(.btn-sm) {
    font-size: 1.063rem;
}
[dir="ltr"] .btn--raised {
    box-shadow: 0 6px 6px -3px rgba(48, 56, 64, 0.2), 0 10px 14px 1px rgba(48, 56, 64, 0.14), 0 4px 18px 3px rgba(48, 56, 64, 0.12);
}
[dir="ltr"] .button-list > .btn,
[dir="ltr"] .button-list > .btn-group {
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
}
[dir="ltr"] .btn-flush {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    line-height: 1;
    color: inherit;
}
[dir="ltr"] .dropdown-toggle:after {
    align-self: center;
}
[dir="ltr"] .btn .material-icons {
    font-size: inherit;
    line-height: inherit;
}
[dir="ltr"] .btn-rounded {
    border-radius: 100px;
}
[dir="ltr"] .dropdown-toggle[data-caret="false"]:after {
    display: none;
}
[dir="ltr"] .btn__secondary-text {
    display: block;
    margin-top: -2px;
    font-size: 0.925rem;
}
[dir="ltr"] .btn-success:not(:hover),
[dir="ltr"] .btn-warning:not(:hover) {
    color: #fff;
}
[dir="ltr"] .btn-outline-light {
    color: #212529;
    border-color: #212529;
}
[dir="ltr"] .btn-outline-success:hover,
[dir="ltr"] .btn-outline-warning:hover {
    color: #fff;
}
[dir="ltr"] .btn-primary--dark {
    background-color: #1e6bb8;
    border-color: #1e6bb8;
    color: #fff;
}
[dir="ltr"] .btn-primary--dark:hover {
    color: #fff;
    background-color: #185897;
    border-color: #17518c;
}
[dir="ltr"] .btn-primary--dark.focus,
[dir="ltr"] .btn-primary--dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 129, 195, 0.5);
}
[dir="ltr"] .btn-primary--dark.disabled,
[dir="ltr"] .btn-primary--dark:disabled {
    color: #fff;
    background-color: #1e6bb8;
    border-color: #1e6bb8;
}
[dir="ltr"] .btn-primary--dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary--dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary--dark.dropdown-toggle {
    color: #fff;
    background-color: #17518c;
    border-color: #154b81;
}
[dir="ltr"] .btn-primary--dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-primary--dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary--dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 129, 195, 0.5);
}
[dir="ltr"] .btn-primary--dark .btn__secondary-text,
[dir="ltr"] .btn-primary .btn__secondary-text {
    color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .btn-black {
    color: #fff;
    background-color: #303840;
    border-color: #303840;
}
[dir="ltr"] .btn-black:hover {
    color: #fff;
    background-color: #20252a;
    border-color: #1a1f23;
}
[dir="ltr"] .btn-black.focus,
[dir="ltr"] .btn-black:focus {
    box-shadow: 0 0 0 0.2rem rgba(79, 86, 93, 0.5);
}
[dir="ltr"] .btn-black.disabled,
[dir="ltr"] .btn-black:disabled {
    color: #fff;
    background-color: #303840;
    border-color: #303840;
}
[dir="ltr"] .btn-black:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-black:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #1a1f23;
    border-color: #15181c;
}
[dir="ltr"] .btn-black:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-black:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(79, 86, 93, 0.5);
}
[dir="ltr"] .btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
[dir="ltr"] .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}
[dir="ltr"] .btn-white.focus,
[dir="ltr"] .btn-white:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
[dir="ltr"] .btn-white.disabled,
[dir="ltr"] .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
[dir="ltr"] .btn-white:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-white:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}
[dir="ltr"] .btn-white:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-white:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
[dir="ltr"] .btn-white .btn__secondary-text {
    color: rgba(0, 0, 0, 0.3);
}
[dir="ltr"] .btn-outline-white {
    color: #fff;
    border-color: #fff;
}
[dir="ltr"] .btn-outline-white:hover {
    color: #2c84dd;
    background-color: #fff;
    border-color: #fff;
}
[dir="ltr"] .btn-outline-white.focus,
[dir="ltr"] .btn-outline-white:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .btn-outline-white.disabled,
[dir="ltr"] .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}
[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .btn-outline-white .btn__secondary-text {
    color: hsla(0, 0%, 100%, 0.54);
}
[dir="ltr"] .btn-outline-white:focus .btn__secondary-text,
[dir="ltr"] .btn-outline-white:hover .btn__secondary-text {
    color: rgba(48, 56, 64, 0.5);
}
@media (max-width: 373.98px) {
    [dir="ltr"] .btn-block-xs {
        display: block;
        width: 100%;
    }
    [dir="ltr"] .btn-block-xs:not(:last-child) {
        margin-bottom: 5px;
    }
}
@media (max-width: 373.98px) {
    [dir="ltr"] .btn-group-xs > .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
}
[dir="ltr"] .card,
[dir="ltr"] .card-group,
[dir="ltr"] .card-nav .tab-content {
    margin-bottom: 1.5rem;
}
[dir="ltr"] .card,
[dir="ltr"] .card-nav .tab-content {
    box-shadow: 0 2px 1px -1px rgba(48, 56, 64, 0.2), 0 1px 1px 0 rgba(48, 56, 64, 0.14), 0 1px 3px 0 rgba(48, 56, 64, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
}
[dir="ltr"] .card--elevated:hover {
    box-shadow: 0 3px 5px -1px rgba(48, 56, 64, 0.2), 0 5px 8px 0 rgba(48, 56, 64, 0.14), 0 1px 14px 0 rgba(48, 56, 64, 0.12);
}
[dir="ltr"] .card--raised {
    box-shadow: 0 6px 6px -3px rgba(48, 56, 64, 0.2), 0 10px 14px 1px rgba(48, 56, 64, 0.14), 0 4px 18px 3px rgba(48, 56, 64, 0.12);
}
[dir="ltr"] .card--connect {
    position: relative;
}
[dir="ltr"] .card--connect:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #ebeff2;
    left: 50%;
    margin-left: -2px;
    z-index: -1;
}
[dir="ltr"] .card-nav .card-flush.tab-content,
[dir="ltr"] .card.card-flush {
    box-shadow: none;
    border: none;
}
[dir="ltr"] .card-nav .card-flush.tab-content,
[dir="ltr"] .card-nav .card-flush.tab-content .card-img,
[dir="ltr"] .card-nav .card-flush.tab-content .card-img-top,
[dir="ltr"] .card.card-flush,
[dir="ltr"] .card.card-flush .card-img,
[dir="ltr"] .card.card-flush .card-img-top {
    border-radius: 0;
}
[dir="ltr"] .card-nav .card-flush-y.tab-content,
[dir="ltr"] .card.card-flush-y {
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
[dir="ltr"] .card-2by1 .card-body {
    padding: 0.5rem 1rem;
}
[dir="ltr"] .card-sm .card-body {
    padding: 0.5rem;
}
@media (min-width: 576px) {
    [dir="ltr"] .card-group > .card,
    [dir="ltr"] .card-nav .card-group > .tab-content {
        margin-bottom: 0;
    }
}
@media (max-width: 991.98px) {
    [dir="ltr"] .card-group--lg-up .card,
    [dir="ltr"] .card-group--lg-up .card-nav .tab-content,
    [dir="ltr"] .card-nav .card-group--lg-up .tab-content {
        flex: 0 0 100% !important;
        margin-bottom: 1rem;
    }
}
[dir="ltr"] .card-group-row {
    display: flex;
    flex-flow: row wrap;
}
[dir="ltr"] .card-group-row__col {
    display: flex;
}
[dir="ltr"] .card-group-row__card {
    flex: 1 0 0;
}
[dir="ltr"] .card-group-flush > .card,
[dir="ltr"] .card-nav .card-group-flush > .tab-content {
    box-shadow: none;
    border-bottom: 0;
    margin-bottom: 0;
    background: transparent;
}
[dir="ltr"] .card-group-flush > .card,
[dir="ltr"] .card-group-flush > .card .card-img,
[dir="ltr"] .card-group-flush > .card .card-img-top,
[dir="ltr"] .card-nav .card-group-flush > .tab-content,
[dir="ltr"] .card-nav .card-group-flush > .tab-content .card-img,
[dir="ltr"] .card-nav .card-group-flush > .tab-content .card-img-top {
    border-radius: 0;
}
[dir="ltr"] .card-group-flush > .card:first-child,
[dir="ltr"] .card-nav .card-group-flush > .tab-content:first-child {
    border-left: none;
}
[dir="ltr"] .card-group-flush > .card:last-child,
[dir="ltr"] .card-nav .card-group-flush > .tab-content:last-child {
    border-right: none;
}
@media (max-width: 373.98px) {
    [dir="ltr"] .card-group-flush > .card,
    [dir="ltr"] .card-nav .card-group-flush > .tab-content {
        border-left: none;
        border-right: none;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .card-columns--2 {
        -webkit-column-count: 2;
        column-count: 2;
    }
}
[dir="ltr"] .card-column {
    display: inline-block;
    width: 100%;
}
[dir="ltr"] .card-body + .card-body {
    border-top: 1px solid #ebeff2;
}
[dir="ltr"] .card-deck-row {
    display: flex;
    flex-flow: row wrap;
}
[dir="ltr"] .card-deck-row > [class*="col-"] {
    display: flex;
}
[dir="ltr"] .card-deck-row .card,
[dir="ltr"] .card-deck-row .card-nav .tab-content,
[dir="ltr"] .card-nav .card-deck-row .tab-content {
    flex: 1 1 0%;
}
[dir="ltr"] .card-title {
    font-weight: 500;
}
[dir="ltr"] .card-title[href],
[dir="ltr"] .card-title a {
    color: inherit;
    display: flex;
    text-decoration: none;
}
[dir="ltr"] .card-title:last-child {
    margin-bottom: 0;
}
[dir="ltr"] .card-subtitle {
    color: rgba(48, 56, 64, 0.5);
    text-transform: uppercase;
    font-size: 0.707rem;
    font-weight: 500;
}
[dir="ltr"] .card-title + .card-subtitle {
    margin-top: -0.5rem;
}
[dir="ltr"] .card-title--raised {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    margin: 0;
    padding: 1rem;
}
[dir="ltr"] .card-header {
    position: relative;
    border-bottom: 1px solid #ebeff2;
}
[dir="ltr"] .card-footer {
    border-top: 1px solid #ebeff2;
}
[dir="ltr"] .card-footer:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .card-actions {
    white-space: nowrap;
    font-size: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
[dir="ltr"] .card-header .card-actions {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-right: -1rem;
    display: flex;
}
[dir="ltr"] .card-actions__text {
    font-size: 0.707rem;
    padding: 0 0.5rem;
    color: rgba(48, 56, 64, 0.5);
}
[dir="ltr"] .card-actions__action {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
}
[dir="ltr"] .card-actions__action + .card-actions__action {
    border-left: 1px solid #ebeff2;
}
[dir="ltr"] .card-actions__action,
[dir="ltr"] .card-actions__action > button {
    font-size: 1rem;
    background: none;
    border: none;
    color: rgba(48, 56, 64, 0.5);
}
[dir="ltr"] .card-actions__action:focus,
[dir="ltr"] .card-actions__action:hover,
[dir="ltr"] .card-actions__action > button:focus,
[dir="ltr"] .card-actions__action > button:hover {
    text-decoration: none;
    color: #303840;
}
[dir="ltr"] .card-actions__action > button {
    padding: 0;
}
[dir="ltr"] .card-actions__action .material-icons {
    line-height: inherit;
    font-size: inherit;
}
[dir="ltr"] .card-aside {
    flex-direction: row;
    overflow: hidden;
    z-index: 0;
}
[dir="ltr"] .card-aside__image {
    width: 150px;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}
[dir="ltr"] .card-aside__body {
    position: relative;
    margin-left: 150px;
    align-self: center;
}
@media (max-width: 767.98px) {
    [dir="ltr"] .card-aside {
        flex-direction: column;
        align-items: center;
    }
    [dir="ltr"] .card-aside__image {
        width: 100%;
        height: 200px;
        position: relative;
    }
    [dir="ltr"] .card-aside__body {
        margin-left: 0;
        margin-right: auto;
    }
}
[dir="ltr"] .overlay {
    position: relative;
}
[dir="ltr"] .overlay__content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: background-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
[dir="ltr"] .overlay__action {
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
[dir="ltr"] .overlay--show .overlay__action {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[dir="ltr"] .overlay--duserselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[dir="ltr"] .popover-lg {
    box-shadow: 0 6px 6px -3px rgba(48, 56, 64, 0.2), 0 10px 14px 1px rgba(48, 56, 64, 0.14), 0 4px 18px 3px rgba(48, 56, 64, 0.12);
    border: none;
}
[dir="ltr"] .popover-lg .popover-body {
    padding: 1.5rem;
}
[dir="ltr"] .popover-lg .bs-popover-auto[x-placement^="top"] .arrow:before,
[dir="ltr"] .popover-lg .bs-popover-top .arrow:before {
    border-top-color: transparent;
}
[dir="ltr"] .popover-lg .bs-popover-auto[x-placement^="right"] .arrow:before,
[dir="ltr"] .popover-lg .bs-popover-right .arrow:before {
    border-right-color: transparent;
}
[dir="ltr"] .popover-lg .bs-popover-auto[x-placement^="bottom"] .arrow:before,
[dir="ltr"] .popover-lg .bs-popover-bottom .arrow:before {
    border-bottom-color: transparent;
}
[dir="ltr"] .popover-lg .bs-popover-auto[x-placement^="left"] .arrow:before,
[dir="ltr"] .popover-lg .bs-popover-left .arrow:before {
    border-left-color: transparent;
}
[dir="ltr"] .bs-popover-auto[x-placement^="top"],
[dir="ltr"] .bs-popover-top {
    margin-bottom: 1rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="right"],
[dir="ltr"] .bs-popover-right {
    margin-left: 1rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"],
[dir="ltr"] .bs-popover-bottom {
    margin-top: 1rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="left"],
[dir="ltr"] .bs-popover-left {
    margin-right: 1rem;
}
[dir="ltr"] .img-fluid {
    width: 100%;
    max-width: none;
}
[dir="ltr"] .page-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    border-left: none;
    border-top: none;
    border-bottom: none;
    display: flex;
    align-items: center;
    line-height: 1.25 !important;
}
[dir="ltr"] .page-link:focus,
[dir="ltr"] .page-link:hover {
    text-decoration: none;
}
[dir="ltr"] .page-item:last-of-type .page-link {
    border-right: none;
}
[dir="ltr"] .page-link .material-icons {
    line-height: 1rem;
}
[dir="ltr"] .pagination {
    position: relative;
    z-index: 0;
}
[dir="ltr"] .pagination:last-child {
    margin-bottom: 0;
}
[dir="ltr"] .rating,
[dir="ltr"] .rating__item {
    display: flex;
    align-items: center;
}
[dir="ltr"] .rating__item {
    color: #f9c32c;
}
[dir="ltr"] .rating .material-icons {
    font-size: 1rem;
}
[dir="ltr"] .rating-24 .material-icons {
    font-size: 1.5rem;
}
[dir="ltr"] .rating-32 .material-icons {
    font-size: 2rem;
}
[dir="ltr"] .table tbody td,
[dir="ltr"] .table thead th {
    vertical-align: middle;
    line-height: 1.2;
}
[dir="ltr"] .table-nowrap td,
[dir="ltr"] .table-nowrap th {
    white-space: nowrap;
}
[dir="ltr"] .table .sort {
    color: inherit;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
[dir="ltr"] .table .sort:after {
    margin-left: 0.5rem;
    content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='rgba(48, 56, 64, 0.54)'/></svg>");
}
[dir="ltr"] .table .sort.asc,
[dir="ltr"] .table .sort.desc {
    color: #303840;
    text-decoration: underline;
}
[dir="ltr"] .table .sort + .sort {
    margin-left: 1rem;
}
[dir="ltr"] .table--elevated {
    box-shadow: 0 3px 3px -2px rgba(48, 56, 64, 0.2), 0 3px 4px 0 rgba(48, 56, 64, 0.14), 0 1px 8px 0 rgba(48, 56, 64, 0.12);
}
[dir="ltr"] .table-flush {
    margin-bottom: 0;
}
[dir="ltr"] .table-flush thead th {
    border-top: 0;
}
[dir="ltr"] .list-group {
    margin-bottom: 1rem;
    box-shadow: 0 2px 1px -1px rgba(48, 56, 64, 0.2), 0 1px 1px 0 rgba(48, 56, 64, 0.14), 0 1px 3px 0 rgba(48, 56, 64, 0.12);
    border-radius: 0.25rem;
}
[dir="ltr"] .list-group-flush {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
[dir="ltr"] .list-group-flush > .list-group-item:not(.active) {
    background: none;
}
[dir="ltr"] .list-group-flush > .list-group-item:first-child {
    border-top: 0;
}
[dir="ltr"] .list-group-flush > .list-group-item:last-child {
    border-bottom: 0;
}
[dir="ltr"] .list-group-item.active a {
    color: inherit;
}
[dir="ltr"] .media-left,
[dir="ltr"] .media-right {
    display: flex;
    flex-direction: column;
}
[dir="ltr"] .media-left {
    margin-right: 0.5rem;
}
[dir="ltr"] .media-right {
    margin-left: 0.5rem;
}
[dir="ltr"] .media-body {
    flex: 1 1 0%;
}
[dir="ltr"] .media {
    display: flex;
    flex-flow: row wrap;
}
@media (max-width: 373.98px) {
    [dir="ltr"] .media-stack-xs {
        flex-direction: column;
    }
    [dir="ltr"] .media-stack-xs .media-left {
        width: 100% !important;
        margin: 0 0 1rem;
    }
}
@media (max-width: 412.98px) {
    [dir="ltr"] .media-stack-i8 {
        flex-direction: column;
    }
    [dir="ltr"] .media-stack-i8 .media-left {
        width: 100% !important;
        margin: 0 0 1rem;
    }
}
@media (max-width: 575.98px) {
    [dir="ltr"] .media-stack-i8-plus {
        flex-direction: column;
    }
    [dir="ltr"] .media-stack-i8-plus .media-left {
        width: 100% !important;
        margin: 0 0 1rem;
    }
}
@media (max-width: 767.98px) {
    [dir="ltr"] .media-stack-sm {
        flex-direction: column;
    }
    [dir="ltr"] .media-stack-sm .media-left {
        width: 100% !important;
        margin: 0 0 1rem;
    }
}
@media (max-width: 991.98px) {
    [dir="ltr"] .media-stack-md {
        flex-direction: column;
    }
    [dir="ltr"] .media-stack-md .media-left {
        width: 100% !important;
        margin: 0 0 1rem;
    }
}
@media (max-width: 1199.98px) {
    [dir="ltr"] .media-stack-lg {
        flex-direction: column;
    }
    [dir="ltr"] .media-stack-lg .media-left {
        width: 100% !important;
        margin: 0 0 1rem;
    }
}
@media (max-width: 1365.98px) {
    [dir="ltr"] .media-stack-xl {
        flex-direction: column;
    }
    [dir="ltr"] .media-stack-xl .media-left {
        width: 100% !important;
        margin: 0 0 1rem;
    }
}
[dir="ltr"] .media-stack-xxl {
    flex-direction: column;
}
[dir="ltr"] .media-stack-xxl .media-left {
    width: 100% !important;
    margin: 0 0 1rem;
}
@media (min-width: 576px) {
    [dir="ltr"] .media__thumbnail {
        width: 150px;
    }
}
[dir="ltr"] .nav-link__secondary-text {
    display: block;
    margin-top: -2px;
    font-size: 0.825rem;
}
[dir="ltr"] .nav-link {
    color: rgba(48, 56, 64, 0.5);
    display: flex;
}
[dir="ltr"] .nav--flush .nav-link {
    padding: 0;
}
[dir="ltr"] .active .nav-link,
[dir="ltr"] .nav-link.active {
    font-weight: 500;
    color: #303840;
}
[dir="ltr"] .nav-tabs--flush .nav-link {
    border: none;
}
[dir="ltr"] .nav-tabs--flush .nav-link:focus,
[dir="ltr"] .nav-tabs--flush .nav-link:hover {
    border-color: transparent;
}
[dir="ltr"] .nav-tabs--flush .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs--flush .nav-link.active {
    background-color: transparent;
}
[dir="ltr"] .nav-tabs--active-bg .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs--active-bg .nav-link.active {
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .nav-tabs--active-underline .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs--active-underline .nav-link.active {
    border: none;
    border-bottom: 4px solid #2c84dd;
}
[dir="ltr"] .card-nav {
    z-index: 0;
}
[dir="ltr"] .card-nav .nav-tabs {
    border-bottom: none;
    z-index: 2;
    position: relative;
}
[dir="ltr"] .card-nav .nav-tabs .nav-item {
    margin-bottom: 0;
}
[dir="ltr"] .card-nav .nav-tabs .nav-link:not(.active):hover {
    border-color: transparent;
}
@media (min-width: 576px) {
    [dir="ltr"] .card-nav:not(.card-nav--vertical) .nav-tabs {
        padding: 0 1rem;
    }
    [dir="ltr"] .card-nav:not(.card-nav--vertical) .tab-content {
        margin-top: -1px;
    }
}
[dir="ltr"] .card-nav--vertical .nav-tabs {
    flex-direction: column;
}
@media (max-width: 991.98px) {
    [dir="ltr"] .card-nav--vertical .nav-tabs .active {
        border-color: #ebeff2;
    }
    [dir="ltr"] .card-nav--vertical .nav-tabs {
        margin-bottom: 1rem;
    }
    [dir="ltr"] .card-nav--vertical .nav-tabs .nav-link {
        border-radius: 0.25rem;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .card-nav--vertical {
        display: flex;
        flex-direction: row;
        margin-bottom: 1rem;
    }
    [dir="ltr"] .card-nav--vertical .tab-content {
        overflow: hidden;
        margin-bottom: 0;
        flex: 1;
    }
    [dir="ltr"] .card-nav--vertical .tab-content:last-child {
        margin-left: -1px;
    }
    [dir="ltr"] .card-nav--vertical .tab-content:first-child {
        margin-right: -1px;
    }
    [dir="ltr"] .card-nav--vertical .nav-tabs {
        padding: 1rem 0;
    }
    [dir="ltr"] .card-nav--vertical .nav-tabs:last-child .nav-item.show .nav-link,
    [dir="ltr"] .card-nav--vertical .nav-tabs:last-child .nav-link.active {
        border-color: transparent transparent #f5f7fa;
    }
    [dir="ltr"] .card-nav--vertical .nav-tabs:last-child .nav-link {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    [dir="ltr"] .card-nav--vertical .nav-tabs:first-child .nav-item.show .nav-link,
    [dir="ltr"] .card-nav--vertical .nav-tabs:first-child .nav-link.active {
        border-color: transparent transparent #f5f7fa #f5f7fa;
    }
    [dir="ltr"] .card-nav--vertical .nav-tabs:first-child .nav-link {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}
[dir="ltr"] .nav-tabs--pill {
    border-bottom: none;
}
[dir="ltr"] .nav-tabs--pill .nav-link {
    border-radius: 0.25rem;
}
[dir="ltr"] .nav-tabs--pill .nav-item {
    margin-bottom: 0;
}
[dir="ltr"] .nav-tabs--pill .nav-item:not(:last-child) {
    margin-bottom: 5px;
}
@media (min-width: 576px) {
    [dir="ltr"] .nav-tabs--pill .nav-item {
        margin-bottom: 0 !important;
    }
    [dir="ltr"] .nav-tabs--pill .nav-item:not(:last-child) {
        margin-right: 5px;
    }
}
[dir="ltr"] .nav-tabs--inactive-dark .nav-link {
    color: #fff;
}
[dir="ltr"] .nav-tabs--inactive-dark .nav-link__secondary-text {
    color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .nav-tabs--inactive-dark .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .nav-tabs--inactive-primary .nav-link {
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .nav-tabs--inactive-primary-dark .nav-link {
    background-color: #1e6bb8;
    border-color: #1e6bb8;
}
[dir="ltr"] .nav-tabs--active-white .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs--active-white .nav-link.active {
    color: #303840;
    background-color: #fff;
    border-color: #2c84dd;
}
[dir="ltr"] .nav-tabs--active-white .nav-item.show .nav-link .nav-link__secondary-text,
[dir="ltr"] .nav-tabs--active-white .nav-link.active .nav-link__secondary-text {
    color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
    [dir="ltr"] .nav-tabs--rounded-top-md-0 .nav-link {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .nav-tabs--rounded-bottom-md-0 .nav-link {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}
[dir="ltr"] .nav-tabs--rounded-0 .nav-link,
[dir="ltr"] .nav-tabs-card .nav-link {
    border-radius: 0;
}
[dir="ltr"] .nav-tabs-card .nav-link:hover {
    color: #303840;
}
[dir="ltr"] .nav-tabs-card + .card-footer {
    border-top: none;
}
[dir="ltr"] .card-nav .tab-content > .nav-tabs-card:not(:first-child),
[dir="ltr"] .card > .nav-tabs-card:not(:first-child) {
    border-top: 1px solid #ebeff2;
}
[dir="ltr"] .dropdown-toggle:focus {
    outline: 0;
}
[dir="ltr"] [data-caret="false"]:after,
[dir="ltr"] [data-caret="false"]:before {
    display: none !important;
}
[dir="ltr"] .dropdown-menu {
    box-shadow: 0 5px 5px -3px rgba(48, 56, 64, 0.2), 0 8px 10px 1px rgba(48, 56, 64, 0.14), 0 3px 14px 2px rgba(48, 56, 64, 0.12);
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 0 !important;
    transition: opacity 0.2s cubic-bezier(0.3, 0.5, 0.5, 1), margin 0.2s cubic-bezier(0.1, 0.3, 0.8, 1), visibility 0.3s ease;
    background-clip: initial;
}
[dir="ltr"] .dropdown-menu:after,
[dir="ltr"] .dropdown-menu:before {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    content: "";
    height: 0;
    left: 10px;
    opacity: 0;
    transition: opacity 0.1s cubic-bezier(0.3, 0.5, 0.5, 1);
    position: absolute;
    top: calc(-8px + -0.5rem);
    width: 1px;
}
[dir="ltr"] .dropdown-menu:before {
    top: calc(-9px + -0.5rem);
    border-bottom-color: transparent;
}
[dir="ltr"] .dropdown-menu-right:after,
[dir="ltr"] .dropdown-menu-right:before {
    left: auto;
    right: 10px;
}
[dir="ltr"] .dropup .dropdown-menu {
    margin-bottom: 0 !important;
}
[dir="ltr"] .dropup .dropdown-menu:after,
[dir="ltr"] .dropup .dropdown-menu:before {
    top: auto;
    bottom: calc(-8px + -0.5rem);
    border-bottom-color: transparent;
    border-top-color: #fff;
}
[dir="ltr"] .dropup .dropdown-menu:before {
    bottom: calc(-9px + -0.5rem);
    border-top-color: transparent;
}
[dir="ltr"] .dropdown-menu.show,
[dir="ltr"] .show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0.5rem !important;
}
[dir="ltr"] .dropup .dropdown-menu.show,
[dir="ltr"] .dropup .show > .dropdown-menu {
    margin-bottom: 0.5rem !important;
}
[dir="ltr"] .dropdown-menu.show:after,
[dir="ltr"] .dropdown-menu.show:before,
[dir="ltr"] .show > .dropdown-menu:after,
[dir="ltr"] .show > .dropdown-menu:before {
    opacity: 1;
}
[dir="ltr"] .dropdown-item {
    display: flex;
    align-items: center;
}
[dir="ltr"] .dropdown-item > .material-icons {
    font-size: 18px;
    margin-right: 5px;
}
[dir="ltr"] .dropdown-item.active,
[dir="ltr"] .dropdown-item:active {
    color: #303840;
    font-weight: 700;
    background-color: transparent;
    position: relative;
}
[dir="ltr"] .dropdown-item.active:after,
[dir="ltr"] .dropdown-item:active:after {
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 1px;
    background-color: #2c84dd;
    content: "";
}
[dir="ltr"] .dropdown-menu .close {
    padding: 0.5rem;
    line-height: 0;
}
[dir="ltr"] .dropdown-menu-full {
    left: 0 !important;
    right: 0 !important;
}
[dir="ltr"] .dropdown-menu-caret-center {
    -webkit-transform-origin: 50% top;
    transform-origin: 50% top;
}
[dir="ltr"] .dropup .dropdown-menu-caret-center {
    -webkit-transform-origin: 50% bottom;
    transform-origin: 50% bottom;
}
[dir="ltr"] .dropdown-menu-caret-center:after,
[dir="ltr"] .dropdown-menu-caret-center:before {
    left: 50%;
    margin-left: -4px;
}
@media (max-width: 767.98px) {
    [dir="ltr"] .dropdown-full-xs {
        position: static !important;
    }
    [dir="ltr"] .dropdown-full-xs .dropdown-menu {
        width: 100%;
        border-radius: 0;
    }
    [dir="ltr"] .dropdown-full-xs .dropdown-menu:after,
    [dir="ltr"] .dropdown-full-xs .dropdown-menu:before {
        display: none;
    }
}
[dir="ltr"] .page-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}
[dir="ltr"] .page-heading .h4,
[dir="ltr"] .page-heading h4 {
    margin-bottom: 0.25rem;
}
@media (min-width: 576px) {
    [dir="ltr"] .page-heading .h4,
    [dir="ltr"] .page-heading h4 {
        margin-bottom: 0;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .page-heading {
        flex-direction: row;
        align-items: flex-end;
    }
}
[dir="ltr"] .page-headline {
    position: relative;
    padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
    [dir="ltr"] .page-headline {
        padding-bottom: 3rem;
    }
}
[dir="ltr"] .page-headline :last-child {
    margin-bottom: 0;
}
[dir="ltr"] .page-headline > :first-child {
    position: relative;
    display: inline-flex;
    margin-bottom: calc(1rem + 12px);
}
[dir="ltr"] .page-headline > :first-child:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #2c84dd;
    content: " ";
    bottom: -12px;
}
[dir="ltr"] .page-headline--title > :first-child {
    margin-bottom: 12px;
}
[dir="ltr"] .page-headline--white > :first-child:after {
    background-color: #fff;
}
[dir="ltr"] .page-separator {
    position: relative;
    color: #868e96;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
[dir="ltr"] .page-separator:before {
    content: "";
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    z-index: -1;
}
[dir="ltr"] .page-separator__text {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-flex;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    background-color: #f5f7fa;
    max-width: 90%;
}
[dir="ltr"] .page-separator__text:hover {
    text-decoration: none;
}
[dir="ltr"] .page-separator__bg-bottom {
    top: 50%;
}
[dir="ltr"] .page-separator__bg-bottom,
[dir="ltr"] .page-separator__bg-top {
    content: "";
    height: 50%;
    background-color: #f5f7fa;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -2;
}
[dir="ltr"] .page-separator__bg-top {
    bottom: 50%;
}
[dir="ltr"] .page-separator-mask {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 356px;
}
[dir="ltr"] .page-separator-mask .page-separator-mask__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 84px;
}
[dir="ltr"] .page-separator-mask .page-separator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
}
[dir="ltr"] .page-separator-mask .page-separator-mask__top {
    background-image: linear-gradient(-180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.8) 17%, hsla(0, 0%, 100%, 0.9) 32%, #fff 70%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 64px;
}
[dir="ltr"] .page-separator-mask .page-separator-mask__bottom {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
}
[dir="ltr"] .page-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
    [dir="ltr"] .page-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .page-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
[dir="ltr"] .page-nav {
    z-index: 0;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    display: block;
}
[dir="ltr"] .page-nav .page-nav__content {
    margin-left: 21px;
    padding-left: 17px;
}
[dir="ltr"] .page-nav:before {
    position: absolute;
    width: 2px;
    left: 33px;
    top: 0;
    bottom: 0;
    background-color: #ebeff2;
    content: "";
    z-index: -1;
}
[dir="ltr"] .page-nav .page-nav__menu {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    margin-left: 21px;
}
[dir="ltr"] .page-nav .page-nav__menu a {
    color: rgba(48, 56, 64, 0.7);
    position: relative;
    padding: 0 0 0 17px;
    margin-bottom: 0.5rem;
}
[dir="ltr"] .page-nav .page-nav__menu a:before {
    background-color: #d2d5d9;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #f5f7fa;
    content: "";
    left: -5px;
    top: 6px;
    position: absolute;
}
[dir="ltr"] .page-nav .page-nav__menu a.active {
    font-weight: 700;
}
[dir="ltr"] .page-nav .page-nav__menu a.active:before {
    background-color: #2c84dd;
    border-color: #fff;
}
[dir="ltr"] .page-num {
    border-radius: 100%;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #d4d4d4;
    background-color: #f5f7fa;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.414rem;
    line-height: 1.414;
    display: flex;
    align-items: center;
    justify-content: center;
}
[dir="ltr"] [href] .page-num {
    color: #303840;
}
[dir="ltr"] .page-num-container {
    margin-left: -3.25rem;
    margin-bottom: 1rem;
}
[dir="ltr"] .page-num-container .page-num {
    margin-right: 0.75rem;
    flex-shrink: 0;
}
[dir="ltr"] .page-num-container :last-child {
    margin-bottom: 0;
}
[dir="ltr"] .page-num-timeline {
    position: relative;
    z-index: 0;
}
[dir="ltr"] .page-num-timeline:after {
    content: "";
    width: 0.3125rem;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: #ebeff2;
    z-index: -1;
    margin-left: -0.15625rem;
}
[dir="ltr"] .page-num-timeline__item {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
[dir="ltr"] .page-num-timeline__item-tip {
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    border-radius: 100%;
    background-color: #d2d5d9;
    border: 2px solid #f5f7fa;
    margin-bottom: 5px !important;
}
[dir="ltr"] .page-num-timeline__item-current {
    margin-top: 0.75rem !important;
}
[dir="ltr"] .page-num-timeline__item-current .page-num {
    background-color: #2c84dd;
    color: #9cf;
    width: 4rem;
    height: 4rem;
    border: none;
}
[dir="ltr"] .page-num-timeline__item-current .page-num-timeline__item-tip {
    position: absolute;
    top: -0.375rem;
    left: 50%;
    margin-left: -0.375rem;
    border-color: #fff;
    background-color: #2c84dd;
}
[dir="ltr"] .page-num-timeline__item.active .page-num-timeline__item-tip {
    border-color: #9cf;
    background-color: #2c84dd;
}
@media (min-width: 576px) {
    [dir="ltr"] .page-num-timeline {
        margin-top: -0.375rem;
    }
    [dir="ltr"] .page-num-timeline__item {
        margin: 0 1rem;
    }
    [dir="ltr"] .page-num-timeline:after {
        width: 100%;
        height: 0.3125rem;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: 0.375rem;
        margin-left: 0;
    }
}
[dir="ltr"] .progression-bar {
    display: flex;
    color: rgba(48, 56, 64, 0.5);
    flex-direction: column;
    align-items: center;
}
[dir="ltr"] .progression-bar__item {
    text-align: center;
    position: relative;
    z-index: 0;
    color: inherit;
}
[dir="ltr"] .progression-bar__item,
[dir="ltr"] .progression-bar__item-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 1 0%;
}
[dir="ltr"] .progression-bar__item:not(:last-child) {
    padding-bottom: 15px;
}
[dir="ltr"] .progression-bar__item[href]:hover {
    text-decoration: none;
    color: inherit;
}
[dir="ltr"] .progression-bar__item:after,
[dir="ltr"] .progression-bar__item:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #f2f2f2;
    width: 2px;
    top: 0;
    left: 50%;
    height: 100%;
    margin-left: -1px;
}
[dir="ltr"] .progression-bar__item:before {
    display: none;
}
[dir="ltr"] .progression-bar__item-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #f2f2f2;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 5px;
}
[dir="ltr"] .progression-bar__item-icon,
[dir="ltr"] .progression-bar__item-text {
    color: inherit;
    background-color: #fff;
}
[dir="ltr"] .progression-bar__item-icon:not(.progression-bar__item--disabled),
[dir="ltr"] .progression-bar__item-text:not(.progression-bar__item--disabled) {
    cursor: pointer;
}
[dir="ltr"] .progression-bar__item--complete:after {
    background-color: rgba(48, 56, 64, 0.7);
}
[dir="ltr"] .progression-bar__item--complete {
    color: rgba(48, 56, 64, 0.7);
}
[dir="ltr"] .progression-bar__item--complete .progression-bar__item-icon {
    border-color: rgba(48, 56, 64, 0.7);
}
[dir="ltr"] .progression-bar__item--active {
    color: #303840;
}
[dir="ltr"] .progression-bar__item--active:not(:last-child):after {
    height: 50%;
}
[dir="ltr"] .progression-bar__item--active:not(:last-child):before {
    display: block;
}
[dir="ltr"] .progression-bar--active-primary .progression-bar__item--active .progression-bar__item-icon {
    background-color: #2c84dd;
    border-color: #2c84dd;
    color: #fff;
}
[dir="ltr"] .progression-bar--active-secondary .progression-bar__item--active .progression-bar__item-icon {
    background-color: #868e96;
    border-color: #868e96;
    color: #fff;
}
[dir="ltr"] .progression-bar--active-success .progression-bar__item--active .progression-bar__item-icon {
    background-color: #77c13a;
    border-color: #77c13a;
    color: #fff;
}
[dir="ltr"] .progression-bar--active-info .progression-bar__item--active .progression-bar__item-icon {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}
[dir="ltr"] .progression-bar--active-warning .progression-bar__item--active .progression-bar__item-icon {
    background-color: #f98437;
    border-color: #f98437;
    color: #fff;
}
[dir="ltr"] .progression-bar--active-danger .progression-bar__item--active .progression-bar__item-icon {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
[dir="ltr"] .progression-bar--active-light .progression-bar__item--active .progression-bar__item-icon {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #fff;
}
[dir="ltr"] .progression-bar--active-dark .progression-bar__item--active .progression-bar__item-icon {
    background-color: #1d2126;
    border-color: #1d2126;
    color: #fff;
}
[dir="ltr"] .progression-bar--active-accent .progression-bar__item--active .progression-bar__item-icon {
    background-color: #ed0b4c;
    border-color: #ed0b4c;
    color: #fff;
}
[dir="ltr"] .progression-bar--active-primary-light .progression-bar__item--active .progression-bar__item-icon {
    background-color: #9cf;
    border-color: #9cf;
    color: #fff;
}
@media (min-width: 576px) {
    [dir="ltr"] .progression-bar {
        flex-direction: row;
        align-items: start;
    }
    [dir="ltr"] .progression-bar__item {
        padding-bottom: 0 !important;
    }
    [dir="ltr"] .progression-bar__item:first-child {
        align-items: flex-start;
    }
    [dir="ltr"] .progression-bar__item:last-child {
        align-items: flex-end;
    }
    [dir="ltr"] .progression-bar__item:after,
    [dir="ltr"] .progression-bar__item:before {
        left: 0;
        top: 12px;
        height: 2px !important;
        width: 100%;
        margin-left: 0;
    }
    [dir="ltr"] .progression-bar__item--active:not(:last-child):after {
        width: 50%;
    }
    [dir="ltr"] .progression-bar__item--active:not(:last-child):before {
        display: block;
    }
}
[dir="ltr"] code.django .hljs-template-tag {
    color: #ed0b4c;
}
[dir="ltr"] .tooltip-inner {
    box-shadow: 0 2px 1px -1px rgba(48, 56, 64, 0.2), 0 1px 1px 0 rgba(48, 56, 64, 0.14), 0 1px 3px 0 rgba(48, 56, 64, 0.12);
}
[dir="ltr"] .chip {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.25rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 100px;
}
[dir="ltr"] .chip + .chip {
    margin-left: 0.5rem;
}
[dir="ltr"] .chip-primary {
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .chip-primary:hover {
    color: #fff;
    background-color: #1f71c3;
    border-color: #1e6bb8;
}
[dir="ltr"] .chip-primary.focus,
[dir="ltr"] .chip-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 150, 226, 0.5);
}
[dir="ltr"] .chip-primary.disabled,
[dir="ltr"] .chip-primary:disabled {
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .chip-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-primary.dropdown-toggle {
    color: #fff;
    background-color: #1e6bb8;
    border-color: #1c64ad;
}
[dir="ltr"] .chip-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 150, 226, 0.5);
}
[dir="ltr"] .chip-outline-primary {
    color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .chip-outline-primary:hover {
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .chip-outline-primary.focus,
[dir="ltr"] .chip-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 132, 221, 0.5);
}
[dir="ltr"] .chip-outline-primary.disabled,
[dir="ltr"] .chip-outline-primary:disabled {
    color: #2c84dd;
    background-color: transparent;
}
[dir="ltr"] .chip-outline-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #2c84dd;
    border-color: #2c84dd;
}
[dir="ltr"] .chip-outline-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 132, 221, 0.5);
}
[dir="ltr"] .chip-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .chip-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}
[dir="ltr"] .chip-secondary.focus,
[dir="ltr"] .chip-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}
[dir="ltr"] .chip-secondary.disabled,
[dir="ltr"] .chip-secondary:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .chip-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
}
[dir="ltr"] .chip-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}
[dir="ltr"] .chip-outline-secondary {
    color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .chip-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .chip-outline-secondary.focus,
[dir="ltr"] .chip-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
[dir="ltr"] .chip-outline-secondary.disabled,
[dir="ltr"] .chip-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}
[dir="ltr"] .chip-outline-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
[dir="ltr"] .chip-outline-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
[dir="ltr"] .chip-success {
    color: #212529;
    background-color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .chip-success:hover {
    color: #fff;
    background-color: #65a431;
    border-color: #5f9a2e;
}
[dir="ltr"] .chip-success.focus,
[dir="ltr"] .chip-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(106, 170, 55, 0.5);
}
[dir="ltr"] .chip-success.disabled,
[dir="ltr"] .chip-success:disabled {
    color: #212529;
    background-color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .chip-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-success.dropdown-toggle {
    color: #fff;
    background-color: #5f9a2e;
    border-color: #59902b;
}
[dir="ltr"] .chip-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(106, 170, 55, 0.5);
}
[dir="ltr"] .chip-outline-success {
    color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .chip-outline-success:hover {
    color: #212529;
    background-color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .chip-outline-success.focus,
[dir="ltr"] .chip-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 193, 58, 0.5);
}
[dir="ltr"] .chip-outline-success.disabled,
[dir="ltr"] .chip-outline-success:disabled {
    color: #77c13a;
    background-color: transparent;
}
[dir="ltr"] .chip-outline-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #77c13a;
    border-color: #77c13a;
}
[dir="ltr"] .chip-outline-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 193, 58, 0.5);
}
[dir="ltr"] .chip-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .chip-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
[dir="ltr"] .chip-info.focus,
[dir="ltr"] .chip-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
[dir="ltr"] .chip-info.disabled,
[dir="ltr"] .chip-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .chip-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
[dir="ltr"] .chip-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
[dir="ltr"] .chip-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .chip-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .chip-outline-info.focus,
[dir="ltr"] .chip-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
[dir="ltr"] .chip-outline-info.disabled,
[dir="ltr"] .chip-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
[dir="ltr"] .chip-outline-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
[dir="ltr"] .chip-outline-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
[dir="ltr"] .chip-warning {
    color: #212529;
    background-color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .chip-warning:hover {
    color: #fff;
    background-color: #f86d12;
    border-color: #f66607;
}
[dir="ltr"] .chip-warning.focus,
[dir="ltr"] .chip-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 118, 53, 0.5);
}
[dir="ltr"] .chip-warning.disabled,
[dir="ltr"] .chip-warning:disabled {
    color: #212529;
    background-color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .chip-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-warning.dropdown-toggle {
    color: #fff;
    background-color: #f66607;
    border-color: #e96107;
}
[dir="ltr"] .chip-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 118, 53, 0.5);
}
[dir="ltr"] .chip-outline-warning {
    color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .chip-outline-warning:hover {
    color: #212529;
    background-color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .chip-outline-warning.focus,
[dir="ltr"] .chip-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 132, 55, 0.5);
}
[dir="ltr"] .chip-outline-warning.disabled,
[dir="ltr"] .chip-outline-warning:disabled {
    color: #f98437;
    background-color: transparent;
}
[dir="ltr"] .chip-outline-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f98437;
    border-color: #f98437;
}
[dir="ltr"] .chip-outline-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 132, 55, 0.5);
}
[dir="ltr"] .chip-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .chip-danger:hover {
    color: #fff;
    background-color: #d23430;
    border-color: #c9302c;
}
[dir="ltr"] .chip-danger.focus,
[dir="ltr"] .chip-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5);
}
[dir="ltr"] .chip-danger.disabled,
[dir="ltr"] .chip-danger:disabled {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .chip-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #bf2e29;
}
[dir="ltr"] .chip-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5);
}
[dir="ltr"] .chip-outline-danger {
    color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .chip-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .chip-outline-danger.focus,
[dir="ltr"] .chip-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}
[dir="ltr"] .chip-outline-danger.disabled,
[dir="ltr"] .chip-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent;
}
[dir="ltr"] .chip-outline-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
[dir="ltr"] .chip-outline-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}
[dir="ltr"] .chip-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .chip-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
[dir="ltr"] .chip-light.focus,
[dir="ltr"] .chip-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
[dir="ltr"] .chip-light.disabled,
[dir="ltr"] .chip-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .chip-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
[dir="ltr"] .chip-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
[dir="ltr"] .chip-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .chip-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .chip-outline-light.focus,
[dir="ltr"] .chip-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
[dir="ltr"] .chip-outline-light.disabled,
[dir="ltr"] .chip-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
[dir="ltr"] .chip-outline-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
[dir="ltr"] .chip-outline-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
[dir="ltr"] .chip-dark {
    color: #fff;
    background-color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .chip-dark:hover {
    color: #fff;
    background-color: #0c0e10;
    border-color: #070809;
}
[dir="ltr"] .chip-dark.focus,
[dir="ltr"] .chip-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 66, 71, 0.5);
}
[dir="ltr"] .chip-dark.disabled,
[dir="ltr"] .chip-dark:disabled {
    color: #fff;
    background-color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .chip-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-dark.dropdown-toggle {
    color: #fff;
    background-color: #070809;
    border-color: #010202;
}
[dir="ltr"] .chip-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 66, 71, 0.5);
}
[dir="ltr"] .chip-outline-dark {
    color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .chip-outline-dark:hover {
    color: #fff;
    background-color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .chip-outline-dark.focus,
[dir="ltr"] .chip-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 33, 38, 0.5);
}
[dir="ltr"] .chip-outline-dark.disabled,
[dir="ltr"] .chip-outline-dark:disabled {
    color: #1d2126;
    background-color: transparent;
}
[dir="ltr"] .chip-outline-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2126;
    border-color: #1d2126;
}
[dir="ltr"] .chip-outline-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 33, 38, 0.5);
}
[dir="ltr"] .chip-accent {
    color: #fff;
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .chip-accent:hover {
    color: #fff;
    background-color: #c80940;
    border-color: #bc093c;
}
[dir="ltr"] .chip-accent.focus,
[dir="ltr"] .chip-accent:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .chip-accent.disabled,
[dir="ltr"] .chip-accent:disabled {
    color: #fff;
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .chip-accent:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-accent:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-accent.dropdown-toggle {
    color: #fff;
    background-color: #bc093c;
    border-color: #b00838;
}
[dir="ltr"] .chip-accent:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-accent:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-accent.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .chip-outline-accent {
    color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .chip-outline-accent:hover {
    color: #fff;
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .chip-outline-accent.focus,
[dir="ltr"] .chip-outline-accent:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .chip-outline-accent.disabled,
[dir="ltr"] .chip-outline-accent:disabled {
    color: #ed0b4c;
    background-color: transparent;
}
[dir="ltr"] .chip-outline-accent:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-accent:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-accent.dropdown-toggle {
    color: #fff;
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}
[dir="ltr"] .chip-outline-accent:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-accent:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-accent.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .chip-primary-light {
    color: #212529;
    background-color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .chip-primary-light:hover {
    color: #212529;
    background-color: #73b9ff;
    border-color: #66b3ff;
}
[dir="ltr"] .chip-primary-light.focus,
[dir="ltr"] .chip-primary-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 179, 223, 0.5);
}
[dir="ltr"] .chip-primary-light.disabled,
[dir="ltr"] .chip-primary-light:disabled {
    color: #212529;
    background-color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .chip-primary-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-primary-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-primary-light.dropdown-toggle {
    color: #212529;
    background-color: #66b3ff;
    border-color: #59acff;
}
[dir="ltr"] .chip-primary-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-primary-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-primary-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 179, 223, 0.5);
}
[dir="ltr"] .chip-outline-primary-light {
    color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .chip-outline-primary-light:hover {
    color: #212529;
    background-color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .chip-outline-primary-light.focus,
[dir="ltr"] .chip-outline-primary-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 255, 0.5);
}
[dir="ltr"] .chip-outline-primary-light.disabled,
[dir="ltr"] .chip-outline-primary-light:disabled {
    color: #9cf;
    background-color: transparent;
}
[dir="ltr"] .chip-outline-primary-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-primary-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-primary-light.dropdown-toggle {
    color: #212529;
    background-color: #9cf;
    border-color: #9cf;
}
[dir="ltr"] .chip-outline-primary-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-primary-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-primary-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 255, 0.5);
}
[dir="ltr"] .brand {
    font-size: 1.625rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1.231;
}
[dir="ltr"] .brand-icon {
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: sub;
}
[dir="ltr"] .carousel-card .carousel-control-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 3px 1px -2px rgba(48, 56, 64, 0.2), 0 2px 2px 0 rgba(48, 56, 64, 0.14), 0 1px 5px 0 rgba(48, 56, 64, 0.12);
    color: #303840;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
[dir="ltr"] .carousel-card .carousel-control-next,
[dir="ltr"] .carousel-card .carousel-control-prev {
    width: 2.5rem;
    opacity: 1;
}
[dir="ltr"] .carousel-card .carousel-control-prev {
    left: -1.25rem;
}
[dir="ltr"] .carousel-card .carousel-control-next {
    right: -1.25rem;
}
[dir="ltr"] .navbar {
    min-height: 64px;
}
[dir="ltr"] .navbar,
[dir="ltr"] .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
[dir="ltr"] .navbar-brand {
    font-size: 1.625rem;
    font-weight: 500;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
}
[dir="ltr"] .navbar-brand-icon {
    margin-right: 0.5rem;
}
[dir="ltr"] .navbar-divider {
    width: 1px;
    height: 64px;
    background: hsla(0, 0%, 100%, 0.24);
    margin-left: 1rem;
    margin-right: 1rem;
}
[dir="ltr"] .navbar-nav .nav-link {
    font-size: 1.0625rem;
    font-weight: 500;
    position: relative;
    padding: 0;
}
[dir="ltr"] .navbar-nav .dropdown-menu {
    position: absolute;
}
[dir="ltr"] .navbar-toggler {
    border: none;
    width: 64px;
    height: 64px;
    padding: 0;
    text-align: center;
    display: inline-block;
}
[dir="ltr"] .navbar-toggler-right {
    order: 1;
}
@media (max-width: 767.98px) {
    [dir="ltr"] .navbar .container {
        max-width: none;
    }
}
@media (max-width: 373.98px) {
    [dir="ltr"] .navbar-expand-i8 > .container-fluid .navbar-brand,
    [dir="ltr"] .navbar-expand-i8 > .container .navbar-brand {
        padding-left: 1rem;
    }
    [dir="ltr"] .navbar-expand-i8.navbar-list {
        height: auto;
    }
    [dir="ltr"] .navbar-expand-i8.navbar-list .navbar-list__item {
        padding: 1rem;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-i8.navbar-list.navbar-light .navbar-list__item:not(:last-child) {
        border-bottom: 1px solid #ebeff2;
    }
}
@media (min-width: 374px) {
    [dir="ltr"] .navbar-expand-i8 .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    [dir="ltr"] .navbar-expand-i8 .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    [dir="ltr"] .navbar-expand-i8 .navbar-nav + .navbar-nav,
    [dir="ltr"] .navbar-expand-i8 .navbar-nav .nav-item + .nav-item,
    [dir="ltr"] .navbar-expand-i8 .navbar-nav .nav-link + .nav-link {
        margin-left: 1.5rem;
    }
    [dir="ltr"] .navbar-expand-i8 .navbar-list__content {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-i8 .navbar-collapse__content {
        display: flex;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-i8 .navbar-collapse__content .navbar-nav {
        align-items: center;
    }
}
@media (max-width: 412.98px) {
    [dir="ltr"] .navbar-expand-i8-plus > .container-fluid .navbar-brand,
    [dir="ltr"] .navbar-expand-i8-plus > .container .navbar-brand {
        padding-left: 1rem;
    }
    [dir="ltr"] .navbar-expand-i8-plus.navbar-list {
        height: auto;
    }
    [dir="ltr"] .navbar-expand-i8-plus.navbar-list .navbar-list__item {
        padding: 1rem;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-i8-plus.navbar-list.navbar-light .navbar-list__item:not(:last-child) {
        border-bottom: 1px solid #ebeff2;
    }
}
@media (min-width: 413px) {
    [dir="ltr"] .navbar-expand-i8-plus .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    [dir="ltr"] .navbar-expand-i8-plus .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    [dir="ltr"] .navbar-expand-i8-plus .navbar-nav + .navbar-nav,
    [dir="ltr"] .navbar-expand-i8-plus .navbar-nav .nav-item + .nav-item,
    [dir="ltr"] .navbar-expand-i8-plus .navbar-nav .nav-link + .nav-link {
        margin-left: 1.5rem;
    }
    [dir="ltr"] .navbar-expand-i8-plus .navbar-list__content {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-i8-plus .navbar-collapse__content {
        display: flex;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-i8-plus .navbar-collapse__content .navbar-nav {
        align-items: center;
    }
}
@media (max-width: 575.98px) {
    [dir="ltr"] .navbar-expand-sm > .container-fluid .navbar-brand,
    [dir="ltr"] .navbar-expand-sm > .container .navbar-brand {
        padding-left: 1rem;
    }
    [dir="ltr"] .navbar-expand-sm.navbar-list {
        height: auto;
    }
    [dir="ltr"] .navbar-expand-sm.navbar-list .navbar-list__item {
        padding: 1rem;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-sm.navbar-list.navbar-light .navbar-list__item:not(:last-child) {
        border-bottom: 1px solid #ebeff2;
    }
}
@media (min-width: 576px) {
    [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    [dir="ltr"] .navbar-expand-sm .navbar-nav + .navbar-nav,
    [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-item + .nav-item,
    [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-link + .nav-link {
        margin-left: 1.5rem;
    }
    [dir="ltr"] .navbar-expand-sm .navbar-list__content {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-sm .navbar-collapse__content {
        display: flex;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-sm .navbar-collapse__content .navbar-nav {
        align-items: center;
    }
}
@media (max-width: 767.98px) {
    [dir="ltr"] .navbar-expand-md > .container-fluid .navbar-brand,
    [dir="ltr"] .navbar-expand-md > .container .navbar-brand {
        padding-left: 1rem;
    }
    [dir="ltr"] .navbar-expand-md.navbar-list {
        height: auto;
    }
    [dir="ltr"] .navbar-expand-md.navbar-list .navbar-list__item {
        padding: 1rem;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-md.navbar-list.navbar-light .navbar-list__item:not(:last-child) {
        border-bottom: 1px solid #ebeff2;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .navbar-expand-md .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    [dir="ltr"] .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    [dir="ltr"] .navbar-expand-md .navbar-nav + .navbar-nav,
    [dir="ltr"] .navbar-expand-md .navbar-nav .nav-item + .nav-item,
    [dir="ltr"] .navbar-expand-md .navbar-nav .nav-link + .nav-link {
        margin-left: 1.5rem;
    }
    [dir="ltr"] .navbar-expand-md .navbar-list__content {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-md .navbar-collapse__content {
        display: flex;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-md .navbar-collapse__content .navbar-nav {
        align-items: center;
    }
}
@media (max-width: 991.98px) {
    [dir="ltr"] .navbar-expand-lg > .container-fluid .navbar-brand,
    [dir="ltr"] .navbar-expand-lg > .container .navbar-brand {
        padding-left: 1rem;
    }
    [dir="ltr"] .navbar-expand-lg.navbar-list {
        height: auto;
    }
    [dir="ltr"] .navbar-expand-lg.navbar-list .navbar-list__item {
        padding: 1rem;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-lg.navbar-list.navbar-light .navbar-list__item:not(:last-child) {
        border-bottom: 1px solid #ebeff2;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    [dir="ltr"] .navbar-expand-lg .navbar-nav + .navbar-nav,
    [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-item + .nav-item,
    [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-link + .nav-link {
        margin-left: 1.5rem;
    }
    [dir="ltr"] .navbar-expand-lg .navbar-list__content {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-lg .navbar-collapse__content {
        display: flex;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-lg .navbar-collapse__content .navbar-nav {
        align-items: center;
    }
}
@media (max-width: 1199.98px) {
    [dir="ltr"] .navbar-expand-xl > .container-fluid .navbar-brand,
    [dir="ltr"] .navbar-expand-xl > .container .navbar-brand {
        padding-left: 1rem;
    }
    [dir="ltr"] .navbar-expand-xl.navbar-list {
        height: auto;
    }
    [dir="ltr"] .navbar-expand-xl.navbar-list .navbar-list__item {
        padding: 1rem;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-xl.navbar-list.navbar-light .navbar-list__item:not(:last-child) {
        border-bottom: 1px solid #ebeff2;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    [dir="ltr"] .navbar-expand-xl .navbar-nav + .navbar-nav,
    [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-item + .nav-item,
    [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-link + .nav-link {
        margin-left: 1.5rem;
    }
    [dir="ltr"] .navbar-expand-xl .navbar-list__content {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-xl .navbar-collapse__content {
        display: flex;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-xl .navbar-collapse__content .navbar-nav {
        align-items: center;
    }
}
@media (max-width: 1365.98px) {
    [dir="ltr"] .navbar-expand-xxl > .container-fluid .navbar-brand,
    [dir="ltr"] .navbar-expand-xxl > .container .navbar-brand {
        padding-left: 1rem;
    }
    [dir="ltr"] .navbar-expand-xxl.navbar-list {
        height: auto;
    }
    [dir="ltr"] .navbar-expand-xxl.navbar-list .navbar-list__item {
        padding: 1rem;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-xxl.navbar-list.navbar-light .navbar-list__item:not(:last-child) {
        border-bottom: 1px solid #ebeff2;
    }
}
@media (min-width: 1366px) {
    [dir="ltr"] .navbar-expand-xxl .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    [dir="ltr"] .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    [dir="ltr"] .navbar-expand-xxl .navbar-nav + .navbar-nav,
    [dir="ltr"] .navbar-expand-xxl .navbar-nav .nav-item + .nav-item,
    [dir="ltr"] .navbar-expand-xxl .navbar-nav .nav-link + .nav-link {
        margin-left: 1.5rem;
    }
    [dir="ltr"] .navbar-expand-xxl .navbar-list__content {
        flex-direction: row;
    }
    [dir="ltr"] .navbar-expand-xxl .navbar-collapse__content {
        display: flex;
        width: 100%;
    }
    [dir="ltr"] .navbar-expand-xxl .navbar-collapse__content .navbar-nav {
        align-items: center;
    }
}
[dir="ltr"] .navbar-expand > .container-fluid .navbar-brand,
[dir="ltr"] .navbar-expand > .container .navbar-brand {
    padding-left: 1rem;
}
[dir="ltr"] .navbar-expand.navbar-list {
    height: auto;
}
[dir="ltr"] .navbar-expand.navbar-list .navbar-list__item {
    padding: 1rem;
    width: 100%;
}
[dir="ltr"] .navbar-expand.navbar-list.navbar-light .navbar-list__item:not(:last-child) {
    border-bottom: 1px solid #ebeff2;
}
[dir="ltr"] .navbar-expand .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}
[dir="ltr"] .navbar-expand .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}
[dir="ltr"] .navbar-expand .navbar-nav + .navbar-nav,
[dir="ltr"] .navbar-expand .navbar-nav .nav-item + .nav-item,
[dir="ltr"] .navbar-expand .navbar-nav .nav-link + .nav-link {
    margin-left: 1.5rem;
}
[dir="ltr"] .navbar-expand .navbar-list__content {
    flex-direction: row;
}
[dir="ltr"] .navbar-expand .navbar-collapse__content {
    display: flex;
    width: 100%;
}
[dir="ltr"] .navbar-expand .navbar-collapse__content .navbar-nav {
    align-items: center;
}
@media (min-width: 576px) {
    [dir="ltr"] .navbar-nav .nav-link.active:before,
    [dir="ltr"] .navbar-nav > .active > .nav-link:before {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background-color: #2c84dd;
        content: " ";
        bottom: -3px;
    }
}
@media (max-width: 373.98px) {
    [dir="ltr"] .navbar-collapse__content {
        padding: 1rem;
    }
    [dir="ltr"] .navbar-collapse .navbar-nav + .navbar-nav {
        margin-top: 1rem;
    }
}
[dir="ltr"] .navbar-list {
    padding-left: 0;
    padding-right: 0;
}
[dir="ltr"] .navbar-list__content {
    display: flex;
    flex-direction: column;
}
[dir="ltr"] .navbar-list__item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
[dir="ltr"] .navbar-submenu {
    background: #fff;
    border-bottom: 2px solid #ebeff2;
}
@media (max-width: 373.98px) {
    [dir="ltr"] .navbar-submenu .navbar-collapse {
        border-bottom: 2px solid #ebeff2;
    }
}
[dir="ltr"] .navbar-light .navbar-collapse {
    background-color: #fff;
}
@media (max-width: 373.98px) {
    [dir="ltr"] .navbar-light .navbar-collapse {
        border-top: 1px solid #ebeff2;
    }
}
[dir="ltr"] .navbar-mini {
    min-height: 40px;
}
[dir="ltr"] .navbar-mini .navbar-nav .nav-link {
    font-size: 0.8rem;
    font-weight: 400;
}
[dir="ltr"] .navbar-mini .navbar-nav > .active > .nav-link:before {
    display: none;
}
[dir="ltr"] .mr-navbar-x {
    margin-right: 1rem;
}
[dir="ltr"] .bg-primary .navbar-dark .navbar-toggler {
    color: #fff;
}
[dir="ltr"] .navbar .ps {
    padding-top: 3px;
    padding-bottom: 3px;
}
[dir="ltr"] .navbar .ps .nav {
    flex-wrap: nowrap;
}
@media (min-width: 768px) {
    [dir="ltr"] .layout-navbar-mini-fixed-bottom {
        padding-bottom: 40px !important;
    }
}
[dir="ltr"] .navbar-dark-white .navbar-brand,
[dir="ltr"] .navbar-dark-white .navbar-brand:focus,
[dir="ltr"] .navbar-dark-white .navbar-brand:hover {
    color: #fff;
}
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link:hover {
    color: #fff;
}
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
[dir="ltr"] .navbar-dark-white .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-dark-white .navbar-nav .show > .nav-link {
    color: #fff;
}
@media (min-width: 576px) {
    [dir="ltr"] .navbar-dark-white .navbar-nav .active > .nav-link:before,
    [dir="ltr"] .navbar-dark-white .navbar-nav .nav-link.active:before,
    [dir="ltr"] .navbar-dark-white .navbar-nav .nav-link.show:before,
    [dir="ltr"] .navbar-dark-white .navbar-nav .show > .nav-link:before {
        background-color: #fff;
    }
}
[dir="ltr"] .navbar-dark-white .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.7);
    border-color: hsla(0, 0%, 100%, 0.1);
}
[dir="ltr"] .navbar-dark-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23858D94' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
[dir="ltr"] .navbar-dark-white .navbar-text {
    color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-dark-white .navbar-text a,
[dir="ltr"] .navbar-dark-white .navbar-text a:focus,
[dir="ltr"] .navbar-dark-white .navbar-text a:hover {
    color: #fff;
}
[dir="ltr"] .mdk-header {
    margin-bottom: 1rem;
    height: auto;
}
[dir="ltr"] .mdk-header--shadow:after {
    box-shadow: inset 0 5px 6px -3px rgba(48, 56, 64, 0.4);
}
[dir="ltr"] .mdk-header__bg-front {
    background-position: 50%;
}
[dir="ltr"] .mdk-header__bg-front:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
[dir="ltr"] .mdk-header__content {
    display: flex;
    flex-direction: column;
}
[dir="ltr"] .mdk-header--bg-dark .mdk-header__bg-front:after {
    background-color: rgba(29, 33, 38, 0.9);
}
[dir="ltr"] .mdk-header--bg-light .mdk-header__bg-front:after {
    background-color: hsla(0, 0%, 100%, 0.65);
}
[dir="ltr"] .mdk-header--bg-primary .mdk-header__bg-front:after {
    background-color: rgba(44, 132, 221, 0.9);
}
[dir="ltr"] .mdk-header--bg-gradient-primary .mdk-header__bg-front:after {
    background-image: linear-gradient(128deg, #1e6dbd, #3287db);
    opacity: 0.9;
}
[dir="ltr"] .mdk-header--bg-gradient-purple .mdk-header__bg-front:after {
    background-image: linear-gradient(-128deg, #8a4182, #3289dc);
    opacity: 0.9;
}
@media (min-width: 992px) {
    [dir="ltr"] .hero .h1,
    [dir="ltr"] .hero h1 {
        font-size: 3.998rem;
        font-weight: 700;
        line-height: 1.25;
    }
    [dir="ltr"] .hero .lead,
    [dir="ltr"] .hero__lead {
        font-size: 1.414rem;
        line-height: 1.414;
    }
    [dir="ltr"] .hero .lead:not(:last-child),
    [dir="ltr"] .hero__lead:not(:last-child) {
        margin-bottom: 2rem;
    }
}
[dir="ltr"] .mdk-box__bg-front {
    background-position: 50%;
}
[dir="ltr"] .mdk-box__bg-front:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
[dir="ltr"] .mdk-box--bg-dark .mdk-box__bg-front:after {
    background-color: rgba(29, 33, 38, 0.9);
}
[dir="ltr"] .mdk-box--bg-gradient-primary .mdk-box__bg-front:after {
    background-image: linear-gradient(128deg, #1e6dbd, #3287db);
    opacity: 0.9;
}
[dir="ltr"] .will-shrink-to-hidden {
    will-change: transform;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
[dir="ltr"] .shrink-to-hidden {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}
[dir="ltr"] .will-fade-background {
    transition: background-color 0.2s;
}
[dir="ltr"] .sidebar-p-a {
    padding: 18.75px;
}
[dir="ltr"] .sidebar-p-x {
    padding-left: 18.75px;
    padding-right: 18.75px;
}
[dir="ltr"] .sidebar-p-y {
    padding-bottom: 18.75px;
}
[dir="ltr"] .sidebar-p-t,
[dir="ltr"] .sidebar-p-y {
    padding-top: 18.75px;
}
[dir="ltr"] .sidebar-p-b {
    padding-bottom: 18.75px;
}
[dir="ltr"] .sidebar-p-l {
    padding-left: 18.75px;
}
[dir="ltr"] .sidebar-p-l,
[dir="ltr"] .sidebar-p-r {
    padding-right: 18.75px;
}
[dir="ltr"] .sidebar-m-a {
    margin: 18.75px;
}
[dir="ltr"] .sidebar-m-x {
    margin-left: 18.75px;
    margin-right: 18.75px;
}
[dir="ltr"] .sidebar-m-y {
    margin-bottom: 18.75px;
}
[dir="ltr"] .sidebar-m-t,
[dir="ltr"] .sidebar-m-y {
    margin-top: 18.75px;
}
[dir="ltr"] .sidebar-m-b {
    margin-bottom: 18.75px;
}
[dir="ltr"] .sidebar-m-l {
    margin-left: 18.75px;
}
[dir="ltr"] .sidebar-m-r {
    margin-right: 18.75px;
}
[dir="ltr"] .sidebar-b-a {
    border: 1px solid transparent;
}
[dir="ltr"] .sidebar-b-x {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
[dir="ltr"] .sidebar-b-y {
    border-bottom: 1px solid transparent;
}
[dir="ltr"] .sidebar-b-t,
[dir="ltr"] .sidebar-b-y {
    border-top: 1px solid transparent;
}
[dir="ltr"] .sidebar-b-b {
    border-bottom: 1px solid transparent;
}
[dir="ltr"] .sidebar-block,
[dir="ltr"] .sidebar > .sidebar-text,
[dir="ltr"] .sidebar > p {
    padding-left: 18.75px;
    padding-right: 18.75px;
    margin-bottom: 18.75px;
}
[dir="ltr"] .sidebar-brand {
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 9.375px;
    display: flex;
    align-items: center;
}
[dir="ltr"] .sidebar-brand:hover {
    text-decoration: none;
}
[dir="ltr"] .sidebar-brand-icon {
    margin-right: 9.375px;
}
[dir="ltr"] .sidebar-brand-header {
    height: 56px;
    line-height: 56px;
    padding-left: 18.75px;
    padding-right: 18.75px;
    margin-bottom: 18.75px;
    width: 100%;
}
[dir="ltr"] .sidebar-brand-border {
    border-bottom: 1px solid transparent;
}
[dir="ltr"] .sidebar-heading {
    font-weight: 500;
    font-size: 0.9rem;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: normal;
    padding-left: 18.75px;
    padding-right: 18.75px;
    margin-bottom: 18.75px;
}
[dir="ltr"] .sidebar-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
[dir="ltr"] .sidebar-light {
    color: rgba(0, 0, 0, 0.54);
    background: #fff;
}
[dir="ltr"] .sidebar-light.sidebar-left {
    border-right: 1px solid #e5e5e5;
}
[dir="ltr"] .sidebar-light.sidebar-right {
    border-left: 1px solid #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-link {
    color: inherit;
}
[dir="ltr"] .sidebar-light [class*="sidebar-b-"] {
    border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-text,
[dir="ltr"] .sidebar-light p {
    color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .sidebar-heading,
[dir="ltr"] .sidebar-light .sidebar-heading > a {
    color: rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-light hr {
    border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-brand {
    color: #303840;
}
[dir="ltr"] .sidebar-light .sidebar-brand-bg {
    background: rgba(0, 0, 0, 0.07);
}
[dir="ltr"] .sidebar-light .sidebar-brand-border {
    border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-menu-button {
    color: rgba(48, 56, 64, 0.5);
}
[dir="ltr"] .sidebar-light .sidebar-menu-toggle-icon {
    color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] .sidebar-light .sidebar-menu-icon {
    color: rgba(48, 56, 64, 0.24);
}
[dir="ltr"] .sidebar-light .sidebar-menu-label {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}
[dir="ltr"] .sidebar-light .sidebar-menu-button:hover {
    color: #212121;
    background: transparent;
}
[dir="ltr"] .sidebar-light .sidebar-menu-button:hover .sidebar-menu-icon,
[dir="ltr"] .sidebar-light .sidebar-menu-button:hover .sidebar-menu-toggle-icon {
    color: rgba(48, 56, 64, 0.9);
}
[dir="ltr"] .sidebar-light .open {
    background: transparent;
}
[dir="ltr"] .sidebar-light .open > .sidebar-menu-button .sidebar-menu-toggle-icon {
    color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .open > .sidebar-menu-button {
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .open > .sidebar-menu-button .sidebar-menu-icon {
    color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .active > .sidebar-menu-button,
[dir="ltr"] .sidebar-light .active > .sidebar-menu-button .sidebar-menu-icon {
    color: #303840;
}
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-button {
    color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-icon {
    color: rgba(48, 56, 64, 0.24);
}
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-button:hover,
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-button:hover .sidebar-menu-icon {
    color: rgba(48, 56, 64, 0.9);
}
[dir="ltr"] .sidebar-light .sidebar-submenu .active > .sidebar-menu-button,
[dir="ltr"] .sidebar-light .sidebar-submenu .active > .sidebar-menu-button .sidebar-menu-icon {
    color: #303840;
}
[dir="ltr"] .sidebar-light .sm-bordered,
[dir="ltr"] .sidebar-light .sm-bordered.sidebar-submenu,
[dir="ltr"] .sidebar-light .sm-item-bordered.sidebar-submenu > .sidebar-menu-item,
[dir="ltr"] .sidebar-light .sm-item-bordered > .sidebar-menu-item {
    border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sm-icons-block > .sidebar-menu-item > .sidebar-menu-button .sidebar-menu-icon {
    background: rgba(0, 0, 0, 0.12);
    color: rgba(48, 56, 64, 0.24);
}
[dir="ltr"] .sidebar-light .sm-icons-block > .sidebar-menu-item.open > .sidebar-menu-button .sidebar-menu-icon {
    color: rgba(0, 0, 0, 0.54);
    background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .sidebar-light .sm-active-button-bg > .active > .sidebar-menu-button,
[dir="ltr"] .sidebar-light .sm-icons-block > .sidebar-menu-item.active > .sidebar-menu-button .sidebar-menu-icon {
    background: #2c84dd;
    color: #fff;
}
[dir="ltr"] .sidebar-light .sm-active-button-bg > .active > .sidebar-menu-button .sidebar-menu-icon,
[dir="ltr"] .sidebar-light .sm-active-button-bg > .active > .sidebar-menu-button .sidebar-menu-toggle-icon {
    color: #fff;
}
[dir="ltr"] .sidebar-light .sm-icons-block.sm-active-button-bg > .active > .sidebar-menu-button .sidebar-menu-icon {
    background: #2c84dd;
}
[dir="ltr"] .sidebar-dark {
    color: hsla(0, 0%, 100%, 0.54);
    background: #1d2126;
}
[dir="ltr"] .sidebar-dark.sidebar-left {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark.sidebar-right {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark .sidebar-link {
    color: #fff;
}
[dir="ltr"] .sidebar-dark [class*="sidebar-b-"] {
    border-color: rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark .sidebar-text,
[dir="ltr"] .sidebar-dark p {
    color: hsla(0, 0%, 100%, 0.54);
}
[dir="ltr"] .sidebar-dark .sidebar-heading,
[dir="ltr"] .sidebar-dark .sidebar-heading > a {
    color: hsla(0, 0%, 100%, 0.15);
}
[dir="ltr"] .sidebar-dark hr {
    border-color: rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark .sidebar-brand {
    color: #fff;
}
[dir="ltr"] .sidebar-dark .sidebar-brand-bg {
    background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .sidebar-dark .sidebar-brand-border {
    border-color: rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark .sidebar-menu-button,
[dir="ltr"] .sidebar-dark .sidebar-menu-toggle-icon {
    color: #858d94;
}
[dir="ltr"] .sidebar-dark .sidebar-menu-icon {
    color: rgba(133, 141, 148, 0.5);
}
[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover {
    color: #fff;
    background: transparent;
}
[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover .sidebar-menu-icon,
[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover .sidebar-menu-toggle-icon {
    color: #fff;
}
[dir="ltr"] .sidebar-dark .open {
    background: rgba(0, 0, 0, 0.04);
}
[dir="ltr"] .sidebar-dark .open > .sidebar-menu-button .sidebar-menu-toggle-icon {
    color: #fff;
}
[dir="ltr"] .sidebar-dark .open > .sidebar-menu-button {
    background: transparent;
    color: #fff;
}
[dir="ltr"] .sidebar-dark .active > .sidebar-menu-button,
[dir="ltr"] .sidebar-dark .active > .sidebar-menu-button .sidebar-menu-icon,
[dir="ltr"] .sidebar-dark .open > .sidebar-menu-button .sidebar-menu-icon {
    color: #fff;
}
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-button {
    color: #858d94;
}
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-icon {
    color: rgba(133, 141, 148, 0.5);
}
[dir="ltr"] .sidebar-dark .sidebar-submenu .active > .sidebar-menu-button,
[dir="ltr"] .sidebar-dark .sidebar-submenu .active > .sidebar-menu-button .sidebar-menu-icon,
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-button:hover,
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-button:hover .sidebar-menu-icon {
    color: #fff;
}
[dir="ltr"] .sidebar-dark .sm-bordered,
[dir="ltr"] .sidebar-dark .sm-bordered.sidebar-submenu,
[dir="ltr"] .sidebar-dark .sm-item-bordered.sidebar-submenu > .sidebar-menu-item,
[dir="ltr"] .sidebar-dark .sm-item-bordered > .sidebar-menu-item {
    border-color: rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark .sm-icons-block > .sidebar-menu-item > .sidebar-menu-button .sidebar-menu-icon {
    background: rgba(0, 0, 0, 0.12);
    color: rgba(133, 141, 148, 0.5);
}
[dir="ltr"] .sidebar-dark .sm-icons-block > .sidebar-menu-item.open > .sidebar-menu-button .sidebar-menu-icon {
    color: #fff;
    background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .sidebar-dark .sm-active-button-bg > .active > .sidebar-menu-button,
[dir="ltr"] .sidebar-dark .sm-icons-block > .sidebar-menu-item.active > .sidebar-menu-button .sidebar-menu-icon {
    background: hsla(0, 0%, 100%, 0.12);
    color: #fff;
}
[dir="ltr"] .sidebar-dark .sm-active-button-bg > .active > .sidebar-menu-button .sidebar-menu-icon,
[dir="ltr"] .sidebar-dark .sm-active-button-bg > .active > .sidebar-menu-button .sidebar-menu-toggle-icon {
    color: #fff;
}
[dir="ltr"] .sidebar-dark .sm-icons-block.sm-active-button-bg > .active > .sidebar-menu-button .sidebar-menu-icon {
    background: hsla(0, 0%, 100%, 0.12);
}
[dir="ltr"] .sidebar-menu {
    margin-bottom: 18.75px;
    padding: 0;
    list-style: none;
}
[dir="ltr"] .sidebar-menu-item {
    position: relative;
    overflow: hidden;
}
[dir="ltr"] .sidebar-menu-button {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 34px;
    padding: 0 18.75px;
    font-size: 15px;
}
[dir="ltr"] .sidebar-menu-button,
[dir="ltr"] .sidebar-menu-button:focus,
[dir="ltr"] .sidebar-menu-button:hover {
    text-decoration: none;
}
[dir="ltr"] .active > .sidebar-menu-button {
    font-weight: 500;
}
[dir="ltr"] .sidebar-menu-toggle-icon {
    position: relative;
    font-size: 1.25rem;
}
[dir="ltr"] .sidebar-menu-toggle-icon:before {
    font-family: Material Icons;
    content: "\E315";
    display: flex;
    align-items: center;
    font-size: inherit;
    color: inherit;
}
[dir="ltr"] .open > .sidebar-menu-button .sidebar-menu-toggle-icon:before {
    content: "\E315";
}
[dir="ltr"] .sidebar-menu-icon {
    vertical-align: middle;
    font-size: 24px;
    display: inline-block;
    line-height: normal;
    position: relative;
}
[dir="ltr"] .sidebar-menu-icon--left {
    margin-right: 5px;
}
[dir="ltr"] .sidebar-menu-icon--right {
    margin-left: 5px;
}
[dir="ltr"] .sidebar-menu-badge {
    padding: 0.2rem 0.3rem;
    font-size: 0.75rem;
}
[dir="ltr"] .sidebar-menu-badge,
[dir="ltr"] .sidebar-menu-toggle-icon {
    margin-left: 5px;
}
[dir="ltr"] .sidebar-submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
[dir="ltr"] .open > .sidebar-submenu {
    display: block;
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-button {
    line-height: 34px;
    font-size: 15px;
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-icon {
    font-size: 24px;
}
[dir="ltr"] .sm-icons-1 .sidebar-menu-icon {
    font-size: 1rem;
}
[dir="ltr"] .sm-icons-small .sidebar-menu-icon {
    font-size: 0.875rem;
}
[dir="ltr"] .sm-condensed.sidebar-submenu > .sidebar-menu-item > .sidebar-menu-button,
[dir="ltr"] .sm-condensed > .sidebar-menu-item > .sidebar-menu-button {
    line-height: 25.5px;
}
[dir="ltr"] .sm-bordered,
[dir="ltr"] .sm-item-bordered > .sidebar-menu-item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
[dir="ltr"] .sm-item-bordered .sidebar-submenu,
[dir="ltr"] .sm-item-bordered > .sidebar-menu-item:last-of-type {
    border-bottom: none;
}
[dir="ltr"] .sm-icons-block > .sidebar-menu-item > .sidebar-menu-button .sidebar-menu-icon {
    text-align: center;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
[dir="ltr"] .sm-icons-block.sidebar-submenu > .sidebar-menu-item > .sidebar-menu-button .sidebar-menu-icon {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
[dir="ltr"] .sm-indent > .sidebar-menu-item .sidebar-menu-button {
    padding-left: 37.5px;
}
[dir="ltr"] .mdk-drawer__content {
    background: transparent;
}
[dir="ltr"] .sidebar {
    position: relative;
    height: 100%;
    text-align: initial;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
[dir="ltr"] .sidebar-brand {
    margin-bottom: 0;
    height: 64px;
}
[dir="ltr"] .sidebar-brand-icon {
    display: flex;
}
[dir="ltr"] .sidebar-menu-toggle-icon {
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    -webkit-transform: translate(0);
    transform: translate(0);
}
[dir="ltr"] .open > .sidebar-menu-button .sidebar-menu-toggle-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-item:first-child {
    padding-top: 9.375px;
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-item:last-child {
    padding-bottom: 9.375px;
}
[dir="ltr"] .sidebar-menu-item.active .sidebar-menu-button:after {
    background-color: #2c84dd;
}
[dir="ltr"] .sidebar-menu-item.active .sidebar-menu-button:after,
[dir="ltr"] .sidebar-menu-item.open .sidebar-menu-button:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 1px;
    content: "";
}
[dir="ltr"] .sidebar-menu-item.open > .sidebar-menu-button:after {
    background-color: rgba(133, 141, 148, 0.5);
}
[dir="ltr"] .sidebar-menu-item.active > .sidebar-menu-button:after {
    background-color: #2c84dd;
}
[dir="ltr"] .sidebar-menu:last-child {
    margin-bottom: 0;
}
[dir="ltr"] .search-form {
    display: flex;
    align-items: center;
    background-color: #edf0f2;
    border: 1px solid #edf0f2;
    border-radius: 0.25rem;
}
[dir="ltr"] .search-form .form-control {
    background-color: transparent;
}
[dir="ltr"] .search-form .form-control,
[dir="ltr"] .search-form .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
[dir="ltr"] .search-form .btn {
    padding: 0 0.75rem;
    box-shadow: none;
    background-color: transparent;
}
[dir="ltr"] .search-form .btn + .form-control {
    padding-left: 0;
}
[dir="ltr"] .search-form--black {
    background-color: #303840;
    border-color: #303840;
}
[dir="ltr"] .search-form--black .form-control {
    color: #fff;
}
[dir="ltr"] .search-form--black .form-control:focus {
    background-color: #303840 !important;
}
[dir="ltr"] .search-form--black .btn {
    background: transparent;
    color: #868e96;
}
[dir="ltr"] .search-form--light {
    background-color: #edf0f2;
    border-color: #edf0f2;
}
[dir="ltr"] .search-form--light .form-control {
    color: #303840;
}
[dir="ltr"] .search-form--light .form-control::-webkit-input-placeholder {
    color: #949595;
}
[dir="ltr"] .search-form--light .form-control:-ms-input-placeholder {
    color: #949595;
}
[dir="ltr"] .search-form--light .form-control::-ms-input-placeholder {
    color: #949595;
}
[dir="ltr"] .search-form--light .form-control::placeholder {
    color: #949595;
}
[dir="ltr"] .search-form--light .btn {
    color: rgba(48, 56, 64, 0.4);
}
[dir="ltr"] .stack {
    margin-bottom: calc(1rem + 10px);
    position: relative;
    overflow: initial;
    z-index: 0;
}
[dir="ltr"] .stack:after,
[dir="ltr"] .stack:before {
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07), inset 0 2px 1px -1px rgba(48, 56, 64, 0.2), inset 0 1px 1px 0 rgba(48, 56, 64, 0.14), inset 0 1px 3px 0 rgba(48, 56, 64, 0.12);
    display: block;
    content: "";
    background: #fff;
    height: 5px;
    z-index: -1;
    pointer-events: none;
}
[dir="ltr"] .stack:before {
    height: 10px;
    left: 20px;
    right: 20px;
}
[dir="ltr"] .stack--hidden-hover:hover:after,
[dir="ltr"] .stack--hidden-hover:hover:before,
[dir="ltr"] .stack--hidden:after,
[dir="ltr"] .stack--hidden:before {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
}
[dir="ltr"] .stack--primary-dark:after,
[dir="ltr"] .stack--primary-dark:before {
    background: #1e6bb8;
    box-shadow: inset 0 2px 0 #1c65b0, 0 2px 0 #1c65b0;
}
[dir="ltr"] .stack--1:before {
    display: none;
}
[dir="ltr"] .bg-footer {
    background-color: #465a6e !important;
}
[dir="ltr"] label {
    font-weight: 500;
}
[dir="ltr"] .form-control:focus {
    box-shadow: none !important;
}
[dir="ltr"] .form-control-rounded {
    border-radius: 20rem;
}
[dir="ltr"] .form-control-flush {
    padding: 0;
    border-width: 0;
}
[dir="ltr"] .form-control-flush,
[dir="ltr"] .form-control-flush:focus {
    box-shadow: none;
    background-color: transparent;
}
[dir="ltr"] .list-group-form .list-group-item {
    padding: 1rem 1.5rem;
}
[dir="ltr"] .custom-controls-stacked .custom-control:last-child {
    margin-bottom: 0;
}
[dir="ltr"] .form-inline label {
    margin-right: 0.25rem;
}
[dir="ltr"] .input-group-text .material-icons {
    font-size: inherit;
}
[dir="ltr"] .input-group.input-group-merge .form-control {
    box-shadow: none;
}
[dir="ltr"] .input-group.input-group-merge .form-control:focus ~ [class*="input-group"] .input-group-text {
    border-color: #e7ebee;
    color: #303840;
    background-color: #e7ebee;
}
[dir="ltr"] .input-group.input-group-merge .form-control.is-valid ~ [class*="input-group"] .input-group-text,
[dir="ltr"] .was-validated .input-group.input-group-merge .form-control:valid ~ [class*="input-group"] .input-group-text {
    border-color: #77c13a;
    color: #77c13a;
}
[dir="ltr"] .input-group.input-group-merge .form-control.is-invalid ~ [class*="input-group"] .input-group-text,
[dir="ltr"] .was-validated .input-group.input-group-merge .form-control:invalid ~ [class*="input-group"] .input-group-text {
    border-color: #d9534f;
    color: #d9534f;
}
[dir="ltr"] .input-group.input-group-merge .form-control-prepended {
    padding-left: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
[dir="ltr"] .input-group.input-group-merge .form-control-appended {
    padding-right: 0;
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="ltr"] .input-group.input-group-merge .input-group-prepend {
    order: -1;
}
[dir="ltr"] .input-group.input-group-merge .input-group-prepend > .input-group-text {
    border-right-width: 0 !important;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .input-group.input-group-merge .input-group-append > .input-group-text {
    border-left-width: 0 !important;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
[dir="ltr"] .custom-file-naked {
    cursor: pointer;
    width: auto;
    height: auto;
}
[dir="ltr"] .custom-file-naked .custom-file-input {
    width: auto;
    height: auto;
    cursor: pointer;
    line-height: 1;
}
[dir="ltr"] .custom-file-naked .custom-file-label {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    height: auto;
    cursor: pointer;
    line-height: 1;
    box-shadow: none;
}
[dir="ltr"] .custom-file-naked .custom-file-label:after {
    display: none;
}
[dir="ltr"] .custom-radio-icon {
    padding-left: 1rem;
}
[dir="ltr"] .custom-radio-icon .custom-control-indicator {
    font-size: 1rem;
    color: #edf0f2;
    background-color: transparent;
    background-image: none;
}
[dir="ltr"] .custom-radio-icon .custom-control-input:checked ~ .custom-control-indicator {
    background-color: transparent;
    background-image: none;
    color: #2c84dd;
}
[dir="ltr"] .custom-radio-icon .custom-control-input:active ~ .custom-control-indicator {
    background-color: transparent;
    background-image: none;
    color: #b0d1f2;
}
[dir="ltr"] .custom-select-icon {
    position: relative;
    z-index: 0;
}
[dir="ltr"] .custom-select-icon__select {
    padding-left: 1.75rem;
}
[dir="ltr"] .custom-select-icon__select.form-control-lg {
    padding-left: 2rem;
}
[dir="ltr"] .custom-select-icon__icon {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0.75rem;
    padding-top: 0.5rem;
    line-height: inherit !important;
    font-size: 1rem;
    z-index: 2;
    pointer-events: none;
}
[dir="ltr"] .custom-select-sm + .custom-select-icon__icon,
[dir="ltr"] .form-control-sm + .custom-select-icon__icon {
    font-size: 0.875rem;
}
[dir="ltr"] .form-control-lg + .custom-select-icon__icon {
    padding-top: 0.5rem;
    font-size: 1.25rem;
}
[dir="ltr"] .md-form-group {
    background-color: #edf0f2;
    border: 1px solid #edf0f2;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
}
[dir="ltr"] .md-form-control__content {
    border-bottom: 1px solid #edf0f2;
    position: relative;
    height: 48px;
}
[dir="ltr"] .md-form-control label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.2s ease;
    font-size: 1.23rem;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    margin: 0;
    display: block;
    pointer-events: none;
}
[dir="ltr"] .md-form-control__control {
    border: none;
    background-color: transparent !important;
    padding-top: 24px;
    padding-bottom: 0;
    padding-left: 0;
    margin: 0;
    line-height: 1;
    box-shadow: none !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    width: 100%;
}
[dir="ltr"] .md-form-control__control.custom-select {
    background-position: 100%;
}
[dir="ltr"] .md-form-control__control::-webkit-input-placeholder {
    line-height: normal;
}
[dir="ltr"] .md-form-control:not(.md-form-control--static) .md-form-control__control:not(:focus)::-webkit-input-placeholder {
    color: transparent;
}
[dir="ltr"] .md-form-control:not(.md-form-control--static) .md-form-control__control:not(:focus):-ms-input-placeholder {
    color: transparent;
}
[dir="ltr"] .md-form-control:not(.md-form-control--static) .md-form-control__control:not(:focus)::-ms-input-placeholder {
    color: transparent;
}
[dir="ltr"] .md-form-control:not(.md-form-control--static) .md-form-control__control:not(:focus)::placeholder {
    color: transparent;
}
[dir="ltr"] .md-form-control__highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.2;
}
[dir="ltr"] .md-form-control__bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
}
[dir="ltr"] .md-form-control__bar:after,
[dir="ltr"] .md-form-control__bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: -1px;
    position: absolute;
    background: #2c84dd;
    transition: all 0.2s ease;
}
[dir="ltr"] .md-form-control__bar:before {
    left: 50%;
}
[dir="ltr"] .md-form-control__bar:after {
    right: 50%;
}
[dir="ltr"] .md-form-control--static .md-form-control__control ~ label {
    font-size: 1rem;
    line-height: 24px;
    cursor: pointer;
}
[dir="ltr"] .md-form-control--used .md-form-control__control ~ label,
[dir="ltr"] .md-form-control__control:focus ~ label {
    color: #2c84dd;
    font-size: 1rem;
    line-height: 24px;
}
[dir="ltr"] .md-form-control__control:focus ~ .md-form-control__highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
[dir="ltr"] .md-form-control__control:focus ~ .md-form-control__bar:after,
[dir="ltr"] .md-form-control__control:focus ~ .md-form-control__bar:before {
    width: 50%;
}
[dir="ltr"] .md-form-control .input-group {
    position: static;
    width: 100%;
}
[dir="ltr"] .md-form-control .input-group label {
    left: 36px;
}
[dir="ltr"] .md-form-control .input-group .input-group-addon {
    background-color: transparent;
    border: none;
    vertical-align: top;
    padding: 0;
    width: 36px;
    text-align: left;
    font-size: 1.23rem;
}
[dir="ltr"] .md-form-control--required:after {
    color: #d9534f;
    content: "*";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
@-webkit-keyframes inputHighlighter {
    0% {
        background: #2c84dd;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    0% {
        background: #2c84dd;
    }
    to {
        width: 0;
        background: transparent;
    }
}
[dir="ltr"] .custom-checkbox-toggle {
    width: 3rem;
    height: 1.5rem;
    padding-left: 0;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label {
    position: relative;
    width: 100%;
    height: 100%;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label:after,
[dir="ltr"] .custom-checkbox-toggle .custom-control-label:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transition: all 0.2s ease;
    border-radius: 1.5rem;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label:before {
    width: 100%;
    height: 100%;
    background-color: #e3ebf6;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label:after {
    width: 1.5rem;
    height: 100%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-color: #fff;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-input:checked ~ .custom-control-label:after {
    right: 0;
    left: 1.5rem;
    background-color: #fff;
}
[dir="ltr"] .flatpickr-input[readonly] {
    background-color: #edf0f2;
}
[dir="ltr"] .flatpickr-wrapper {
    display: block;
}
[dir="ltr"] .flatpickr-hidden-input {
    visibility: hidden;
    height: 0;
}
[dir="ltr"] .chart {
    position: relative;
    height: 300px;
}
[dir="ltr"] .chart-legend {
    display: flex;
    margin-top: 2.5rem;
    white-space: nowrap;
    justify-content: center;
}
[dir="ltr"] .chart-legend-item {
    display: flex;
    align-items: center;
    justify-content: start;
}
[dir="ltr"] .chart-legend:not(.chart-legend--vertical) .chart-legend-item + .chart-legend-item {
    margin-left: 1rem;
}
[dir="ltr"] .chart-legend--vertical {
    flex-direction: column;
}
[dir="ltr"] .chart-legend-indicator {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 1rem;
    border-radius: 50%;
}
[dir="ltr"] #chart-tooltip {
    z-index: 0;
    pointer-events: none;
}
[dir="ltr"] #chart-tooltip .arrow {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-0.5rem);
    transform: translateX(-50%) translateX(-0.5rem);
}
[dir="ltr"] .popover-header {
    border-bottom: 0;
}
[dir="ltr"] .popover-body-label,
[dir="ltr"] .popover-body-value {
    margin-left: 0.25rem;
}
[dir="ltr"] .popover-body-indicator {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}
[dir="ltr"] .avatar {
    font-size: 1rem;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    position: relative;
    z-index: 0;
}
[dir="ltr"] .avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
[dir="ltr"] .avatar-offline:after,
[dir="ltr"] .avatar-offline:before,
[dir="ltr"] .avatar-online:after,
[dir="ltr"] .avatar-online:before {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 20%;
    height: 20%;
    content: "";
    border-radius: 50%;
}
[dir="ltr"] .avatar-offline:before,
[dir="ltr"] .avatar-online:before {
    width: 22%;
    height: 22%;
    right: 4%;
    bottom: 4%;
    background-color: #fff;
}
[dir="ltr"] .avatar-online:after {
    background-color: #77c13a;
}
[dir="ltr"] .avatar-offline:after,
[dir="ltr"] .avatar-title {
    background-color: #818a91;
}
[dir="ltr"] .avatar-title {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
}
[dir="ltr"] .avatar-xl,
[dir="ltr"] .avatar-xxl {
    font-size: 1.70833rem;
    width: 5.125rem;
    height: 5.125rem;
}
[dir="ltr"] .avatar-lg {
    font-size: 1.33333rem;
    width: 4rem;
    height: 4rem;
}
[dir="ltr"] .avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}
[dir="ltr"] .avatar-xs {
    font-size: 0.54167rem;
    width: 1.625rem;
    height: 1.625rem;
}
@media (min-width: 768px) {
    [dir="ltr"] .avatar-xxl {
        font-size: 2.66667rem;
        width: 8rem;
        height: 8rem;
    }
}
[dir="ltr"] .avatar.avatar-4by3 {
    width: 4rem;
}
[dir="ltr"] .avatar-xxl.avatar-4by3 {
    width: 10.66667rem;
}
[dir="ltr"] .avatar-xl.avatar-4by3 {
    width: 6.83333rem;
}
[dir="ltr"] .avatar-lg.avatar-4by3 {
    width: 5.33333rem;
}
[dir="ltr"] .avatar-group {
    display: inline-flex;
}
[dir="ltr"] .avatar-group .avatar:hover {
    z-index: 1;
}
[dir="ltr"] .avatar-group .avatar-img,
[dir="ltr"] .avatar-group .avatar-title {
    border: 2px solid #fff;
}
[dir="ltr"] .avatar-group .avatar + .avatar {
    margin-left: -0.75rem;
}
[dir="ltr"] .avatar-group .avatar-lg + .avatar-lg {
    margin-left: -1rem;
}
[dir="ltr"] .avatar-group .avatar-xl + .avatar-xl {
    margin-left: -1.28125rem;
}
[dir="ltr"] .avatar-group .avatar-xxl + .avatar-xxl {
    margin-left: -2rem;
}
[dir="ltr"] .avatar-group .avatar-sm + .avatar-sm {
    margin-left: -0.625rem;
}
[dir="ltr"] .avatar-group .avatar-xs + .avatar-xs {
    margin-left: -0.40625rem;
}
[dir="ltr"] .avatar-list > .avatar,
[dir="ltr"] .avatar-list > .avatar-group {
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
}
[dir="ltr"] .is-loading {
    position: relative;
    color: transparent !important;
}
[dir="ltr"] .is-loading:after,
[dir="ltr"] .loader {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-animation: is-loading 1s linear infinite;
    animation: is-loading 1s linear infinite;
    border: 3px solid #303840;
    border-bottom-color: transparent;
    border-radius: 50%;
    background: transparent;
}
[dir="ltr"] .is-loading-sm:after,
[dir="ltr"] .loader-sm {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}
[dir="ltr"] .is-loading-lg:after,
[dir="ltr"] .loader-lg {
    width: 2rem;
    height: 2rem;
    border-width: 5px;
}
[dir="ltr"] .is-loading > * {
    opacity: 0 !important;
}
[dir="ltr"] .is-loading:after {
    position: absolute;
    top: calc(50% - 0.75rem);
    left: calc(50% - 0.75rem);
    content: "";
}
[dir="ltr"] .is-loading-sm:after {
    top: calc(50% - 0.5rem);
    left: calc(50% - 0.5rem);
}
[dir="ltr"] .is-loading-lg:after {
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
}
[dir="ltr"] .btn-outline-primary.is-loading:after,
[dir="ltr"] .is-loading-primary:after,
[dir="ltr"] .loader-primary {
    border-color: #2c84dd #2c84dd transparent;
}
[dir="ltr"] .btn-primary.is-loading:after {
    border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-secondary.is-loading:after,
[dir="ltr"] .is-loading-secondary:after,
[dir="ltr"] .loader-secondary {
    border-color: #868e96 #868e96 transparent;
}
[dir="ltr"] .btn-secondary.is-loading:after {
    border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-success.is-loading:after,
[dir="ltr"] .is-loading-success:after,
[dir="ltr"] .loader-success {
    border-color: #77c13a #77c13a transparent;
}
[dir="ltr"] .btn-success.is-loading:after {
    border-color: #212529 #212529 transparent;
}
[dir="ltr"] .btn-outline-info.is-loading:after,
[dir="ltr"] .is-loading-info:after,
[dir="ltr"] .loader-info {
    border-color: #17a2b8 #17a2b8 transparent;
}
[dir="ltr"] .btn-info.is-loading:after {
    border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-warning.is-loading:after,
[dir="ltr"] .is-loading-warning:after,
[dir="ltr"] .loader-warning {
    border-color: #f98437 #f98437 transparent;
}
[dir="ltr"] .btn-warning.is-loading:after {
    border-color: #212529 #212529 transparent;
}
[dir="ltr"] .btn-outline-danger.is-loading:after,
[dir="ltr"] .is-loading-danger:after,
[dir="ltr"] .loader-danger {
    border-color: #d9534f #d9534f transparent;
}
[dir="ltr"] .btn-danger.is-loading:after {
    border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-light.is-loading:after,
[dir="ltr"] .is-loading-light:after,
[dir="ltr"] .loader-light {
    border-color: #f8f9fa #f8f9fa transparent;
}
[dir="ltr"] .btn-light.is-loading:after {
    border-color: #212529 #212529 transparent;
}
[dir="ltr"] .btn-outline-dark.is-loading:after,
[dir="ltr"] .is-loading-dark:after,
[dir="ltr"] .loader-dark {
    border-color: #1d2126 #1d2126 transparent;
}
[dir="ltr"] .btn-dark.is-loading:after {
    border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-accent.is-loading:after,
[dir="ltr"] .is-loading-accent:after,
[dir="ltr"] .loader-accent {
    border-color: #ed0b4c #ed0b4c transparent;
}
[dir="ltr"] .btn-accent.is-loading:after {
    border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-primary-light.is-loading:after,
[dir="ltr"] .is-loading-primary-light:after,
[dir="ltr"] .loader-primary-light {
    border-color: #9cf #9cf transparent;
}
[dir="ltr"] .btn-primary-light.is-loading:after {
    border-color: #212529 #212529 transparent;
}
@-webkit-keyframes is-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes is-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
[dir="ltr"] .loader-list {
    display: flex;
    align-items: center;
}
[dir="ltr"] .loader-list > .loader {
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
}
[dir="ltr"] .corner-ribbon {
    margin: 0;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    font-weight: 500;
    box-sizing: border-box;
}
[dir="ltr"] .corner-ribbon--default-left-top {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    height: 30px;
    width: 100px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding-right: -30px;
    padding-left: -29px;
    line-height: 30px;
    left: -30px;
    top: -30px;
}
[dir="ltr"] .corner-ribbon--default-left-bottom {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -30px;
    bottom: -30px;
}
[dir="ltr"] .corner-ribbon--default-left-bottom,
[dir="ltr"] .corner-ribbon--default-right-top {
    height: 30px;
    width: 100px;
    padding-right: 31px;
    padding-left: 30px;
    line-height: 30px;
}
[dir="ltr"] .corner-ribbon--default-right-top {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -30px;
    top: -30px;
}
[dir="ltr"] .corner-ribbon--default-right-bottom {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    height: 30px;
    width: 100px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding-right: -30px;
    padding-left: -29px;
    line-height: 30px;
    right: -30px;
    bottom: -30px;
}
[dir="ltr"] .corner-ribbon--fixed {
    position: fixed;
}
[dir="ltr"] .corner-ribbon--shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
[dir="ltr"] .corner-ribbon--primary {
    color: #fff;
    background-color: #2c84dd;
}
[dir="ltr"] .corner-ribbon--success {
    color: #fff;
    background-color: #77c13a;
}
[dir="ltr"] .accordion {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 1.5rem;
}
[dir="ltr"] .accordion__item {
    position: relative;
    display: block;
}
[dir="ltr"] .accordion__item:not(:last-child) {
    margin-bottom: -1px;
    border-bottom: 1px solid #ebeff2;
}
[dir="ltr"] .accordion__item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
[dir="ltr"] .accordion__item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .accordion__item:focus,
[dir="ltr"] .accordion__item:hover {
    z-index: 1;
    text-decoration: none;
}
[dir="ltr"] .accordion__toggle {
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    width: 100%;
    color: #303840;
    font-weight: 500;
}
[dir="ltr"] .accordion__toggle-icon {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
[dir="ltr"] .accordion__item.open .accordion__toggle-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
[dir="ltr"] .accordion__menu-link {
    display: flex;
    align-items: center;
    width: 100%;
    color: rgba(48, 56, 64, 0.7);
    padding: 0.5rem 0;
    font-size: 13px;
    line-height: 1.5rem;
}
[dir="ltr"] .accordion__menu-link:not(:last-child) {
    margin-bottom: -1px;
    border-bottom: 1px solid #ebeff2;
}
[dir="ltr"] .accordion__menu-link:focus,
[dir="ltr"] .accordion__menu-link:hover {
    z-index: 1;
}
[dir="ltr"] .accordion__menu-link.active {
    color: #303840;
    font-weight: 500;
}
[dir="ltr"] .accordion__menu-link a {
    color: inherit;
}
[dir="ltr"] .accordion__submenu {
    padding: 0.5rem 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .accordion__submenu a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    padding: 0 1rem;
    line-height: 1.5rem;
}
[dir="ltr"] .accordion__submenu a.active {
    font-weight: 500;
    color: #303840;
}
[dir="ltr"] .accordion--boxed .accordion__toggle {
    padding: 0.75rem 1rem 0.75rem 1.5rem;
}
[dir="ltr"] .accordion--boxed .accordion__menu-link {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
}
[dir="ltr"] .list-group-item.active {
    position: relative;
    font-weight: 500;
}
[dir="ltr"] .list-group-item.active:after {
    content: " ";
    width: 4px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #2c84dd;
    display: block;
    position: absolute;
}
[dir="ltr"] .card-featured-path,
[dir="ltr"] .card-featured-path__content {
    display: block;
    position: relative;
}
[dir="ltr"] .card-featured-path__content {
    overflow: hidden;
    border-radius: 0.25rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[dir="ltr"] .card-featured-path .overlay__action .material-icons {
    font-size: 4rem;
}
[dir="ltr"] .card-featured-path .overlay__content {
    background-color: rgba(44, 132, 221, 0.5);
    color: #fff;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
[dir="ltr"] .card-featured-path.overlay--show .overlay__content {
    background-color: rgba(44, 132, 221, 0.95);
}
[dir="ltr"] .card-featured-path .card-title {
    line-height: 1.25;
    margin-bottom: 0;
}
[dir="ltr"] .card-course,
[dir="ltr"] .card-path,
[dir="ltr"] .course-list-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[dir="ltr"] .card-course .overlay__action .material-icons,
[dir="ltr"] .card-path .overlay__action .material-icons,
[dir="ltr"] .course-list-item .overlay__action .material-icons {
    font-size: 4rem;
}
[dir="ltr"] .card-course .overlay__content:not(.overlay__content-transparent),
[dir="ltr"] .card-path .overlay__content:not(.overlay__content-transparent),
[dir="ltr"] .course-list-item .overlay__content:not(.overlay__content-transparent) {
    background-color: rgba(44, 132, 221, 0.5);
    color: #fff;
    pointer-events: none;
}
[dir="ltr"] .card-course.overlay--show .overlay__content,
[dir="ltr"] .card-path.overlay--show .overlay__content,
[dir="ltr"] .course-list-item.overlay--show .overlay__content {
    background-color: rgba(44, 132, 221, 0.95);
}
[dir="ltr"] .card-course.overlay--show .overlay__action {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
[dir="ltr"] .card-course .card-title {
    line-height: 1.25;
    margin-bottom: 0;
}
[dir="ltr"] .card-course .card-body {
    padding: 0.625rem 0.75rem;
}
[dir="ltr"] .card-course__icon-favorite {
    margin-top: -2px;
}
[dir="ltr"] .card-course[data-opened] {
    box-shadow: 0 3px 5px -1px rgba(48, 56, 64, 0.2), 0 5px 8px 0 rgba(48, 56, 64, 0.14), 0 1px 14px 0 rgba(48, 56, 64, 0.12);
}
[dir="ltr"] .card-path .card-title {
    line-height: 1.25;
    margin-bottom: 0;
}
[dir="ltr"] .card-path .card-body {
    padding: 0.5rem;
}
[dir="ltr"] .card-path[data-opened] {
    box-shadow: 0 3px 5px -1px rgba(48, 56, 64, 0.2), 0 5px 8px 0 rgba(48, 56, 64, 0.14), 0 1px 14px 0 rgba(48, 56, 64, 0.12);
}
[dir="ltr"] .course-list-item .media__thumbnail {
    margin-bottom: 0;
}
@media (min-width: 576px) {
    [dir="ltr"] .course-list-item .media__thumbnail {
        width: 200px;
    }
}
[dir="ltr"] .course-list-item .card-body {
    padding: 1rem;
}
[dir="ltr"] .course-list-item__excerpt {
    max-height: 3rem;
    overflow: hidden;
    position: relative;
}
[dir="ltr"] .popover-course .card-title {
    line-height: 1.25;
}
[dir="ltr"] .list-quiz {
    list-style: none;
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    [dir="ltr"] .list-quiz {
        padding: 0;
    }
}
[dir="ltr"] .list-quiz .list-quiz-item {
    margin-bottom: 10px;
}
[dir="ltr"] .list-quiz .list-quiz-badge {
    border-radius: 50% !important;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: 1px solid #ebeff2;
    background: #f6f6f6;
    color: #303840;
}
[dir="ltr"] .list-quiz .list-quiz-badge .material-icons {
    font-size: 1.25rem;
}
[dir="ltr"] .list-quiz .list-quiz-text {
    margin-left: 0.625rem;
    font-size: 18px;
    padding: 3px 6px;
    display: inline-block;
}
[dir="ltr"] .list-quiz .list-quiz-text.active {
    background: #868e96;
}
[dir="ltr"] .list-quiz .list-quiz-badge-success {
    background: #77c13a;
    border-color: #77c13a;
    color: #fff;
}
[dir="ltr"] .list-quiz .list-quiz-badge-error {
    background: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
[dir="ltr"] .dropdown-notifications .dropdown-menu {
    min-width: 300px;
    padding: 0;
}
[dir="ltr"] .dropdown-notifications .dropdown-menu .list-group {
    position: relative;
    overflow: hidden;
}
[dir="ltr"] .dropdown-notifications .dropdown-menu .list-group-item {
    display: flex;
    flex-direction: column;
    border-color: rgba(48, 56, 64, 0.05);
}
[dir="ltr"] .dropdown-notifications .dropdown-menu .unread-indicator {
    display: inline-block;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
}
[dir="ltr"] .dropdown-notifications .dropdown-toggle {
    display: flex;
}
[dir="ltr"] .dropdown-notifications .dropdown-toggle .material-icons {
    font-size: 2rem;
}
[dir="ltr"] .dropdown-notifications .badge-notifications {
    position: relative;
    display: block;
    margin-left: -0.75rem;
}
[dir="ltr"] .navbar-dark .dropdown-notifications .badge-notifications {
    border: 1px solid #1d2126;
}
[dir="ltr"] .navbar-light .dropdown-notifications .badge-notifications {
    border: 1px solid #fff;
}
[dir="ltr"] [data-target="#filters-drawer"].active .material-icons {
    content: "tune";
}
[dir="ltr"] .mdk-drawer-layout #filters-drawer[data-persistent] .mdk-drawer__content {
    position: absolute;
}
@media (max-width: 767.98px) {
    [dir="ltr"] .mdk-drawer-layout #filters-drawer .mdk-drawer__content {
        background: #f5f7fa;
    }
    [dir="ltr"] .mdk-drawer-layout #filters-drawer .mdk-drawer__inner {
        height: 100%;
    }
}
[dir="ltr"] .mdk-drawer-layout .filter-section {
    box-shadow: 0 2px 1px -1px rgba(48, 56, 64, 0.2), 0 1px 1px 0 rgba(48, 56, 64, 0.14), 0 1px 3px 0 rgba(48, 56, 64, 0.12);
    background-color: #fff;
}
[dir="ltr"] .text-scramble__dud {
    opacity: 0.5;
    font-weight: 300;
}
[dir="ltr"] .course-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    z-index: 0;
}
[dir="ltr"] .course-nav:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
    height: 2px;
    background-color: #fff;
    opacity: 0.2;
    z-index: -1;
}
[dir="ltr"] .course-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 100px;
    background-color: #f5f7fa;
}
[dir="ltr"] .course-nav a .material-icons {
    font-size: 1rem;
    color: rgba(48, 56, 64, 0.7);
}
[dir="ltr"] .course-nav .active {
    position: relative;
    z-index: 0;
}
[dir="ltr"] .course-nav .active:before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background-color: hsla(0, 0%, 100%, 0.2);
    z-index: -1;
    position: absolute;
    content: "";
    border-radius: 100px;
}
[dir="ltr"] .course-nav .active .material-icons {
    color: #ed0b4c;
}
[dir="ltr"] .player {
    background-color: rgba(48, 56, 64, 0.8);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 0;
}
[dir="ltr"] .player__image {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: var(--player-image);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
@media (min-width: 768px) {
    [dir="ltr"] .player__image {
        left: 2rem;
        top: 2rem;
        bottom: 2rem;
        right: 2rem;
    }
}
[dir="ltr"] .player__play {
    background-color: #ed0b4c;
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
}
[dir="ltr"] .player__play .material-icons {
    font-size: 2rem;
    color: #fff;
}
@media (min-width: 768px) {
    [dir="ltr"] .home-macbook {
        margin-left: -37px;
    }
}
@media (max-width: 767.98px) {
    [dir="ltr"] .home-macbook {
        max-width: 100%;
        height: auto;
    }
}
[dir="ltr"] .courses-modal .modal-content {
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .courses-modal .modal-body {
    padding: 0;
    position: relative;
    overflow: hidden;
}
[dir="ltr"] .courses-modal .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
[dir="ltr"] .courses-modal .tab-content .nav-link {
    color: rgba(48, 56, 64, 0.7);
}
[dir="ltr"] .courses-modal .nav-link.active,
[dir="ltr"] .courses-modal .tab-content .nav-link:hover {
    color: #303840;
}
[dir="ltr"] .courses-modal .menu .nav-link {
    font-weight: 500;
    padding: 0.5rem 1.25rem;
    color: rgba(48, 56, 64, 0.7);
}
[dir="ltr"] .courses-modal .menu .active {
    color: rgba(48, 56, 64, 0.7);
    background-color: #fff;
    position: relative;
}
[dir="ltr"] .courses-modal .menu .active:after {
    content: " ";
    width: 4px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #2c84dd;
    display: block;
    position: absolute;
}
@media (min-width: 576px) {
    [dir="ltr"] .courses-modal .modal-dialog {
        max-width: calc(800px - 2rem);
        margin-top: 64px;
    }
}
[dir="ltr"] .search-form-courses {
    width: 344px;
}
