@charset "UTF-8"; /*!* Bootstrap v4.6.1 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans,
        Liberation Sans,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
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;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family:
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        Liberation Mono,
        Courier New,
        monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014\A0";
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxwYXRoIGZpbGw9JyMyOGE3NDUnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background:
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
            right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
            center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZGMzNTQ1Jz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNkYzM1NDUnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background:
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
            right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
            center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        justify-content: center;
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 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) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label:after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:after {
    background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNmwyLjk3NCAyLjk5TDggMi4xOTN6Jy8+PC9zdmc+);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+);
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgdmlld0JveD0nLTQgLTQgOCA4Jz48Y2lyY2xlIHI9JzMnIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.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: #adb5bd;
    border-radius: 0.5rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    display: inline-block;
    margin-bottom: 0;
}
.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse);
}
.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
}
.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    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) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    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) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    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) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.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;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.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;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBzdHJva2Utd2lkdGg9JzInIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBzdHJva2Utd2lkdGg9JzInIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
}
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion {
    overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    color: #007bff;
}
.page-link:hover {
    color: #0056b3;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:focus,
a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@-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;
    }
}
.progress {
    height: 1rem;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}
.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.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;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: 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(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans,
        Liberation Sans,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans,
        Liberation Sans,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover,
.popover .arrow {
    position: absolute;
    display: block;
}
.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNUw0LjI1IDRsMi41LTIuNUw1LjI1IDB6Jy8+PC9zdmc+);
}
.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjVMMy43NSA0bC0yLjUgMi41TDIuNzUgOGw0LTQtNC00eicvPjwvc3ZnPg==);
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    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;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.85714286%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.text-monospace {
    font-family:
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        Liberation Mono,
        Courier New,
        monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
@font-face {
    font-family: proxima-nova;
    src:
        url(/fonts/proxima-nova_700_normal.woff2?25482f22357ccae2e567681f607cea43) format("woff2"),
        url(/fonts/proxima-nova_700_normal.woff?35870fda65bbd420fedac45d4cb0f5c9) format("woff"),
        url(/fonts/proxima-nova_700_normal.otf?ce90cee0769b4999fd9365d6465de4c8) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: proxima-nova;
    src:
        url(/fonts/proxima-nova_700_italic.woff2?41b4d9561694d75f6c285a7458a4a879) format("woff2"),
        url(/fonts/proxima-nova_700_italic.woff?d560cd2c408405d17d92b21e066b8f73) format("woff"),
        url(/fonts/proxima-nova_700_italic.otf?3a57925c6d67d99b5557829fdf810f29) format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: proxima-nova;
    src:
        url(/fonts/proxima-nova_800_normal.woff2?311e12ebef29f4c5bb6266612381e344) format("woff2"),
        url(/fonts/proxima-nova_800_normal.woff?505cc7d8c928e8adcf84d5462a579237) format("woff"),
        url(/fonts/proxima-nova_800_normal.otf?83aa851052eca0a62eebaad02f80dbf8) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: proxima-nova;
    src:
        url(/fonts/proxima-nova_100_normal.woff2?74c31aab3a86dffe3c18767c001c64c1) format("woff2"),
        url(/fonts/proxima-nova_100_normal.woff?bc07e906b50d8217065ccce4acbb9df7) format("woff"),
        url(/fonts/proxima-nova_100_normal.otf?a6ec085dabfc7c4a99df9b56e1ac3273) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: proxima-nova;
    src:
        url(/fonts/proxima-nova_600_normal.woff2?c116df7a81156e6a90f9bc8da7d92434) format("woff2"),
        url(/fonts/proxima-nova_600_normal.woff?a6fcb301fc6649ef4ee135276fdfb87e) format("woff"),
        url(/fonts/proxima-nova_600_normal.otf?fde39178ddabc1dc3f33245601a079ed) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: proxima-nova;
    src:
        url(/fonts/proxima-nova_400_normal.woff2?ff087706d064babed34dd0ddab019040) format("woff2"),
        url(/fonts/proxima-nova_400_normal.woff?b462dd3966840ac61af7e61ce8202b57) format("woff"),
        url(/fonts/proxima-nova_400_normal.otf?a79fa42cbad25063960cdde9b5ddfeb8) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: proxima-nova;
    src:
        url(/fonts/proxima-nova_400_italic.woff2?851a9d928f2507cef3ec4d7a7de26f9b) format("woff2"),
        url(/fonts/proxima-nova_400_italic.woff?e03373e54d54d8fd028acf7e5278d05c) format("woff"),
        url(/fonts/proxima-nova_400_italic.otf?6e82e84f6d401ce9fc6aae963f82f5c2) format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: proxima-nova;
    src:
        url(/fonts/proxima-nova_300_normal.woff2?f5393719c3562f03e5d9ed0a4c27f454) format("woff2"),
        url(/fonts/proxima-nova_300_normal.woff?4fae7e8422d9c7ef26c5c6cd96e3451a) format("woff"),
        url(/fonts/proxima-nova_300_normal.otf?9c88b229ac5e5d0f12e910615df6f391) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: proxima-nova;
    src:
        url(/fonts/proxima-nova_500_normal.woff2?075fd1cbc28ea012abf67a9a6582caa5) format("woff2"),
        url(/fonts/proxima-nova_500_normal.woff?5b26f99d0e53a12d0d8f03531ef0e457) format("woff"),
        url(/fonts/proxima-nova_500_normal.otf?bb93ad570a5bd32b65412c30c49c3056) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}
.tk-proxima-nova {
    font-family: proxima-nova, sans-serif;
}
@font-face {
    font-family: Noto Sans TC;
    src: url(/fonts/NotoSansTC-Thin.otf?d5e0d7ee630e37c71782a98d82c9d5a6) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: Noto Sans TC;
    src: url(/fonts/NotoSansTC-Light.otf?ffdd19a3f9db8c71b26f926be3eed02a) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: Noto Sans TC;
    src: url(/fonts/NotoSansTC-Medium.otf?3cf084f9bb05158d53e7c239899aaccc) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Noto Sans TC;
    src: url(/fonts/NotoSansTC-Regular.otf?d6b43f6600389d7442f317adfbbd9942) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: Noto Sans TC;
    src: url(/fonts/NotoSansTC-Bold.otf?503ece9832c8660172b2e9bf6d864028) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: Noto Sans SC;
    src: url(/fonts/NotoSansSC-Thin.otf?9c640accd722b4d742cec321ab2557fc) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: Noto Sans SC;
    src: url(/fonts/NotoSansSC-Light.otf?b0d7520585ad4d8ea979ebd3c0bc715c) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: Noto Sans SC;
    src: url(/fonts/NotoSansSC-Medium.otf?34d4f8ee5ad2748a4cf36d3d414b49af) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Noto Sans SC;
    src: url(/fonts/NotoSansSC-Regular.otf?e3ae561f7b8052d9aa9f2b0b09c33ea1) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: Noto Sans SC;
    src: url(/fonts/NotoSansSC-Bold.otf?9c8cb849cb0041912ec77c9c59725a2a) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: calibri;
    src: url(/fonts/Calibri-Bold.ttf?8c8905b9e5a727f74debd5a1519544fd) format("ttf");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: calibri;
    src: url(/fonts/Calibri-Bold-Italic.ttf?1a0c5e92f3ba50b2b2114d2d8a2aeac9) format("ttf");
    font-display: swap;
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: calibri;
    src: url(/fonts/Calibri-Italic.ttf?aff043d440c38fcd00de4aa8e4ab94cf) format("ttf");
    font-display: swap;
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: calibri;
    src: url(/fonts/Calibri-Regular.ttf?5d7c31b284ddb01fc1cbae0edc9ec210) format("ttf");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: calibri;
    src: url(/fonts/Calibri-Light.ttf?0d717c4bf80cbb556bf87777fef7d09e) format("ttf");
    font-display: swap;
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: calibri;
    src: url(/fonts/Calibri-Light-Italic.ttf?02dbe5c8b2af773ba84218492936326b) format("ttf");
    font-display: swap;
    font-style: italic;
    font-weight: 200;
}
body {
    font-family: proxima-nova;
}
body :lang(th) {
    font-family: NotoSansThai, proxima-nova;
}
html :lang(zh-cn) {
    font-family:
        Noto Sans SC,
        sans-serif;
}
html :lang(zh-tw) {
    font-family:
        Noto Sans TC,
        sans-serif;
}
html :lang(ar) {
    font-family: calibri, sans-serif;
}
.font-weight-100 {
    font-weight: 100;
    color: #696969;
}
.font-weight-200 {
    font-weight: 200 !important;
}
.font-weight-300 {
    font-weight: 300 !important;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
h1 {
    font-size: 65px;
    line-height: 68px;
}
h1,
h2 {
    font-weight: 300;
}
h2 {
    font-size: 30px;
}
h3 {
    font-weight: 300;
    font-size: 50px;
}
h4 {
    font-weight: 500;
    font-size: 26px;
}
h5 {
    font-weight: 700;
    font-size: 18px;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-uppercase {
    text-transform: uppercase;
}
.opacity-0 {
    opacity: 0 !important;
}
.direction-rtl {
    direction: rtl;
}
.list-style-type-none {
    list-style-type: none;
}
body.need-content-rtl,
body.need-content-rtl.page-landing-webinar-generic-ar .header-container,
body.need-content-rtl.page-landing-webinar-generic-ar .modal-content,
body.need-content-rtl.page-landing-webinar-generic-ar footer,
body.need-content-rtl.page-landing-webinar-generic-ar section:not(.section-splitter) {
    text-align: right;
}
body.need-content-rtl .text-md-left,
body.need-content-rtl li {
    text-align: right !important;
}
body.need-content-rtl .text-right {
    text-align: left !important;
}
body.need-content-rtl a,
body.need-content-rtl h1,
body.need-content-rtl h2,
body.need-content-rtl h3,
body.need-content-rtl h4,
body.need-content-rtl h5,
body.need-content-rtl h6,
body.need-content-rtl li,
body.need-content-rtl p,
body.need-content-rtl span,
body.need-content-rtl ul {
    direction: rtl;
}
body.need-content-rtl ul {
    padding-right: 0;
}
body.need-content-rtl .text-left {
    text-align: right !important;
}
body.need-content-rtl .fs-14 {
    font-size: 16px !important;
}
body.need-content-rtl .fs-16 {
    font-size: 18px !important;
}
body.need-content-rtl .fs-20 {
    font-size: 22px !important;
}
body.need-content-rtl .fs-30 {
    font-size: 30px !important;
}
body.need-content-rtl .fs-36,
body.need-content-rtl .fs-40 {
    font-size: 38px !important;
}
body.need-content-rtl .fs-18 {
    font-size: 18px !important;
}
body.need-content-rtl .fs-24 {
    font-size: 26px !important;
}
body.need-content-rtl .copyright-text {
    font-size: 14px;
}
body.need-content-rtl .mr-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}
body.need-content-rtl .text-lg-left {
    text-align: right !important;
}
body.need-content-rtl .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 1rem;
}
body.need-content-rtl .justify-content-start {
    justify-content: end !important;
}
body.page-body-vi * {
    font-family:
        Open Sans,
        arial !important;
}
@media (min-width: 576px) {
    .need-content-rtl .text-sm-left {
        text-align: left !important;
    }
}
@media screen and (max-width: 992px) {
    h1 {
        font-size: 55px;
        line-height: 58px;
    }
    h2 {
        font-size: 20px;
    }
}
.btn-transparent {
    color: #fff;
    background-color: transparent;
}
.btn-transparent:hover {
    background-color: #ffcd05;
    color: #fff;
}
.tax-button {
    display: inline-block;
    position: relative;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    background-color: #fff;
    color: #767676;
    border: 1px solid #ffcd05;
    padding: 2px 8px;
    margin: 0 2.5px;
    border-radius: 4px;
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-decoration: none;
    overflow: hidden;
    transition-duration: 0.15s;
}
.tax-button__large {
    padding: 5px 8px;
}
.tax-button--on-dark_bg {
    background-color: transparent;
    border: 1px solid #ffcd05;
    color: #fff;
}
.tax-button:hover {
    background-color: #ffcd05;
    color: #1e1e1e;
    border: 1px solid #ffcd05;
}
.text-link {
    display: inline-block;
    position: relative;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #1e1e1e !important;
    text-decoration: underline;
}
.text-link--on-dark_bg {
    color: #fff !important;
}
.text-link__arrow-down,
.text-link__arrow-right {
    text-transform: uppercase;
    padding-right: 30px;
    transition-duration: 0.15s;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-link__arrow-right:after {
    right: 0;
}
.text-link__arrow-right:after,
.text-link__arrow-right:before {
    content: url(/img/common/IX-arrow-right.svg);
    transition-duration: 0.2s;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1px;
    border: 0 solid red;
}
.text-link__arrow-right:before {
    left: -10px;
    opacity: 0;
}
.text-link__arrow-right-white:after,
.text-link__arrow-right-white:before {
    content: url(/img/common/IX-arrow-right-white.svg);
}
.text-link__arrow-right:hover {
    padding-right: 0;
    padding-left: 30px;
}
.text-link__arrow-right:hover:before {
    opacity: 1;
    left: 0;
}
.text-link__arrow-right:hover:after {
    opacity: 0;
    right: -10px;
}
.text-link__arrow-down {
    padding-right: 20px;
}
.text-link__arrow-down:after {
    content: url(/img/common/IX-arrow-down.svg);
    transition-duration: 0.2s;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1px;
    right: 0;
    border: 0 solid red;
}
.text-link__arrow-down:hover:after {
    top: 6px;
}
@-webkit-keyframes anim-out {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes anim-out {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: hsla(0, 0%, 100%, 0.35);
    }
    to {
        background: 0 0;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: hsla(0, 0%, 100%, 0.35);
    }
    to {
        background: 0 0;
    }
}
@-webkit-keyframes animrev-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.15);
    }
    to {
        background: 0 0;
    }
}
@keyframes animrev-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.15);
    }
    to {
        background: 0 0;
    }
}
.anim,
.anim-rev {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.anim-rev:before,
.anim:before {
    position: relative;
    content: "";
    display: block;
    margin-top: 100%;
}
.anim-rev:after,
.anim:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.btn-main-button:hover .anim,
.btn-main-button:hover .anim-rev,
.btn-secondary-button:hover .anim,
.btn-secondary-button:hover .anim-rev {
    -webkit-animation: anim-out 0.55s;
    animation: anim-out 0.55s;
}
.btn-main-button:hover .anim:after,
.btn-secondary-button:hover .anim:after {
    -webkit-animation: anim-out-pseudo 0.55s;
    animation: anim-out-pseudo 0.55s;
}
.btn-main-button:hover .anim-rev:after,
.btn-secondary-button:hover .anim-rev:after {
    -webkit-animation: animrev-out-pseudo 0.55s;
    animation: animrev-out-pseudo 0.55s;
}
.btn-shadow,
.main-button__dark_bg,
.main-button__solid_yellow-hvr,
.main-button__solid_yellow__dark_bg,
.main-button__std-hvr {
    transition-duration: 0.3s;
}
.btn {
    position: relative;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    display: inline-block;
}
.btn.btn-shadow {
    box-shadow: 0 0 0 0 transparent;
}
.btn.btn-shadow:focus,
.btn.btn-shadow:hover {
    webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}
.btn.btn-small {
    padding: 8px 25px;
    font-size: 15px;
}
.btn.btn-main-button {
    overflow: hidden;
    color: #ffcd05;
    background-color: #1e1e1e;
    border: 2px solid #1e1e1e;
}
.btn.btn-main-button.btn-on-dark {
    background-color: #fff;
    color: #1e1e1e !important;
    border: 2px solid #fff;
}
.btn.btn-main-button.btn-on-yellow {
    color: #fff !important;
}
.btn.btn-main-button:hover .anim {
    -webkit-animation: anim-out 0.55s;
    animation: anim-out 0.55s;
}
.btn.btn-main-button:hover .anim:after {
    -webkit-animation: anim-out-pseudo 0.55s;
    animation: anim-out-pseudo 0.55s;
}
.btn.btn-main-button.btn-yellow-on-dark {
    background-color: #ffcd05;
    color: #1e1e1e;
    border: 2px solid #ffcd05;
}
.btn.btn-secondary-button {
    overflow: hidden;
    border: 2px solid #1e1e1e;
    background: 0 0;
}
.btn.btn-secondary-button.btn-on-dark {
    color: #fff !important;
    border: 2px solid #fff;
}
.btn.btn-secondary-button.btn-on-yellow {
    color: #1e1e1e !important;
}
.btn.btn-secondary-button.btn-solid-white-hvr:hover {
    background-color: #1e1e1e;
    color: #fff !important;
    border: 2px solid #1e1e1e;
}
.btn.btn-secondary-button.btn-solid-yellow-hvr:hover {
    background-color: #1e1e1e;
    color: #ffcd05 !important;
    border: 2px solid #1e1e1e;
}
.btn.btn-secondary-button.btn-solid-yellow-dark-bg:hover {
    background-color: #fff;
    color: #1e1e1e !important;
    border: 2px solid #fff;
}
.btn.btn-green {
    background-color: #8dc63f;
}
.btn.btn-new-white {
    border-color: #fff;
    background: #fff;
    color: #1e1e1e;
}
.btn.btn-new-white:hover {
    background: #d9d9d9;
    border-color: #d9d9d9;
}
.btn.btn-new-yellow {
    border-color: #ffcd05;
    background: #ffcd05;
    color: #1e1e1e;
}
.btn.btn-new-yellow:hover {
    background: #b89300;
    border-color: #b89300;
}
.btn.btn-new-dark-grey {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
}
.btn.btn-new-dark-grey:hover {
    background: #000;
    border-color: #000;
}
.btn.btn-new-dark-grey-outline {
    background: 0 0;
    color: #1e1e1e;
    border-color: #1e1e1e;
    font-weight: 500;
}
.btn.btn-new-dark-grey-outline:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}
.btn.btn-text-white {
    border: none;
    background: 0 0;
    color: #fff;
    text-decoration: underline;
    font-weight: 300;
}
.btn.btn-text-white:hover {
    color: #d9d9d9;
}
.btn.btn-text-white:focus {
    box-shadow: none;
}
.btn.btn-new-black-yellow {
    background: 0 0;
    color: #fff;
    border-color: #ffcd05;
    font-weight: 500;
}
.btn.btn-new-black-yellow:hover {
    color: #d9d9d9;
    border-color: #b89300;
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar .btn {
    padding: 8px 25px;
    font-size: 15px;
}
.btn-filled-out-green {
    color: #fff;
    border-color: #8dc63f;
    background-color: #8dc63f;
}
.btn-filled-out-green:hover {
    color: #fff;
    border-color: #648e2a;
    background-color: #648e2a;
}
.btn-white {
    color: #1e1e1e;
    background-color: #fff;
}
.btn-filled-out-yellow,
.btn-white:hover {
    background-color: #ffcd05;
}
.btn-filled-out-yellow {
    color: #fff;
}
.btn-filled-out-yellow:hover {
    background-color: transparent;
    color: #ffcd05;
}
.btn-filled-out-yellow.btn-dark-color {
    color: #1e1e1e;
}
.btn-filled-out-yellow.btn-dark-color:hover {
    color: #ffcd05;
}
.btn.landing-form-btn {
    color: #fff;
    transition: all 0.2s ease-in;
}
.btn.landing-form-btn:hover {
    transition: all 0.2s ease-in;
    color: #1e1e1e;
    background-color: #fff;
}
.btn-outline-white {
    color: #1e1e1e;
    background-color: #ffcd05;
    transition: all 0.1s ease-in;
}
.btn-outline-white:hover {
    background-color: #fff;
    transition: all 0.1s ease-out;
}
.btn-outline-yellow {
    color: #ffcd05;
    border-color: #ffcd05;
    font-weight: 500;
}
.btn-outline-yellow:hover {
    color: #b89300;
    border-color: #b89300;
}
.btn-outline-yellow.article-tag {
    padding: 5px 15px;
    margin-bottom: 5px;
}
.btn-full-yellow {
    color: #fff;
    background-color: #ffcd05;
}
.btn-full-yellow:hover {
    background-color: #ffdc52;
    color: #fff;
}
.btn-full-lotusorange {
    color: #fff;
    background-color: #d49b29;
}
.btn-full-lotusorange:hover {
    background-color: #e2b968;
    color: #fff;
}
.btn-dark {
    background-color: #1e1e1e;
    color: #ffcd05;
}
.btn-dark:hover {
    color: #1e1e1e;
}
.btn-bg-transparent,
.btn-dark:hover {
    background-color: transparent;
}
.underlined-text {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.underlined-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background-color: #ffcd05;
    z-index: -1;
}
.overlined-text-1,
.overlined-text-2,
.overlined-text-3,
.overlined-text-4,
.overlined-text-5,
.overlined-text-6 {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.overlined-text-1:before,
.overlined-text-2:before,
.overlined-text-3:before,
.overlined-text-4:before,
.overlined-text-5:before,
.overlined-text-6:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    height: 1px;
    z-index: -1;
}
.overlined-text-1:before {
    background-color: #8dc63f;
}
.overlined-text-2:before {
    background-color: #5fa8de;
}
.overlined-text-3:before {
    background-color: #f39000;
}
.overlined-text-4:before {
    background-color: #88579f;
}
.overlined-text-5:before {
    background-color: #f0dd4a;
}
.overlined-text-6:before {
    background-color: #f04a4a;
}
.yellow {
    color: #ffcd05;
}
.yellow-bg {
    background-color: #ffcd05 !important;
}
.light-gray {
    color: #545051;
}
.color-grey {
    color: #1e1e1e;
}
.light-gray-bg {
    background-color: #545051;
}
.dark-gray {
    color: #1e1e1e;
}
.dark-gray-bg {
    background-color: #1e1e1e;
}
.mid-gray {
    color: #8b8b87;
}
.mid-gray-bg {
    background-color: #8b8b87;
}
.lighter-gray {
    color: #f8f8f7;
}
.lighter-gray-bg {
    background-color: #f8f8f7;
}
.light-grey-bg {
    background-color: #dee2e6;
}
.text-lowercase {
    -webkit-text-decoration: lowercase;
    text-decoration: lowercase;
}
.text-transform-none {
    text-transform: none !important;
}
.ix-box-title-decoration {
    background-color: #ffcd05;
    width: 71px;
    height: 2px;
}
a {
    color: #fff;
}
a,
a:hover {
    text-decoration: none;
}
a:hover {
    color: #ffcd05;
}
.black-gradient-bg {
    background: transparent linear-gradient(90deg, #0c0c12, rgba(12, 12, 18, 0) 70%) 0 0 no-repeat padding-box;
    padding: 100px 0 215px;
}
.black-gradient-bg.fca-black-gradient-bg {
    padding: 177px 0 200px;
}
.platform-table {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 10px;
}
.table td,
.table th,
.table thead th {
    border: 0;
}
tr > th {
    font-weight: 700;
    font-size: 22px;
}
tr > td,
tr > th {
    font-family: proxima-nova;
}
tr > td {
    font-size: 16px;
}
tr > td:first-child {
    font-weight: 600;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.navbar,
.navigation-mobile {
    background-color: #0c0c12;
}
@media screen and (min-width: 992px) {
    .navbar.home-navbar {
        padding: 0;
    }
    .navbar.home-navbar:before {
        content: " ";
        display: block;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        background: #ffcd05;
        opacity: 0.3;
    }
}
.navbar {
    padding: 1% 0;
}
.navbar.ixo-navbar {
    padding: 0;
}
.navbar.ixo-navbar a {
    font-size: 12px;
}
.navbar.ixo-navbar a:not(.navbar-logo-link) {
    position: relative;
    color: #ffcd05;
    font-weight: 300;
    margin-bottom: 10px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    transition: all 0.2s ease-in;
}
.navbar.ixo-navbar a:not(.navbar-logo-link):hover {
    color: #d1a700;
    transition: all 0.2s ease-in;
}
.navbar.ixo-navbar a:not(.navbar-logo-link).active {
    color: #ffcd05;
}
.navbar.ixo-navbar a:not(.navbar-logo-link):last-of-type .btn {
    color: #fff;
    border-bottom: 1px solid #ffcd05;
    font-weight: 400;
    font-size: 12px;
}
.navbar.ixo-navbar a:not(.navbar-logo-link):last-of-type .btn:hover {
    color: #ffcd05;
}
.navbar.ixo-navbar a:not(.navbar-logo-link):last-of-type .btn.btn-padding-medium {
    padding: 7px 10px;
}
.navbar .ix-intel-search-bar {
    background-color: #f8f8f7;
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar .ix-intel-search-bar a {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 300;
}
.navbar .ix-intel-search-bar a.active {
    font-weight: 500;
}
.navbar .form-control {
    border: 2px solid transparent;
    padding: 10px 25px;
    background-color: #fff;
    min-height: 40px;
}
.navbar .mobile-navbar-collapse {
    margin-top: 15px;
    max-height: 75vh;
    overflow: auto;
}
.navbar .mobile-navbar-collapse .nav-item {
    padding: 15px 30px;
    border-top: 1px solid #8b8b87;
}
.navbar .mobile-navbar-collapse .inline-nav-link {
    font-size: 14px;
    color: #8b8b87 !important;
    padding-right: 15px;
}
.navigation-mobile {
    padding: 2% 3%;
}
#right-nav {
    top: 5px;
    position: absolute;
    right: 10%;
}
.entities-nav-item,
.mw-left,
.navbar-top-li > li > a {
    color: #8b8b87 !important;
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.entities-nav-item .nav-link:hover,
.mw-left .nav-link:hover,
.navbar-top-li > li > a .nav-link:hover {
    color: #8b8b87 !important;
}
.entities-nav-item:not(:last-of-type) .nav-link {
    position: relative;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0;
    padding-bottom: 0;
}
.entities-nav-item:not(:last-of-type) .nav-link:before {
    border-left: 1px solid #545051;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 10px;
    content: "";
}
.need-content-rtl .entities-nav-item:not(:last-of-type) .nav-link {
    position: relative;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0;
    padding-bottom: 0;
}
.need-content-rtl .entities-nav-item:not(:last-of-type) .nav-link:before {
    border-left: 1px solid #545051;
    display: block;
    position: absolute;
    top: 5px;
    right: auto;
    left: 0;
    width: 1px;
    height: 10px;
    content: "";
}
.entities-nav-item:last-of-type .nav-link {
    padding-right: 0 !important;
}
.entities-nav-title {
    color: #8b8b87 !important;
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 14px;
}
.nav-bottom-li > li > a {
    color: #fff !important;
    font-family: proxima-nova;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.2s ease-out;
}
.nav-bottom-li > li > a:hover {
    transition: all 0.2s ease-in;
    color: #ccc !important;
}
.navigation-mobile {
    border-bottom: 1px solid #707070;
    display: none;
}
.navigation-mobile button {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-dark .navbar-toggler {
    border: none;
}
.nav-down-icon {
    max-width: 24px;
    color: #ffcd05;
}
.dropdown-toggle:after {
    display: none;
}
.upper-nav {
    position: absolute;
    top: 20px;
}
.mega-dropdown {
    background-color: #1e1e1e;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-top: 0;
    max-height: 300px;
    overflow-y: auto;
}
.mega-dropdown .dropdown-item {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDEpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==);
}
.mega-menu-list {
    list-style: none;
    border-top: 1px solid #ffcd05;
    padding-top: 15px;
    margin-left: 0;
    padding-left: 0;
    color: #fff;
    font-weight: 300;
}
.mega-menu-list a {
    color: #fff;
    transition: all 0.1s ease-in;
    text-transform: capitalize;
}
.mega-menu-list a:hover {
    color: #ffcd05;
    transition: all 0.1s ease-in;
}
.mega-menu-list .mega-menu-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mega-menu-list a:first-letter {
    text-transform: uppercase;
}
#languageDropdownMenu,
#languageDropdownMenuMobile {
    min-width: 5rem;
    z-index: 1001;
}
#languageDropdownMenu .dropdown-item:hover,
#languageDropdownMenuMobile .dropdown-item:hover {
    background-color: #c8c8c1;
}
#languageDropdownMobile span {
    color: #8b8b87;
}
#languageDropdownMenuMobile {
    margin: 0;
    position: absolute;
    left: auto;
    right: 15px;
    top: 55px;
}
.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
}
.dropdown-menu,
.show > .dropdown-menu {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    transition:
        visibility 0.3s linear,
        opacity 0.3s linear;
}
.dropdown-menu {
    visibility: hidden;
    display: block;
    opacity: 0;
}
#navbarDropdownMegaMobile .dropdown-item:active,
#navbarDropdownMegaMobile .dropdown-item:focus,
#navbarDropdownMegaMobile .dropdown-item:hover {
    background-color: transparent;
}
.nav-item.dropdown.position-static #navbarDropdownMega.dropdown-menu,
.nav-item.dropdown.position-static #navbarDropdownMegaMobile.dropdown-menu {
    max-height: 0;
    background: #0c0c12;
}
.nav-item.dropdown.position-static.show #navbarDropdownMega.dropdown-menu,
.nav-item.dropdown.position-static.show #navbarDropdownMegaMobile.dropdown-menu {
    max-height: 360px;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #1e1e1e;
}
.navbar-toggler:focus {
    outline: none;
}
@media screen and (max-width: 992px) {
    .navbar-top-li {
        display: none;
    }
    .nav-element-container {
        padding: 0;
    }
    .navigation-mobile {
        display: block;
    }
}
.ix-prime-body .prime-logo {
    max-width: 200px;
}
@media screen and (min-width: 992px) {
    #header-logo {
        min-width: 200px;
    }
    .ix-prime-body .prime-logo {
        max-width: 200px;
    }
    .ix-prime-body #top-right-nav-li {
        margin-top: 20px;
        margin-left: 30px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 0.5rem;
    }
    .ix-prime-body .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 1.5rem;
    }
    .show > .dropdown-menu {
        max-height: 900px;
        visibility: visible;
    }
    .mega-dropdown {
        max-height: 900px;
        overflow-y: hidden;
        background-color: #fff;
    }
    .mega-menu-list,
    .mega-menu-list a {
        color: #545051;
    }
    .nav-bottom-li {
        margin-top: 60px;
    }
    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #fff;
    }
    .entities-nav-item:not(:last-of-type) a:before {
        top: 13px;
    }
}
@media screen and (min-width: 1199px) {
    .navbar.ixo-navbar a:not(.navbar-logo-link) {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1899px) {
    .ix-prime-body #top-right-nav-li {
        margin-top: 40px;
        margin-left: 30px;
    }
    .navbar {
        padding: 1% 3%;
    }
    .navbar.ixo-navbar {
        padding: 0 3%;
    }
    .navbar.ixo-navbar a {
        font-size: 15px;
    }
    .navbar.ixo-navbar a:not(.navbar-logo-link) {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .navbar.ixo-navbar a:not(.navbar-logo-link):last-of-type .btn {
        font-size: 15px;
    }
}
html :lang(ar) #navbarSupportedContent {
    flex-direction: row-reverse;
}
.main-header-container {
    height: 50vh;
}
.main-header-container.tradeonline-header {
    height: 80vh;
}
.landing-ib-promotion-confirmation-container {
    height: 100vh !important;
    padding-top: 0 !important;
    background: url(/img/landing/ib-promotion/confirmation_bg_mob.jpg);
    background-size: cover;
}
.webp .landing-ib-promotion-confirmation-container {
    height: 100vh !important;
    padding-top: 0 !important;
    background: url(/img/landing/ib-promotion/confirmation_bg_mob.webp);
    background-size: cover;
}
.ixo-home-header-main-container {
    background-color: #171719;
    height: 80vh;
}
.prime-header-container {
    height: 65vh;
}
.connectivity-header-container {
    background: url(/img/prime-connectivity/prime_connectivity_mob.jpg);
    background-size: cover;
}
.about-us-header-main-container {
    background: url(/img/about-us/header-bg.png);
    background-size: cover;
    background-position: 70%;
}
.account-types-header-main-container {
    background: url(/img/account-types/account-types-header-bg.png);
    background-position: bottom;
}
.clients-header-main-container {
    background: url(/img/clients/clients_header.jpg);
    background-size: cover;
    background-position: 50%;
}
.conditions-header-container {
    background: url(/img/conditions/execution-venues_bg.jpg) 50%;
    background-size: cover;
}
.error-404-header-main-container {
    background: url(/img/errors/404_hero_bg.png);
    background-position: 50%;
    background-size: cover;
}
.landing-world-cup-promotion {
    background: url(/img/world-cup-promotion/header.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 12rem;
    margin-top: 3%;
    margin-bottom: -1%;
    background-position: 50%;
}
.instruments-header {
    background: url(/img/instruments/header.png) bottom;
    background-size: cover;
}
.instruments-fx-header {
    background: #1e1e1e;
    background-size: cover;
}
.instruments-commodities-header {
    background: url(/img/instruments/commodities/instruments-header.jpg) bottom;
    background-size: cover;
}
.instruments-equities-header {
    background: url(/img/instruments/equities/instruments-header.jpg) bottom;
    background-size: cover;
}
.instruments-futures-header {
    background: url(/img/instruments/futures/instruments-header.jpg) bottom;
    background-size: cover;
}
.instruments-indices-header {
    background: url(/img/instruments/indices/instruments-header.jpg) bottom;
    background-size: cover;
}
.trading-platforms-mt4-header {
    background: url(/img/trading-platforms/mt4/header.jpg) bottom;
    background-size: cover;
}
.trading-platforms-mt5-header {
    background: url(/img/trading-platforms/mt5/header.jpg) bottom;
    background-size: cover;
}
.ix-premium-home-header-main-container {
    background: url(/img/common/ix_premium_header.jpg);
    background-size: cover;
    background-position: 50%;
}
.landing-ix-exchange-header,
.landing-ix-exchange-header-ty {
    background: url(/img/ix-exchange/ix-exchange-bg.png);
    background-size: cover;
    background-position: 50%;
}
.ix-lite-home-header-main-container {
    background: url(/img/ix-lite/ix_lite_header_mobile.webp);
    background-size: cover;
    background-position: 50%;
    height: 462px;
}
.landing-ix-one-container {
    background: url(/img/ix-one/header-bg.png);
    background-size: cover;
    background-position: 50%;
}
.ix-social-header-main-container {
    background: url(/img/ix-social/IX-social-header.jpg);
    background-size: cover;
    background-position: bottom;
}
.trading-tools-header-main-container {
    background: url(/img/trading-tools/trading_tools_bg.png);
    background-size: cover;
    background-position: bottom;
}
.landing-investment-lead-header-main-container {
    background: url(/img/landing/investment-report/trading_guide_hero.png);
    background-position: bottom;
    background-size: cover;
}
.prime-clients-header-main-container {
    background: url(/img/ix-premium/clients/header.png);
    background-position: bottom;
    background-size: cover;
}
.landing-ib-promotion-header-main-container {
    background: url(/img/ib-promotion/ib_promotion_main_header.webp) bottom;
    background-size: cover;
    background-position: 50%;
}
.landing-ib-promotion-header-trader-container {
    background: url(/img/ib-promotion/ib_promotion_trader_header.jpg) bottom;
    background-size: cover;
}
.landing-ib-promotion-header-trading-101-container {
    background: url(/img/landing/ib-promotion/trading_101_header_mob.jpg) 50%;
    background-size: cover;
    padding-top: 200px !important;
    padding-bottom: 380px !important;
}
.landing-ib-promotion-header-trader-premium-container {
    background: url(/img/ib-promotion/ib_promotion_trader_premium_header.jpg) bottom;
    background-size: cover;
}
.landing-ib-promotion-header-trader-yacht-club-container {
    background: url(/img/ib-promotion/yacht-club-header.jpg) bottom;
    background-size: cover;
}
.landing-billions-header-main-container {
    background: url(/img/ib-promotion/billions_background.png) 50%;
    background-size: cover;
}
.landing-inflation-header-container {
    background: url(/img/inflation/inflation-header.png) 50%;
    background-size: cover;
}
.landing-ib-promotion-header-vps-trader-container {
    background: url(/img/ib-promotion/ib_promotion_trader_vps_header.jpg) bottom;
    background-size: cover;
}
.landing-ib-promotion-header-ix-social-trader-container,
.landing-ib-promotion-header-welcome-trader-container {
    background: url(/img/ib-promotion/ib_promotion_trader_ix_social_header.jpg) bottom;
    background-size: cover;
}
.landing-sofarm-cnt-header {
    height: 900px;
    background: url(/img/landing/sofarm/sofarm_1_header.jpg) top;
    background-size: cover;
}
.landing-sofarm-vn-header {
    background-color: #f0f0f0;
}
.landing-sofarm-ty-header-container {
    height: 100vh;
    background: url(/img/landing/sofarm/sofarm_1_header.jpg) top;
    background-size: cover;
    position: relative;
}
.landing-sofarm-ty-header-container .ty-grad {
    background-color: #6fa5ff;
    opacity: 1%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.landing-sofarm-ty-vn-header-container {
    height: 100vh;
    background: url(/img/landing/sofarm/vn_typ_bg.jpg) top;
    background-size: cover;
    position: relative;
}
.landing-ix-social-c-header-main-container {
    height: 95vh;
    min-height: 900px;
}
.body-plain .landing-ix-social-c-header-main-container {
    height: 95vh;
    min-height: auto;
}
.landing-ix-social-c-header-typ-main-container {
    height: 80vh;
    min-height: 500px;
    padding-top: 0 !important;
}
.landing-ix-social-c-signup-header-main-container {
    padding-top: 10vh;
    padding-bottom: 5vh;
}
.need-content-rtl .landing-investment-lead-header-main-container {
    background: url(/img/landing/investment-report/trading_guide_hero_ar.png);
    background-position: bottom;
    background-size: cover;
}
.need-content-rtl .landing-world-cup-promotion {
    background: url(/img/world-cup-promotion/header-ar.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 12rem;
    margin-top: 3%;
    margin-bottom: -1%;
    background-position: 50%;
}
.need-content-rtl .main-header-container {
    background: url(/img/home/home_ix_one_header-ar.jpg) top;
    background-size: cover;
}
.need-content-rtl .home-header-container-ixo {
    background: url(/img/ix-one/home_ix_one_header-ar.png);
    background-size: cover;
    background-position: 50%;
}
@media screen and (max-width: 767px) {
    .need-content-rtl .landing-world-cup-promotion {
        background: #000123;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 1.5rem;
        padding-bottom: 5rem;
        margin-top: 3%;
        margin-bottom: -1%;
        background-position: 50%;
    }
    .need-content-rtl .landing-ix-one-container-ar {
        background: #110a11 !important;
    }
}
.need-content-rtl .landing-ix-one-container-ar {
    background: url(/img/ix-one/home_ix_one_header-ar.png);
    background-size: cover;
    background-position: 50%;
}
.tradeonline-header,
.webp .tradeonline-header {
    background: url(/img/home/home_header_mob.webp) 50%;
    background-size: cover;
}
.webp .connectivity-header-container {
    background: url(/img/prime-connectivity/prime_connectivity_mob.webp);
    background-size: cover;
}
.webp .trading-platforms-mt4-header {
    background: url(/img/trading-platforms/mt4/header.webp) bottom;
    background-size: cover;
}
.webp .trading-platforms-mt5-header {
    background: url(/img/trading-platforms/mt5/header.webp) bottom;
    background-size: cover;
}
.webp .landing-ib-promotion-header-trader-container {
    background: url(/img/ib-promotion/ib_promotion_trader_header.webp) bottom;
    background-size: cover;
}
.webp .landing-ib-promotion-header-trading-101-container {
    background: url(/img/landing/ib-promotion/trading_101_header_mob.webp) 50%;
    background-size: cover;
}
.webp .landing-ib-promotion-header-trader-premium-container {
    background: url(/img/ib-promotion/ib_promotion_trader_premium_header.webp) bottom;
    background-size: cover;
}
.webp .landing-ib-promotion-header-trader-yacht-club-container {
    background: url(/img/ib-promotion/yacht-club-header.webp) bottom;
    background-size: cover;
}
.webp .landing-ib-promotion-header-vps-trader-container {
    background: url(/img/ib-promotion/ib_promotion_trader_vps_header.webp) bottom;
    background-size: cover;
}
.webp .landing-ib-promotion-header-ix-social-trader-container {
    background: url(/img/ib-promotion/ib_promotion_trader_ix_social_header.webp) bottom;
    background-size: cover;
}
.webp .advertising-img {
    background: url(/img/landing/ix-social/advertising.png);
    background-size: cover;
}
.webp .landing-ib-promotion-header-welcome-trader-container {
    background: url(/img/ib-promotion/ib_promotion_trader_welcome_header.webp) bottom;
    background-size: cover;
}
.webp .about-us-header-main-container {
    background: url(/img/about-us/header-bg.webp);
    background-size: cover;
    background-position: 70%;
}
.webp .account-types-header-main-container {
    background: url(/img/account-types/account-types-header-bg.webp);
    background-position: bottom;
}
.webp .clients-header-main-container {
    background: url(/img/clients/clients_header.webp);
    background-size: cover;
    background-position: 50%;
}
.webp .conditions-header-container {
    background: url(/img/conditions/execution-venues_bg.webp) 50%;
    background-size: cover;
}
.webp .error-404-header-main-container {
    background: url(/img/errors/404_hero_bg.webp);
    background-position: 50%;
    background-size: cover;
}
.webp .instruments-header {
    background: url(/img/instruments/header.webp) bottom;
    background-size: cover;
}
.webp .instruments-fx-header {
    background: #1e1e1e;
    background-size: cover;
}
.webp .instruments-commodities-header {
    background: url(/img/instruments/commodities/instruments-header.webp) bottom;
    background-size: cover;
}
.webp .instruments-equities-header {
    background: url(/img/instruments/equities/instruments-header.jpg) bottom;
    background-size: cover;
}
.webp .instruments-futures-header {
    background: url(/img/instruments/futures/instruments-header.webp) bottom;
    background-size: cover;
}
.webp .instruments-indices-header {
    background: url(/img/instruments/indices/instruments-header.webp) bottom;
    background-size: cover;
}
.webp .ix-premium-home-header-main-container {
    background: url(/img/common/ix_premium_header.webp);
    background-size: cover;
    background-position: 50%;
}
.webp .ix-lite-home-header-main-container {
    background: url(/img/ix-lite/ix_lite_header_mobile.webp);
    background-size: cover;
    background-position: 50%;
}
.webp .ix-social-header-main-container {
    background: url(/img/ix-social/IX-social-header.webp);
    background-size: cover;
    background-position: bottom;
}
.webp .trading-platforms-header-main-container {
    background: url(/img/trading-platforms/platforms-header-bg.webp) bottom;
    background-size: cover;
}
.webp .trading-tools-header-main-container {
    background: url(/img/trading-tools/trading_tools_bg.webp);
    background-size: cover;
    background-position: bottom;
}
.webp .landing-trading-room-header-main-container {
    background: url(/img/landing/trading_room_header.webp);
    background-position: bottom;
    background-size: cover;
}
.webp .landing-investment-lead-header-main-container {
    background: url(/img/landing/investment-report/trading_guide_hero.webp);
    background-position: bottom;
    background-size: cover;
}
.webp .need-content-rtl .landing-investment-lead-header-main-container {
    background: url(/img/landing/investment-report/trading_guide_hero_ar.webp);
    background-position: bottom;
    background-size: cover;
}
.webp .landing-colombia-seminar-header-main-container {
    background: url(/img/landing/ib-promotion/colombia_header_bg.webp);
    background-size: cover;
    background-position-x: right;
}
.webp .landing-monterrey-seminar-header-main-container {
    background: url(/img/landing/ib-promotion/monterrey_header_bg.webp);
    background-size: cover;
    background-position-x: right;
}
.black-gradient-bg {
    background: transparent linear-gradient(90deg, #0c0c12, rgba(12, 12, 18, 0) 50%) 0 0 no-repeat padding-box;
}
.black-gradient-bg.black-gradient-bg-full-width,
.ixo-black-gradient {
    background: transparent linear-gradient(90deg, #0c0c12, rgba(12, 12, 18, 0)) 0 0 no-repeat padding-box;
}
.ixo-black-gradient {
    height: 100%;
}
.landing-body .black-gradient-bg {
    padding: 25% 0;
}
.landing-body-FCA .black-gradient-bg {
    padding: 147px 0 200px;
}
.black-gradient-bg-70 {
    background: transparent linear-gradient(90deg, #0c0c12, rgba(12, 12, 18, 0) 70%) 0 0 no-repeat padding-box;
    padding: 77px 0 200px;
}
body.need-content-rtl .black-gradient-bg {
    background: transparent linear-gradient(270deg, #0c0c12, rgba(12, 12, 18, 0) 50%) 0 0 no-repeat padding-box;
}
body.need-content-rtl .black-gradient-bg.black-gradient-bg-full-width {
    background: transparent linear-gradient(270deg, #0c0c12, rgba(12, 12, 18, 0)) 0 0 no-repeat padding-box;
}
body.need-content-rtl .black-gradient-bg-70 {
    background: transparent linear-gradient(270deg, #0c0c12, rgba(12, 12, 18, 0) 70%) 0 0 no-repeat padding-box;
    padding: 77px 0 200px;
}
.trading-platforms-header-main-container {
    background: url(/img/trading-platforms/platforms-header-bg.png) bottom;
    background-size: cover;
}
.webinars-header-main-container {
    background: url(/img/webinars-events/header.png);
    background-size: cover;
    background-position: 70%;
}
.careers-header-main-container {
    background: url(/img/careers/careers_header_bg.jpg);
    background-size: cover;
    background-position: 70%;
}
.psp-account-funding-main-container {
    background: url(/img/psp/Accountfunds.png);
    background-size: cover;
    background-position: 70%;
}
.professional-clients-header-main-container {
    background: url(/img/common/prof_clients_header.jpg);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-default,
.IXI-header-educacao,
.IXI-header-educacion,
.IXI-header-education,
.IXI-header-how-to-videos,
.IXI-header-in-the-press,
.IXI-header-investigacion,
.IXI-header-main,
.IXI-header-medios,
.IXI-header-na-imprensa,
.IXI-header-pesquisa,
.IXI-header-research,
.IXI-header-search,
.IXI-header-videos-como-usar,
.IXI-header-videos-como-utilizar {
    background: url(/img/ix-intel/header-1.png);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-espresso-morning-call {
    background: url(/img/ix-intel/Desktop-Espresso-Header.jpg);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-clipes-de-midia,
.IXI-header-clips-multimedia,
.IXI-header-media-clips {
    background: url(/img/ix-intel/Intel-media-clips.jpg);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-podcasts {
    background: url(/img/ix-intel/Intel-podcasts.jpg);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-futures,
.IXI-header-futuros {
    background: url(/img/ix-intel/Intel-futures.jpg);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-articles,
.IXI-header-articulos,
.IXI-header-artigos {
    background: url(/img/ix-intel/Intel-article.jpg);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-learn-about-cfds,
.IXI-header-obtenga-informacion-sobre-cfds,
.IXI-header-saiba-mais-sobre-cfds {
    background: url(/img/ix-intel/header-2.png);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-aprenda-sobre-forex,
.IXI-header-conozca-acerca-de-forex,
.IXI-header-learn-about-forex {
    background: url(/img/ix-intel/header-3.png);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-os-seus-guias-para-as-plataformas-de-negociacao,
.IXI-header-sus-guias-para-las-plataformas-de-trading,
.IXI-header-your-guides-to-trading-platforms {
    background: url(/img/ix-intel/header-4.png);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-forex {
    background: url(/img/ix-intel/header-5.png);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-commodities,
.IXI-header-materias-primas {
    background: url(/img/ix-intel/header-6.png);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-market-news,
.IXI-header-noticias-del-mercado,
.IXI-header-noticias-do-mercado {
    background: url(/img/ix-intel/Intel-market-news.jpg);
    background-size: cover;
    background-position: bottom;
}
.IXI-header-acciones,
.IXI-header-acoes,
.IXI-header-equities {
    background: url(/img/ix-intel/Intel-equities.jpg);
    background-size: cover;
    background-position: bottom;
}
.landing-learn-do-seminar {
    background: url(/img/learn-do/learn-do-header-background.png);
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 8rem;
}
.landing-bangkok-seminar {
    background: url(/img/bangkok/bangkok-header-background.png);
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 8rem;
}
.landing-th-gift-festival-seminar {
    background: url(/img/th-gift-festival/header.png);
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 13rem;
    margin-top: 4%;
    background-position: 50%;
}
.landing-chiangmai-seminar {
    background: url(/img/learn-do/chiangmai-background.png);
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 8rem;
    background-position: 50%;
}
.landing-world-tour-johannesburg {
    background: url(/img/world-tour/header-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 12rem;
    margin-top: 4rem;
}
.landing-world-tour-beirut {
    background: url(/img/world-tour/header-image-ar.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 12rem;
    margin-top: 4rem;
}
.landing-world-tour-sao-paulo {
    background: url(/img/world-tour/header-image-sao.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 12rem;
    margin-top: 4rem;
}
.landing-world-tour-chihuaha {
    background: url(/img/world-tour/header-image-chihuaha.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 12rem;
    margin-top: 4rem;
}
.landing-davao-header-image {
    background: url(/img/world-tour/landing-davao-header-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 12rem;
    margin-top: 4rem;
}
.landing-ix-social-header-main-container,
.lotus-academy-header-main-container.landing-header-container {
    background: url(/img/landing/ix-social-mobile-hero.jpg);
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.landing-mt4-header-main-container {
    background: url(/img/landing/mt4_hero_bg.png);
    background-position: bottom;
    background-size: cover;
}
.landing-mt4-header-typ-main-container {
    background: url(/img/landing/mt4_typ_header.jpg);
    background-position: bottom;
    background-size: cover;
}
.landing-mt5-header-main-container {
    background: url(/img/landing/mt5_hero_bg.jpg);
    background-position: bottom;
    background-size: cover;
}
.landing-ix-social-thank-you-header-main-container {
    background: url(/img/landing/ix_social_thank_you_header.png);
    background-position: bottom;
    background-size: cover;
}
.landing-telegram-header-main-container {
    background: url(/img/landing/telegram-hero-mobile.jpg);
    background-position: 50%;
    background-size: cover;
}
.landing-bonus-african-header-main-container {
    background: url(/img/landing/bonus_african_header.png);
    background-position: 50%;
    background-size: cover;
}
.landing-bonus-south-american-header-main-container {
    background: url(/img/landing/bonus_south_american_header.png);
    background-position: 50%;
    background-size: cover;
}
.landing-bonus-arabic-header-main-container {
    background: url(/img/landing/bonus_arabic_header.png);
    background-position: 50%;
    background-size: cover;
}
.landing-bonus-generic-header-main-container {
    background: url(/img/landing/bonus_generic_header.png);
    background-position: 50%;
    background-size: cover;
}
.landing-webinar-lps-header-main-container {
    background: url(/img/landing/webinar_lps_hero_bg.png);
    background-position: bottom;
    background-size: cover;
}
.landing-investment-lead-b-header-main-container {
    background: url(/img/landing/investment-b-header-pic.jpg);
    background-position: bottom;
    background-size: cover;
}
.landing-trading-room-header-main-container {
    background: url(/img/landing/trading_room_header.png);
    background-position: bottom;
    background-size: cover;
}
.landing-webinar-analyst-header-main-container {
    background: url(/img/landing/webinar_analyst_hero_bg.png);
    background-position: bottom;
    background-size: cover;
}
.landing-webinar-generic-header-main-container {
    background: url(/img/landing/webinar_generic_hero_bg.png);
    background-position: bottom;
    background-size: cover;
}
.landing-ix-prime-header-main-container {
    background: url(/img/landing/ix_prime_hero_bg.png);
    background-position: bottom;
    background-size: cover;
}
.landing-ix-partners-header-main-container {
    background: url(/img/landing/ix_partners_hero_bg.png);
    background-position: bottom;
    background-size: cover;
}
.landing-event-lps-header-main-container {
    background: url(/img/landing/event_lps_hero_bg.png);
    background-position: bottom;
    background-size: cover;
}
.landing-lagos-seminar-header-main-container {
    background: url(/img/landing/lagos-seminar/header.png);
    background-position: bottom;
    background-size: cover;
}
.landing-enugu-seminar-header-main-container {
    background: url(/img/landing/enugu_header_bg.jpg);
    background-position-y: bottom;
    background-position-x: 70%;
    background-size: cover;
}
.landing-uyo-seminar-header-main-container {
    background: url(/img/landing/uyu_header_bg.jpg);
    background-position-y: bottom;
    background-position-x: 70%;
    background-size: cover;
}
.landing-colombia-seminar-header-main-container {
    background: url(/img/landing/ib-promotion/colombia_header_bg.jpg);
    background-size: cover;
}
.landing-cash-back-program-main-container {
    background: url(/img/landing/cbp_header_mobile.jpg);
    background-position: bottom;
    background-size: cover;
}
.landing-uruguay-ebook-thank-you-header {
    background: url(/img/landing/uruguay/thank-you-ebook-hero.png);
    background-position: bottom;
    background-size: cover;
}
.landing-uruguay-ix-trading-session-thank-you-header {
    background: url(/img/landing/uruguay/thank-you-ix-trading-sessions-hero.png);
    background-position: bottom;
    background-size: cover;
}
.landing-uruguay-ix-social-thank-you-header {
    background: url(/img/landing/uruguay/thank-you-ix-social-hero.png);
    background-position: bottom;
    background-size: cover;
}
.landing-uruguay-ix-intel-thank-you-header {
    background: url(/img/landing/uruguay/thank-you-ix-intel-hero.png);
    background-position: bottom;
    background-size: cover;
}
.prime-home-header-main-container {
    background: url(/img/prime-home/ix_prime_header.png);
    background-position-y: bottom;
    background-position-x: center;
    background-size: cover;
    padding: 280px 0 350px;
}
.prime-home-header-main-container.contact-header {
    padding: 165px 0 250px;
}
.prime-home-header-main-container.prime-centered-header-container {
    background-position: 50%;
}
html :lang(ar) .prime-home-header-main-container {
    background: url(/img/prime-home/ix_prime_header_ar.png);
    background-position-y: bottom;
    background-position-x: center;
    background-size: cover;
    padding: 280px 0 350px;
}
html :lang(ar) .prime-home-header-main-container.contact-header {
    padding: 165px 0 250px;
}
html :lang(ar) .prime-home-header-main-container.prime-centered-header-container {
    background-position: 50%;
}
@media (max-width: 992px) {
    .black-gradient-mobile {
        background: transparent linear-gradient(1turn, #01050f, rgba(9, 9, 12, 0.82) 50%, rgba(9, 9, 12, 0.06) 65%) 0 0
            no-repeat padding-box;
    }
    .prime-home-header-main-container {
        padding: 50px 0 185px;
    }
    .landing-uruguay-ix-trading-session-thank-you-header {
        background: url(/img/landing/uruguay/thank-you-ix-trading-sessions-hero-small.png);
        background-size: cover;
    }
    .landing-uruguay-ebook-thank-you-header {
        background: url(/img/landing/uruguay/thank-you-ebook-hero-small.png);
        background-size: cover;
    }
    .landing-uruguay-ix-social-thank-you-header {
        background: url(/img/landing/uruguay/thank-you-ix-social-hero-small.png);
        background-size: cover;
    }
    .landing-uruguay-ix-intel-thank-you-header {
        background: url(/img/landing/uruguay/thank-you-ix-intel-hero-small.png);
        background-size: cover;
    }
    .instruments-crypto-header,
    .instruments-fx-header {
        margin-top: -2rem !important;
    }
    .instruments-header-right-img {
        width: 100%;
        margin-top: 8.7rem;
    }
}
@media (min-width: 992px) {
    .landing-ib-promotion-confirmation-container {
        height: 100vh !important;
        padding-top: 0 !important;
        background: url(/img/landing/ib-promotion/confirmation_bg.jpg);
        background-size: cover;
    }
    .webp .landing-ib-promotion-confirmation-container {
        height: 100vh !important;
        padding-top: 0 !important;
        background: url(/img/landing/ib-promotion/confirmation_bg.webp);
        background-size: cover;
    }
    .tradeonline-header {
        background-size: cover;
    }
    .main-header-container {
        height: 65vh;
    }
    .home-header-container {
        background: url(/img/home/home_header.jpg) 50%;
        background-size: cover;
    }
    .home-header-container.home-header-container-es {
        background: url(/img/home/home_es_pt_hero.jpg) 50%;
        background-size: cover;
    }
    .home-header-container.home-header-container-pt {
        background: url(/img/home/home_pt_hero.jpg) 50%;
        background-size: cover;
    }
    .home-header-container.home-header-container-fsc {
        background: url(/img/home/home_thai_hero.jpg) 50%;
        background-size: cover;
    }
    .landing-ix-social-c-header-main-container {
        background: url(/img/landing/ix-social/c_header_bg.jpg) bottom;
        background-size: cover;
        background-position-y: 70px;
        height: 90vh;
        padding-top: 150px;
    }
    .prime-header-container {
        height: 70vh;
    }
    .connectivity-header-container {
        background: url(/img/prime-connectivity/prime_connectivity.jpg);
        background-size: cover;
    }
    .landing-enugu-seminar-header-main-container {
        background: url(/img/landing/enugu_header_bg.jpg) !important;
        background-position-y: bottom !important;
        background-position-x: center !important;
        background-size: cover !important;
    }
    .landing-uyo-seminar-header-main-container {
        background: url(/img/landing/uyu_header_bg.jpg);
        background-position-y: bottom;
        background-position-x: center;
        background-size: cover;
    }
    .landing-colombia-seminar-header-main-container {
        background: url(/img/landing/colombia_header_bg.jpg);
        background-position-y: bottom;
        background-position-x: center;
        background-size: cover;
    }
    .ix-lite-home-header-main-container {
        background: url(/img/ix-lite/ix_lite_header_bg.jpg);
        background-size: cover;
        background-position: 50%;
        height: 462px;
    }
    .landing-cash-back-program-main-container {
        background: url(/img/landing/cash_back_program_bg.jpg);
        background-position: bottom;
        background-size: cover;
    }
    .landing-ix-social-header-main-container,
    .lotus-academy-header-main-container.landing-header-container {
        background: url(/img/landing/ix_social_header_pic.png);
        background-position: bottom;
        background-size: auto;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .landing-ib-promotion-header-trading-101-container {
        background: url(/img/landing/ib-promotion/trading_101_header.jpg) 50%;
        background-size: cover;
        padding-bottom: 300px !important;
    }
    .need-content-rtl .landing-ix-social-header-main-container {
        background: url(/img/landing/ix_social_header_pic_ar.png);
        background-position: bottom;
        background-size: auto;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .need-content-rtl .landing-ix-social-c-header-main-container {
        background: url(/img/landing/ix-social/c_header_ar.jpg) bottom;
        background-size: cover;
        background-position-y: 70px;
    }
    .landing-telegram-header-main-container {
        background: url(/img/landing/telegram-hero.jpg);
        background-position: 50%;
        background-size: auto;
    }
    .about-us-header-main-container,
    .psp-account-funding-main-container {
        background-position: bottom;
    }
    .landing-ix-social-header-main-container.landing-header-container .black-gradient-bg,
    .lotus-academy-header-main-container.landing-header-container .black-gradient-bg {
        padding: 20% 0 28%;
        margin-top: -11rem;
    }
    .webp .landing-ib-promotion-header-trading-101-container {
        background: url(/img/landing/ib-promotion/trading_101_header.webp) 50%;
        background-size: cover;
    }
    .webp .tradeonline-header {
        background: url(/img/landing/tradeonline/tradeonline_header.webp) 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .webp .home-header-container {
        background: url(/img/home/home_header.webp) 50%;
        background-size: cover;
    }
    .webp .home-header-container.home-header-container-es {
        background: url(/img/home/home_es_pt_hero.webp) 50%;
        background-size: cover;
    }
    .webp .home-header-container.home-header-container-pt {
        background: url(/img/home/home_pt_hero.webp) 50%;
        background-size: cover;
    }
    .webp .home-header-container.home-header-container-fsc {
        background: url(/img/home/home_thai_hero.webp) 50%;
        background-size: cover;
    }
    .webp .home-header-container.home-header-container-ar {
        background: url(/img/home/home_mena_hero_r.webp) 50%;
        background-size: cover;
    }
    .webp .connectivity-header-container {
        background: url(/img/prime-connectivity/prime_connectivity.webp);
        background-size: cover;
    }
    .webp .ix-lite-home-header-main-container {
        background: url(/img/ix-lite/ix_lite_header_bg.webp);
        background-size: cover;
        background-position: 50%;
        height: 462px;
    }
    .webp .landing-ix-social-c-header-main-container {
        background: url(/img/landing/ix-social/c_header_bg.webp) bottom;
        background-size: cover;
        background-position-y: 70px;
    }
    .webp .page-ix-social .landing-ix-social-c-header-main-container {
        background-position-y: 0;
        height: 80vh;
        min-height: 500px;
        padding-top: inherit;
    }
    .webp .need-content-rtl .landing-ix-social-c-header-main-container {
        background: url(/img/landing/ix-social/c_header_bg_ar.webp) bottom;
        background-size: cover;
        background-position-y: 70px;
    }
    .webp .landing-enugu-seminar-header-main-container {
        background: url(/img/landing/enugu_header_bg.webp);
    }
    .webp .landing-uyo-seminar-header-main-container {
        background: url(/img/landing/uyu_header_bg.webp);
        background-size: cover;
        background-position-x: right;
    }
}
.landing-header-container {
    min-height: 560px;
}
.landing-header-container .black-gradient-bg {
    padding: 15vh 0 22vh;
}
.landing-header-container .ix-social-b-top {
    padding: 100px 0 180px !important;
}
.landing-header-container h1 {
    font-size: 60px;
}
.competition-header .black-gradient-bg {
    padding-bottom: 170px;
}
@media (min-width: 1199px) {
    .landing-body .black-gradient-bg {
        padding: 147px 0 200px;
    }
    .landing-ix-social-header-main-container.landing-header-container .black-gradient-bg {
        padding: 16% 0 19%;
    }
    .ixo-home-header-main-container {
        background: url(/img/ixo/ixo_home_hero_bg_2.jpg);
        background-position-y: center;
        background-position-x: center;
        background-size: cover;
        height: 600px;
    }
}
@media (min-width: 1899px) {
    .landing-ix-social-header-main-container.landing-header-container .black-gradient-bg {
        padding: 10% 0 14%;
    }
}
@media (min-width: 768px) {
    .landing-header-container .ix-social-b-top {
        padding: 200px 0 50px !important;
    }
}
.what-is-mt4-header-main-container.header-container {
    background: url(/img/what-is-mt4/what_is_mt4_header.png);
    background-size: cover;
    background-position: 50%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .what-is-mt4-header-main-container.header-container {
        background-image: url(/img/what-is-mt4/what_is_mt4_header_2x.png);
    }
}
@media (max-width: 575.98px) {
    .what-is-mt4-header-main-container.header-container.header-box {
        padding-left: 0;
    }
    .IXI-header-espresso-morning-call {
        background: url(/img/ix-intel/Mobile-Espresso-Header.png);
        background-size: cover;
        background-position: bottom;
    }
}
#what-is-mt4-header {
    margin-bottom: -150px;
}
footer {
    background-color: #0c0c12;
    letter-spacing: 0.2px;
}
.footer-container {
    padding-top: 90px;
    padding-bottom: 90px;
}
.footer-container b {
    font-weight: 900;
}
.footer-yellow-desc {
    font-weight: 200;
    font-size: 20px;
}
.footer-ul-title,
.footer-yellow-desc {
    font-family: proxima-nova;
    color: #ffcd05;
}
.footer-ul-title {
    font-weight: 700;
    font-size: 16px;
}
.list-unstyled {
    padding-right: 0;
}
.list-unstyled li {
    color: #fff;
    margin-bottom: 10px;
}
.footer-grey-desc,
.list-unstyled li {
    font-family: proxima-nova;
    font-weight: 300;
    font-size: 14px;
}
.footer-grey-desc {
    text-align: justify;
    color: hsla(0, 0%, 100%, 0.7);
}
.copyright-container {
    background-color: #545051;
}
.copyright-text {
    font-family: proxima-nova;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.footer-social-icon {
    max-width: 26px;
}
.footer-trusted-icon {
    max-width: 80px;
}
#cookie_bar {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.49);
    max-width: 550px;
    border-radius: 5px;
    background: #1e1e1e;
    position: fixed;
    color: #fff;
    bottom: 20px;
    left: 25px;
    z-index: 10000;
}
#cookie_bar div > p > a:hover {
    color: #fff;
}
#cookie_bar div > p > a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
}
#cookie_bar > div > p {
    padding: 5px 25px;
    font-family: proxima-nova;
    font-weight: 200;
    color: #fff;
    margin: 10px;
}
@media (max-width: 576px) {
    #cookie_bar {
        right: 25px;
        bottom: 90px;
        margin: 0 auto;
    }
}
#close_cookie_btn {
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 0;
}
#riskWarning {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #fff;
}
#riskWarning p {
    color: #000001;
    font-family: proxima-nova;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
@media screen and (max-width: 992px) {
    #riskWarning {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #riskWarning p {
        font-size: 11px;
        line-height: 15px;
    }
}
body {
    padding-top: 150px;
}
body.body-FSC,
body.body-FSCA {
    padding-top: 60px;
}
body.page-body-th {
    font-family: NotoSansThai, proxima-nova;
}
body.page-home {
    padding-top: 140px;
}
body.page-home.body-FSC {
    padding-top: 60px;
}
body.page-home.body-FCA {
    padding-top: 120px;
}
body.page-home.body-FSCA {
    padding-top: 70px;
}
body.ix-prime-body.body-FSCA {
    padding-top: 180px;
}
body.ix-prime-body.body-FSC,
body.ix-prime-body.body-SCB {
    padding-top: 120px;
}
body.page-ixo {
    padding-top: 35px;
}
body.landing-body,
body.premium-body {
    padding-top: 40px;
}
body.body-FCA.premium-body {
    padding-top: 120px;
}
body.body-FCA.ix-prime-body {
    padding-top: 180px;
}
body.ix-prime-body.body-SCB.page-prime-about-us.page-prime-about-us-ar.need-content-rtl #iti-0__country-listbox {
    right: 0;
}
.slick-list {
    padding: 0 !important;
}
.img-hover {
    box-shadow: none;
    transition: 0.2s ease-out;
}
.img-hover:hover {
    transition: 0.2s ease-out;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
}
.form-control {
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background-color: #fafafa;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 50px;
}
.form-control:focus {
    border: 2px solid #ffcd05;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
.form-control.icon-input {
    background-size: 20px;
    background-color: #fff;
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
}
.form-control.icon-input.search-input {
    background-image: url(/img/common/search-outline.svg);
}
html:lang(ar) #iti-0__country-listbox {
    right: 0;
}
.section-title.little-section-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
}
.section-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.section-small-description {
    font-size: 16px;
    font-weight: 200;
}
.table-accordion .accordion-card {
    position: unset;
}
.table-accordion .accordion-card .card-header {
    border-radius: 0;
    height: 59px;
    border-bottom: 1px solid #545051;
}
.table-accordion .accordion-card .card-header .table-accordion-card-header {
    color: #fff;
    font-size: 20px !important;
    padding-left: 30px;
    margin-top: 6px;
}
.table-accordion .accordion-card .card-header .table-accordion-card-header .accordion-expand-icon {
    filter: invert(100%);
}
.table-accordion .accordion-card .card-header .table-accordion-card-header:focus {
    box-shadow: none;
}
.table-accordion .accordion-card .card-header.collapsed:first-of-type {
    border-bottom: 1px solid #545051;
}
.table-accordion .accordion-card .card-header:not(.collapsed:first-of-type) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.table-accordion .accordion-card #search-instrument {
    max-width: 340px;
    border-radius: 0;
}
.table-accordion .table-header-collapse {
    background: #1e1e1e;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 59px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.table-accordion .table-header-collapse .collapse-item {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 35px;
    border-bottom: 1px solid #545051;
    cursor: pointer;
}
.table-accordion .table-header-collapse .collapse-item:last-of-type {
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.table-accordion .table-header-collapse .collapse-item .table-header-active {
    margin-left: -25px;
    margin-right: 10px;
    display: none;
}
.table-accordion .table-header-collapse .collapse-item.active .table-header-active {
    display: inline-block;
}
.table-accordion .platform-table.accordion-table {
    border-radius: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 200;
}
.table-accordion .platform-table.accordion-table .desc {
    color: #c63f3f;
}
.table-accordion .platform-table.accordion-table .asc {
    color: #8dc63f;
}
.table-accordion .platform-table.accordion-table tr th {
    font-size: 16px;
    font-weight: 200;
    padding: 15px 30px;
}
.table-accordion .platform-table.accordion-table tr td {
    font-size: 16px;
    font-weight: 200;
    padding: 20px 30px;
}
.table-accordion .platform-table.accordion-table tr td:first-child {
    font-weight: 500;
}
.table-accordion .platform-table.accordion-table th:first-of-type,
.table-accordion .platform-table.accordion-table th:last-of-type {
    border-radius: 0;
}
.table-accordion .platform-table.accordion-table tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.table-accordion .platform-table.accordion-table tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.table-desc {
    margin-top: 15px;
    font-weight: 200;
    font-size: 16px;
    text-align: center;
}
a.card-picture-wrapper {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    background-color: #f8f8f7;
    overflow: hidden;
}
a.card-picture-wrapper .card-picture {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: 0.25s;
}
a.card-picture-wrapper .card-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
a.card-picture-wrapper .card-picture__over {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    transition-duration: 0.25s;
}
a.card-picture-wrapper:hover .card-picture {
    transform: scale(1.1);
}
a.card-picture-wrapper:hover .card-picture__over {
    opacity: 0.2;
}
.article-card {
    border: none;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.article-card .card-img,
.article-card .card-img-top {
    border-radius: 0;
}
.article-card .card-body {
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
}
.article-card .article-card-tag {
    color: #1e1e1e;
    border: 1px solid #ffcd05;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 7px;
    text-transform: uppercase;
    margin-right: 5px;
    display: inline-block;
}
.article-card .article-card-tag:hover {
    transition: all 0.2s ease-in;
    color: #050505;
    border-color: #d1a700;
}
.article-card .article-card-desc {
    min-height: 7rem;
    color: #1e1e1e;
    font-weight: 200;
    opacity: 0.9;
}
.article-card.article-card-bottom-tags .article-card-desc {
    font-weight: 100;
}
.article-card .article-card-date {
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 0;
    color: #545051;
}
.article-card .article-card-tag-container-bottom {
    min-height: 4.5rem;
}
.article-card .article-card-title {
    min-height: 4rem;
}
.article-card .article-card-title a {
    color: #1e1e1e;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
.article-card .article-image {
    display: block;
    height: 134px;
    line-height: 134px;
    overflow: hidden;
}
.article-card .article-image img {
    position: relative;
    margin: -50% auto;
    width: auto;
    height: 100%;
    vertical-align: middle;
}
.article-card .article-image.article-card-big-image {
    height: 200px;
    line-height: 200px;
}
.article-card .article-mini-card .article-image {
    display: block;
    width: auto;
    height: auto;
    line-height: 80px;
}
.article-card .article-mini-card .article-card-date,
.article-card .article-mini-card .article-card-title {
    color: #1e1e1e !important;
}
@media (max-width: 1024px) {
    .article-card.article-mini-container .card-body {
        padding-bottom: 80px;
    }
}
.article-card.article-mini-container .more-articles-container {
    position: absolute;
    left: 20px;
    right: 20px;
}
.big-padding-section {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.yellow-radial-bg .connected-steps .step,
.yellow-radial-bg .step-container .step-title {
    color: #1e1e1e;
}
.accordion .card-header {
    padding: 10px 20px;
}
.accordion .card-header .btn-link {
    padding: 0;
    font-size: 16px;
}
.accordion .card-header .btn-link:focus {
    box-shadow: none;
}
.accordion .card-header .accordion-expand-icon {
    width: 16px;
    min-width: 16px;
    margin-top: 5px;
}
.accordion .card-body {
    padding: 40px 30px;
}
.accordion .card-body .accordion-list-item {
    font-size: 15px;
}
.accordion-card {
    border: none;
    border-radius: 10px;
}
.accordion-card .card-header {
    border-bottom: 2px solid #fff;
}
.accordion-card .card-header img:not(.accordion-expand-icon) {
    margin-top: 5px;
}
.accordion-card .card-header .accordion-expand-icon {
    transition: 0.3s ease;
    transform: rotate(0deg);
}
.accordion-card .card-header .accordion-expand-icon-btn:not(.collapsed) .accordion-expand-icon {
    transition: 0.3s ease;
    transform: rotate(180deg);
}
.btn-full-gray {
    background-color: #1e1e1e;
}
.card.accordion-card:not(.table-accordion-card) .card-header.collapsed {
    background-color: #fff;
}
.card.accordion-card:not(.table-accordion-card) .card-header.collapsed .btn-link {
    color: #1e1e1e;
}
.card.accordion-card .card-header .accordion-expand-icon-btn:not(.collapsed) .accordion-expand-icon {
    filter: invert(100%);
}
.step-container {
    text-align: center;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}
.step-container:last-of-type {
    max-width: 175px;
}
.step-container .step-title {
    font-size: 34px;
    color: #ffcd05;
    font-weight: 600;
}
.step-container .step-desc {
    font-size: 16px;
    font-weight: 300;
}
.step-container:first-of-type {
    margin-left: 0;
}
.step-container:last-of-type {
    margin-right: 0;
}
.connected-steps {
    display: flex;
    width: 100%;
    align-items: center;
}
.connected-steps .step {
    color: #ffcd05;
    background-color: transparent;
    display: block;
    border: 2px solid #fff;
    border-radius: 40px;
    font-size: 36px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
.connected-steps .step:first-of-type {
    margin-left: 50px;
}
.connected-steps .step:last-of-type {
    margin-right: 50px;
}
.connected-steps .step-ar:first-of-type {
    margin-right: 50px;
    margin-left: 0;
}
.connected-steps .step-ar:last-of-type {
    margin-left: 50px;
    margin-right: 0;
}
.connected-steps .connector {
    flex-grow: 1;
    width: 10px;
    content: "";
    display: block;
    height: 2px;
    background-color: #fff;
}
html[dir="rtl"] .connected-steps .step:first-of-type {
    margin-left: 0;
    margin-right: 50px;
}
html[dir="rtl"] .connected-steps .step:last-of-type {
    margin-right: 0;
    margin-left: 50px;
}
html[dir="rtl"] .step-container.step-3-title-inline {
    margin-left: 30px !important;
}
@media (max-width: 1025px) {
    .connected-steps .step:first-of-type {
        margin-left: 25px;
    }
    .connected-steps .step:last-of-type {
        margin-right: 25px;
    }
}
.data-points-container .data-points-title {
    font-size: 36px;
    color: #ffcd05;
    font-weight: 300;
    line-height: 38px;
}
.data-points-container .data-points-subtitle {
    font-weight: 600;
    color: #f8f8f7;
    text-transform: uppercase;
}
.data-points-container .data-points-desc {
    font-weight: 200;
}
.grecaptcha-badge {
    margin-bottom: 15px !important;
    z-index: 10;
}
.fw-semibold {
    font-weight: 500 !important;
}
.flip-x {
    transform: scaleX(-1);
}
.img-with-border-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffcd05;
    margin-bottom: 15px;
}
.card-w-icon-desc {
    border: none;
    background-color: transparent;
}
.card-w-icon-desc .card-title {
    background-color: #f8f8f7;
    margin-bottom: 0;
}
.card-w-icon-desc .card-body {
    border-radius: 10px;
    padding: 40px 20px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
}
.grey-section {
    background-color: #f8f8f7;
}
.bg-darkgrey {
    background-color: #1e1e1e;
    color: #fff;
}
.bg-darkgrey .iti {
    color: #1e1e1e;
}
.bg-black {
    background-color: #000;
}
.yellow-radial-bg {
    background: #ffcd05;
    background: radial-gradient(circle, #ffd83a 0, #ffd826 17%, #ffcd05 60%);
    color: #1e1e1e;
}
.back-radial-bg,
.yellow-radial-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f2f2f",endColorstr="#1e1e1e",GradientType=1);
}
.back-radial-bg {
    background: #2f2f2f;
    background: radial-gradient(circle, #2f2f2f 0, #2b2b2b 17%, #1e1e1e 60%);
    color: #fff;
}
.black-hero {
    background-color: #000;
    color: #fff;
}
.black-hero .hero-form-card {
    border: none;
    border-radius: 15px 15px 0 0;
    color: #1e1e1e;
}
.black-hero .hero-form-card .card-header {
    -webkit-border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ffcd05;
    border: none;
}
.black-hero .hero-form-card-social-b {
    border: none;
    color: #1e1e1e;
    border-radius: 0 0 15px 15px;
    padding: 1.25rem;
}
.black-hero .hero-form-card-social-b .card-header {
    -webkit-border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ffcd05;
    border: none;
}
form a {
    color: #ffcd05;
}
form a:hover {
    color: #ffd738;
}
.yellow-section {
    background-color: #ffcd05;
}
.yellow-section a:hover {
    color: #f8f8f7;
}
.yellow-section form a {
    color: #fff;
}
.yellow-section form a:hover {
    color: #f8f8f7;
}
.hero-image-w-abs-text-container {
    position: relative;
}
.hero-image-w-abs-text-container .hero-inner-image {
    z-index: 1;
}
.hero-image-w-abs-text-container .hero-inner-bottom {
    position: absolute;
    z-index: 2;
    left: 15px;
    right: 15px;
    bottom: 20px;
    font-size: 20px;
    font-weight: 200;
}
.mh-80-image {
    max-height: 80px;
}
.white-bg {
    background-color: #fff !important;
}
.carousel-control-icon {
    height: 40px;
    width: 40px;
}
.td-underline {
    text-decoration: underline;
}
.header-container .underlined-text:before {
    max-width: 140px;
}
.header-container h1 {
    margin-top: 30px;
}
.yellow-link {
    color: #ffcd05;
    transition: all 0.2s ease;
}
.yellow-link:hover {
    transition: all 0.2s ease;
    color: #9e7e00;
}
.landing-form-modal .modal-dialog.modal-sm {
    max-width: 600px;
}
.font-weight-thin {
    font-weight: 200;
}
.text-underline {
    text-decoration: underline;
}
.fc-dark,
a.fc-dark {
    color: #1e1e1e !important;
}
a.fc-dark:hover {
    color: #050505;
}
.fc-yellow {
    color: #ffcd05 !important;
}
.fc-light {
    color: #545051 !important;
}
.fc-white {
    color: #fff !important;
}
.fs-15 {
    font-size: 15px !important;
}
.z-index-3 {
    z-index: 3;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-31 {
    font-size: 31px !important;
}
.fs-33 {
    font-size: 33px !important;
}
.fs-35 {
    font-size: 35px !important;
}
.fs-36 {
    font-size: 36px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-44 {
    font-size: 44px !important;
}
.fs-48 {
    font-size: 48px !important;
}
.fs-50 {
    font-size: 50px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-60 {
    font-size: 60px !important;
}
.lh-1-3 {
    line-height: 1.3;
}
.lh-1-5 {
    line-height: 1.5;
}
.fs-65 {
    font-size: 65px !important;
}
.fs-80 {
    font-size: 80px !important;
}
.lh-25 {
    line-height: 25px;
}
.br-15 {
    border-radius: 15px;
}
.br-10 {
    border-radius: 10px;
}
.br-t-10 {
    border-radius: 10px 10px 0 0;
}
.pt-10p {
    padding-top: 10%;
}
.pt-15p {
    padding-top: 15%;
}
.pr-10p {
    padding-right: 10%;
}
.align-items-center {
    align-items: center;
}
@media (min-width: 767px) {
    .fs-md-31 {
        font-size: 31px !important;
    }
}
.middle-custom-spinner-border {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 40px;
}
.disable-hover:hover {
    color: inherit;
}
.bottom-border-img {
    border-bottom: 1px solid #ffcd05;
    padding-bottom: 15px;
}
.card-button-container {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 9px solid #f8f8f7;
}
.icon-bottom-border {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffcd05;
}
.yellow-section .icon-bottom-border {
    border-bottom: 1px solid #fff;
}
.platform-ul {
    padding-left: 20px;
    list-style: none;
}
.platform-ul li {
    position: relative;
    padding-left: 15px;
}
.platform-ul li:before {
    content: "\2022";
    color: #ffcd05;
    font-weight: 700;
    display: inline-block;
    width: 22px;
    position: absolute;
    top: -2px;
    left: 0;
}
.platform-ul.big-padding-ul li {
    padding-left: 35px;
    padding-bottom: 15px;
}
.share-box a:hover {
    text-decoration: none;
}
.share-box .share-button-container {
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 5px;
}
.share-box .share-button-container img {
    height: 20px !important;
}
.share-box .share-button-container.share-facebook {
    background-color: #3b5998;
    transition: all 0.2s ease-in;
}
.share-box .share-button-container.share-facebook:hover {
    background-color: #4c70ba;
    transition: all 0.2s ease-in;
}
.share-box .share-button-container.share-twitter {
    background-color: #1da1f2;
    transition: all 0.2s ease-in;
}
.share-box .share-button-container.share-twitter:hover {
    background-color: #4db5f5;
    transition: all 0.2s ease-in;
}
.share-box .share-button-container.share-linkedin {
    background-color: #0077b5;
    transition: all 0.2s ease-in;
}
.share-box .share-button-container.share-linkedin:hover {
    background-color: #0099e8;
    transition: all 0.2s ease-in;
}
.share-box .share-button {
    color: #fff;
    font-size: 19px;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 205, 5, 0.25);
}
button.nav-link {
    border: none;
    background: 0 0;
}
.active-nav-link:after {
    width: calc(100% - 30px) !important;
}
.in-site-nav a {
    font-size: 22px;
    color: #545051;
    font-weight: 300;
    transition: all 0.3s ease-in;
    position: relative;
}
.in-site-nav a:after {
    border-bottom: 1px solid #ffcd05;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 15px;
    width: 0;
    height: 1px;
    content: "";
}
.in-site-nav a:hover {
    color: #060505;
}
.in-site-nav a:hover:after {
    transition: all 0.3s ease-in;
    width: calc(100% - 30px);
}
.in-site-nav li:not(:last-of-type) a:before {
    border-left: 1px solid #ffcd05;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 15px;
    content: "";
}
#trydemo {
    position: fixed;
    right: -80px;
    color: #fff;
    font-weight: 300;
    background-color: #ffcd05;
    top: 45%;
    padding: 7px 20px 10px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    display: block;
    z-index: 10;
    transform: rotate(270deg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
}
#trydemo.trydemo-ar,
#trydemo.trydemo-pt,
#trydemo.trydemo-th {
    right: -50px;
}
.page-premium #trysdemo {
    display: none;
}
.iti {
    display: block;
    width: 100%;
}
.iti .iti__country-list {
    z-index: 10;
}
.page-ix-intel-single #trydemo {
    opacity: 0.7;
}
.nav-list .nav-item {
    padding: 0 15px;
    display: inline-block;
    margin: 0;
}
.nav-list .nav-item:not(:last-child) {
    border-right: 1px solid #f8f8f7;
}
.section-splitter {
    position: relative;
    width: 100%;
    height: 41px;
}
.section-splitter.multi-color-small-splitter {
    height: 20px;
    margin-top: -20px;
}
.section-splitter:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #f8f8f7;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    transform: rotateY(180deg);
}
.section-splitter.yellow-splitter.black-yellow-splitter {
    background-color: #000;
}
.section-splitter.yellow-splitter:before {
    background-color: #ffcd05;
}
.section-splitter.yellow-grey-splitter {
    background-color: #f8f8f7;
}
.section-splitter.yellow-grey-splitter:before {
    background-color: #ffcd05;
}
.section-splitter.yellow-white-splitter {
    background-color: #fff;
}
.section-splitter.yellow-white-splitter:before {
    background-color: #ffcd05;
}
.section-splitter.white-splitter:before {
    background-color: #fff;
}
.section-splitter.secondary-splitter:before {
    transform: rotateY(0);
    transform: rotateX(180deg);
}
.section-title {
    font-size: 34px;
    text-align: center;
}
.page-landing-ix-social .AT-comp-pricing-container {
    top: 0;
    margin-top: -150px;
}
#prime-form-section {
    background-color: #ffcd05;
}
#prime-form-section #prime-form-image-container {
    min-height: 250px;
    background-image: url(/img/common/prime_form.png);
    background-size: cover;
}
#prime-form-section #prime-form-desc {
    padding-top: 50px;
    padding-bottom: 50px;
}
.platform-table {
    border-radius: 15px;
}
.platform-table .table-subtitle {
    font-size: 19px;
}
.platform-table thead th:first-of-type {
    border-top-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
}
.platform-table thead th:last-of-type {
    border-top-right-radius: 15px;
}
.platform-table tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
}
.platform-table tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 15px;
}
.platform-table.grey-header-table {
    margin-top: 50px;
}
.platform-table.grey-header-table th {
    background-color: #f8f8f7;
    font-size: 22px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.platform-table.grey-header-table td {
    padding: 0.5rem;
    font-weight: 300;
}
.platform-table.grey-header-table tbody tr:nth-child(2n) td {
    background-color: #f8f8f7;
}
.platform-table.grey-header-table tbody tr:nth-child(odd) td {
    background-color: #fff;
}
.platform-table.grey-header-table tr td:first-child:not(.fw-semibold) {
    font-weight: 400;
}
.platform-table thead > tr > th {
    padding: 2rem;
}
.platform-table tbody > tr > td {
    line-height: 1.2;
    vertical-align: middle;
}
.platform-table.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.platform-table.table-striped tbody tr:nth-of-type(odd):not(:last-of-type) {
    background-color: rgba(0, 0, 0, 0.05);
}
.platform-table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.platform-table.table-striped-light tbody tr:nth-of-type(odd):not(:last-of-type) {
    background-color: rgba(0, 0, 0, 0.05);
}
.instruments-platform-table .table-striped-light tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.instruments-platform-table .table-striped-light tbody tr:nth-of-type(odd):not(:last-of-type) {
    background-color: #f8f8f7;
}
.instruments-platform-table .table-striped-light tbody tr:nth-of-type(2n) {
    background-color: transparent;
}
.instruments-platform-table .table-striped-light tbody tr:nth-of-type(2n):not(:last-of-type) {
    background-color: #fff;
}
.lightergrey-secondary-before:before {
    background-color: #f8f8f7 !important;
}
.icon-info-box img.bc-1 {
    border-color: #8dc63f;
}
.icon-info-box img.bc-2 {
    border-color: #5fa8de;
}
.icon-info-box img.bc-3 {
    border-color: #f39000;
}
.icon-info-box img.bc-4 {
    border-color: #88579f;
}
.icon-info-box img.bc-5 {
    border-color: #f0dd4a;
}
.icon-info-box img.bc-6 {
    border-color: #f04a4a;
}
.icon-info-box .icon-info-desc {
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
}
.icon-info-box h5 {
    font-size: 25px;
}
#instruments_table {
    border-radius: 15px;
    border-collapse: separate;
    border-spacing: 0;
}
#instruments_table tbody tr:last-of-type {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#instruments_table tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 15px;
}
#instruments_table tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 15px;
}
#feature_mt5_phone {
    position: relative;
    bottom: -90px;
    z-index: 4;
}
.disclaimer-text {
    font-weight: 400 !important;
    font-size: 15px !important;
}
.disclaimer-text,
.disclaimer-text-1 {
    font-family: proxima-nova !important;
    line-height: 18px;
}
.disclaimer-text-1 {
    font-weight: 500 !important;
    font-size: 18px !important;
}
a.readmore {
    font-weight: 700;
    color: #1e1e1e;
    transition: 0.2s ease-out;
}
a.readmore:hover {
    color: #515151;
    transition: 0.2s ease-in;
}
a.readmore:hover img {
    margin-right: 0.7rem !important;
    transition: 0.2s ease-in;
}
.social-share {
    font-size: 13px;
    font-weight: 600;
    padding: 2px 10px;
    color: #fff;
    border-radius: 3px;
}
.social-share img {
    max-height: 11px;
    max-width: 15px;
}
.social-share.social-facebook {
    background-color: #4267b2;
}
.social-share.social-twitter {
    background-color: #1da1f2;
}
.social-share.social-pinterest {
    background-color: #bd081c;
}
.social-share.social-linkedin {
    background-color: #2867b2;
}
.yellow-check-circle-with-shadow {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 12px;
    background-color: #fff;
    margin-right: 15px;
}
#section_terms_of_use ol {
    padding-left: 15px;
}
#error-splitter-1 {
    margin-top: -180px;
}
.valign-bottom {
    vertical-align: bottom !important;
}
.valign-middle {
    vertical-align: middle !important;
}
.image-splitter-bottom {
    margin-top: -120px;
}
.accordion {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 10px;
}
.card.no-border-card {
    border: none;
}
.card.no-border-card,
.card.profile-card {
    margin-bottom: 35px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137254902);
}
.card.profile-card .card-title {
    margin-bottom: 0;
}
.card.profile-card .card-info {
    color: #ffcd05;
    font-weight: 600;
}
.card.platform-info-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
}
.card.platform-info-card .card-header {
    background-color: #ffcd05;
    font-weight: 200;
    padding: 25px;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    border-bottom: none;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}
.card.platform-info-card .card-body {
    padding: 25px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}
.card.platform-info-card .platform-card-help {
    font-size: 14px;
    font-weight: 200;
}
.card.funding-card .card-title {
    font-size: 20px;
    font-weight: 500;
}
.card.funding-card .card-text {
    font-weight: 300;
}
.card.accordion-card {
    border: none;
    border-radius: 5px;
}
.card.accordion-card .card-header {
    border-bottom: 2px solid #fff;
    border-radius: 5px;
}
.card.accordion-card .card-header img:not(.accordion-expand-icon) {
    margin-top: 5px;
}
.card.accordion-card .card-header .accordion-expand-icon {
    transition: 0.3s ease;
    transform: rotate(0deg);
}
.card.accordion-card .card-header .accordion-expand-icon-btn:not(.collapsed) .accordion-expand-icon {
    transition: 0.3s ease;
    transform: rotate(180deg);
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffcd05;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ffcd05;
    border-color: #ffcd05;
}
.page-link:hover {
    z-index: 2;
    color: #ffcd05;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.cursor-pointer {
    cursor: pointer;
}
.yellow-subline:after {
    border-top: 2px solid #ffcd05;
    display: block;
    position: relative;
    bottom: -15px;
    left: 0;
    width: 20%;
    content: "";
}
.bottom-fixed-cta-container {
    background-color: #1e1e1e;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.line-height-base {
    line-height: 1.2rem;
}
.direction-ltr {
    direction: ltr !important;
}
body.need-content-rtl .mr-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}
body.need-content-rtl .ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}
body.need-content-rtl .modal-header .close {
    top: -5px;
    left: -5px;
    right: auto;
}
body.need-content-rtl .iti--allow-dropdown .iti__flag-container,
body.need-content-rtl .iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 0;
}
body.need-content-rtl .landing-form-modal .modal-dialog .iti--allow-dropdown input,
body.need-content-rtl .landing-form-modal .modal-dialog .iti--allow-dropdown input[type="tel"],
body.need-content-rtl .landing-form-modal .modal-dialog .iti--allow-dropdown input[type="text"],
body.need-content-rtl .landing-form-modal .modal-dialog .iti--separate-dial-code input,
body.need-content-rtl .landing-form-modal .modal-dialog .iti--separate-dial-code input[type="tel"],
body.need-content-rtl .landing-form-modal .modal-dialog .iti--separate-dial-code input[type="text"] {
    padding-left: 15px !important;
    padding-right: 110px !important;
}
body.need-content-rtl .iti .iti__country-list {
    text-align: right;
}
body.need-content-rtl .justify-content-start {
    justify-content: flex-end !important;
}
body.need-content-rtl .yellow-check-circle-with-shadow {
    text-align: center;
}
body.need-content-rtl .yellow-check-circle-with-shadow img {
    margin: 0;
}
html[dir="rtl"] body.need-content-rtl .iti--allow-dropdown input,
html[dir="rtl"] body.need-content-rtl .iti--allow-dropdown input[type="tel"],
html[dir="rtl"] body.need-content-rtl .iti--allow-dropdown input[type="text"],
html[dir="rtl"] body.need-content-rtl .iti--separate-dial-code input,
html[dir="rtl"] body.need-content-rtl .iti--separate-dial-code input[type="tel"],
html[dir="rtl"] body.need-content-rtl .iti--separate-dial-code input[type="text"] {
    padding-right: 88px;
}
#minus-margin-splitter {
    margin-top: -40px;
}
@media (min-width: 576px) {
    body {
        padding-top: 140px;
    }
    body.landing-body,
    body.premium-body {
        padding-top: 30px;
    }
    body.body-FCA.premium-body {
        padding-top: 110px;
    }
    #prime-form-section #prime-form-image-container {
        min-height: 450px;
    }
    #prime-form-section #prime-form-desc {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}
@media (max-width: 767px) {
    .power-text-container h5 {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    body {
        padding-top: 150px;
    }
    body.landing-body,
    body.premium-body {
        padding-top: 40px;
    }
    body.body-FCA.premium-body {
        padding-top: 110px;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .font-weight-md-300 {
        font-weight: 300 !important;
    }
    .font-weight-md-600 {
        font-weight: 600 !important;
    }
}
.mb-30px {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .article-card {
        min-height: 437px;
    }
    .mr-lg-20px {
        margin-right: 20px !important;
    }
    .big-padding-section {
        padding-bottom: 5rem;
        padding-top: 5rem;
    }
    .h-lg-100 {
        height: 100% !important;
    }
    #trydemo {
        right: -100px;
        top: 50%;
        padding: 15px 36px 35px;
        transition: right 0.2s ease-in;
    }
    #trydemo:hover {
        right: -90px;
        transition: all 0.2s ease-in;
    }
    #trydemo.trydemo-ar,
    #trydemo.trydemo-in,
    #trydemo.trydemo-pt,
    #trydemo.trydemo-th {
        right: -75px;
    }
    #trydemo.trydemo-ar:hover,
    #trydemo.trydemo-in:hover,
    #trydemo.trydemo-pt:hover,
    #trydemo.trydemo-th:hover {
        right: -60px;
        transition: all 0.2s ease-in;
    }
    body {
        padding-top: 170px;
    }
    body.body-FSC,
    body.body-FSCA {
        padding-top: 120px;
    }
    body.page-home.body-FSC {
        padding-top: 100px;
    }
    body.landing-body,
    body.premium-body {
        padding-top: 50px;
    }
    body.body-FCA,
    body.body-FCA.premium-body {
        padding-top: 150px;
    }
    .accordion .card-header {
        padding: 14px 30px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar .container {
        max-width: 100%;
    }
}
.section-description {
    font-size: 20px;
    font-weight: 200;
    line-height: 28px;
}
.hover-icon-card-container .hover-card .hover-icon-img {
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .h-xl-100 {
        height: 100% !important;
    }
    body {
        padding-top: 160px;
    }
    body.body-FSC,
    body.body-FSCA {
        padding-top: 80px;
    }
    body.ix-prime-body.body-FSC,
    body.ix-prime-body.body-SCB {
        padding-top: 100px;
    }
    body.page-home {
        padding-top: 170px;
    }
    body.page-home.body-FSC {
        padding-top: 110px;
    }
    body.page-home.body-FCA {
        padding-top: 160px;
    }
    body.landing-body,
    body.premium-body {
        padding-top: 50px;
    }
    body.body-FCA.premium-body {
        padding-top: 150px;
    }
    body.page-ixo .container {
        max-width: 1690px;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .container {
        max-width: 1390px;
    }
    .section-title {
        font-size: 53px;
        text-align: center;
    }
    #minus-margin-splitter {
        margin-top: -40px;
    }
    #info-icons-container .bordered-info-box {
        border-left: 1px solid #545051;
        border-right: 1px solid #545051;
    }
    .left-bordered-info-box {
        border-left: 1px solid #545051;
    }
    .in-site-nav li:not(:last-of-type) a:before {
        top: 15px;
    }
    #mt-5-com-img {
        border-left: 20px solid #ffcd05;
    }
    #feature_mt5_phone {
        position: relative;
        bottom: -200px;
        z-index: 4;
    }
    .article-card {
        min-height: 413px;
    }
}
@media (min-width: 1024px) {
    .price-up {
        background-color: #3987cd;
    }
    .price-down,
    .price-up {
        color: #fff;
        border-right: 2px solid #fff;
        width: 30%;
    }
    .price-down {
        background-color: #b72222;
    }
}
@media (max-width: 991px) {
    #trading_platform_mt5_also_like .icon-title-container {
        border-left: none;
        border-right: none;
    }
}
@media (min-width: 1900px) {
    .h-xl-auto {
        height: auto !important;
    }
    body {
        padding-top: 170px;
    }
    body.page-ixo {
        padding-top: 100px;
    }
    body.ix-prime-body.body-FSC,
    body.ix-prime-body.body-SCB {
        padding-top: 130px;
    }
    body.landing-body,
    body.premium-body {
        padding-top: 50px;
    }
    body.body-FCA.premium-body {
        padding-top: 150px;
    }
    .section-splitter {
        position: relative;
        width: 100%;
        height: 110px;
    }
    .section-splitter.multi-color-small-splitter {
        height: 60px;
        margin-top: -60px;
    }
    .section-splitter:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #f8f8f7;
        -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
        clip-path: polygon(100% 0, 0 100%, 100% 100%);
        transform: rotateY(180deg);
    }
    .section-splitter.secondary-splitter:before {
        transform: rotateY(0);
        transform: rotateX(180deg);
    }
    #minus-margin-splitter {
        margin-top: -110px;
    }
    .splitter-lagos {
        margin-top: -80px !important;
    }
}
.bold-links-for-single-articles {
    color: #ffcd05 !important;
    font-weight: bolder;
}
.bold-links-for-single-articles:hover {
    color: #d1a700 !important;
}
.ix-prime-img {
    max-height: 300px;
}
.sell-buy-title {
    color: #212529;
    font-weight: 300;
}
.price-feed-table thead,
.price-feed-table tr {
    border-bottom: 2px solid #f8f8f7;
    color: #545051;
}
.price-feed-table .price-up {
    color: #fff;
    border-right: 2px solid #fff;
    background-color: #3987cd;
}
.price-feed-table .price-down {
    color: #fff;
    border-right: 2px solid #fff;
    background-color: #b72222;
}
.live-price-feed-table thead,
.live-price-feed-table tr {
    color: #545051;
}
.live-price-feed-table .price-up {
    color: #8dc63f;
}
.live-price-feed-table .price-down {
    color: #c63f3f;
}
.lh-s {
    line-height: 1.1;
}
.AT-comp-pricing-container-padding {
    padding: 5% 4% !important;
}
@media only screen and (max-width: 992px) {
    .webinars-table tr {
        margin: 30px 15px;
    }
    .webinars-table table,
    .webinars-table tbody,
    .webinars-table td,
    .webinars-table th,
    .webinars-table thead,
    .webinars-table tr {
        display: block;
    }
    .webinars-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .webinars-table td {
        border: none;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }
    .webinars-table tbody tr td {
        text-align: right !important;
    }
    .webinars-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 700;
        content: attr(data-title);
    }
}
.webinars-table .btn-filled-out-green {
    padding: 8px 4px !important;
    border-radius: 6px;
}
.webinars-table .btn-filled-out-green:hover {
    color: #1e1e1e;
}
.webinars-table .webinar-more-link a {
    color: #ffbe05;
}
.webinars-table td {
    font-weight: 400 !important;
}
.webinars-table tbody tr td,
.webinars-table thead tr {
    text-align: center;
}
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media only screen and (min-width: 993px) {
    .webinars-table td:first-of-type {
        padding-left: 32px !important;
    }
}
@media only screen and (max-width: 991px) {
    body.body-FSC .navbar {
        height: auto !important;
    }
}
#deposits .webinar-book-your-spot-head {
    text-align: center;
}
#deposits .webinars-table .webinar-more-link a {
    font-weight: 700;
}
#about_us_main_container
    .container.AT-comp-pricing-container.main-box-description.text-center.AT-comp-pricing-container-padding.webinar {
    padding-bottom: 70px !important;
}
.market_title {
    font-size: 40px;
    display: inline-block;
    text-align: center;
}
.learning-strat .power-info-box {
    background-color: #fff;
    max-height: 300px;
    height: 246px;
}
.learning-strat p {
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    line-height: 29px;
}
@media (min-width: 1199px) {
    .learning-strat p {
        text-align: center;
        font-size: 24px;
        font-weight: lighter;
        line-height: 29px;
    }
}
.webinar-lbox-container {
    min-height: 120px;
}
.webinar-lbtitle-container {
    min-height: 65px;
}
.webinar-wy-h3-title {
    font-size: 40px;
}
#feature_mt4_phone {
    position: relative;
    bottom: 60px;
    z-index: 4;
}
.hover-icon-card-container {
    position: relative;
}
.hover-icon-card-container .hover-card {
    z-index: 1;
    border: none;
    border-radius: 0;
    min-height: 175px;
    background: 0 0;
}
.hover-icon-card-container .hover-card .card-text {
    font-weight: 200;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.hover-icon-card-container .hover-card:hover {
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 10px;
    position: absolute;
    transition: all 0.4s ease-out;
    left: -7px;
    right: -7px;
    top: -7px;
}
.hover-icon-card-container .hover-card:hover .card-text {
    opacity: 1;
    height: auto;
}
@media (max-width: 1024px) {
    .hover-icon-card-container {
        position: relative;
    }
    .hover-icon-card-container .hover-card {
        z-index: 1;
        min-height: 175px;
    }
    .hover-icon-card-container .hover-card .card-text {
        opacity: 1;
        height: auto;
    }
}
.accordion .accordion-expand-icon-btn {
    border: none;
}
.accordion .card-header {
    background-color: #1e1e1e;
    border-bottom: none;
}
.accordion .card-header.collapsed:first-of-type {
    border-bottom: 2px solid #f8f8f7;
}
.accordion .card-header:not(.collapsed) .fc-white-in-dark {
    color: #fff;
}
.accordion .card-header .btn-link {
    color: #ffcd05;
    text-decoration: none;
    font-weight: 600;
}
.accordion .card-header .accordion-expand-icon {
    filter: invert(0);
}
.accordion .card-body {
    border-bottom: 2px solid #f8f8f7;
}
.white-grey-bg {
    background-image: -webkit-linear-gradient(90deg, #f8f8f7 60%, #fff 0);
}
.arrow-down {
    transform: rotate(90deg);
}
.find-out-more img {
    margin-left: 1rem !important;
}
.find-out-more:hover img {
    transition: all 0.1s linear;
    margin-left: 1.2rem !important;
}
@media screen and (min-width: 1370px) {
    .col-x-xl-5 {
        flex: 0 0 45.66666667%;
        max-width: 45.7%;
    }
    .col-x-xl-7 {
        flex: 0 0 54.33333333%;
        max-width: 54.3%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1306px) {
    body.page-home {
        padding-top: 215px;
    }
}
.z-index-2k {
    z-index: 2000;
}
.modal-text-bold {
    font-weight: 700;
}
.modal-text-bold,
.modal-text-normal {
    font-family: proxima-nova;
    font-size: 15px;
    color: #545051;
}
.modal-text-normal {
    font-weight: 400;
}
.br-r-10 {
    border-radius: 10px;
}
.br-rt-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.w-5 {
    width: 5%;
}
.w-95 {
    width: 95%;
}
.risk-modal .modal-dialog {
    max-width: 924px;
}
.risk-modal .modal-header {
    font-size: 36px;
    font-weight: 300;
    display: block;
    border-bottom: none;
}
.risk-modal .modal-body .modal-subtitle-bg {
    padding: 15px 0;
    background-color: #f8f8f7;
}
.risk-modal .modal-body .modal-subtitle {
    font-size: 20px;
    font-weight: 500;
}
#modal_first,
#modal_pro,
#modal_second {
    background-color: hsla(0, 0%, 100%, 0.9);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}
#modal_second {
    overflow-y: inherit;
}
.fa-times-circle:before {
    content: "\F057";
}
.filter-yellow {
    filter: invert(83%) sepia(61%) saturate(2976%) hue-rotate(354deg) brightness(101%) contrast(101%);
}
#application_redirect_warning .modal-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#application_redirect_warning .modal-dialog {
    max-width: 600px;
}
#application_redirect_warning #applicationRedirectDiv .custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
#application_redirect_warning #applicationRedirectDiv .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
    box-shadow: none !important;
    display: none;
}
#application_redirect_warning #applicationRedirectDiv .custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-control-input:focus:not(:checked)
    ~ .custom-control-label:before {
    border-color: #80bdff;
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-control-input:not(:disabled):active
    ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
#application_redirect_warning #applicationRedirectDiv .custom-control-input:disabled ~ .custom-control-label,
#application_redirect_warning #applicationRedirectDiv .custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}
#application_redirect_warning #applicationRedirectDiv .custom-control-input:disabled ~ .custom-control-label:before,
#application_redirect_warning #applicationRedirectDiv .custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef;
}
#application_redirect_warning #applicationRedirectDiv .custom-radio .custom-control-label:before {
    border-radius: 50%;
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-radio
    .custom-control-input:checked
    ~ .custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgdmlld0JveD0nLTQgLTQgOCA4Jz48Y2lyY2xlIHI9JzMnIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
#application_redirect_warning #applicationRedirectDiv .custom-switch {
    padding-left: 2.25rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
#application_redirect_warning #applicationRedirectDiv .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: #adb5bd;
    border-radius: 0.5rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    #application_redirect_warning #applicationRedirectDiv .custom-switch .custom-control-label:after {
        transition: none;
    }
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-switch
    .custom-control-input:checked
    ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-switch
    .custom-control-input:disabled:checked
    ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
#application_redirect_warning #applicationRedirectDiv .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#application_redirect_warning #applicationRedirectDiv .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
}
#application_redirect_warning #applicationRedirectDiv .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
#application_redirect_warning #applicationRedirectDiv .custom-select[multiple],
#application_redirect_warning #applicationRedirectDiv .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
#application_redirect_warning #applicationRedirectDiv .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
#application_redirect_warning #applicationRedirectDiv .custom-select::-ms-expand {
    display: none;
}
#application_redirect_warning #applicationRedirectDiv .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
#application_redirect_warning #applicationRedirectDiv .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;
}
#application_redirect_warning #applicationRedirectDiv .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
#application_redirect_warning #applicationRedirectDiv .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
#application_redirect_warning #applicationRedirectDiv .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
}
#application_redirect_warning #applicationRedirectDiv .custom-file-input:disabled ~ .custom-file-label,
#application_redirect_warning #applicationRedirectDiv .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
}
#application_redirect_warning #applicationRedirectDiv .custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}
#application_redirect_warning #applicationRedirectDiv .custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse);
}
#application_redirect_warning #applicationRedirectDiv .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
#application_redirect_warning #applicationRedirectDiv .custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#application_redirect_warning #applicationRedirectDiv .custom-range:focus {
    outline: 0;
}
#application_redirect_warning #applicationRedirectDiv .custom-range:focus::-webkit-slider-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#application_redirect_warning #applicationRedirectDiv .custom-range:focus::-moz-range-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#application_redirect_warning #applicationRedirectDiv .custom-range:focus::-ms-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-moz-focus-outer {
    border: 0;
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    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) {
    #application_redirect_warning #applicationRedirectDiv .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    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) {
    #application_redirect_warning #applicationRedirectDiv .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    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) {
    #application_redirect_warning #applicationRedirectDiv .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
#application_redirect_warning #applicationRedirectDiv .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
#application_redirect_warning #applicationRedirectDiv .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
#application_redirect_warning #applicationRedirectDiv .custom-range:disabled::-moz-range-track {
    cursor: default;
}
#application_redirect_warning #applicationRedirectDiv .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
#application_redirect_warning #applicationRedirectDiv .custom-control-label:before,
#application_redirect_warning #applicationRedirectDiv .custom-file-label,
#application_redirect_warning #applicationRedirectDiv .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) {
    #application_redirect_warning #applicationRedirectDiv .custom-control-label:before,
    #application_redirect_warning #applicationRedirectDiv .custom-file-label,
    #application_redirect_warning #applicationRedirectDiv .custom-select {
        transition: none;
    }
}
#application_redirect_warning #applicationRedirectDiv .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
#application_redirect_warning #applicationRedirectDiv .custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
}
#application_redirect_warning #applicationRedirectDiv .custom-control-label:after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}
#application_redirect_warning #applicationRedirectDiv .custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNmwyLjk3NCAyLjk5TDggMi4xOTN6Jy8+PC9zdmc+);
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff;
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+);
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
#application_redirect_warning #applicationRedirectDiv .custom-select {
    padding: 30px 13px 10px !important;
    border-radius: 0;
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PSc2Ljg2Jz48cGF0aCBkYXRhLW5hbWU9J1VuaW9uIDIxJyBkPSdNNiA2Ljg1OEw1LjE0IDYgMCAuODU4Ljg1OCAwIDYgNS4xNDIgMTEuMTQyIDAgMTIgLjg1OCA2Ljg1OCA2IDYgNi44NnonIGZpbGw9JyM3MTcwNmYnLz48L3N2Zz4=)
        right 0.9rem center no-repeat !important;
}
#application_redirect_warning
    #applicationRedirectDiv
    .custom-control-input:not(:disabled):active
    ~ .custom-control-label:before {
    background-color: #8dc63f !important;
    border-color: #8dc63f !important;
}
#application_redirect_warning #applicationRedirectDiv .custom-checkbox.b-custom-control-lg,
#application_redirect_warning #applicationRedirectDiv .input-group-lg .custom-checkbox {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 1.875rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-checkbox.b-custom-control-lg .custom-control-label:before,
#application_redirect_warning #applicationRedirectDiv .input-group-lg .custom-checkbox .custom-control-label:before {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.3rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-checkbox.b-custom-control-lg .custom-control-label:after,
#application_redirect_warning #applicationRedirectDiv .input-group-lg .custom-checkbox .custom-control-label:after {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 50% 50%;
}
#application_redirect_warning #applicationRedirectDiv .custom-radio.b-custom-control-lg,
#application_redirect_warning #applicationRedirectDiv .input-group-lg .custom-radio {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 1.875rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-radio.b-custom-control-lg .custom-control-label:before,
#application_redirect_warning #applicationRedirectDiv .input-group-lg .custom-radio .custom-control-label:before {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
}
#application_redirect_warning #applicationRedirectDiv .custom-radio.b-custom-control-lg .custom-control-label:after,
#application_redirect_warning #applicationRedirectDiv .input-group-lg .custom-radio .custom-control-label:after {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background: no-repeat 50%/50% 50%;
}
#application_redirect_warning #applicationRedirectDiv .custom-radio.b-custom-control-sm,
#application_redirect_warning #applicationRedirectDiv .input-group-sm .custom-radio {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 1.3125rem;
}
#application_redirect_warning #applicationRedirectDiv .custom-radio.b-custom-control-sm .custom-control-label:before,
#application_redirect_warning #applicationRedirectDiv .input-group-sm .custom-radio .custom-control-label:before {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
}
#application_redirect_warning #applicationRedirectDiv .custom-radio.b-custom-control-sm .custom-control-label:after,
#application_redirect_warning #applicationRedirectDiv .input-group-sm .custom-radio .custom-control-label:after {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background: no-repeat 50%/50% 50%;
}
#application_redirect_warning #applicationRedirectDiv .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #8dc63f !important;
    background-color: #8dc63f !important;
}
#application_redirect_warning #applicationRedirectDiv .custom-control-label:after,
#application_redirect_warning #applicationRedirectDiv .custom-control-label:before {
    width: 30px;
    height: 30px;
    left: -3.5rem;
    top: -0.2rem;
    margin-left: 10px;
    margin-top: 10px;
}
#application_redirect_warning #applicationRedirectDiv .custom-control {
    padding-left: 0;
    margin-left: 80px;
    margin-right: 80px;
}
#application_redirect_warning #applicationRedirectDiv .highlight {
    color: #545051;
    font-weight: 600;
    text-decoration: underline;
    -webkit-text-decoration-color: #ffcd05;
    text-decoration-color: #ffcd05;
    text-decoration-thickness: 2px;
}
#application_redirect_warning #applicationRedirectDiv .highlight.black {
    color: #000;
}
#application_redirect_warning #applicationRedirectDiv .highlight:hover {
    text-decoration: none;
    color: #ffcd05;
}
.modal-content {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
}
.modal-content h4 {
    font-size: 22px;
}
.modal.modal-static .modal-dialog {
    transform: none !important;
}
.modal-pro-desc-cont {
    padding: 20px 21%;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 668px;
        margin: 1.75rem auto;
    }
    .modal-dialog-second {
        max-width: 740px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 576px) {
    .modal-btn-container {
        text-align: center;
    }
    .modal-btn-container button {
        float: none !important;
    }
}
.home-header-main-container {
    background: url(/img/home/header-bg.jpg);
    background-position-y: -135px;
    background-position-x: center;
    background-size: cover;
    padding: 165px 0 350px;
}
.home-header-main-container.contact-header {
    padding: 165px 0 250px;
}
.home-header-container-mobile-secondary {
    color: #fff;
    padding-top: 40vh;
}
.home-header-container-mobile-secondary .black-gradient-mobile {
    background: transparent
        linear-gradient(1turn, #0c0c12, #0c0c12 80%, rgba(12, 12, 18, 0.1) 92%, rgba(12, 12, 18, 0.06)) 0 0 no-repeat
        padding-box;
    position: relative;
    z-index: 2;
    padding-bottom: 2rem;
}
.home-hero-slide {
    background-color: #0c0c12;
}
.home-header-container {
    background: url(/img/home/home_header_mob.webp) top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: -20px;
}
.home-header-container.home-header-container-es {
    background: url(/img/home/home_es_pt_mob.webp) top;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-header-container.home-header-container-pt {
    background: url(/img/home/home_pt_hero_mob.webp) top;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-header-container.home-header-container-fsc {
    background: url(/img/home/home_th_hero_mob.webp) top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: -20px;
}
.home-header-container.home-header-container-ar {
    background: url(/img/home/home_mena_hero_mob_r.webp) top;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-header-container.home-header-container-ixo-ar {
    background: url(/img/ix-one/home_ix_one_header-ar.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.home-header-container.home-header-container-ixo {
    background: url(/img/home/home_ix_one_header.jpg) top;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 992px) {
    .home-header-container {
        background: url(/img/home/home_header_mob.webp) top;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: -20px;
    }
    .home-header-container.home-header-container-es {
        background: url(/img/home/home_es_pt_mob.webp) top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home-header-container.home-header-container-pt {
        background: url(/img/home/home_pt_hero_mob.webp) top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home-header-container.home-header-container-fsc {
        background: url(/img/home/home_th_hero_mob.webp) top;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: -20px;
    }
    .home-header-container.home-header-container-ar {
        background: url(/img/home/home_mena_hero_mob_r.webp) top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home-header-container.home-header-container-ixo-ar {
        background: url(/img/ix-one/home_ix_one_header-ar.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .home-header-container.home-header-container-ixo {
        background: url(/img/home/home_ix_one_header.jpg) top;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
.webp .home-header-main-container {
    background: url(/img/home/header-bg.webp);
    background-position-y: -135px;
    background-position-x: center;
    background-size: cover;
    padding: 165px 0 350px;
}
.webp .home-header-main-container.contact-header {
    padding: 165px 0 250px;
}
.webp .home-header-container {
    background: url(/img/home/home_header_mob.webp) top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: -20px;
}
.webp .home-header-container.home-header-container-es {
    background: url(/img/home/home_es_pt_mob.webp) top;
    background-size: contain;
    background-repeat: no-repeat;
}
.webp .home-header-container.home-header-container-pt {
    background: url(/img/home/home_pt_hero_mob.webp) top;
    background-size: contain;
    background-repeat: no-repeat;
}
.webp .home-header-container.home-header-container-fsc {
    background: url(/img/home/home_th_hero_mob.webp) top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: -20px;
}
.webp .home-header-container.home-header-container-ar {
    background: url(/img/home/home_mena_hero_mob_r.webp) top;
    background-size: contain;
    background-repeat: no-repeat;
}
.webp .home-header-container.home-header-container-ixo {
    background: url(/img/home/home_ix_one_header.jpg) top;
    background-size: 270%;
    background-repeat: no-repeat;
}
@media (max-width: 992px) {
    .webp .home-header-main-container {
        background: url(/img/home/header-bg.webp);
        background-position-y: -135px;
        background-position-x: center;
        background-size: cover;
        padding: 165px 0 350px;
    }
    .webp .home-header-main-container.contact-header {
        padding: 165px 0 250px;
    }
    .webp .home-header-container {
        background: url(/img/home/home_header_mob.webp) top;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: -20px;
    }
    .webp .home-header-container.home-header-container-es {
        background: url(/img/home/home_es_pt_mob.webp) top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .webp .home-header-container.home-header-container-pt {
        background: url(/img/home/home_pt_hero_mob.webp) top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .webp .home-header-container.home-header-container-fsc {
        background: url(/img/home/home_th_hero_mob.webp) top;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: -20px;
    }
    .webp .home-header-container.home-header-container-ar {
        background: url(/img/home/home_mena_hero_mob_r.webp) top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .webp .home-header-container.home-header-container-ixo {
        background: url(/img/home/home_ix_one_header.jpg) top;
        background-size: 270%;
        background-repeat: no-repeat;
    }
}
@media (max-width: 767px) {
    .webp .home-header-main-container {
        background: url(/img/home/header-bg.webp);
        background-position-y: -135px;
        background-position-x: center;
        background-size: cover;
        padding: 165px 0 350px;
    }
    .webp .home-header-main-container.contact-header {
        padding: 165px 0 250px;
    }
    .webp .home-header-container {
        background: url(/img/home/home_header_mob.webp) top;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: -20px;
    }
    .webp .home-header-container.home-header-container-es {
        background: url(/img/home/home_es_pt_mob.webp) top;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .webp .home-header-container.home-header-container-pt {
        background: url(/img/home/home_pt_hero_mob.webp) top;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .webp .home-header-container.home-header-container-fsc {
        background: url(/img/home/home_th_hero_mob.webp) top;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: -20px;
    }
    .webp .home-header-container.home-header-container-ar {
        background: url(/img/home/home_mena_hero_mob_r.webp) top;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .webp .home-header-container.home-header-container-ixo {
        background: url(/img/home/home_ix_one_header.jpg) top;
        background-size: 270%;
        background-repeat: no-repeat;
    }
}
@media (min-width: 992px) {
    .main-header-container {
        height: 65vh;
    }
    .home-header-container {
        background: url(/img/home/home_header.jpg) 50%;
        background-size: cover;
        margin-bottom: 0;
    }
    .home-header-container.home-header-container-es {
        background: url(/img/home/home_es_pt_hero.jpg) 50%;
        background-size: cover;
    }
    .home-header-container.home-header-container-pt {
        background: url(/img/home/home_pt_hero.jpg) 50%;
        background-size: cover;
    }
    .home-header-container.home-header-container-fsc {
        background: url(/img/home/home_thai_hero.jpg) 50%;
        background-size: cover;
    }
    .home-header-container.home-header-container-ar {
        background: url(/img/home/home_mena_hero_r.jpg) 50%;
        background-size: cover;
    }
    .home-header-container.home-header-container-ixo {
        background: url(/img/home/home_ix_one_header.jpg) 50%;
        background-size: cover;
    }
    .webp .home-header-container {
        background: url(/img/home/home_header.webp) 50%;
        background-size: cover;
    }
    .webp .home-header-container.home-header-container-es {
        background: url(/img/home/home_es_pt_hero.webp) 50%;
        background-size: cover;
    }
    .webp .home-header-container.home-header-container-pt {
        background: url(/img/home/home_pt_hero.webp) 50%;
        background-size: cover;
    }
    .webp .home-header-container.home-header-container-fsc {
        background: url(/img/home/home_thai_hero.webp) 50%;
        background-size: cover;
    }
    .webp .home-header-container.home-header-container-ar {
        background: url(/img/home/home_mena_hero_r.webp) 50%;
        background-size: cover;
    }
    .webp .home-header-container.home-header-container-ixo {
        background: url(/img/home/home_ix_one_header.jpg) 50%;
        background-size: cover;
    }
    .webp .home-header-container.home-header-container-ixo-ar {
        background: url(/img/ix-one/home_ix_one_header-ar.png);
        background-size: cover;
        background-position: 50%;
    }
}
.home-header-subtitle {
    font-weight: 300;
    font-size: 15px;
}
.slick-slide {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 470px;
}
.home-top-info-box {
    padding: 0 15px;
    border-right: 1px solid #545051;
}
.home-top-info-box p {
    font-weight: 700;
    font-size: 15.5px;
    line-height: 1.3rem;
    color: #1e1e1e;
}
.home-top-info-box p:first-of-type {
    font-weight: 300;
    color: #545051;
    min-height: 105px;
}
.home-top-info-box a {
    color: #1e1e1e;
}
.home-top-info-box div {
    min-height: 35px;
}
.home-main-info-box-container {
    border-radius: 10px;
    position: relative;
    top: -255px;
    background: #fff;
}
.home-top-info-box:last-child {
    border: none;
}
.page-home-ja h1 {
    font-size: 56px;
}
.awards {
    text-align: center;
    margin-bottom: 15px;
}
.awards--title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.awards--description {
    font-size: 12px;
    font-weight: 300;
}
.awards strong {
    font-weight: 600;
}
.promo-card {
    z-index: 2;
    transition: all 0.5s ease-out;
    position: absolute;
    top: -250px;
    border: none;
    border-radius: 0;
    width: 100%;
    margin-left: -15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
}
.promo-card .close-promo-card {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    color: #1e1e1e;
    cursor: pointer;
}
.promo-card img {
    max-width: 90px;
}
.promo-card .card-body {
    color: #1e1e1e;
    padding: 20px 10px;
}
.promo-card .card-body .card-text {
    font-weight: 200;
}
.promo-card.showed {
    transition: all 0.5s ease-out;
    top: 0;
}
.power-info-box {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 10px;
    min-height: 180px;
}
.white-power-cards-container .power-info-box {
    background-color: #fff;
}
#section_platform {
    background-color: #f8f8f7;
    padding: 0 0 150px;
}
.platform-box-container {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 10px;
    opacity: 1;
    color: #545051;
}
.platform-inner-text {
    padding: 35px 0;
}
.platform-inner-text p {
    font-family: proxima-nova;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 10px;
    margin: 0;
    min-height: 95px;
}
.platform-inner-text p:last-of-type {
    border-bottom: 4px solid #f8f8f7;
}
.platform-inner-text p:first-of-type {
    min-height: 120px;
}
.platform-icon {
    position: relative;
    top: -5px;
}
#platform_laptop_img {
    content: url(/img/home/laptop-cropped.png);
    position: relative;
    left: -15px;
    top: 30px;
}
#section_ix_intel {
    background: rgba(237, 237, 235, 0.21);
}
.ix-intel-desc {
    font-size: 18px;
}
.ix-intel-text-cont {
    padding: 4% 10% 3% 4%;
}
.ix-intel-btn {
    font-size: 18px;
    text-transform: uppercase;
}
.ix-intel-box-desc {
    min-height: 145px;
}
.ix-social-text-cont {
    padding: 12%;
}
#section_3steps {
    background-image: url(/img/common/footer-graph.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.step3-box-icon-1 {
    position: absolute;
    top: 20%;
    right: 49%;
    font-size: 50px;
}
.step3-box-icon-2,
.step3-box-icon-3 {
    position: absolute;
    top: 20%;
    right: 46%;
    font-size: 50px;
}
.steps-container {
    padding: 0 15px 70%;
}
#section_top_info_boxes {
    max-height: 65px;
}
.platform-info-box-cont {
    max-width: 310px;
}
.home-custom-top-IB {
    max-width: 20%;
}
@media screen and (max-width: 1600px) {
    .ix-intel-text-cont {
        padding: 0 2%;
    }
    .ix-intel-btn {
        padding: 5px 8px;
    }
}
@media screen and (min-width: 992px) {
    .steps-container {
        padding: 0 15px 20%;
    }
    .fsc-main-info-box-container .home-custom-top-IB {
        max-width: 25%;
    }
}
@media screen and (max-width: 1199px) {
    .home-top-info-box p:first-of-type {
        min-height: 165px;
    }
    #section_top_info_boxes {
        max-height: 120px;
    }
    #power_icon {
        width: 75%;
    }
    .home-custom-top-IB {
        max-width: 20%;
    }
}
@media screen and (max-width: 992px) {
    #home-ix-social {
        padding-bottom: 0 !important;
    }
    .home-top-info-box p:first-of-type {
        min-height: 50px;
    }
    .home-top-info-box {
        border: none;
    }
    #platform_laptop_img {
        content: url(/img/home/laptop.png);
        position: static;
    }
    #section_top_info_boxes {
        max-height: 400px;
    }
    .platform-info-box-cont {
        max-width: 100%;
    }
    #power_icon {
        width: 75%;
    }
    .home-custom-top-IB {
        max-width: 50%;
    }
    .ix-intel-btn {
        padding: 7px 35px;
    }
}
@media screen and (max-width: 768px) {
    .home-top-info-box {
        border: none;
    }
    #section_top_info_boxes {
        max-height: 825px;
    }
    .platform-info-box-cont {
        max-width: 100%;
    }
    #power_icon {
        width: 100%;
    }
    .home-header-sub-cont,
    .ix-intel-titles {
        text-align: center;
    }
    .home-custom-top-IB {
        max-width: 50%;
    }
    #live_trading_btn {
        margin-right: 0 !important;
    }
    .ix-intel-text-cont {
        padding: 2% 6%;
    }
    .ix-intel-btn {
        font-size: 16px;
        padding: 7px 10px;
    }
}
.home-header-container {
    color: #fff;
}
.home-header-container h1,
.home-header-container h2 {
    text-shadow: rgba(0, 0, 0, 0.5019607843137255) 0 0 10px;
}
.home-header-container h2 {
    font-size: 36px;
    font-weight: 200;
}
.description-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    min-height: 222px;
}
.description-card .card-body {
    padding: 30px;
}
.description-card .card-title {
    font-size: 20px;
}
.description-card .card-text {
    font-size: 16px;
    font-weight: 200;
    min-height: 90px;
}
.description-card .card-link {
    font-size: 16px;
}
#home-instruments-section .description-card {
    min-height: 270px;
}
.accordion.faq-accordion .card-header,
.accordion.faq-accordion .card-header.collapsed {
    background-color: #f8f8f7 !important;
}
.accordion.faq-accordion .card-header .btn {
    text-transform: none;
}
.accordion.faq-accordion .card-header .btn-link {
    color: #1e1e1e;
    font-weight: 300;
    font-size: 20px;
}
.accordion.faq-accordion .card-header .mr-auto .ml-3,
.accordion.faq-accordion .card-header .mr-auto .mr-3 {
    min-width: 17px;
}
.accordion.faq-accordion .card-body {
    padding: 30px;
}
.accordion.faq-accordion
    .card.accordion-card
    .card-header
    .accordion-expand-icon-btn:not(.collapsed)
    .accordion-expand-icon {
    filter: invert(0);
}
.accordion.why-trade-accordion {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    box-shadow: none;
}
.accordion.why-trade-accordion .card-header,
.accordion.why-trade-accordion .card-header.collapsed {
    background-color: #fff;
}
.accordion.why-trade-accordion .card-header .btn-link {
    color: #1e1e1e;
    font-weight: 300;
}
.accordion.why-trade-accordion
    .card.accordion-card
    .card-header
    .accordion-expand-icon-btn:not(.collapsed)
    .accordion-expand-icon {
    filter: invert(0);
}
@media screen and (min-width: 992px) {
    #home-instruments-section .description-card {
        min-height: 222px;
    }
    #home-ix-social {
        background: url(/img/landing/ix-social/c_header_bg.jpg) bottom;
        background-size: cover;
    }
    #home-latest-articles .section-description {
        margin-bottom: 100px;
    }
    #home-latest-articles-container {
        margin-bottom: -50px;
    }
    #home-latest-articles-container #home-latest-minus-margin-container {
        position: relative;
        top: -134px;
    }
    #home-latest-articles-container .article-card .card-img-top {
        height: 134px;
    }
    .promo-card {
        top: -150px;
        border-bottom-right-radius: 10px;
        max-width: 688px;
    }
    .promo-card,
    .promo-card img {
        border-bottom-left-radius: 10px;
    }
    .promo-card img {
        min-width: 136px;
    }
    .promo-card .card-body {
        padding: 20px 30px;
    }
    .promo-card.showed {
        top: 0;
    }
}
#section_accounts {
    background-size: cover;
    position: relative;
    z-index: 1;
    bottom: -120px;
}
#section_accounts .container {
    padding: 7% 10%;
}
#section_accounts.stage_2_accounts {
    padding-bottom: 85px;
}
.AT-comp-pricing-container {
    border-radius: 24px;
    position: relative;
    top: -150px;
    background: #fff;
    padding: 2% 4%;
}
.AT-comp-pricing-container p {
    font-weight: 200;
    font-size: 24px;
    margin: 0;
}
.account-inner-text {
    padding: 15px 0;
}
#account-types-splitter-1 {
    margin-top: -110px;
}
#prof-clients-img {
    margin-top: -90px;
}
.account-inner-text p {
    font-family: proxima-nova;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    padding: 20px 10px;
    margin: 0;
    min-height: 165px;
}
.upper-yellow-line:before {
    border-top: 1px solid #ffcd05;
    display: block;
    position: relative;
    top: -15px;
    left: 40%;
    width: 20%;
    content: "";
}
.account-inner-text p:last-of-type {
    border-bottom: 4px solid #f8f8f7;
}
.IA-desc-container {
    padding: 12% 10% 0 4%;
}
.IA-desc-container p {
    font-family: proxima-nova;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}
#section_competitive_pricing {
    max-height: 470px;
}
#wave-yellow-line {
    position: absolute;
    bottom: 250px;
}
#need-to-know {
    background-image: url(/img/account-types/grey_wave_bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
    #section_accounts {
        bottom: -120px;
    }
    #section_accounts .container {
        padding: 7% 15px;
    }
    #wave-yellow-line {
        position: absolute;
        bottom: 250px;
    }
    #account-types-splitter-1 {
        margin-top: -30px;
    }
}
@media screen and (min-width: 1199px) {
    .comp-pricing-table thead > tr > th {
        padding: 2rem;
        width: 33%;
    }
    .comp-pricing-table tbody > tr :first-child {
        text-align: left;
        font-size: 18px;
        padding-left: 10rem;
    }
    .account-inner-text {
        padding: 35px 0;
    }
    .account-inner-text p {
        min-height: 185px;
    }
}
@media screen and (max-width: 992px) {
    #section_accounts {
        bottom: -190px;
    }
    #section_accounts .container {
        padding: 15% 15px 20%;
    }
    #wave-yellow-line {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #section_accounts {
        bottom: -250px;
    }
    #section_accounts .container {
        padding: 15% 15px 40%;
    }
    #section_accounts.stage_2_accounts {
        bottom: -325px;
    }
    #wave-yellow-line {
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .AT-btn-container {
        text-align: center;
    }
    .AT-h3-nano {
        font-size: 45px;
    }
}
.PS-main-container {
    border-radius: 23px;
    position: relative;
    top: -150px;
    background: #fff;
    padding: 3% 2%;
}
.PS-main-container p {
    font-family: proxima-nova;
    font-weight: 300;
    font-size: 24px;
    margin: 0;
}
.PS-main-container.PS-main-secondary-container {
    margin-top: -150px;
    top: 0;
}
.cond-links-cont {
    padding: 0 13%;
}
#section_product_specifications {
    max-height: 650px;
}
@media screen and (max-width: 1199px) {
    #section_product_specifications {
        max-height: 670px;
    }
}
@media screen and (max-width: 992px) {
    #section_product_specifications {
        max-height: 700px;
    }
}
@media screen and (max-width: 768px) {
    #section_product_specifications {
        max-height: 880px;
    }
}
#section_leverage {
    background-color: #f8f8f7;
}
.leverage-desc {
    font-family: proxima-nova;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}
.rollovers-table tbody > tr td:first-child,
.swap-table tbody > tr td:first-child {
    text-align: left;
    padding-left: 2rem;
}
.rollovers-table thead > tr th:first-child,
.swap-table thead > tr th:first-child {
    text-align: left;
}
.swap-text-cont {
    padding: 10% 3%;
}
#section_dividends {
    background-color: #f8f8f7;
}
.div-icon {
    height: 80px;
}
.leverage-info-box-top {
    border-right: 1px solid #707070;
}
.DNCA-text-cont {
    padding: 0 25%;
}
@media screen and (max-width: 992px) {
    .leverage-info-box-top {
        border-right: 0;
    }
}
#section_margin_sc,
#section_rollovers {
    background-color: #f8f8f7;
}
.conditions-section-cont {
    padding: 4% 0;
}
@media screen and (max-width: 576px) {
    .in-site-nav a,
    .in-site-nav li {
        line-height: 15px;
    }
    .in-site-nav a {
        font-size: 19px;
    }
    .resp-table-cont {
        padding-top: 20px !important;
        margin-top: 0 !important;
    }
    .DNCA-text-cont {
        padding: 0 5%;
    }
}
#section-benefits {
    background-color: #f3ca58;
}
#section-benefits #benefits-info {
    min-height: 500px;
    background-image: url(/img/instruments/call-center-angent.jpg);
    background-size: cover;
}
#section-benefits #market-desc {
    padding-top: 50px;
    padding-bottom: 50px;
}
.webp #section-benefits #benefits-info {
    min-height: 500px;
    background-image: url(/img/instruments/call-center-angent.webp);
    background-size: cover;
}
#benefit-desc {
    padding: 5%;
}
#benefit-container {
    padding-bottom: 75px;
}
.gray-spiller:before {
    background-color: #f8f8f7 !important;
}
.icon-title-container {
    border-left: 1px solid #545051;
    border-right: 1px solid #545051;
}
.custom-ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
.custom-ul li {
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 20px;
}
.custom-ul li:before {
    content: "\25BA";
    display: block;
    float: left;
    width: 1.2em;
    color: #ffcd05;
}
.modal-sub-title {
    font-family: proxima-nova;
    font-weight: 300;
    font-size: 28px;
}
.header-box .main-box-description {
    line-height: 29px;
}
#instruments_main_container {
    margin-bottom: -150px;
}
#spreads-and-conditions {
    background: #f8f8f7;
    opacity: 1;
}
#spreads-and-conditions .link {
    color: #ffcd05;
    transition: all 0.2s ease-in;
}
#spreads-and-conditions .link:hover {
    color: #ebbc00;
    transition: all 0.2s ease-out;
}
.harness-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #1e1e1e;
}
.harness-desc {
    color: #545051;
}
.instruments-info-icons-container#info-icons-container {
    position: relative;
    top: -150px;
}
.instruments-info-icons-container .icon-info-box-image-container {
    min-height: 110px;
}
.instruments-info-icons-container .icon-info-box img {
    border: none;
}
.instruments-info-icons-container .instruments-top-icon-cont {
    position: relative;
}
.instruments-info-icons-container .instruments-top-icon-cont:before {
    border-top: 1px solid #ffcd05;
    display: block;
    position: absolute;
    top: -15px;
    left: 33%;
    width: 33%;
    height: 1px;
    content: "";
}
.widget-buy {
    background-color: #c63f3f;
    font-size: 13px;
    padding: 3px 19px;
    margin-right: 10px;
    border-radius: 5px;
}
.widget-buy a:hover {
    color: #000;
}
.widget-sell {
    background-color: #8dc63f;
    width: 72px;
    height: 29;
    font-size: 13px;
    padding: 5px 17px;
    border-radius: 5px;
}
.widget-sell a:hover {
    color: #000;
}
#instruments_chart_bg {
    position: absolute;
    top: 30%;
    z-index: 1;
    max-width: 100%;
    display: block;
}
#instruments_table {
    position: relative;
    z-index: 2;
}
.fix-h-inst {
    height: 60px;
}
.instruments-top-icon-cont {
    min-height: 45px;
}
.know-me-mobile-image {
    border-radius: 10px;
}
.commodities-spread-leverage-container {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-top: 2rem;
}
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@-webkit-keyframes scrollar {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes scrollar {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}
.slider {
    background: #fff;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: -webkit-inline-box;
}
.slider:after,
.slider:before {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider:after {
    right: 0;
    top: 0;
    transform: rotate(180deg);
}
.slider:before {
    left: 0;
    top: 0;
}
.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    margin-left: 0;
    margin-right: 0;
}
.slider .slide {
    height: 100px;
    width: 360px;
}
@supports (-moz-appearance: none) {
    .page-body-ar .slider .slide-track {
        -webkit-animation: scrollar 40s linear infinite;
        animation: scrollar 40s linear infinite;
    }
}
@media (max-width: 1024px) {
    .slide-track {
        -webkit-animation: scroll 30s linear infinite !important;
        animation: scroll 30s linear infinite !important;
        display: flex;
        width: 71vw;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 992px) {
    .slide-track {
        -webkit-animation: scroll 10s linear infinite !important;
        animation: scroll 10s linear infinite !important;
        display: flex;
        width: 44vw;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 800px) {
    .slide-track {
        -webkit-animation: scroll 20s linear infinite !important;
        animation: scroll 20s linear infinite !important;
        display: flex;
        width: 46.5vw;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .slide-track {
        -webkit-animation: scroll 20s linear infinite !important;
        animation: scroll 20s linear infinite !important;
        display: flex;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 575.98px) {
    #why-platform .power-box-padding {
        padding: 6px;
    }
    #why-platform .power-info-box h5 {
        font-size: 15px;
    }
    .header-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-box .main-box-description {
        padding: 15px 30px;
    }
    .header-box .main-box-description.AT-comp-pricing-container p {
        font-size: 18px;
    }
    .page-cashback-program .header-box .main-box-description {
        padding: 15px;
    }
    .page-cashback-program .header-box .main-box-description.AT-comp-pricing-container {
        top: 0;
        margin-top: -150px;
    }
}
#autochartist,
#mql,
#vps {
    font-size: 14px;
}
@media (min-width: 1200px) {
    #autochartist-img {
        margin-right: -100px;
    }
    #autochartist,
    #mql,
    #vps {
        font-size: 15px;
    }
}
#support .icon-title h5 {
    font-size: 26px;
}
#deposits .platform-table td:first-of-type {
    font-weight: 900;
    text-align: left;
    padding-left: 80px;
    color: #545051;
}
.page-clients-zh_cn .AT-comp-pricing-container,
.page-clients-zh_tw .AT-comp-pricing-container {
    top: -100px;
}
#section_metaTrader,
#section_mobile_trading {
    background-color: #f8f8f7;
}
#section_platform_box {
    max-height: 260px;
}
.download-icon {
    width: 159px;
}
#section_broker {
    z-index: -1;
}
.PS-main-container #row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}
#mobile_trading_container {
    position: relative;
    top: 100px;
    z-index: 1;
}
.MAM-container {
    padding: 5% 8% 2%;
}
.mt4-mt5-table {
    padding: 2% 2% 5%;
}
.ix-exchange-section {
    background: url(/img/trading-platforms/ix-exchange-bg.png) !important;
    background-size: cover;
    margin-top: -6.9rem;
    padding-bottom: 0;
    padding-top: 10rem;
    margin-bottom: 5rem;
}
.webp .ix-exchange-section {
    background: url(/img/trading-platforms/ix-exchange-bg.webp);
    background-size: cover;
}
.ix-exchange-arrow {
    position: absolute;
    bottom: -62px;
    right: 0;
}
@media screen and (max-width: 1899px) {
    .ix-exchange-section {
        margin-top: -41px;
    }
}
@media screen and (max-width: 1199px) {
    #section_platform_box {
        max-height: 320px;
    }
    .btn-padding-large {
        padding: 10px 20px;
    }
    #mobile_trading_container {
        top: 30px;
    }
    .ix-exchange-phone {
        margin-top: 2rem;
    }
}
@media screen and (max-width: 992px) {
    #section_platform_box {
        max-height: 420px;
    }
    .btn-padding-large {
        padding: 10px 20px;
    }
    #mobile_trading_container {
        top: 25px;
    }
    .ix-exchange-phone {
        margin-top: 9rem;
    }
}
@media screen and (max-width: 768px) {
    #section_platform_box {
        max-height: 520px;
        margin-bottom: 120px;
    }
    .btn-padding-large {
        padding: 10px 20px;
    }
    #mobile_trading_container {
        top: 20px;
    }
    .ix-exchange-phone {
        margin-top: 1rem;
    }
}
@media screen and (max-width: 576px) {
    .TP-h3-title-nano {
        text-align: center;
        font-size: 45px;
    }
    .TP-button-cont-nano {
        text-align: center;
    }
}
.font-medium-description {
    font-size: 18px;
    font-weight: 200;
}
.font-big-description {
    font-size: 20px;
    font-weight: 200;
}
.font-large-description {
    font-size: 23px;
    font-weight: 200;
}
.ix-social-splitter-1 {
    height: 30px;
    background-color: #ffcd05;
}
.ix-social-splitter-1:before {
    background-color: #fff;
    z-index: 3;
}
#social-features .icon-info-box img {
    min-height: 98px;
}
.page-ix-social .btn-padding-medium,
.page-landing-ix-social-c .btn-padding-medium {
    padding: 11px 40px;
}
.page-ix-social .quote-sign,
.page-landing-ix-social-c .quote-sign {
    color: #ffcd05;
}
.page-ix-social .quote-sign.quite-sign-begin,
.page-landing-ix-social-c .quote-sign.quite-sign-begin {
    margin-left: -7px;
}
.page-ix-social .little-section-title,
.page-landing-ix-social-c .little-section-title {
    font-size: 36px;
}
.page-ix-social .header-container,
.page-landing-ix-social-c .header-container {
    color: #1e1e1e;
}
.page-ix-social .header-container h1,
.page-landing-ix-social-c .header-container h1 {
    font-size: 36px;
}
.page-ix-social .header-container h2,
.page-landing-ix-social-c .header-container h2 {
    font-size: 26px;
}
.page-ix-social #auto-copy-container,
.page-landing-ix-social-c #auto-copy-container {
    background-color: #ffcd05;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.page-ix-social #auto-copy-container #ac-mobile-img,
.page-landing-ix-social-c #auto-copy-container #ac-mobile-img {
    z-index: 2;
}
.page-ix-social #ix-social-traders-container .card,
.page-landing-ix-social-c #ix-social-traders-container .card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
    border-radius: 10px;
    border: none;
}
.page-ix-social #ix-social-traders-container .card .card-text,
.page-landing-ix-social-c #ix-social-traders-container .card .card-text {
    line-height: 0.8rem;
    font-size: 16px;
}
.page-ix-social #ix-social-traders-container .card .card-header,
.page-landing-ix-social-c #ix-social-traders-container .card .card-header {
    border: none;
}
.page-ix-social #ix-social-traders-container .card .card-title,
.page-landing-ix-social-c #ix-social-traders-container .card .card-title {
    margin-bottom: 0;
    font-size: 24px;
}
.page-ix-social #ix-social-traders-container .card .card-body,
.page-landing-ix-social-c #ix-social-traders-container .card .card-body {
    padding-top: 15px;
    padding-bottom: 15px;
}
.page-ix-social #ix-social-traders-container .card .card-body .card-detail-title,
.page-landing-ix-social-c #ix-social-traders-container .card .card-body .card-detail-title {
    font-size: 34px;
    line-height: 32px;
    color: #8dc63f;
}
.page-ix-social #ix-social-traders-container .card .card-body small,
.page-landing-ix-social-c #ix-social-traders-container .card .card-body small {
    font-size: 15px;
}
.page-ix-social .mm-icons-container,
.page-landing-ix-social-c .mm-icons-container {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
.page-ix-social .slick-dots li,
.page-landing-ix-social-c .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 2px;
}
.page-ix-social .slick-dots li button,
.page-landing-ix-social-c .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    border-radius: 7px;
    cursor: pointer;
    color: transparent;
    outline: none;
    border: 2px solid #cacaca;
    background: #f8f8f7;
}
.page-ix-social .slick-dots li button:before,
.page-landing-ix-social-c .slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
    border: 2px solid #545051;
    background: #f8f8f7;
}
.page-ix-social .slick-dots li.slick-active button:before,
.page-landing-ix-social-c .slick-dots li.slick-active button:before {
    color: #545051;
    background: #545051;
    opacity: 1;
}
.page-ix-social .carousel-card,
.page-landing-ix-social-c .carousel-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
}
.page-ix-social .carousel-card .card-body,
.page-landing-ix-social-c .carousel-card .card-body {
    padding: 40px 60px;
}
.page-ix-social .carousel-card .card-body .card-desc,
.page-landing-ix-social-c .carousel-card .card-body .card-desc {
    font-size: 20px;
    font-weight: 200;
}
.page-ix-social .carousel-card .card-body .card-name,
.page-landing-ix-social-c .carousel-card .card-body .card-name {
    font-weight: 600;
}
.page-ix-social.need-content-rtl .yellow-check-circle-with-shadow img,
.page-landing-ix-social-c.need-content-rtl .yellow-check-circle-with-shadow img {
    margin-top: -2px;
    margin-right: 5px;
}
.page-ix-social.need-content-rtl .order-ar-12,
.page-landing-ix-social-c.need-content-rtl .order-ar-12 {
    order: 12;
}
#monetize {
    background-image: url(/img/ix-social/IX-social-monetize-bg.jpg);
    background-size: cover;
}
.ix-social-splitter-2 {
    height: 30px;
    margin-top: -29px;
}
.ix-social-splitter-2:before {
    background-color: #fff;
    z-index: 1;
}
.cbp-splitter {
    height: 30px;
    margin-top: -29px;
}
.cbp-splitter:before {
    background-color: #f8f8f7;
    z-index: 1;
}
.ix-social-splitter-5 {
    height: 30px;
    margin-top: -29px;
    z-index: 6;
}
.ix-social-splitter-5:before {
    transform: rotateX(180deg);
    background-color: #ffcd05;
    z-index: 4;
}
.ix-social-splitter-3 {
    height: 30px;
    background-color: #ffcd05;
}
.ix-social-splitter-3:before {
    background-color: #fff;
}
.ix-social-splitter-4 {
    height: 30px;
    z-index: 6;
}
.ix-social-splitter-4:before {
    background-color: #fff;
    z-index: 1;
}
.sell-title {
    padding-right: 6rem;
}
#candlesticks-img {
    display: none;
}
#market-info {
    background-color: #ffcd05;
}
#market-man-phone-bg {
    z-index: 2;
    margin-top: -29px;
}
.app-store-img {
    max-height: 47px;
}
#social-features .left-bordered-info-box {
    min-height: 133px;
}
#get-rewarded {
    background-color: #fff;
    position: relative;
    z-index: 7;
}
#auto-copy-img {
    max-width: 490px;
    margin-top: -150px;
}
#auto-copy-img-mobile {
    margin-top: -50px;
}
#monetize-content {
    position: relative;
    z-index: 5;
}
#thank-you-join {
    margin-top: -150px;
}
.ix-social-feature-title {
    font-size: 25px;
}
@media (min-width: 1200px) {
    .font-medium-description {
        font-size: 20px;
        font-weight: 200;
    }
    .font-big-description {
        font-size: 22px;
        font-weight: 200;
    }
    .font-large-description {
        font-size: 28px;
        font-weight: 200;
        line-height: 34px;
    }
    #monetize-bg-img {
        position: absolute;
        top: -110px;
        width: 100%;
        z-index: 4;
    }
    #candlesticks-img {
        z-index: 0;
        position: absolute;
        left: 0;
        width: 70%;
        top: 0;
        display: block;
    }
}
@media (min-width: 1900px) {
    .ix-social-splitter-1 {
        height: 112px;
        background-color: #ffcd05;
    }
    .cbp-splitter,
    .ix-social-splitter-2 {
        height: 110px;
        margin-top: -110px;
    }
    .ix-social-splitter-3,
    .ix-social-splitter-4 {
        height: 110px;
    }
    .ix-social-splitter-5 {
        height: 110px;
        margin-top: -110px;
    }
    #market-man-phone-bg {
        margin-top: -110px;
    }
    #candlesticks-img {
        top: -50px;
    }
}
@media (max-width: 767px) {
    .ix-social .header {
        padding-top: 10rem;
    }
    #single-content {
        padding-top: 3.7rem;
    }
}
@media (min-width: 992px) {
    .page-ix-social #auto-copy-container,
    .page-landing-ix-social-c #auto-copy-container {
        background-color: #ffcd05;
        border-radius: 10px;
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }
    .page-ix-social #auto-copy-container #ac-mobile-img,
    .page-landing-ix-social-c #auto-copy-container #ac-mobile-img {
        position: absolute;
        left: 15px;
        bottom: 0;
        z-index: 2;
        max-width: 340px;
    }
    .page-ix-social #bb1-img,
    .page-landing-ix-social-c #bb1-img {
        position: absolute;
        z-index: 0;
        bottom: 0;
        left: 75px;
    }
    .page-ix-social #bb2-img,
    .page-landing-ix-social-c #bb2-img {
        position: absolute;
        z-index: 0;
        top: 100px;
        left: -25px;
    }
    .page-ix-social #ix-social-traders-container,
    .page-landing-ix-social-c #ix-social-traders-container {
        top: 0;
        width: 100%;
        max-width: 490px;
        z-index: 3;
    }
    .page-ix-social #ix-social-traders-container .col-md-3,
    .page-landing-ix-social-c #ix-social-traders-container .col-md-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .page-ix-social #ix-social-traders-container .col-md-9,
    .page-landing-ix-social-c #ix-social-traders-container .col-md-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .page-ix-social #ix-social-traders-container .card:nth-of-type(odd),
    .page-landing-ix-social-c #ix-social-traders-container .card:nth-of-type(odd) {
        left: 25px;
    }
    .page-ix-social #ix-social-traders-container .card,
    .page-landing-ix-social-c #ix-social-traders-container .card {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
        border-radius: 10px;
        border: none;
    }
    .page-ix-social #ix-social-traders-container .card .card-text,
    .page-landing-ix-social-c #ix-social-traders-container .card .card-text {
        line-height: 0.8rem;
    }
    .page-ix-social #ix-social-traders-container .card .card-header,
    .page-landing-ix-social-c #ix-social-traders-container .card .card-header {
        border: none;
    }
    .page-ix-social #ix-social-traders-container .card .card-title,
    .page-landing-ix-social-c #ix-social-traders-container .card .card-title {
        margin-bottom: 0;
    }
    .page-ix-social #ix-social-traders-container .card .card-body,
    .page-landing-ix-social-c #ix-social-traders-container .card .card-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-ix-social .yellow-check-circle-with-shadow img,
    .page-landing-ix-social-c .yellow-check-circle-with-shadow img {
        margin-top: -2px;
    }
    .page-ix-social .carousel-card,
    .page-landing-ix-social-c .carousel-card {
        max-width: 680px;
    }
    .page-ix-social.need-content-rtl #auto-copy-container #ac-mobile-img,
    .page-landing-ix-social-c.need-content-rtl #auto-copy-container #ac-mobile-img {
        position: absolute;
        right: 30px;
        bottom: 0;
        left: auto;
        z-index: 2;
    }
    .page-ix-social.need-content-rtl #auto-copy-container .justify-content-end,
    .page-landing-ix-social-c.need-content-rtl #auto-copy-container .justify-content-end {
        justify-content: flex-start !important;
    }
    .page-ix-social.need-content-rtl #auto-copy-container .w-lg-75,
    .page-landing-ix-social-c.need-content-rtl #auto-copy-container .w-lg-75 {
        margin-right: 0;
        margin-left: auto;
    }
    .page-ix-social.need-content-rtl #ix-social-traders-container,
    .page-landing-ix-social-c.need-content-rtl #ix-social-traders-container {
        right: auto;
        left: 0;
    }
}
@media screen and (min-width: 1199px) {
    .page-ix-social #auto-copy-container,
    .page-landing-ix-social-c #auto-copy-container {
        margin-bottom: 200px;
    }
    .page-ix-social #auto-copy-container #ac-mobile-img,
    .page-landing-ix-social-c #auto-copy-container #ac-mobile-img {
        left: 30px;
        max-width: auto;
    }
    .page-ix-social #ix-social-traders-container,
    .page-landing-ix-social-c #ix-social-traders-container {
        position: absolute;
        right: 50px;
        top: 0;
        width: 100%;
        z-index: 3;
    }
    .page-ix-social #ix-social-traders-container .col-md-3,
    .page-landing-ix-social-c #ix-social-traders-container .col-md-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .page-ix-social #ix-social-traders-container .col-md-9,
    .page-landing-ix-social-c #ix-social-traders-container .col-md-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .page-ix-social #ix-social-traders-container .card:nth-of-type(odd),
    .page-landing-ix-social-c #ix-social-traders-container .card:nth-of-type(odd) {
        left: 25px;
    }
    .page-ix-social #ix-social-traders-container .card,
    .page-landing-ix-social-c #ix-social-traders-container .card {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
        border-radius: 10px;
        border: none;
    }
    .page-ix-social #ix-social-traders-container .card .card-text,
    .page-landing-ix-social-c #ix-social-traders-container .card .card-text {
        line-height: 0.8rem;
    }
    .page-ix-social #ix-social-traders-container .card .card-header,
    .page-landing-ix-social-c #ix-social-traders-container .card .card-header {
        border: none;
    }
    .page-ix-social #ix-social-traders-container .card .card-title,
    .page-landing-ix-social-c #ix-social-traders-container .card .card-title {
        margin-bottom: 0;
    }
    .page-ix-social #ix-social-traders-container .card .card-body,
    .page-landing-ix-social-c #ix-social-traders-container .card .card-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
#about-us-main-box {
    margin-bottom: -150px;
}
#regulation .icon-info-box img,
#safety-funds .icon-info-box img {
    max-height: 80px;
}
.ix-intel-header-main-container .underlined-text:before {
    max-width: 140px;
}
#awards .icon-info-box img {
    max-height: 160px;
    border-bottom: none;
}
.about-us-splitter-1 {
    background-color: #f8f8f7;
}
.about-us-splitter-1:before {
    background-color: #fff;
    z-index: 3;
}
.about-us-splitter-2 {
    margin-top: -40px;
}
.about-us-splitter-2:before {
    background-color: #fff;
    z-index: 3;
}
#partners .icon-info-box img {
    max-height: 70px;
    border-bottom: none;
}
#documents a {
    color: #545051;
    transition: all 0.2s ease;
}
#documents a:hover {
    color: #ffcd05;
    transition: all 0.2s ease;
}
#insurance {
    margin-top: -30px;
}
#man-with-coffee-bg {
    min-height: 30vh;
    background: url(/img/about-us/about-us-insurance-pic.jpg);
    background-size: cover;
    background-position: 50%;
}
#htj-img-bg {
    min-height: 50vh;
    background: url(/img/landing/how-to-join.jpg);
    background-size: cover;
    background-position: 50%;
}
@media (min-width: 1200px) {
    #man-with-coffee-bg {
        min-height: 100px;
    }
    .about-us-splitter-1 {
        background-color: #f8f8f7;
    }
    .about-us-splitter-1:before {
        background-color: #fff;
        z-index: 3;
    }
}
@media (min-width: 1900px) {
    .about-us-splitter-2 {
        margin-top: -110px;
    }
    .about-us-splitter-2:before {
        background-color: #fff;
        z-index: 3;
    }
    #insurance {
        margin-top: -60px;
    }
    #man-with-coffee-bg {
        min-height: 500px;
    }
}
.about-us-header-main-container .underlined-text:before {
    max-width: 140px;
}
#userguides-container .btn-wide {
    padding: 5px 30px;
}
.article-title-with-bg {
    background: #1e1e1e;
    color: #fff;
    padding-left: 1.8rem;
}
.page-ix-intel-single.need-content-rtl #single-content-container ul li:before {
    margin-left: 0;
    margin-right: -15px;
}
.article-title-container {
    min-height: 3.3rem;
}
#single-content-container {
    color: #212322;
    font-weight: 300;
}
#single-content-container .ql-align-justify {
    text-align: justify;
}
#single-content-container .ql-align-center {
    text-align: center;
}
#single-content-container .ql-align-right {
    text-align: right;
}
#single-content-container .post-content .ql-align-justify {
    text-align: justify;
}
#single-content-container .post-content .ql-align-center {
    text-align: center;
}
#single-content-container .post-content .ql-align-right {
    text-align: right;
}
#single-content-container .post-content a {
    color: #000;
}
#single-content-container .post-content a:hover {
    color: #d1a700;
}
#single-content-container .post-content .tag-container a {
    color: #1e1e1e;
}
#single-content-container .post-content .tag-container a:hover {
    color: #050505;
}
#single-content-container .post-content .anchor {
    scroll-margin-top: 14rem;
}
#single-content-container .section-subtitle {
    font-weight: 600;
    color: #ffcd05;
    font-size: 22px;
}
#single-content-container ul {
    padding-left: 20px;
    list-style: none;
}
#single-content-container ul li {
    position: relative;
    padding-left: 30px;
}
#single-content-container ul li:before {
    position: absolute;
    content: "\2022";
    color: #ffcd05;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -15px;
}
#single-content-container h1 {
    font-size: 36px;
    line-height: 1;
}
#single-content-container h4 {
    font-size: 20px;
}
#single-content-container p {
    font-size: 16px;
    color: #545051;
}
#single-content-container img {
    max-width: 100%;
    height: auto;
}
#single-content-container .article-featured-image {
    -o-object-fit: cover;
    object-fit: cover;
}
#single-content-container h3 {
    font-size: 22px;
}
#single-content-container .article-single-content-description p {
    font-size: 20px;
    color: #1e1e1e;
    line-height: 28px;
}
.article-table th,
.gray p {
    font-weight: 300;
}
.gray p {
    font-size: 16px;
    color: #545051;
}
.card.intel-card,
.card.prime-card {
    border: none;
    margin-bottom: 50px;
    background-color: transparent;
}
.card.intel-card .card-img-top,
.card.prime-card .card-img-top {
    border-radius: 0;
    width: 100%;
    height: 215px;
    -o-object-fit: cover;
    object-fit: cover;
}
.card.intel-card .card-img-top:hover,
.card.prime-card .card-img-top:hover {
    transition: all 0.2s ease-in;
    opacity: 0.8;
}
.card.intel-card .card-body,
.card.prime-card .card-body {
    padding-left: 0;
    padding-right: 0;
}
.card.intel-card .card-title,
.card.prime-card .card-title {
    font-size: 26px;
}
.card.intel-card .card-title a,
.card.prime-card .card-title a {
    color: #1e1e1e;
}
.card.intel-card .card-info,
.card.prime-card .card-info {
    color: #ffcd05;
    font-size: 15px;
    margin-bottom: 30px;
}
.card.intel-card .card-info:after,
.card.prime-card .card-info:after {
    border-top: 1px solid #ffcd05;
    display: block;
    position: relative;
    bottom: -15px;
    left: 0;
    width: 50%;
    content: "";
}
.card.prime-card .card-title {
    margin-top: 30px;
}
.card.prime-card .card-title:before {
    border-top: 2px solid #ffcd05;
    display: block;
    position: relative;
    top: -15px;
    left: 0;
    width: 90px;
    content: "";
}
.card.prime-card .btn-container {
    position: absolute;
    bottom: 30px;
}
.card.prime-intel-card .card-title {
    font-size: 22px;
}
#social .icon-info-contact {
    font-size: 14px;
    color: #1e1e1e;
}
#userguides-downloads {
    background-color: #f8f8f7;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
}
.section-subtitle {
    font-weight: 300;
    text-align: left;
    font-size: 22px;
}
.sub-desc {
    font-size: 13px;
}
#education .intel-card .card-text {
    font-weight: 300;
    line-height: 1.3rem;
    font-size: 0.9rem;
}
.ix-intel-social-icon {
    max-width: 40px;
}
.intel-card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #545051;
}
.article-owner {
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 16px;
}
#landing-market-info-section-ix {
    background-color: #ffcd05;
}
#landing-market-info-section-ix #landing-market-info {
    min-height: 370px;
    background-image: url(/img/ix-intel/ix_single_form.jpg);
    background-size: cover;
}
#landing-market-info-section-ix #market-desc {
    padding-top: 50px;
    padding-bottom: 110px;
}
.forex-trade-right-widget,
.ix-social-right-widget {
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137254902);
    opacity: 1;
}
@media (min-width: 576px) {
    #landing-dred-guy-container,
    #landing-market-info-section-ix #landing-market-info {
        min-height: 350px;
    }
}
@media (min-width: 768px) {
    #landing-market-info-section-ix #landing-market-info {
        min-height: 450px;
    }
    #landing-market-info-section-ix #market-desc {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    #landing-dred-guy-container {
        min-height: 450px;
    }
    .how-to-trade-left {
        background: url(/img/instruments/benefits-2.png);
        background-position-x: -3rem;
        background-repeat: no-repeat;
        background-position-y: 0;
        margin-bottom: 0;
    }
    .benefits-left-instruments {
        background: url(/img/instruments/benefits-instruments.png);
        background-position-x: -3rem;
        background-repeat: no-repeat;
        background-position-y: 9rem;
        margin-bottom: -1px;
    }
    .background-rp {
        background: url(/img/instruments/instruments_rpq.jpg);
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0;
    }
    .need-content-rtl .background-rp {
        border-top-left-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 10px;
    }
    .background-man {
        background: url(/img/instruments/man.png);
        background-size: cover;
    }
    .background-man-2 {
        background: url(/img/instruments/man-2.png);
        background-size: cover;
    }
    .background-girl-2 {
        background: url(/img/instruments/girl-2.png);
        background-size: cover;
    }
    .background-girl-3 {
        background: url(/img/instruments/girl-3.png);
        background-size: cover;
    }
    .commodities-h1 {
        margin-right: -8rem;
    }
    .background-man-3 {
        background: url(/img/instruments/man-3.png);
        background-size: cover;
    }
}
@media (min-width: 1200px) {
    #more-articles-container .card.intel-card {
        padding-right: 15px;
    }
    #more-articles-container .btn-wide {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #single-content-container {
        width: 94%;
    }
    .testimonial-desc {
        margin-right: -35px;
    }
}
.featured-prime {
    margin-top: 240px;
}
.ix-intel-categories-list .nav-item a.nav-link {
    font-size: 16px;
    color: #1e1e1e;
    text-transform: uppercase;
}
.featured-card-container {
    background-color: #1e1e1e;
    padding: 15px 30px;
    color: #fff;
}
.featured-card-container .featured-title {
    font-weight: 600;
    color: #fff;
}
.featured-card-container .featured-card-img {
    max-height: 300px;
    display: block;
    height: 300px;
    line-height: 300px;
    overflow: hidden;
}
.featured-card-container .featured-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.featured-card-container .featured-card-title {
    font-weight: 600;
}
.featured-card-container .featured-card-content {
    font-weight: 200;
}
.featured-card-container .featured-card-content .featured-card-description,
.featured-card-container .featured-card-content .featured-card-description p,
.featured-card-container .featured-card-content .featured-card-description p span {
    color: #fff !important;
}
.featured-card-container .find-out-more {
    font-weight: 400;
}
.article-card-tag {
    color: #f8f8f7;
    border: 1px solid #ffcd05;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    padding: 5px 7px;
}
.gray-bottom-border {
    border-bottom: 2px solid #f8f8f7;
}
.pt-rem {
    padding-top: 4.5rem;
}
#contact {
    font-weight: 300;
    margin-top: -190px;
}
#contact .form-group label {
    font-weight: 600;
}
#contact a {
    color: #ffcd05;
    transition: all 0.2s ease-in;
}
#contact a:hover {
    color: #9e7e00;
    transition: all 0.2s ease-in;
}
#contact a.contact-link {
    color: #545051;
    transition: all 0.1s ease-in;
}
#contact a.contact-link:hover {
    color: #ffcd05;
    transition: all 0.1s ease-in;
}
#contact-main-info-box-container {
    top: -160px;
}
.body-plain #contact {
    margin-top: 0;
}
.body-plain #contact-main-info-box-container {
    top: 0;
}
.body-plain #section_top_info_boxes {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}
.funkyradio input[type="checkbox"]:empty ~ label {
    margin-top: 0;
    margin-bottom: 15px;
}
.funkyradio div {
    clear: both;
    overflow: hidden;
}
.funkyradio .funky-info {
    padding-left: 2.25rem;
}
.funkyradio.timepick label {
    font-weight: 500;
    margin-left: 65px;
}
.funkyradio.form-check {
    padding-left: 0;
}
.funkyradio.form-check input[type="checkbox"]:empty ~ label {
    margin-top: 0;
}
.funkyradio.form-check input[type="checkbox"]:empty ~ label:before {
    border-radius: 0;
}
.funkyradio.form-check input[type="checkbox"]:checked ~ label {
    color: #ffcd05;
}
.funkyradio.form-check input[type="checkbox"]:checked ~ label:before {
    content: "";
    border: 2px solid #e2e5ee;
    text-indent: 3px;
    font-weight: 900;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDE2IDE2IiBjbGFzcz0iYmkgYmktY2hlY2siIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45NyA0Ljk3YS43NS43NSAwIDAxMS4wNzEgMS4wNWwtMy45OTIgNC45OWEuNzUuNzUgMCAwMS0xLjA4LjAyTDQuMzI0IDguMzg0YS43NS43NSAwIDExMS4wNi0xLjA2bDIuMDk0IDIuMDkzIDMuNDczLTQuNDI1YS4yMzYuMjM2IDAgMDEuMDItLjAyMnoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
}
.funkyradio input[type="checkbox"]:disabled ~ label,
.funkyradio input[type="radio"]:disabled ~ label {
    color: #888;
}
.funkyradio input[type="checkbox"]:disabled ~ label:before,
.funkyradio input[type="radio"]:disabled ~ label:before {
    background-color: #f6f6f8;
}
.funkyradio input[type="checkbox"]:disabled:hover:not(:checked) ~ label,
.funkyradio input[type="radio"]:disabled:hover:not(:checked) ~ label {
    cursor: not-allowed;
}
.funkyradio input[type="checkbox"]:disabled:hover:not(:checked) ~ label:before,
.funkyradio input[type="radio"]:disabled:hover:not(:checked) ~ label:before {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDE2IDE2IiBjbGFzcz0iYmkgYmktY2hlY2siIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45NyA0Ljk3YS43NS43NSAwIDAxMS4wNzEgMS4wNWwtMy45OTIgNC45OWEuNzUuNzUgMCAwMS0xLjA4LjAyTDQuMzI0IDguMzg0YS43NS43NSAwIDExMS4wNi0xLjA2bDIuMDk0IDIuMDkzIDMuNDczLTQuNDI1YS4yMzYuMjM2IDAgMDEuMDItLjAyMnoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    line-height: 20px;
    color: #ffcd05;
    font-weight: 900;
}
.funkyradio input[type="checkbox"]:empty,
.funkyradio input[type="radio"]:empty {
    display: none;
}
.funkyradio input[type="checkbox"]:empty ~ label,
.funkyradio input[type="radio"]:empty ~ label {
    position: relative;
    line-height: 20px;
    padding-left: 2.25rem;
    margin-top: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="checkbox"]:empty ~ label:before,
.funkyradio input[type="radio"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 12px;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #e2e5ee;
    border-radius: 0;
}
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label,
.funkyradio input[type="radio"]:hover:not(:checked) ~ label {
    color: #3e3f42;
}
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDE2IDE2IiBjbGFzcz0iYmkgYmktY2hlY2siIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45NyA0Ljk3YS43NS43NSAwIDAxMS4wNzEgMS4wNWwtMy45OTIgNC45OWEuNzUuNzUgMCAwMS0xLjA4LjAyTDQuMzI0IDguMzg0YS43NS43NSAwIDExMS4wNi0xLjA2bDIuMDk0IDIuMDkzIDMuNDczLTQuNDI1YS4yMzYuMjM2IDAgMDEuMDItLjAyMnoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    line-height: 20px;
    color: #ffcd05;
    font-weight: 900;
    background-position: 0 0;
    background-position-x: 0;
}
.funkyradio input[type="checkbox"]:checked ~ label,
.funkyradio input[type="radio"]:checked ~ label {
    color: #3e3f42;
}
.funkyradio input[type="checkbox"]:checked ~ label:before,
.funkyradio input[type="radio"]:checked ~ label:before {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMWVtJyBoZWlnaHQ9JzFlbScgdmlld0JveD0nMCAwIDE2IDE2JyBjbGFzcz0nYmkgYmktY2hlY2snIGZpbGw9JyNmZmYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMTAuOTcgNC45N2EuNzUuNzUgMCAwMTEuMDcxIDEuMDVsLTMuOTkyIDQuOTlhLjc1Ljc1IDAgMDEtMS4wOC4wMkw0LjMyNCA4LjM4NGEuNzUuNzUgMCAxMTEuMDYtMS4wNmwyLjA5NCAyLjA5MyAzLjQ3My00LjQyNWEuMjM2LjIzNiAwIDAxLjAyLS4wMjJ6Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    color: #fff !important;
    background-color: #ffcd05;
    border: 2px solid #ffcd05;
    border-radius: 0;
    text-indent: 2px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 900;
}
.funkyradio input[type="checkbox"]:focus ~ label:before,
.funkyradio input[type="radio"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="checkbox"]:checked ~ label:before,
.funkyradio-default input[type="radio"]:checked ~ label:before {
    color: #ffcd05;
}
.funkyradio .help {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #888;
}
.funkyradio.funky-yellow input[type="checkbox"]:empty ~ label:before,
.funkyradio.funky-yellow input[type="radio"]:empty ~ label:before {
    background-color: #fff;
}
.funky-yellow .funkyradio-default input[type="checkbox"]:checked ~ label:before,
.funky-yellow .funkyradio-default input[type="radio"]:checked ~ label:before {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMWVtJyBoZWlnaHQ9JzFlbScgdmlld0JveD0nMCAwIDE0IDE0JyBjbGFzcz0nYmkgYmktY2hlY2snIGZpbGw9JyNmZmYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMTAuOTcgNC45N2EuNzUuNzUgMCAwMTEuMDcxIDEuMDVsLTMuOTkyIDQuOTlhLjc1Ljc1IDAgMDEtMS4wOC4wMkw0LjMyNCA4LjM4NGEuNzUuNzUgMCAxMTEuMDYtMS4wNmwyLjA5NCAyLjA5MyAzLjQ3My00LjQyNWEuMjM2LjIzNiAwIDAxLjAyLS4wMjJ6Jy8+PC9zdmc+);
    background-color: transparent;
    border: 2px solid #fff;
}
.funky-yellow label a:hover {
    color: #545051;
}
@media (min-width: 992px) {
    #contact {
        margin-top: -90px;
    }
    .body-plain #contact {
        margin-top: 0;
    }
    .page-contact-es #contact {
        margin-top: -40px;
    }
}
@media (min-width: 1199px) {
    #contact-main-info-box-container {
        top: -190px;
    }
    .body-plain #contact-main-info-box-container {
        top: 0;
    }
}
#documents table a {
    color: #1e1e1e;
}
#documents table td {
    padding-left: 30px;
    padding-right: 30px;
}
.market-hours-table tbody tr > td {
    font-weight: 400;
}
#prod-nav-tab .nav-link {
    font-weight: 300;
    font-size: 24px;
    margin: 0;
    color: #545051;
    display: inline-block;
    position: relative;
}
#prod-nav-tab .nav-link.dropdown-item {
    font-size: 18px;
}
#prod-nav-tab .nav-link.active {
    font-weight: 700;
}
#prod-nav-tab .nav-link:not(.dropdown-toggle):after {
    border-bottom: 1px solid #ffcd05;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 15px;
    width: 0;
    height: 1px;
    content: "";
}
#prod-nav-tab .nav-link:hover {
    color: #060505;
}
#prod-nav-tab .nav-link:hover:after {
    transition: all 0.3s ease-in;
    width: calc(100% - 30px);
}
#prod-nav-tab .nav-item:not(:last-of-type) button:before {
    border-left: 1px solid #ffcd05;
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 20px;
    content: "";
}
#prod-nav-tab .nav-item button.nav-link:focus {
    outline: none;
}
#prod-nav-tab .yellow.link-separator {
    font-size: 24px;
}
@media screen and (max-width: 1199px) {
    .PI-icon {
        height: 80px;
        width: 60px;
    }
}
@media (min-width: 1200px) {
    #open-an-account #prof-clients-img {
        position: absolute;
        z-index: 3;
    }
    .clients-need-to-know {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}
#landing-market-info-section {
    background-color: #ffcd05;
}
#landing-market-info-section #landing-market-info {
    min-height: 250px;
    background-image: url(/img/ix-social/image17.png);
    background-size: cover;
}
#landing-market-info-section #market-desc {
    padding-top: 50px;
    padding-bottom: 50px;
}
.black {
    color: #000;
}
#thanks-look-forward .intel-card {
    margin-bottom: 15px;
}
.billions-datapoints-containter {
    font-size: 36px;
    padding: 46px 0;
}
.billions-datapoints-containter .data-points-subtitle {
    text-transform: none !important;
}
.bold-yellow {
    font-weight: 700;
    color: #f9c806;
}
.simple-yellow {
    color: #927917;
    font-weight: 100;
}
.simple-white {
    font-weight: 300;
}
.bold-white {
    font-weight: 700;
    color: #f9c806;
}
.white-bold-title {
    font-weight: 700;
    color: #fff;
}
.white {
    color: #fff;
}
.landing-inflation-header-container-padding {
    padding-top: 8rem;
    padding-bottom: 10rem;
}
.simple-yellow-title {
    color: #927917;
    font-weight: 100;
}
.top-title-container {
    background-color: #1e1e1e;
    font-size: 20px;
    text-align: center;
    padding: 8px 0;
    border-radius: 10px 0 0 0;
    margin-right: -15px;
}
.why-trade-icons-container {
    background-color: #fff;
    border-radius: 10px;
}
.table-striped-commodities tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}
.instruments-platform-table h3 {
    background-color: #1e1e1e;
    color: #fff;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.big-padding-cr {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.instruments-crypto-header {
    background-color: #1e1e1e;
}
.instrumentsAsc {
    color: #8dc63f;
    font-weight: 200;
}
.instrumentsDesc {
    color: #c63f3f;
    font-weight: 200;
}
.widgetAsc {
    color: #8dc63f;
    font-weight: 500;
}
.widgetDesc {
    color: #c63f3f;
    font-weight: 500;
}
.landing-arabic-trader-header-container {
    background-color: #1e1e1e;
    padding-top: 5rem;
}
.landing-arabic-trader-header-container h1 {
    padding-top: 4rem;
}
.trader-pro-right-image {
    margin-top: 0;
    margin-right: 5rem;
}
.trader-pro-container {
    background: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 10px;
    padding: 4rem;
}
.platform-table-instruments {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137254902);
}
.instruments-mobile-tabs {
    overflow: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
}
.back-radial-bg-instruments {
    background-color: #2e2e2e;
    color: #fff;
}
.instruments-box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.050980392156862744);
}
.new-instruments-table-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.new-instruments-table-section p {
    color: #545051;
}
.new-instruments-table-section .white-text {
    color: #1e1e1e;
}
.white-box-table {
    margin-top: 5rem;
}
.white-box-table,
.white-box-table-e {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}
.white-box-table-e {
    margin-top: 2rem;
}
.know_me_desc {
    color: #545051;
}
.white-box-table-i {
    margin-top: 2rem;
}
.white-box-table-futures,
.white-box-table-i {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}
.white-box-table-futures {
    margin-top: 3rem;
}
.new-instruments-table {
    border-radius: 0 0 10px 10px !important;
}
.know-me-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.benefits-left {
    background: url(/img/instruments/benefits.png);
    background-position-x: -3rem;
    background-repeat: no-repeat;
    background-position-y: 3rem;
}
.claw {
    margin-left: -15px;
}
.claw-2 {
    margin-left: -11px;
}
.claw-3,
.claw-4 {
    margin-left: -10px;
}
.instruments-tab .nav-link {
    font-size: 20px;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 0;
    border-right: 1px solid #f3f3f3;
    font-weight: 300;
}
.instruments-tab .nav-link.active {
    border-right: 5px solid #000;
    color: #000;
    background-color: #fafafa;
    font-weight: 600;
}
.instruments-tab .first-instrument-tab {
    border-radius: 10px 0 0 0;
}
.border-radius-instruments-table {
    border-radius: 0;
}
.instruments-price-feed-arrow {
    margin-top: -3px;
}
.big-padding-section-instruments {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.instruments-container {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 10px;
}
.black-color {
    color: #000;
}
.instruments-top-box {
    background-color: #fff;
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
}
.instruments-top-box a {
    color: #000;
}
.instruments-top-box a:hover {
    color: #d1a700;
}
-image,
-image-2 {
    margin-bottom: -1px;
    opacity: 0;
}
.instruments-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
    border-radius: 10px;
}
.instruments-bottom-box {
    background-color: #f8f8f7;
    padding: 30px 0;
    border-radius: 0 0 10px 10px;
}
.any-question-right-button {
    color: #000;
    border-bottom: 1px solid #ffcd05;
}
.how_to_trade_forex_title {
    padding-top: 5rem;
}
.instruments-about-image {
    margin-top: 8rem;
    width: 70%;
}
.about-image-top-text {
    color: #fff;
    margin: 0 auto;
    display: block;
}
.about-image-under-text {
    margin-left: 26rem;
}
.pipe {
    margin: 0 4px;
    color: #fc0;
}
.more-instruments-container {
    background-color: #1e1e1e;
    padding-top: 60px;
    padding-bottom: 120px;
    margin-bottom: -4rem;
}
.girl-text-container {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
    padding: 4.5rem 4rem 3.5rem;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 200;
}
.need-content-rtl .girl-text-container {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 200;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-normal {
    font-weight: 400;
}
.t-top-title-container {
    background-color: #1e1e1e;
    font-size: 20px;
    text-align: center;
    padding: 8px 0;
    border-radius: 10px 10px 0 0;
    margin-top: 14rem;
}
.white-container {
    background-color: #fff;
    text-align: center;
    border-radius: 0 0 0 10px;
    margin-right: -15px;
}
.white-container .billions_logo,
.white-container .billions_logo_1 {
    padding-top: 60px;
    padding-bottom: 20px;
}
.t-white-container {
    background-color: #fff;
    text-align: center;
    border-radius: 0 0 10px 10px;
    margin-bottom: 14rem;
}
.t-white-container .billions_logo,
.t-white-container .billions_logo_1 {
    padding-top: 60px;
    padding-bottom: 20px;
}
.billions_logo_t {
    padding-top: 60px;
}
.billions-form-container {
    margin-top: 12rem;
}
.simple-light-yellow-title {
    color: #ffcd05;
    font-weight: 300;
}
.landing-billions-header-main-container-ty .container {
    min-height: 95vh;
}
.bg-white-port {
    width: 50%;
    margin: 0 auto;
}
.landing-billions-header-main-container {
    margin-bottom: -3.6rem;
}
.landing-billions-header-main-container .white-container h1 {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
}
.landing-billions-header-main-container .white-container h3 {
    font-size: 26px;
    margin: 0;
    padding: 20px 0;
}
.landing-billions-header-main-container .white-container p {
    font-size: 16px;
    padding-bottom: 45px;
    padding-left: 111px;
    padding-right: 111px;
    font-weight: 100;
}
.landing-billions-header-main-container .t-white-container h1 {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}
.landing-billions-header-main-container .t-white-container h3 {
    font-size: 26px;
    margin: 0;
    padding: 20px 0;
    font-weight: 200;
}
.landing-billions-header-main-container .t-white-container p {
    font-size: 16px;
    padding-bottom: 70px;
    padding-left: 111px;
    padding-right: 111px;
    font-weight: 300;
}
.landing-billions-header-main-container .t-white-container .time-info {
    margin: 0;
}
.landing-billions-header-main-container .text-left {
    padding-left: 0;
    margin-top: 2rem;
}
.landing-billions-header-main-container .container .left-container {
    margin-right: -1rem;
}
.also-interested-card-title {
    font-size: 20px;
    font-weight: 300;
}
.crypto-header-image {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 6rem;
}
.landing-crypto-signup-header-main-container .crypto-signup-container p {
    font-size: 26px;
    font-weight: 300;
}
.landing-crypto-signup-header-main-container .crypto-signup-container h2 {
    font-size: 36px !important;
}
.landing-crypto-signup-header-main-container {
    padding-top: 140px;
}
.bull_bear {
    width: 100%;
    max-width: 570px;
}
.info-title {
    margin-bottom: 20px;
}
.info-title,
.info-title-thank-you {
    font-size: 36px !important;
    margin-top: 70px;
}
.info-litle-title {
    font-size: 20px;
    padding-bottom: 20px;
}
.info-box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10196078431372549);
}
.bull-bear-text-container {
    padding-right: 8rem;
}
.bull-bear-text-container h3 {
    font-size: 36px;
    padding-top: 54px;
}
.bull-bear-text-container h4 {
    font-size: 20px;
    margin: 15px -5rem 15px 0;
}
.bull-bear-text-container p {
    font-size: 16px;
    color: #545051;
    margin-bottom: 30px;
    font-weight: 100;
}
p.bull-bear-button {
    margin-top: 40px;
}
.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.050980392156862744);
}
.box-shadow table {
    margin-bottom: 0;
}
.landing-crypto-header-main-container {
    margin-top: 100px;
}
.bull-bear-container {
    padding-top: 90px;
    padding-bottom: 90px;
}
.social-container {
    padding-top: 90px;
}
.social-container h3 {
    padding-top: 215px;
    font-size: 36px;
}
.social-container h4 {
    font-size: 20px;
}
.social-icons {
    padding-top: 25px;
}
.social_man {
    width: 100%;
    max-width: 570px;
    margin-top: 100px;
}
.crypto-header-image-leaderboards {
    width: 100%;
}
.profil_picture {
    border-radius: 100%;
}
.color-grey .article-card-tag-container-bottom a {
    color: grey;
}
.article-tag {
    color: #767676;
    font-size: 12px;
    border: 1px solid #ffcd05;
    border-radius: 5px;
    padding: 0 10px;
}
.article-tag,
.to-uppercase {
    text-transform: uppercase;
}
.leaderboards-container {
    margin-bottom: 80px;
}
.leaderboards-container p .text-sm {
    font-size: 20px;
}
.employees-data-container {
    margin-top: 120px;
    padding-bottom: 110px;
}
.employees-data-container .article-card-date {
    font-weight: 500;
}
.th-gift-seminar-header h1 {
    font-size: 137px;
}
.th-gift-seminar-header h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 3rem;
}
.th-gift-seminar-header p {
    color: #fff;
    font-size: 22px;
    padding: 5rem 0;
}
.th-existing-power-header h1 {
    font-size: 137px;
    color: #fff;
    line-height: 0.8;
}
.th-existing-power-header h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 3rem;
}
.th-existing-power-header p {
    color: #fff;
    font-size: 22px;
    padding: 2rem 0;
}
.th-white-container-existing p {
    color: #000;
    font-size: 24px;
}
.th-white-container-existing h3 {
    font-size: 29px;
    font-weight: 500;
}
.th-white-container-existing {
    padding-top: 4rem;
    border-radius: 20px;
    padding-bottom: 3rem;
    box-shadow: 0 3px 12px hsla(0, 0%, 41.2%, 0.1607843137254902);
    min-height: 650px;
    position: relative;
}
.existing-power-gray-p {
    color: #dbdbdb !important;
    font-size: 24px !important;
    margin-bottom: 0;
}
.th-white-container-existing hr {
    width: 70%;
    margin: 1rem auto;
}
.two-cards-container p {
    font-size: 24px;
    font-weight: 400;
}
.two-cards-container h3 {
    font-size: 33px;
    font-weight: 700;
}
.two-cards-container h2 {
    font-size: 65px;
    font-weight: 700;
}
.two-cards-container h5 {
    font-size: 36px;
}
.two-cards-container h4 {
    color: #dbdbdb;
    font-size: 24px;
    margin-top: 3rem;
}
.two-cards-container hr {
    width: 35%;
    margin-left: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.two-cards-container .container {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 32px;
}
.two-cards-container .left {
    padding-top: 5rem;
    padding-left: 4.5rem;
}
.landing-form-modal-gift {
    background-color: hsla(0, 0%, 100%, 0.95);
}
.landing-form-modal-gift .modal-content {
    border: none;
}
.landing-form-modal-gift .modal-header {
    margin-bottom: 5rem;
}
.landing-form-modal-gift .modal-header .modal-title {
    font-size: 28px;
    font-weight: 300;
}
.landing-form-modal-gift .modal-header .close {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    opacity: 1;
    border-radius: 46px;
    width: 37px;
    padding: 0;
    height: 37px;
}
.landing-form-modal-gift .modal-header .close:hover {
    background-color: #e6e6e6;
    opacity: 1;
}
.landing-form-modal-gift .modal-dialog {
    max-width: 1167px;
}
.landing-form-modal-gift .modal-dialog .iti--allow-dropdown input,
.landing-form-modal-gift .modal-dialog .iti--allow-dropdown input[type="tel"],
.landing-form-modal-gift .modal-dialog .iti--allow-dropdown input[type="text"],
.landing-form-modal-gift .modal-dialog .iti--separate-dial-code input,
.landing-form-modal-gift .modal-dialog .iti--separate-dial-code input[type="tel"],
.landing-form-modal-gift .modal-dialog .iti--separate-dial-code input[type="text"] {
    padding-left: 100px !important;
}
.landing-form-modal-gift .countdown-category {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.landing-form-modal-gift .countdown-info {
    font-size: 17px;
}
.signup-left h3 {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: -10px;
}
.signup-left h2 {
    font-size: 102px;
    font-weight: 700;
    line-height: 0.8;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.signup-left p {
    font-size: 34px;
    line-height: 1.1;
}
.gift-pipe {
    width: 84px;
}
.landing-th-gift-festival-seminar .ty h3 {
    font-size: 36px;
}
.landing-th-gift-festival-seminar .ty p {
    font-size: 25px;
}
.landing-form-modal-gift .modal-header {
    background-color: #000;
    margin-bottom: 2rem;
}
.gift-signup-container {
    margin-top: 10rem;
}
.existing-signup-container {
    margin-top: 10rem;
    margin-bottom: 7rem;
}
.gifts-container h2 {
    font-size: 44px;
    padding-bottom: 5rem;
}
.landing-th-existing-power {
    background: url(/img/th-existing-power/header.png);
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 13rem;
    margin-top: 4%;
    background-position: 50%;
}
.th-yellow-container {
    background-color: #ffcd05;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 20px 20px 0 0;
}
.th-yellow-container p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}
.th-yellow-container h3 {
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.th-yellow-container-bangkok {
    background-color: #ffcd05;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.bangkok-guy-section,
.bangkok-ty-page {
    background: url(/img/bangkok/guy-bg.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.bangkok-ty-page {
    padding: 10rem 0;
}
.bangkok-header-text {
    font-weight: 600;
    font-size: 30px;
}
.bangkok-guy-title {
    font-size: 36px;
    font-weight: 600;
}
.yellow-round-list {
    background-color: #ffcd05;
    height: 11px;
    width: 11px;
    border-radius: 100%;
    position: absolute;
    left: 25px;
    top: 25px;
}
.th-guy-box-shadow {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    background-color: #fff;
    padding: 15px 15px 15px 40px;
    border-radius: 10px;
}
.th-white-container {
    padding-top: 4rem;
    border-radius: 0 0 20px 20px;
    padding-bottom: 3rem;
    box-shadow: 0 3px 6px rgba(83, 67, 0, 0.1607843137254902);
    min-height: 1030px;
    position: relative;
}
.th-white-container p {
    color: #dbdbdb;
    font-size: 24px;
}
.th-white-container h3 {
    font-size: 29px;
    font-weight: 500;
}
.th-white-container hr {
    width: 70%;
    margin: 4rem auto;
}
.th-white-container a {
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
    margin: 0 auto;
}
.th-white-container a:hover {
    color: #fff;
}
.items-under-text {
    margin-top: 3rem;
    font-size: 21px;
    color: #777;
}
.beige {
    background: #fffdf5 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(83, 67, 0, 0.1607843137254902);
}
.padding-top-th-gift {
    margin-top: 10rem;
    color: #777;
    font-size: 21px;
}
.discover-title {
    padding-left: 2rem;
}
.discover-title a {
    border: 1px solid #ffcd05;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 7px;
    text-transform: uppercase;
    margin-right: 5px;
    display: inline-block;
    color: #767676;
}
.pagination-container {
    padding-top: 50px;
    position: relative;
    overflow-x: auto;
}
.pagination-container .flex-1,
.pagination-container .pagination-previous,
.pagination-container p {
    display: none;
}
.pagination-container li.active {
    background-color: #1e1e1e !important;
    color: #ffcd05;
    border: 2px solid #1e1e1e !important;
    border-radius: 5px;
    min-width: 40px;
}
.pagination-container li.active,
.pagination-container li a {
    width: 40px;
    height: 40px;
    margin: 0 2.5px;
    display: block;
    padding-top: 7px;
    text-align: center;
}
.pagination-container .disabled,
.pagination-container li a {
    color: #1e1e1e;
    border: 2px solid #ffcd05 !important;
    border-radius: 5px;
}
.pagination-container .disabled {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding-top: 6px;
    text-align: center;
    min-width: 40px;
    margin: 0 2.5px;
}
.pagination-next-page-button,
.pagination-previous-page-button {
    display: none;
}
.white-bg-advertising {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10196078431372549);
}
.white-bg-advertising .col-md-5 {
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 10px;
}
.social-media-buttons-container h6 {
    font-weight: 300;
}
.live-price-desc {
    font-size: 16px;
}
.authors-header-container h1 {
    font-size: 36px;
    line-height: 1;
    margin-top: 10px;
}
.authors-header-container h3 {
    font-size: 16px;
    color: #545051;
    font-weight: 200;
}
.authors-header-container h4 {
    font-size: 20px;
    color: #545051;
    font-weight: 300;
    line-height: 1.3;
}
.authors-header-container p {
    font-size: 16px;
    color: #545051;
    font-weight: 200;
}
.testimonial-btn {
    color: #545051;
}
.gray-bg {
    opacity: 0.47;
}
.gray-bg,
.gray-bg-opacity-100 {
    background-color: #d9d9dd;
}
.about-img {
    width: 100%;
    margin-top: 120px;
}
.crypto-datapoints-containter .data-points-title {
    font-size: 26px !important;
}
.box-shadow-signup {
    border-radius: 15px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.050980392156862744);
    margin-bottom: 121px;
}
.vladimir-image {
    margin-bottom: -16px;
}
.crypto-prices-container .left {
    text-align: center;
}
.crypto-prices-container .left img,
.crypto-prices-container .left p {
    padding-bottom: 20px;
}
.crypto-prices-container h2 {
    font-size: 36px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.crypto-prices-container .bg-white {
    background-color: #fff;
    padding: 53px 60px 30px;
    margin-right: -2rem;
    border-radius: 10px;
}
.crypto-prices-container .bg-yellow {
    background-color: #ffcd05;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.050980392156862744);
    border-radius: 10px 10px 0 0;
    margin-top: 0;
}
.crypto-prices-container .bg-yellow h3 {
    font-size: 26px;
    padding-top: 26px;
    padding-bottom: 0;
}
.crypto-prices-container .bg-yellow p {
    padding-bottom: 17px;
    margin-bottom: 0;
}
.crypto-prices-container .right td {
    font-weight: 400;
    padding: 25px 0;
    text-align: center;
}
.crypto-prices-container .right th {
    color: #1e1e1e;
    font-size: 16px;
    padding: 21px 0;
    text-align: center;
}
.crypto-prices-container .right table {
    width: 100%;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
    border-radius: 0 0 10px 10px;
}
.crypto-prices-container .right .d-table-row-live:nth-child(2n) {
    background-color: #fafafa;
}
.crypto-prices-container .right .color-red {
    color: #c63f3f;
    position: relative;
}
.crypto-prices-container .right .color-red span {
    color: #1e1e1e;
    font-size: 7.5px;
}
.crypto-prices-container .right .color-green {
    color: #8dc63f;
    position: relative;
}
.crypto-prices-container .right .color-green span {
    color: #1e1e1e;
    font-size: 7.5px;
}
.live-price-feed-table-height {
    height: 660px;
}
.smallCapital {
    color: #1e1e1e !important;
    font-size: 7.5px !important;
}
.about-container p {
    font-size: 16px;
}
.about-container h3 {
    padding-top: 70px;
    font-size: 36px;
}
.about-container h4 {
    font-size: 20px;
}
.about-little-img1 {
    width: 64px;
}
.icons-container {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 10px;
    height: 150px;
    margin-top: 52px;
    min-width: 157px;
    max-width: 157px;
}
.icons-container .icon-1 {
    width: 38px;
    padding-top: 26px;
    padding-bottom: 28px;
}
.icons-container .icon-2 {
    width: 47px;
    padding-top: 26px;
    padding-bottom: 28px;
}
.icons-container .icon-3 {
    width: 72px;
    padding-top: 30px;
    padding-bottom: 14px;
    margin-bottom: 22px;
}
.icons-container .icon-4 {
    width: 49px;
    padding-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 22px;
    margin-top: 1px;
}
.icons-container .icon-5 {
    width: 46px;
    padding-top: 26px;
    padding-bottom: 28px;
}
.icons-container .icon-6,
.icons-container .icon-7 {
    width: 47px;
    padding-top: 26px;
    padding-bottom: 28px;
}
.icons-container .icon-8 {
    width: 47px;
    padding-top: 30px;
    padding-bottom: 14px;
    margin-bottom: 8px;
    margin-top: 2px;
}
.icons-container span {
    padding-bottom: 13px;
}
.advertising-img {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.advertising-img img {
    opacity: 0;
}
.padding-button a {
    padding: 10px 30px;
    font-size: 17px;
}
.price-feed-container #contact-tab,
.price-feed-container #profile-tab {
    color: #545051;
}
.price-feed-container .nav-link {
    margin-bottom: 0;
    color: #545051 !important;
}
.price-feed-container .nav-tabs .nav-link:focus,
.price-feed-container .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #fde06c !important;
}
.price-feed-container .nav-tabs .nav-link {
    color: #545051 !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}
.gray {
    color: #545051;
    opacity: 0.7;
}
.price-feed-table {
    margin-right: 10px;
}
.price-feed-table th {
    font-size: 16px;
}
.about-little-img2 {
    width: 56px;
}
.about-little-img3 {
    width: 33px;
}
.leaderboards-title {
    font-size: 36px;
    padding-bottom: 30px;
    padding-top: 80px;
}
.info-img {
    width: 100%;
}
.info-box p {
    font-size: 16px;
    color: #545051;
    padding: 36px 40px 65px 46px;
    opacity: 0.7;
}
.info-box h3 {
    font-size: 16px;
    padding-left: 46px;
    padding-top: 39px;
    font-weight: 500;
    margin-bottom: -1.4rem;
    color: #1e1e1e;
}
.info-box a {
    margin-bottom: 34px;
}
.white-box-instruments {
    color: #1e1e1e;
}
.instruments-crypto-header-image {
    width: auto;
}
.uyo-beard {
    width: 65%;
}
.arrow {
    margin-left: 15px;
    margin-top: -5px;
}
.info-boxes-container {
    padding-bottom: 70px;
}
.info-boxes-container p {
    padding-bottom: 40px;
}
.col-12.col-md-4.info-box {
    padding: 0;
}
.crypto-title h1 {
    font-size: 60px;
    margin-bottom: 0;
    margin-right: -5rem;
}
.crypto-title h2 {
    font-size: 60px;
    margin-bottom: 0 !important;
    margin-bottom: 15px;
}
.crypto-title h3 {
    font-size: 26px;
}
.crypto-title h4 {
    font-size: 16px;
    font-weight: 400;
    color: #545051;
    margin-right: -4rem;
    line-height: 1.6;
    margin-top: 10px;
}
.crypto-title p {
    font-size: 26px;
}
.border-top-bottom {
    border-top: 2px solid rgba(217, 217, 221, 0.4196078431372549);
    border-bottom: 2px solid rgba(217, 217, 221, 0.4196078431372549);
}
.black-gray-bg {
    background-color: #b1b1b9;
}
.wpm-container {
    border-left: 1px solid #fdcf18;
    margin-left: 5px;
    padding-left: 10px;
}
#how-to-join-premium-bg,
#oto-bg {
    min-height: 250px;
    background-image: url(/img/ix-premium/iStock-987388868.png);
    background-size: cover;
}
.webp #how-to-join-premium-bg,
.webp #oto-bg {
    background-image: url(/img/ix-premium/iStock-987388868.webp);
    background-size: cover;
}
.landing-habby-academy-main-container {
    background: url(/img/landing/lagos-seminar/header.png);
    background-position: bottom;
    background-size: cover;
}
#glowing-eclipse {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    max-height: 750px;
    z-index: 0;
}
#landing-market-splitter-1 {
    margin-bottom: -40px;
}
#landing-market-splitter-1:before {
    background-color: #fff;
    z-index: 3;
}
.yellow-button {
    background-color: #ffc605;
    border: 3px solid #ffc605;
    color: #000;
    border-radius: 3px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.30196078431372547);
    width: 200px;
    height: 55px;
}
.check-pipe {
    margin-top: -20px;
}
.learn-do-underline-text {
    border-bottom: 1px solid #f4cc47;
}
.learn-do-underline-text,
.learn-do-underline-text-2 {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.step-title-line-height {
    line-height: 1.5 !important;
}
.ty-page-cards-container {
    margin-top: 5rem;
    margin-bottom: -14.6rem;
}
.big-padding-section-world-cup {
    padding-bottom: 5rem;
    padding-top: 20rem;
}
.trading-image-world-cup {
    width: 578px;
    height: 531px;
}
.landing-world-cup-ty-header-section {
    padding-top: 10rem;
}
.trading-image-world-cup-ty {
    width: 383px;
    height: 352px;
}
.learn-do-countdown-container {
    background: transparent linear-gradient(180deg, #f1c947 1%, #f4c547 54%, #ffbe47) 0 0 no-repeat padding-box;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.learn-do-border-right {
    border-right: 2px solid #fff;
}
.learn-do-host-left-section {
    background: #f0f0f0 0 0 no-repeat padding-box;
    padding: 4rem 17rem 3rem 6rem;
    border-radius: 0 0 0 10px;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.30196078431372547);
}
.chiangmai-host-container,
.learn-do-host-container {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.chiangmai-host-container {
    background: url(/img/learn-do/host-background.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.learn-do-background-host {
    background: url(/img/learn-do/host.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.chiangmai-background-host {
    background: url(/img/learn-do/host-chiangmai.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.learn-do-microphon-button {
    background-color: #ffc605;
    border: 3px solid #ffc605;
    color: #000;
    border-radius: 3px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.30196078431372547);
    width: 200px;
    height: 55px;
}
.landing-learn-do-seminar h1 {
    font-size: 80px;
}
.chiangmai-header-image {
    width: 687px;
    height: auto;
}
.chiangmai-sublittletitle {
    font-size: 17px;
    color: #a8a8a8;
}
.chiangmai-countdown-text {
    border-right: 2px solid #fff;
}
@media (min-width: 767px) {
    .left-microphon-section .col-3 {
        margin-right: -2rem;
    }
}
.learn-do-microphon-section,
.yellow-linear-gradient-radial-bg {
    background: transparent linear-gradient(180deg, #f1c947 1%, #f4c547 54%, #ffbe47) 0 0 no-repeat padding-box;
}
.left-microphon-section {
    background-color: #fff;
    border-radius: 10px;
    padding: 3rem;
    max-width: 566px;
}
#trading-room-hta-splitter-1 {
    margin-bottom: -40px;
    z-index: 2;
}
.underline {
    -webkit-text-decoration: 1px #ffcd05 underline;
    text-decoration: 1px #ffcd05 underline;
}
.left-ready-to-start-section {
    background: url(/img/inflation/flaming.png);
    background-size: cover;
}
#trading-room-hta-splitter-2 {
    margin-top: -40px;
    z-index: 2;
}
#trading-room-hta-splitter-2:before {
    background-color: #ffcd05;
}
#landing-market-splitter-1-gray {
    margin-bottom: -40px;
}
#landing-market-splitter-1-gray:before {
    background-color: #f8f8f7;
    z-index: 3;
}
#landing-market-splitter-2 {
    margin-top: -110px;
}
#landing-market-splitter-2:before {
    background-color: #fff;
    z-index: 3;
}
#landing-telegram-form-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.social-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 15px;
    margin: 0 auto;
    width: 75%;
}
#landing-dred-guy-container {
    min-height: 250px;
    background-image: url(/img/landing/dred_guy_3.png);
    background-size: cover;
}
.demo-social-icon-container {
    border-right: 2px solid #d3d3d3;
}
.bonus-title {
    font-size: 40px;
    color: #545051;
    font-weight: 300;
}
.bonus-form-title {
    font-size: 30px;
    font-weight: 300;
}
.prize-table-container {
    padding-top: 80px;
    padding-bottom: 80px;
}
#prize .wrap-left {
    background-image: url(/img/ib-promotion/ipad-bg-section.png);
    left: 0;
}
#prize .wrap-left,
#prize .wrap-right {
    position: absolute;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
}
#prize .wrap-right {
    background-image: url(/img/ib-promotion/gift-bg-section.png);
    right: 0;
}
#prize2 .wrap-left {
    background: linear-gradient(-45deg, #000, #190c29, #3e2625);
    left: 0;
    background-repeat: no-repeat;
}
#prize2 .wrap-left,
#prize2 .wrap-right {
    position: absolute;
    height: 100%;
    width: 50%;
}
#prize2 .wrap-right {
    background: radial-gradient(ellipse at top, #fde253, #f7bb3e);
    right: 0;
    background-repeat: no-repeat;
}
.AT-comp-pricing-container p.desc-info,
.desc-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.mobile-mt-form-container a {
    color: #ffcd05 !important;
}
.mobile-social-text {
    font-size: 14px !important;
}
.mobile-social-container {
    border: 1px solid #8b8b87;
    border-radius: 5px;
}
.countdown-container {
    background-color: #fff;
    font-size: 24px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
}
.countdown-category {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
}
.countdown-info {
    font-size: 23px;
}
#wwh-image {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 1;
}
#thanks_countdown_desc {
    font-size: 40px;
    font-weight: 300;
    line-height: 43px;
}
#thanks-look-forward .intel-card .underlined-text:before {
    bottom: 5px;
    max-width: 40px;
    height: 1px;
}
.prime-main-box-desc {
    font-size: 24px;
}
.ywl-title {
    font-size: 26px;
    font-weight: 600;
}
.eps-subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
.eps-desc {
    font-size: 22px;
    font-weight: 300;
}
#why-partner-icons .icon-info-box img {
    max-width: 80px;
}
#why-clients .icon-info-box img {
    max-height: 90px;
}
#you-will-learn {
    margin-top: -65px;
}
#you-will-learn #guy-smiling-bg {
    min-height: 250px;
    background-image: url(/img/landing/ywl_bg.png);
    background-size: cover;
}
#landing-ix-prime-about-bg {
    min-height: 250px;
    background-image: url(/img/landing/ix_prime_about.png);
    background-size: cover;
}
#landing-ix-prime-form-container {
    background: #fff;
    color: #1e1e1e;
    border-radius: 5px;
    padding: 15px;
}
.landing-form-modal {
    background-color: hsla(0, 0%, 100%, 0.95);
}
.landing-form-modal .modal-content {
    border: none;
}
.landing-form-modal .modal-header {
    background-color: #ffcd05;
}
.landing-form-modal .modal-header .modal-title {
    font-size: 28px;
    font-weight: 300;
}
.landing-form-modal .modal-header .close {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    opacity: 1;
    border-radius: 46px;
    width: 37px;
    padding: 0;
    height: 37px;
    border: 2px solid #ffcd05;
}
.landing-form-modal .modal-header .close:hover {
    background-color: #e6e6e6;
    opacity: 1;
}
.landing-form-modal .modal-dialog {
    max-width: 850px;
}
.landing-form-modal .modal-dialog .iti--allow-dropdown input,
.landing-form-modal .modal-dialog .iti--allow-dropdown input[type="tel"],
.landing-form-modal .modal-dialog .iti--allow-dropdown input[type="text"],
.landing-form-modal .modal-dialog .iti--separate-dial-code input,
.landing-form-modal .modal-dialog .iti--separate-dial-code input[type="tel"],
.landing-form-modal .modal-dialog .iti--separate-dial-code input[type="text"] {
    padding-left: 100px !important;
}
.landing-form-modal .countdown-category {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.landing-form-modal .countdown-info {
    font-size: 17px;
}
.landing-form-modal-learn-do {
    background-color: hsla(0, 0%, 100%, 0.95);
}
.landing-form-modal-learn-do .modal-content {
    border: none;
}
.landing-form-modal-learn-do .modal-header {
    background-color: #000;
    margin-bottom: 5rem;
}
.landing-form-modal-learn-do .modal-header .modal-title {
    font-size: 28px;
    font-weight: 300;
}
.landing-form-modal-learn-do .modal-header .close {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    opacity: 1;
    border-radius: 46px;
    width: 37px;
    padding: 0;
    height: 37px;
}
.landing-form-modal-learn-do .modal-header .close:hover {
    background-color: #e6e6e6;
    opacity: 1;
}
.landing-form-modal-learn-do .modal-dialog {
    max-width: 1167px;
}
.landing-form-modal-learn-do .modal-dialog .iti--allow-dropdown input,
.landing-form-modal-learn-do .modal-dialog .iti--allow-dropdown input[type="tel"],
.landing-form-modal-learn-do .modal-dialog .iti--allow-dropdown input[type="text"],
.landing-form-modal-learn-do .modal-dialog .iti--separate-dial-code input,
.landing-form-modal-learn-do .modal-dialog .iti--separate-dial-code input[type="tel"],
.landing-form-modal-learn-do .modal-dialog .iti--separate-dial-code input[type="text"] {
    padding-left: 100px !important;
}
.landing-form-modal-learn-do .countdown-category {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.landing-form-modal-learn-do .countdown-info {
    font-size: 17px;
}
.form-control-border-radius {
    border-radius: 10px;
    border: 2px solid #eee;
}
#trader-chat-img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
#landing-ix-social-grey-splitter:before {
    background-color: #f8f8f7;
}
.traders-say {
    background-color: #ffcd05;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    padding: 30px;
    margin-bottom: 60px;
    position: relative;
}
.traders-say:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 50px solid #ffcd05;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
#call-center-man-bg {
    min-height: 30vh;
    background: url(/img/webinars-events/call-center-men.png);
    background-size: cover;
    background-position: 50%;
}
.why-desc {
    font-size: 24px;
}
.page-landing-tradeonline .btn {
    padding: 10px 35px;
}
.page-landing-tradeonline .tradeonline-header {
    color: #fff;
    padding-top: 250px;
    padding-bottom: 20px;
}
.page-landing-tradeonline .tradeonline-header h1 {
    font-size: 4vh;
    font-weight: 300;
}
.page-landing-tradeonline .tradeonline-header h2 {
    font-size: 2.5vh;
    font-weight: 200;
}
@media (max-width: 576px) {
    .page-landing-tradeonline .tradeonline-header h1,
    .page-landing-tradeonline .tradeonline-header h2 {
        margin-bottom: 10px !important;
    }
}
@media (min-width: 1199px) {
    .page-landing-tradeonline .tradeonline-header {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.page-landing-tradeonline .tradeonline-header .header-desc {
    font-size: 18px;
}
.page-landing-tradeonline .hero-form-card {
    border-radius: 0;
    color: #1e1e1e;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137254902);
}
.page-landing-tradeonline .hero-form-card .card-header {
    background-color: #ffcd05;
    font-size: 26px;
    font-weight: 200;
    padding: 20px 15px;
}
.page-landing-tradeonline .hero-form-card .card-header:first-child {
    border-radius: 0;
}
@media (min-width: 1199px) {
    .page-landing-tradeonline .hero-form-card {
        border-radius: 10px;
    }
    .page-landing-tradeonline .hero-form-card .card-header:first-child {
        border-radius: 10px 10px 0 0;
    }
}
.page-landing-tradeonline .trade-data-points {
    text-align: center;
}
.page-landing-tradeonline .trade-data-points .trade-data-title {
    font-size: 34px;
    font-weight: 200;
    color: #ffcd05;
}
.page-landing-tradeonline .trade-data-points .trade-data-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.page-landing-tradeonline .trade-data-points p {
    font-size: 15px;
    font-weight: 200;
}
.page-landing-tradeonline .dark-grey-bg {
    background-color: #1e1e1e;
    color: #fff;
}
.page-landing-tradeonline .little-section-title {
    font-size: 36px;
    font-weight: 200;
}
.page-landing-tradeonline .accordion .card-header {
    background-color: #1e1e1e;
    border-radius: 5px;
    border-bottom: none;
}
.page-landing-tradeonline .accordion .card-header.collapsed:first-of-type {
    border-bottom: 2px solid #f8f8f7;
}
.page-landing-tradeonline .accordion .card-header:not(.collapsed) .fc-white-in-dark {
    color: #fff;
}
.page-landing-tradeonline .accordion .card-header .btn-link {
    color: #ffcd05;
    text-decoration: none;
    font-weight: 600;
}
.page-landing-tradeonline .accordion .card-header .accordion-expand-icon {
    filter: invert(0);
}
.page-landing-tradeonline .accordion .card-body {
    border-bottom: 2px solid #f8f8f7;
}
.page-landing-tradeonline .accordion.why-trade-accordion {
    box-shadow: none;
}
.page-landing-tradeonline .accordion.why-trade-accordion .card-header {
    background-color: #f8f8f7;
}
.page-landing-tradeonline .accordion.why-trade-accordion .card-header .btn-link {
    color: #1e1e1e;
}
.page-landing-tradeonline .accordion.why-trade-accordion .card-header .btn-link:focus {
    box-shadow: none;
}
.page-landing-tradeonline
    .accordion.why-trade-accordion
    .card-header
    .accordion-expand-icon-btn:not(.collapsed)
    .accordion-expand-icon {
    filter: invert(0) !important;
}
.page-landing-tradeonline .accordion.why-trade-accordion .card.accordion-card .card-header.collapsed {
    background-color: #f8f8f7;
}
.page-landing-tradeonline .accordion.why-trade-accordion .card.accordion-card .card-header.collapsed .btn-link {
    color: #1e1e1e;
}
.page-landing-tradeonline .accordion.why-trade-accordion .card-body {
    background-color: #f8f8f7;
}
.page-landing-tradeonline .card.accordion-card .card-header.collapsed {
    background-color: #fff;
}
.page-landing-tradeonline .card.accordion-card .card-header.collapsed .btn-link {
    color: #1e1e1e;
}
.page-landing-tradeonline
    .card.accordion-card
    .card-header
    .accordion-expand-icon-btn:not(.collapsed)
    .accordion-expand-icon {
    filter: invert(100%);
}
.page-landing-tradeonline footer {
    background-color: #0d0d0d;
}
.page-landing-tradeonline footer .footer-container {
    padding-top: 70px;
    padding-bottom: 70px;
}
.page-landing-tradeonline footer .footer-container .footer-grey-desc {
    font-size: 12px;
    color: #fff;
}
.left-article-inflation {
    padding-right: 7rem;
    padding-bottom: 1rem;
}
.form-title-container {
    background-color: #1e1e1e;
    color: #fff;
    font-size: 26px;
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
}
.inflation-form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137254902);
    margin-top: -7px;
    border-radius: 0 0 10px 10px;
    padding: 0 30px;
}
.inflation-form,
.white-bg-inflation {
    background: #fff 0 0 no-repeat padding-box;
}
.white-bg-inflation {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10196078431372549);
}
.landing-korat-seminar {
    padding-top: 12rem;
    padding-bottom: 8rem;
}
.host-bg {
    background: url(/img/korat/host-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media (max-width: 1024px) {
    .th-guy-box-shadow {
        min-height: 88px;
    }
}
@media (max-width: 992px) {
    -image-2 {
        margin-bottom: -1px;
        opacity: 1;
    }
    -image-2,
    .instruments-header-right-img {
        width: 100%;
        margin-top: 15rem !important;
    }
}
@media (max-width: 767px) {
    .crypto-prices-container .bg-white {
        background-color: #fff;
        padding-top: 53px !important;
        padding-bottom: 30px !important;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0 !important;
    }
    .crypto-title h1 {
        font-size: 50px;
        margin-bottom: 0;
        margin-top: 138px;
        margin-right: 0;
    }
    .crypto-header-image {
        width: 100%;
        margin-bottom: 78px;
        margin-top: 90px;
    }
    .bull-bear-container {
        padding-top: 0;
        padding-bottom: 105px;
    }
    .bull-bear-container .bull-bear-button {
        text-align: center;
    }
    .bull-bear-text-container {
        padding-right: 2rem;
    }
    .info-boxes-container {
        padding-bottom: 100px;
    }
    .crypto-prices-container h2 {
        font-size: 36px;
        padding-top: 40px;
        padding-bottom: 31px;
    }
    .leaderboards-text-container p {
        text-align: center;
    }
    .about-img {
        width: 100%;
        margin-top: 80px;
    }
    .crypto-prices-container .bg-yellow {
        margin-top: 0;
    }
    .fix-width {
        max-width: 350px;
        margin: 0 auto;
    }
    .social-container h3 {
        padding-top: 92px;
    }
    .social-container {
        text-align: center;
    }
    .social_man {
        margin-top: 100px;
    }
    .crypto-title h2 {
        margin-top: 63px;
    }
    .icons-container {
        margin-top: 5px;
    }
    .about-icons {
        margin-bottom: 109px;
    }
    .crypto-prices-container .right td {
        font-weight: 400;
        padding: 25px 15px 25px 30px;
    }
    .crypto-title h4 {
        font-size: 16px;
        font-weight: 300;
        color: #545051;
        margin-right: 0;
    }
    .top-title-container {
        background-color: #1e1e1e;
        font-size: 20px;
        text-align: center;
        padding: 8px 0;
        border-radius: 0;
        margin-top: 10rem;
        margin-right: 0;
    }
    .billions-form-container {
        margin-top: 0;
        padding: 0;
    }
    .billions-form-container .card.hero-form-card-social-b {
        border-radius: 0;
    }
    .white-container {
        background-color: #fff;
        text-align: center;
        border-radius: 0;
        margin-bottom: -16px;
        margin-right: 0;
        padding: 0 20px;
    }
    .billions-datapoints-containter {
        font-size: 36px;
        padding-top: 15px;
        padding-bottom: 0;
    }
    .billions-form-title {
        border-radius: 0 !important;
    }
    .container .left-container {
        padding: 0;
    }
    .billions-form-container {
        margin-top: 12rem;
    }
    .billions-form-container .container {
        max-width: 100%;
    }
    .lagos-icon-text {
        padding-left: 30px;
    }
    .bg-white-port {
        width: 100%;
        margin: 0 auto;
    }
    .employees-data-container .article-card-desc {
        min-height: auto;
        color: #1e1e1e;
        font-weight: 200;
    }
    .employees-data-container .card-body {
        height: 100%;
        padding: 5px;
        text-align: left;
        margin-left: 1rem;
    }
    .employees-data-container .article-card-tag-container-bottom {
        left: 5px;
        margin-left: 1rem;
    }
    .employees-data-container .article-card-date {
        margin-top: 30px;
    }
    .advertising-img {
        height: 160px;
        background-position: 50% !important;
    }
    .advertising-img img {
        opacity: 0;
    }
    .white-bg-advertising .position-absolute-on-desktop {
        text-align: center;
    }
    .by-platform-img-container {
        margin-top: 0.3rem;
    }
    .by-platform-img-container img {
        min-width: 40px;
    }
    .social-media-buttons-container {
        padding: 0;
    }
    .authors-header-container h3 {
        margin-left: -30px;
    }
    .pagination-container {
        padding-top: 20px;
        position: relative;
        overflow-x: auto;
    }
    .pagination-container .pagination {
        display: inline-flex;
    }
    .connected-steps {
        justify-content: center;
    }
    .countdown-category-mobilesize {
        font-size: 36px;
    }
    .instruments-about-image {
        width: 100%;
        margin-top: 4rem;
    }
    -image,
    -image-2 {
        opacity: 1;
        width: 100%;
        margin-top: 0 !important;
    }
    .girl-text-container {
        background: #fff 0 0 no-repeat padding-box;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
        padding: 0 1rem 1rem 0;
        border-radius: 10px;
    }
    .know-me-text {
        margin-top: 2.4rem;
    }
    .partner_quezon_title {
        font-size: 55px !important;
    }
    .left-article-inflation {
        padding-right: 0;
    }
    #single-content-container ul li {
        position: relative;
        padding-left: 0;
    }
    .white-bg-inflation {
        background: #fff 0 0 no-repeat padding-box;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.10196078431372549);
        max-width: 100% !important;
    }
    .landing-inflation-header-container {
        background: #1e1e1e;
        background-size: cover;
        margin-top: -2rem;
        text-align: center;
    }
    .landing-inflation-header-container-padding {
        padding-top: 8rem;
        padding-bottom: 0;
        margin-bottom: -1.3rem;
    }
    .landing-learn-do-seminar {
        background: url(/img/learn-do/learn-do-header-mobile.png);
        background-size: cover;
        padding-top: 6rem;
        padding-bottom: 5rem;
        background-position: 50%;
    }
    .landing-learn-do-seminar h1 {
        font-size: 50px;
    }
    .landing-chiangmai-seminar {
        background: url(/img/learn-do/chiangmai-header-mobile.png);
        padding-top: 25rem;
        padding-bottom: 5rem;
        background-position: -5rem;
        margin-top: 12%;
    }
    .landing-chiangmai-seminar h1 {
        font-size: 50px;
    }
    .chiangmai-background-host,
    .learn-do-background-host {
        background: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .landing-world-cup-promotion {
        background: #000123;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 10%;
        margin-top: 4%;
        text-align: center;
    }
    .trading-image-world-cup-ty {
        width: 100%;
        height: auto;
    }
    .chiangmai-sublittletitle {
        font-size: 9px !important;
        font-weight: 300 !important;
        padding-top: 3rem;
    }
    .landing-chiangmai-seminar {
        background: 0 0;
        background-size: cover;
        padding-top: 0;
        padding-bottom: 8rem;
        background-position: 50%;
        text-align: center;
    }
    .th-existing-power-header h1,
    .th-gift-seminar-header h1 {
        font-size: 48pt;
    }
    .landing-th-gift-festival-seminar {
        background: url(/img/th-gift-festival/header.png);
        background-size: cover;
        padding-top: 5rem;
        padding-bottom: 5rem;
        margin-top: 4%;
        background-position: 50%;
        text-align: center;
    }
    .th-gift-seminar-header p {
        color: #fff;
        font-size: 15pt;
        padding: 1rem 0;
    }
    .th-gift-seminar-header h2 {
        font-size: 21pt;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0;
    }
    .gift-mobil-h3 {
        font-size: 12pt !important;
    }
    .th-yellow-container {
        background-color: #000;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-radius: 20px 20px 0 0;
        margin-top: 2rem;
    }
    .gifts-container h2 {
        font-size: 44px;
        padding-bottom: 0;
    }
    .existing-signup-container,
    .gift-signup-container {
        margin-top: 7rem;
    }
    .landing-korat-seminar {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    #prize .wrap-right {
        position: absolute;
        background-image: url(/img/ib-promotion/gift-bg-section.png);
        height: 50%;
        width: 100%;
        right: 0;
        bottom: 0;
    }
    #prize .wrap-left {
        background-image: url(/img/ib-promotion/ipad-bg-section.png);
    }
    #prize2 .wrap-left,
    #prize .wrap-left {
        position: absolute;
        height: 50%;
        width: 100%;
        left: 0;
    }
    #prize2 .wrap-left {
        background: linear-gradient(-45deg, #000, #190c29, #3e2625);
        background-repeat: no-repeat;
    }
    #prize2 .wrap-right {
        position: absolute;
        background: radial-gradient(ellipse at top, #fde253, #f7bb3e);
        height: 50%;
        width: 100%;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
    }
    #prize {
        background: linear-gradient(90deg, #f5cd47 50%, #efefef 0);
        height: auto !important;
    }
    .trader-pro-right-image {
        margin-top: 0;
        margin-right: 0;
    }
    .bangkok-guy-section {
        background: url(/img/bangkok/guy-bg.png);
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 5rem 0;
    }
    .landing-bangkok-seminar {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .bangkok-header-text {
        font-weight: 100;
        font-size: 18px;
    }
    .th-yellow-container-bangkok {
        text-align: center;
    }
    .bangkok-guy-title {
        font-size: 20px !important;
        text-align: center;
        font-weight: 600;
        margin-bottom: 2rem;
    }
    .th-guy-box-shadow {
        min-height: auto;
    }
}
@media (min-width: 767px) {
    .white-bg-advertising .position-absolute-on-desktop {
        bottom: 28px;
        position: absolute;
        text-align: center;
    }
    .author-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 16rem;
    }
    .casback-padding-x {
        padding: 3rem 10rem;
    }
    .ahmed-amin {
        padding-right: 10rem;
    }
}
@media (max-width: 576px) {
    .social-container {
        width: 100%;
        padding: 0 5px;
    }
}
@media (max-width: 992px) {
    .page-landing-ix-social-c .carousel-card .card-img-top {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .yellow-check-circle-with-shadow img {
        margin-top: -2px;
        margin-left: 0;
    }
    .page-landing-ib-promotion #form-section-yacht-club h2 {
        padding-top: 100px;
        color: #000;
        font-size: 33px;
        text-align: center;
        margin: 0 auto;
        width: auto;
        font-weight: 700;
        margin-bottom: 8rem !important;
    }
    .page-landing-ib-promotion .padding-top-form {
        padding-top: 0 !important;
    }
    .page-landing-ib-promotion input#flexCheckDefault {
        margin-top: 15px !important;
    }
    .icons-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .crypto-prices-container .bg-white {
        padding: 5px;
        margin-right: -2rem;
        border-radius: 10px;
    }
    .bull-bear-button {
        text-align: center;
        margin-bottom: 40px;
    }
    .bull_bear {
        margin: 0 auto;
        display: block;
    }
    .about-img {
        width: 100%;
        margin-top: 80px;
    }
    .landing-billions-header-main-container {
        margin-bottom: -3.6rem;
    }
    .landing-billions-header-main-container .white-container h1 {
        font-size: 50px;
        letter-spacing: 0;
        line-height: 1;
        margin: 0;
        padding: 0 20px;
    }
    .landing-billions-header-main-container .white-container h3 {
        font-size: 26px;
        margin: 0;
        padding: 10px 0;
    }
    .landing-billions-header-main-container .white-container p {
        font-size: 16px;
        padding-bottom: 45px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .landing-billions-header-main-container .t-white-container h1 {
        font-size: 50px;
        letter-spacing: 0;
        line-height: 1;
        margin: 0;
    }
    .landing-billions-header-main-container .t-white-container h3 {
        font-size: 26px;
        margin: 0;
        padding: 20px 0;
    }
    .landing-billions-header-main-container .t-white-container p {
        font-size: 16px;
        padding-bottom: 70px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .landing-billions-header-main-container .text-left {
        padding-left: 0;
        margin-top: 0;
        padding-right: 0;
    }
    .billions-form-container {
        padding: 0;
    }
    .employees-data-container {
        margin-top: 130px !important;
        padding-bottom: 110px;
    }
    #single-content-container {
        padding-top: 0 !important;
    }
    .learn-do-host-left-section {
        background: #f0f0f0 0 0 no-repeat padding-box;
        padding: 2rem 0 2rem 1rem !important;
        border-radius: 0 0 0 10px;
        box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.30196078431372547);
    }
}
@media (max-width: 767px) {
    .page-landing-ib-promotion input#flexCheckDefault {
        margin-top: 25px !important;
    }
    .landing-ib-promotion-header-trader-yacht-club-container {
        text-align: center !important;
    }
    .landing-ib-promotion-header-trader-yacht-club-container h2,
    .landing-ib-promotion-header-trader-yacht-club-container p {
        text-align: center;
    }
    .text-right-slide {
        text-align: center !important;
    }
    .page-landing-ib-promotion input#flexCheckDefault {
        margin-left: -20px !important;
        margin-top: 10px !important;
    }
    section#ib-promotion-terms-yacht-club b {
        font-weight: 500 !important;
    }
    .landing-ib-promotion-header-trader-yacht-club-container {
        height: 50% !important;
    }
    .landing-ib-promotion-header-trader-yacht-club-container .title-img {
        margin-bottom: 110px;
        margin-top: 50px !important;
    }
    .yellow-check-circle-with-shadow img {
        margin-top: -2px;
        margin-left: 0;
    }
    .billions_logo {
        display: none;
    }
    .landing-billions-header-main-container .white-container h1 {
        font-size: 40px;
        letter-spacing: 0;
        line-height: 1;
        margin: 0;
        padding-top: 2rem;
    }
    .white-container h3 {
        font-size: 26px;
        margin: 0;
        padding: 20px 0 !important;
    }
    .t-white-container {
        background-color: #fff;
        text-align: center;
        border-radius: 0;
        margin-bottom: -1rem;
        padding: 0 20px;
    }
    .t-top-title-container {
        background-color: #1e1e1e;
        font-size: 20px;
        text-align: center;
        padding: 8px 0;
        border-radius: 0;
        margin-top: 14rem;
    }
    .billions-form-container {
        margin-top: 0;
        padding: 0;
    }
    .instruments-header-right-img {
        width: 100%;
        margin-top: 0 !important;
    }
    .how_to_trade_forex_title {
        padding-top: 0;
    }
    .pipe {
        margin: 0;
        color: #fc0;
    }
    .pipe .learn-do-host-left-section {
        padding: 20px !important;
        margin: 0 15px;
    }
    .pipe .learn-do-countdown-container {
        margin-top: -2px;
    }
    .pipe .learn-do-underline-text,
    .pipe .learn-do-underline-text-2 {
        border-bottom: 0;
        margin-bottom: 5px;
        padding-bottom: 5px;
        font-size: 13px !important;
    }
    .pipe .smart-money {
        font-size: 24px !important;
    }
    .pipe .justify-content-center-ty-button {
        justify-content: center;
    }
    .pipe .margin-left-ty-page-icons {
        margin-left: 4.5rem;
    }
    .pipe .chiangmai-header-image {
        width: 100%;
    }
    .pipe .chiangmai-countdown-text {
        line-height: 1;
        font-size: 23px !important;
        border-top: 2px solid #fff;
        border-right: 0;
    }
    .landing-ib-promotion-header-main-container {
        background: 0;
        background-size: cover;
        background-position: 50%;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container {
        padding-top: 0;
        position: relative;
        padding-top: 0 !important;
        padding-bottom: 40px;
        text-align: center;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container h2 {
        font-size: 40px !important;
        color: #fff;
        font-variation-settings: "wght" 450;
        font-weight: 600;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container p {
        font-size: 23px !important;
        color: #fff;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container h1 {
        font-size: 40px !important;
        color: #fff;
        font-variation-settings: "wght" 620;
        font-weight: 600;
        line-height: 40px !important;
        padding-top: 0 !important;
        margin-top: -20rem;
    }
}
.time-container-custom-w {
    width: 100%;
}
@media (min-width: 576px) {
    #how-to-join-premium-bg,
    #landing-dred-guy-container,
    #landing-market-info-section #landing-market-info,
    #oto-bg {
        min-height: 350px;
    }
    .time-container-custom-w {
        width: 50%;
    }
}
@media (min-width: 768px) {
    #landing-market-info-section #landing-market-info {
        min-height: 450px;
    }
    #landing-market-info-section #market-desc {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    #how-to-join-premium-bg,
    #landing-dred-guy-container,
    #oto-bg {
        min-height: 450px;
    }
}
@media (min-width: 992px) {
    #glowing-eclipse {
        position: absolute;
        left: -50px;
        top: -120px;
        max-width: 100vw;
        max-height: 770px;
        z-index: 0;
    }
    #landing-social-logos {
        position: absolute;
        left: 0;
        top: -120px;
        z-index: 2;
        left: 15%;
    }
    #trade-stocks-section {
        min-height: 550px;
    }
    .landing-form-modal .modal-header .close {
        font-size: 30px;
        position: absolute;
        top: -5px;
        right: -5px;
        background: #fff;
        opacity: 1;
        border-radius: 46px;
        width: 37px;
        padding: 0;
        height: 37px;
        border: 2px solid #ffcd05;
    }
    .landing-body .AT-comp-pricing-container.landing-body-w-no-margin {
        top: 0;
        margin-top: 1rem;
    }
    #landing-market-info-section #landing-market-info {
        min-height: 0;
    }
    #landing-market-info-section #market-desc {
        padding-top: 50px;
        padding-bottom: 110px;
    }
    #landing-dred-guy-container {
        min-height: 0;
    }
    #landing-telegram-form-container {
        padding-top: 110px;
        padding-bottom: 50px;
    }
    .bonus-form-title {
        font-size: 50px;
    }
    .bonus-title {
        font-size: 60px;
        line-height: 60px;
    }
    .page-landing-ix-social-c #auto-copy-container {
        background-color: #ffcd05;
        border-radius: 10px;
        position: relative;
        z-index: 1;
    }
    .page-landing-ix-social-c #auto-copy-container #ac-mobile-img {
        position: absolute;
        left: 30px;
        bottom: 0;
        z-index: 2;
    }
    .page-landing-ix-social-c #bb1-img {
        position: absolute;
        z-index: 0;
        bottom: 0;
        left: 75px;
    }
    .page-landing-ix-social-c #bb2-img {
        position: absolute;
        z-index: 0;
        top: 100px;
        left: -25px;
    }
    .page-landing-ix-social-c #ix-social-traders-container .col-md-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .page-landing-ix-social-c #ix-social-traders-container .col-md-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .page-landing-ix-social-c #ix-social-traders-container .card:nth-of-type(odd) {
        margin-left: auto;
    }
    .page-landing-ix-social-c #ix-social-traders-container .card {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
        border-radius: 10px;
        border: none;
    }
    .page-landing-ix-social-c #ix-social-traders-container .card .card-text {
        line-height: 0.8rem;
    }
    .page-landing-ix-social-c #ix-social-traders-container .card .card-header {
        border: none;
    }
    .page-landing-ix-social-c #ix-social-traders-container .card .card-title {
        margin-bottom: 0;
    }
    .page-landing-ix-social-c #ix-social-traders-container .card .card-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-landing-ix-social-c .yellow-check-circle-with-shadow img {
        margin-top: -2px;
    }
    .page-landing-ix-social-c .carousel-card {
        max-width: 680px;
    }
    .page-landing-ix-social-c.need-content-rtl #auto-copy-container #ac-mobile-img {
        position: absolute;
        right: 30px;
        bottom: 0;
        left: auto;
        z-index: 2;
    }
    .page-landing-ix-social-c.need-content-rtl #auto-copy-container .justify-content-end {
        justify-content: flex-start !important;
    }
    .page-landing-ix-social-c.need-content-rtl #auto-copy-container .w-lg-75 {
        margin-right: 0;
        margin-left: auto;
    }
    .page-landing-ix-social-c.need-content-rtl #ix-social-traders-container {
        right: auto;
        left: 0;
    }
    .padding-top-sideimg {
        padding-top: 11rem;
    }
}
.page-landing-webinar-lps-th #wwh-image {
    top: 0;
}
@media (min-width: 1900px) {
    #landing-market-splitter-1-gray {
        margin-bottom: -108px;
    }
    #trading-room-hta-splitter-1 {
        margin-bottom: -110px;
    }
    #trading-room-hta-splitter-2 {
        margin-top: -110px;
    }
    #landing-market-splitter-1 {
        margin-bottom: -110px;
    }
    #landing-market-info-section #market-desc {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    #you-will-learn {
        margin-top: -105px;
    }
}
.promotion-guy-container {
    min-height: 250px;
    background-image: url(/img/landing/mt5/gray-candle-stick-bg.png);
    background-size: cover;
}
.gold-badge-bubble {
    background: #000;
    border-radius: 20px;
    color: #fff;
    padding: 2vh;
}
.gold-badge-bubble p {
    font-size: 30px;
    line-height: 40px;
}
.bag-bubble {
    border: 5px solid #000;
    border-radius: 20px;
    padding: 25px;
}
.bag-bubble p {
    font-size: 30px;
    line-height: 50px;
}
.bag-bubble-title {
    border-radius: 25px;
    padding: 5px 40px;
}
.light-blue {
    color: #5496d4;
}
@media (min-width: 1200px) {
    .seminar-partner-quezon-img-container {
        height: auto;
    }
    .seminar-partner-quezon-img-container img {
        display: block;
        max-width: 100%;
    }
}
.seminar-partner-quezon-img-container {
    height: 600px;
}
.seminar-partner-quezon-img-container img {
    display: none;
    max-width: 100%;
}
.landing-form-modal.seminar-partner-quezon span {
    font-weight: 700;
}
#also-interest-section .article-card {
    border: none;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
#also-interest-section .article-card .article-card-desc {
    min-height: 105px;
    color: #1e1e1e;
    font-weight: 200;
}
.page-landing-ix-social-c.seminar-quezon .navbar {
    background-color: #0c0c12;
}
.page-landing-ix-social-c.seminar-quezon .data-points-container .data-points-title {
    font-size: 36px;
    color: #ffcd05;
    font-weight: 600;
    line-height: 38px;
}
.page-landing-ix-social-c.seminar-quezon .data-points-container .data-points-title .btn {
    padding: 6px 30px;
}
.page-landing-ix-social-c.seminar-quezon .agenda-list li:before {
    font-size: 30px;
    content: "\2022";
    color: #f39000;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.page-landing-ix-social-c.seminar-quezon .agenda-list-text {
    font: normal normal 300 20px/29px Proxima-Nova;
    letter-spacing: 0;
    justify-content: left;
    color: #1e1e1e;
    opacity: 1;
    margin-top: 13px;
}
.page-landing-ix-social-c.seminar-quezon .header-container {
    font-size: 65px;
    line-height: 0.6;
    color: #fff;
}
.page-landing-ix-social-c.seminar-quezon .partner_quezon_title {
    font-size: 65px !important;
    font-weight: 300 !important;
}
.page-landing-ix-social-c.seminar-quezon .partner_quezon_title span {
    font-weight: 600 !important;
}
@media (max-width: 1200px) {
    .page-landing-ix-social-c.seminar-quezon .become-ix-image-container {
        height: auto !important;
    }
    .page-landing-ix-social-c.seminar-quezon .partner_quezon_title {
        font-size: 55px !important;
    }
    .page-landing-ix-social-c.seminar-quezon .who-will-host-right-col {
        min-height: 200px;
        background-position: 0 44% !important;
    }
}
.page-landing-ix-social-c.seminar-quezon .become-ix-image-container {
    height: 600px;
}
.page-landing-ix-social-c.seminar-quezon .who-box-shadow {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
    border-radius: 10px 10px 10px 10px;
}
.page-landing-ix-social-c.seminar-quezon .who-will-host-right-col {
    background: url(/img/seminar-partner-quezon/meet-us.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 10px 0;
}
.page-landing-ix-social-c.seminar-quezon .attendee-details-right-col {
    background: url(/img/seminar-partner-quezon/seminar_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
    .page-landing-ix-social-c.seminar-quezon .btn-main-button.attendee {
        padding-left: 22%;
        padding-right: 22%;
    }
}
.page-landing-ix-social-c.seminar-quezon .quezon-header-description {
    line-height: 44px;
}
.page-landing-ix-social-c.seminar-quezon .ib-central-about-white-box,
.page-landing-ix-social-c.seminar-quezon .yacht-about-white-box {
    min-height: 146px;
    min-width: 143px;
}
.page-landing-ix-social-c.seminar-quezon .seminar-partner-quezon-img-container img {
    max-width: 100%;
    display: block;
}
.page-landing-ix-social-c.seminar-quezon .about-us-img {
    max-width: 100%;
}
.landing-seminar-partner-quezon-header-main-container {
    background: url(/img/seminar-partner-quezon/hero_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1.5rem;
    background-position: 50%;
}
.landing-seminar-partner-quezon-header-main-container-malay {
    background: url(/img/seminar-partner-quezon/malay-webinar-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1.5rem;
    background-position: 50%;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid #fdcf18;
    font-weight: 700;
}
ul#myTab {
    border-bottom: 0;
}
#date_of_birth_day,
#date_of_birth_month,
#date_of_birth_year {
    padding: 5px !important;
}
.mt4-platforms-img-container {
    min-height: 20rem;
}
.landing-world-tour-beirut .johannesburg-title-image,
.landing-world-tour-chihuaha .johannesburg-title-image,
.landing-world-tour-johannesburg .johannesburg-title-image,
.landing-world-tour-sao-paulo .johannesburg-title-image {
    width: 701px;
    height: 46px;
}
.world-tour-daysNumber,
.world-tour-hoursNumber {
    color: #ffcd05;
    font-family: Orbitron;
}
.white-card-container {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
    border-radius: 0 0 10px 10px;
    padding: 25px 10px 20px 35px;
    min-height: 150px;
}
.expect-card-container {
    background-color: #1e1e1e;
    border-radius: 10px 10px 0 0;
    color: #fff;
    margin-bottom: -15px;
}
.expect-title-container {
    height: 237px;
    padding-top: 46px;
    margin-bottom: -7rem;
}
.win-amazing-container {
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.white-card-container-agenda {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14901960784313725);
    border-radius: 0 0 10px 10px;
    min-height: 150px;
}
.white-card-container-agenda td {
    padding: 25px 10px 20px 35px;
}
.white-card-container-agenda tr:nth-child(2n) {
    background-color: #fafafa;
}
.world-tour-holding-img {
    width: 570px;
    padding-bottom: 2rem;
}
.world-tour-form {
    height: 81px;
}
.world-tour-form-subtitle {
    color: #545051;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 1rem;
    font-weight: 100;
}
.countdown-container-world-tour {
    background-color: #ffcd05;
}
.world-tour-gift-img-signup {
    width: 217px;
    margin-bottom: 4rem;
}
.landing-world-tour-header-section {
    background: url(/img/world-tour/ty-page-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 4rem;
    padding-bottom: 6rem;
}
.landing-johannesburg-signup-header-main-container {
    padding-top: 140px;
}
.box-shadow-world-tour-signup {
    border-radius: 15px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.050980392156862744);
    margin-bottom: 50px;
}
@media (min-width: 1200px) {
    .amazing-prizes-left-section {
        padding-left: 7rem;
    }
    .world-tour-gift-img-signup {
        width: 217px;
        margin-left: -2rem;
    }
    .landing-world-tour-header-section {
        margin-top: 5rem;
    }
    .trading-image {
        width: 484px;
    }
    .ty-page-left-section {
        padding-left: 8rem;
    }
}
@media (max-width: 1200px) {
    .world-tour-holding-img {
        width: 100%;
    }
    .landing-world-tour-beirut .johannesburg-title-image,
    .landing-world-tour-chihuaha .johannesburg-title-image,
    .landing-world-tour-johannesburg .johannesburg-title-image,
    .landing-world-tour-sao-paulo .johannesburg-title-image {
        width: 100%;
        height: 100%;
    }
    .world-tour-gift-img {
        width: 100%;
    }
    .landing-world-tour-beirut,
    .landing-world-tour-chihuaha,
    .landing-world-tour-johannesburg,
    .landing-world-tour-sao-paulo {
        margin-top: 2rem;
    }
    .trading-image {
        width: 100%;
    }
    .landing-johannesburg-signup-header-main-container {
        padding-top: 100px;
    }
    .countdown-container-world-tour {
        background-color: #ffcd05;
        margin: 0 auto;
        display: table;
    }
}
@media (max-width: 767px) {
    .landing-world-tour-beirut,
    .landing-world-tour-chihuaha,
    .landing-world-tour-johannesburg,
    .landing-world-tour-sao-paulo {
        background: #000123;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 3rem;
        padding-bottom: 2rem;
        margin-top: 0;
        text-align: center;
    }
    .landing-world-tour-header-section {
        background: 0 0;
        padding-bottom: 0;
    }
}
#prime-liquidity-main-box {
    padding-bottom: 60px;
}
#prime-b3mm-main-box,
#prime-liquidity-main-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#prime-b3mm-main-box {
    padding-bottom: 100px;
}
.fx-yellow-icon {
    max-width: 112px;
}
#fxcfd_container .icon-info-box {
    min-height: 120px;
}
#fxcfd_container .icon-info-box .icon-info-box-image-container {
    min-height: 90px;
}
#mt4-icon-info-box-container .icon-info-box .icon-info-box-image-container {
    min-height: 115px;
}
#mt4-icon-info-box-container .icon-info-box img {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}
.page-prime-ix-intel h3.section-title {
    font-size: 40px;
}
.page-prime-white-label #prime_liquidity_main_container {
    margin-bottom: -100px;
}
.new-prime-design h1 {
    font-size: 38px;
    font-weight: 200;
}
.new-prime-design h2 {
    font-size: 26px;
    font-weight: 200;
}
.new-prime-design .py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.new-prime-design h3.section-title {
    font-size: 32px;
    font-weight: 200;
}
.new-prime-design .section-subtitle {
    font-size: 20px;
    font-weight: 500;
}
.new-prime-design .btn.btn-new {
    padding: 10px 30px;
    font-size: 15px;
}
.new-prime-design .btn.btn-new-yellow {
    border-color: #ffcd05;
    background: #ffcd05;
    color: #1e1e1e;
}
.new-prime-design .btn.btn-new-yellow:hover {
    background: #d1a700;
    border-color: #d1a700;
}
.new-prime-design .btn.btn-new-black-yellow {
    background: #1e1e1e;
    color: #ffcd05;
    font-weight: 500;
}
.new-prime-design .btn.btn-new-black-yellow:hover {
    color:
        #ffcd05 #fff,
        10;
    background: #050505;
}
.new-prime-design .connectivity-card {
    padding: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
}
.new-prime-design .connectivity-card .card-title {
    font-size: 26px;
    font-weight: 400;
}
.new-prime-design .connectivity-card .card-text {
    font-weight: 200;
}
.new-prime-design .form-card {
    border-radius: 10px;
}
.new-prime-design .form-card .card-header:first-child {
    border-radius: 10px 10px 0 0;
}
.new-prime-design .platform-card {
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
}
.new-prime-design .platform-card .card-header {
    border-radius: 5px;
    color: #ffcd05;
    font-weight: 500;
    background: #1e1e1e;
}
.new-prime-design .platform-card .card-body {
    padding-top: 35px;
    padding-bottom: 35px;
    font-weight: 200;
}
.new-prime-design #connectivity-form-container {
    background: url(/img/prime-connectivity/form_bg.png) bottom;
    background-size: cover;
}
.new-prime-design .form-card {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    border: none;
}
.new-prime-design .form-card .card-header {
    background: #ffcd05;
    text-align: center;
}
.new-prime-design .form-card .card-header .card-title {
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 500;
}
@media (min-width: 768px) {
    .new-prime-design .connectivity-card {
        min-height: 400px;
    }
}
@media (min-width: 992px) {
    .new-prime-design h1 {
        font-size: 56px;
    }
    .new-prime-design h3.section-title {
        font-size: 36px;
    }
    .new-prime-design .section-description {
        font-size: 20px;
    }
    .new-prime-design .connectivity-card {
        padding: 30px;
    }
    .new-prime-design #connectivity-bottom-img {
        margin-top: -70px;
    }
    .new-prime-design .connectivity-card {
        min-height: 335px;
    }
}
@media (min-width: 1199px) {
    .new-prime-design .connectivity-card {
        min-height: 286px;
    }
}
@media (min-width: 1289px) {
    .new-prime-design .connectivity-card {
        min-height: 0;
    }
}
#section_funding_option_cards {
    background-image: url(/img/psp/gray-waves.svg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.psp-icon {
    top: -35px;
}
.psp-depo {
    border-bottom: 4px solid #f8f8f7;
}
.deposit-card-container {
    padding-bottom: 115px;
}
.psp-card-img {
    border: 1px solid #545051;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
}
#psp_faq_head {
    max-height: 220px;
}
#section_funding_options_head {
    max-height: 250px;
}
#psp_row {
    padding-bottom: 300px;
}
#psp_country_select_container {
    width: 25%;
}
@media (max-width: 576px) {
    #section_funding_options_head {
        max-height: 350px;
    }
    #psp_country_select_container {
        width: 50%;
    }
}
.ebook-main-box-desc#instruments_main_container {
    top: 0;
    margin-bottom: 0;
}
.ebook-main-box-desc .AT-comp-pricing-container {
    top: 0;
    margin-top: -70px;
}
.ebook-instruments-box-desc.instruments-info-icons-container#info-icons-container {
    top: 0;
}
.video-container {
    background-color: #f8f8f7;
    padding: 10px;
}
.video-pill-container .nav-link {
    background-color: #f8f8f7;
    text-align: center;
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.video-pill-container .nav-link span {
    color: #1e1e1e;
}
.video-pill-container .nav-link.active,
.video-pill-container .nav-link:hover {
    background-color: #f8f8f7;
}
.video-pill-container .nav-link.active span,
.video-pill-container .nav-link:hover span {
    color: #1e1e1e;
    border-bottom: 2px solid #ffcd05;
}
#ebooks {
    z-index: 2;
    position: relative;
}
#bottom-cta-container {
    margin-top: -40px;
}
#bottom-cta-container #ebook-bottom-cta-bg {
    min-height: 30vh;
    background: url(/img/landing/wmn_w_laptop.jpg);
    background-size: cover;
    background-position: 50%;
}
#videos-grey-splitter {
    background-color: #f8f8f7;
}
#ebook-videos #candlesticks-img {
    width: 100%;
    top: 20%;
}
.ebook-cards-container .card {
    border: none;
    border-radius: 0;
}
.ebook-cards-container {
    margin-bottom: 15px;
    font-size: 14px !important;
}
#ebook-bottom-container {
    padding: 20px;
    background-color: rgba(30, 30, 30, 0.9);
}
.page-ebook-zh_tw #trydemo {
    display: none;
}
.page-ebook-zh_tw #sticky-ebook-sidebar {
    position: fixed;
    right: 0;
    color: #fff;
    font-weight: 300;
    top: 45%;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    display: block;
    z-index: 10;
    text-transform: uppercase;
}
.page-ebook-zh_tw #sticky-ebook-sidebar .sticky-title {
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #8dc63f;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.page-ebook-zh_tw #sticky-ebook-sidebar .sticky-hidden {
    position: absolute;
    right: -50px;
    top: 0;
    transition: all 0.5s ease-in;
}
.page-ebook-zh_tw #sticky-ebook-sidebar .sticky-hidden.nothidden {
    transition: all 0.5s ease-in;
    right: 65px;
}
.page-ebook-zh_tw #sticky-ebook-sidebar .sticky-hidden .sticky-title {
    border-radius: 10px;
}
.page-ebook-zh_tw #sticky-ebook-sidebar #ebook-sticky-2-container {
    bottom: 0;
    right: -100px;
}
.page-ebook-zh_tw #sticky-ebook-sidebar #ebook-sticky-2-container.nothidden {
    transition: all 0.5s ease-in;
    right: 65px;
}
@media (min-width: 1200px) {
    #bottom-cta-container #ebook-bottom-cta-bg {
        min-height: 500px;
    }
}
@media (min-width: 1900px) {
    #bottom-cta-container {
        margin-top: -110px;
    }
}
#careers-main-box {
    top: 0;
    margin-top: -150px;
}
#pptb-section,
#wwfi-section {
    margin-top: -40px;
}
#wwfi-section .carousel-control-next-icon,
#wwfi-section .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: no-repeat 50%/100% 100%;
}
#wwfi-section .carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmNkMDUnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=) !important;
}
#wwfi-section .carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmNkMDUnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=) !important;
}
#wwfi-section .carousel-control-prev {
    left: -50px;
}
#wwfi-section .carousel-control-next {
    right: -50px;
}
#wwfi-section .wwfi-carousel-desc {
    font-size: 18px;
    font-weight: 400;
}
#wwfi-section .wwfi-carousel-pre {
    font-size: 24px;
    color: #545051;
}
#pptb-bg {
    min-height: 40vh;
    background: url(/img/careers/perfect_place_bg.jpg);
    background-size: cover;
    background-position: top;
}
#wwfi-bg {
    min-height: 40vh;
    background: url(/img/careers/wwfi.jpg);
    background-size: cover;
    background-position: top;
}
.pptb-splitter-1 {
    z-index: 2;
}
.pptb-splitter-1:before {
    background-color: #fff;
}
.pptb-splitter-2 {
    margin-top: -40px;
}
.lv-application-container {
    border: none;
}
#mobile-wwfi-splitter {
    margin-top: -40px;
    z-index: 1;
}
#mobile-wwfi-splitter:before {
    background-color: #fff;
}
.lv-application-container {
    border-top: 9px solid #f8f8f7;
}
.career-rel-card .lv-application-container {
    border-left: none;
    border-top: 9px solid #f8f8f7;
}
#career-content .section-title {
    font-size: 46px;
}
#career-content .about-role {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
}
#career-content .career-excerpt {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 30px;
}
#career-content .competencies-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
#career-content ul {
    padding-left: 20px;
    list-style: none;
    font-size: 15px;
    font-weight: 200;
}
#career-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
#career-content ul li:before {
    content: "\2022";
    color: #ffcd05;
    font-weight: 700;
    display: inline-block;
    width: 22px;
    position: absolute;
    top: -2px;
    left: 0;
}
@media (min-width: 1200px) {
    .lv-application-container {
        border-top: none;
        border-left: 9px solid #f8f8f7;
    }
    #pptb-bg,
    #wwfi-bg {
        min-height: 600px;
    }
    #wwfi-section .carousel-control-prev {
        left: -80px;
    }
    #wwfi-section .carousel-control-next {
        right: -80px;
    }
}
@media (min-width: 1900px) {
    #pptb-section,
    #wwfi-section,
    .pptb-splitter-2 {
        margin-top: -110px;
    }
}
.job-posts {
    width: 100%;
}
@media screen and (min-width: 1200px) and (max-width: 1390px) {
    .careers-header-main-container h1,
    .careers-header-main-container h2 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}
.page-landing-varsity .form-error {
    border: 2px solid #e31010;
    opacity: 1;
}
.page-landing-varsity .form-success {
    border: 2px solid #8dc63f;
    opacity: 1;
    position: relative !important;
}
.page-landing-varsity .form-succes:before {
    background: url(/img/varsity/greentick.svg) !important;
    background-size: 100% 100%;
}
.page-landing-varsity .form-error:before,
.page-landing-varsity .form-succes:before {
    height: 35px;
    width: 30px;
    display: inline-block;
    content: " ";
    position: absolute;
    left: 10px;
    top: 4px;
}
.page-landing-varsity .form-error:before {
    background: url(/img/varsity/google.svg);
    background-size: 100% 100%;
}
.page-landing-varsity .textbox_varsity {
    background: #fafafa;
}
.page-landing-varsity .text_varsity {
    color: #545051;
}
.page-landing-varsity .textbox_varsity_label {
    color: #5d5d5d;
    font-weight: 700;
}
.page-landing-varsity .progress {
    border-radius: 5px;
    height: 25px;
}
.page-landing-varsity .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
    background: var(--unnamed-color-ffcd05) 0 0 no-repeat padding-box;
    background: #ffcd05 0 0 no-repeat padding-box;
    border-radius: 5px 0 0 5px;
    opacity: 1;
    height: 24px;
}
.page-landing-varsity .progress-bar_text {
    color: #5d5d5d;
    font-size: 1rem;
    padding-top: 8px;
    margin-top: 12px;
    font-weight: 700;
}
.page-landing-varsity .button-varsity {
    height: 50px;
    min-width: 200px;
    font-weight: 700;
}
.page-landing-varsity .already-account {
    padding-top: 2rem;
}
.page-landing-varsity .black-hero .hero-form-card-varsity {
    border: none;
    border-radius: 15px 15px 0 0;
    color: #1e1e1e;
}
.page-landing-varsity .varsity-form-bottom {
    padding-top: 15px;
    background: #fafafa;
    border-radius: 0 0 15px 15px;
}
.page-landing-varsity .varsity-button-social-google {
    background: #fff;
    border-radius: 5px;
    border-color: #e5e5e5;
    box-shadow: 0 0 5px #d0d0d0;
    padding-left: 50px;
    position: relative;
}
.page-landing-varsity .varsity-button-social-google:before {
    background: url(/img/varsity/google.svg);
    height: 35px;
    width: 30px;
    display: inline-block;
    content: " ";
    background-size: 100% 100%;
    position: absolute;
    left: 10px;
    top: 4px;
}
.page-landing-varsity .varsity-button-social-linkedin {
    background: #fff;
    border-radius: 5px;
    border-color: #e5e5e5;
    box-shadow: 0 0 5px #d0d0d0;
    padding-left: 50px;
    position: relative;
}
.page-landing-varsity .varsity-button-social-linkedin:before {
    background: url(/img/varsity/linkedin.svg);
    height: 35px;
    width: 30px;
    content: " ";
    background-size: 100% 100%;
    position: absolute;
    left: 10px;
    top: 4px;
}
.page-landing-varsity .varsity-header {
    -webkit-border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ffcd05;
    border: none;
}
.page-landing-varsity .items-varsity {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.page-landing-varsity .varsity-page-2 {
    border-radius: 15px !important;
}
.page-landing-varsity .varsity-documents {
    border-style: dotted;
    border-color: #dedede;
    min-height: 200px;
    position: relative;
}
.page-landing-varsity .varsity-document-text {
    color: #5d5d5d;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 -50% 0 0;
    transform: translate(-50%, -50%);
}
.page-landing-varsity .varsity-page-3-text {
    margin-top: 40px;
}
.page-landing-varsity .varsity-page-3-text-bottom {
    text-align: center;
}
@media (min-width: 576px) {
    .page-landing-varsity .hero-image-w-abs-text-container {
        position: relative;
        top: 5rem;
        margin-top: 20rem;
    }
    .page-landing-varsity .container,
    .page-landing-varsity .container-fluid,
    .page-landing-varsity .container-lg,
    .page-landing-varsity .container-md,
    .page-landing-varsity .container-sm,
    .page-landing-varsity .container-xl {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 540px) {
    .page-landing-varsity .hero-image-w-abs-text-container {
        position: relative;
        top: -20rem;
    }
}
@media (max-width: 540px) {
    .page-landing-varsity .varsity-form-bottom {
        border-radius: 0;
    }
}
@media (min-width: 320px) {
    .page-landing-varsity .hero-image-w-abs-text-container .hero-inner-bottom {
        top: -60px;
    }
    .page-landing-varsity .hero-image-w-abs-text-container {
        position: relative;
    }
}
.page-landing-varsity .varsity-form-bottom {
    border-radius: 0;
}
@media (max-width: 767px) {
    .page-landing-varsity .varsity-page-2 {
        border-radius: 0 !important;
    }
    .page-landing-varsity .black-hero .hero-form-card-varsity {
        border-radius: 0;
    }
    .page-landing-varsity .form-mobile {
        -webkit-border-top-left-radius: 0 !important;
        -webkit-border-top-right-radius: 0 !important;
        border-radius: 0 !important;
    }
    .page-landing-varsity .pt-5,
    .page-landing-varsity .py-5 {
        padding-top: 0 !important;
    }
    .page-landing-varsity .varsity-form-bottom {
        border-radius: 0;
    }
    .page-landing-varsity .container,
    .page-landing-varsity .container-sm {
        max-width: 100%;
    }
    .page-landing-varsity .container,
    .page-landing-varsity .container-fluid,
    .page-landing-varsity .container-lg,
    .page-landing-varsity .container-md,
    .page-landing-varsity .container-sm,
    .page-landing-varsity .container-xl {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 767px) {
    .page-landing-varsity .hero-image-w-abs-text-container {
        top: -20rem;
        margin-top: 0;
    }
}
@media (max-width: 576px) {
    .page-landing-varsity .hero-image-w-abs-text-container {
        padding-bottom: 26rem;
        margin-top: 0;
    }
}
.page-landing-varsity .navbar {
    height: 90px;
}
#what-is-mt4-content .section-1-title {
    font-size: 40px;
}
#what-is-mt4-content .what-is-mt4-block-lead {
    font-size: 24px;
}
#what-is-mt4-content .instruments-top-icon-cont {
    max-width: 252px;
    display: inline-flex;
}
#what-is-mt4-content #how-to-use .content,
#what-is-mt4-content #how-to-use .desc {
    font-weight: 300;
}
#what-is-mt4-content #how-to-use img {
    max-height: 452px;
    max-width: 100%;
}
#what-is-mt4-content #mt4-collapse ul {
    padding-left: 15px;
}
#what-is-mt4-content #mt4-collapse ul.number {
    list-style: auto;
}
@media (min-width: 768px) {
    #what-is-mt4-content #mt4-collapse ul.list-group.flex-md-row.number-big {
        padding-left: 40px;
    }
}
#what-is-mt4-content #mt4-collapse ul.number-big {
    list-style: auto;
}
#what-is-mt4-content #mt4-collapse ul.number-big li::marker {
    font-size: 21px;
}
@media (max-width: 768px) {
    #what-is-mt4-content #mt4-collapse ul.number,
    #what-is-mt4-content #mt4-collapse ul.number-big {
        padding-left: 15px;
    }
}
#what-is-mt4-content #mt4-collapse ul li::marker {
    color: #ffcd05;
}
#what-is-mt4-content #mt4-collapse button {
    color: #1e1e1e;
}
#what-is-mt4-content #mt4-collapse button:before {
    content: url(/img/what-is-mt4/expand_more.svg);
    float: right;
    transform: rotate(180deg);
    transition: all 0.5s;
}
#what-is-mt4-content #mt4-collapse button.collapsed:before {
    transform: rotate(0deg);
}
#what-is-mt4-content #mt4-collapse button:focus,
#what-is-mt4-content #mt4-collapse button:hover {
    text-decoration: none;
    box-shadow: none;
}
#what-is-mt4-content #mt4-collapse .card-body {
    padding: 0;
}
#what-is-mt4-content .icon-info-box .icon-info-desc {
    font-size: 16px;
}
@media (min-width: 768px) {
    #what-is-mt4-content #what-is-mt4-trading-platform .yellow-mid-right {
        padding-left: 10px;
        border-right: 10px solid #ffcd05;
    }
    #what-is-mt4-content #what-is-mt4-trading-platform .yellow-mid-left {
        border-left: 10px solid #ffcd05;
    }
}
@media (min-width: 992px) {
    #what-is-mt4-content #what-is-mt4-trading-platform .yellow-mid-right {
        padding-left: 50px;
    }
}
@media (min-width: 1200px) {
    #what-is-mt4-content #what-is-mt4-trading-platform .yellow-mid-right {
        padding-left: 75px !important;
    }
}
#what-is-mt4-content #faq-what-is-mt4 .answer {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
#what-is-mt4-content #what-is-mt4-block .description {
    font-weight: 300;
}
@media (max-width: 768px) {
    #what-is-mt4-content #collapse-open-an-platform-card ul {
        display: block !important;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
    }
}
#what-is-mt4-content #feature-block .instruments-top-icon-cont {
    border-top: 1px solid #ffcd05;
}
@media (max-width: 991px) {
    #what-is-mt4-content #trading_platform_mt4_also_like .icon-title-container {
        border-left: none;
        border-right: none;
    }
}
@media (max-width: 768px) {
    html:lang(ar) #what-is-mt4-block .what-is-mt4-button,
    html:lang(ar) #what-is-mt4-trading-platform .what-is-mt4-button {
        text-align: center;
    }
}
@media (max-width: 768px) {
    html:lang(ar) #mt4-collapse #collapse-open-an-platform-card .desc ul {
        display: block !important;
        margin-left: 20px;
        margin-right: 0;
        padding-left: 0;
    }
}
html:lang(ar) #mt4-collapse ul {
    padding-right: 15px;
}
html:lang(ar) #mt4-collapse ul.number {
    list-style: auto;
}
@media (min-width: 768px) {
    html:lang(ar) #mt4-collapse ul.list-group.flex-md-row.number-big {
        padding-right: 30px;
    }
}
html:lang(ar) #mt4-collapse ul.number-big {
    list-style: auto;
}
html:lang(ar) #mt4-collapse ul.number-big li::marker {
    font-size: 21px;
}
@media (max-width: 768px) {
    html:lang(ar) #mt4-collapse ul.number,
    html:lang(ar) #mt4-collapse ul.number-big {
        padding-right: 15px;
    }
}
html:lang(ar) #mt4-collapse ul .pr-md-5 {
    padding-right: 10px !important;
}
.page-landing-lotus-academy .lotus-orange-container {
    background-color: #d49b29;
    height: 40px;
    width: 100%;
}
.page-landing-lotus-academy .lotus-orange-container.header {
    overflow: overlay;
}
.page-landing-lotus-academy #market-info {
    background-color: #d49b29;
}
.page-landing-lotus-academy .lotus-academy-splitter-1 {
    height: 30px;
    background-color: #d49b29;
}
.page-landing-lotus-academy .lotus-academy-splitter-1:before {
    background-color: #d49b29;
}
.page-landing-lotus-academy .lotus-academy-splitter-2 {
    height: 30px;
    margin-top: -29px;
}
.page-landing-lotus-academy .lotus-academy-splitter-2:before {
    background-color: #f8f8f7;
}
.page-landing-lotus-academy .icon-bottom-border {
    border-color: #d49b29;
}
.page-landing-lotus-academy .lotus-academy-splitter-3 {
    height: 80px;
    margin-top: -29px;
    background-color: #d49b29;
}
.page-landing-lotus-academy .lotus-academy-splitter-3:before {
    background-color: #fff;
}
.page-landing-lotus-academy .lotus-academy-splitter-4 {
    height: 80px;
    margin-top: -100px;
    background-color: #d49b29;
}
.page-landing-lotus-academy .lotus-academy-splitter-4:before {
    background-color: #f8f8f7;
}
.page-landing-lotus-academy #trade-stocks-section {
    background-color: #d49b29;
}
.page-landing-lotus-academy .traders-say {
    padding: 27px;
    background-color: #d49b29;
}
.page-landing-lotus-academy .traders-say:after {
    border-top-color: #d49b29;
}
.page-landing-lotus-academy #trader-chat-img-right {
    top: -190;
    left: -64%;
    position: absolute;
    z-index: 0;
}
@media (min-width: 1900px) {
    .page-landing-lotus-academy #market-man-phone-bg {
        margin-top: -29px;
    }
}
.page-landing-lotus-academy .secondary-splitter.ix-social-splitter-1 {
    background-color: #d49b29;
    height: 58px;
}
@media (max-width: 992px) {
    .page-landing-lotus-academy .secondary-splitter.ix-social-splitter-1 {
        height: 30px;
    }
}
.page-landing-lotus-academy .section-splitter.ix-social-splitter-2 {
    height: 71px;
    margin-top: -70px;
}
.page-landing-lotus-academy .lotus-academy-header-main-container.landing-header-container {
    border-top: 40px solid #d49b29;
    overflow: auto;
    background-image: url(/img/lotus-academy/ix_social_header.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .page-landing-lotus-academy .lotus-academy-header-main-container.landing-header-container {
        background-image: url(/img/lotus-academy/ix_social_header_2x.png);
    }
}
@media (min-width: 1199px) {
    .page-landing-lotus-academy .lotus-academy-header-main-container.landing-header-container .black-gradient-bg {
        padding: 16% 0 12%;
    }
}
@media (max-width: 768px) {
    .page-landing-lotus-academy #bubble-one {
        padding-right: 70px;
    }
    .page-landing-lotus-academy #bubble-two {
        padding-left: 40px;
        padding-right: 40px;
    }
    .page-landing-lotus-academy #bubble-three {
        padding-left: 80px;
    }
    .page-landing-lotus-academy .section-splitter.secondary-splitter.ix-social-splitter-1 {
        height: 30px;
    }
    .page-landing-lotus-academy .section-splitter.ix-social-splitter-2 {
        height: 30px;
        margin-top: -29px;
    }
    .page-landing-lotus-academy #candlesticks-img {
        display: unset;
        position: absolute;
        padding-top: 360px;
    }
    .page-landing-lotus-academy #trade-stocks-section {
        margin-top: -80px;
    }
}
.page-landing-lotus-academy
    .lotus-academy-header-main-container.landing-header-container
    .black-gradient-bg
    .container.text-white {
    padding-top: 140px;
}
@media (max-width: 768px) {
    .page-landing-lotus-academy
        .lotus-academy-header-main-container.landing-header-container
        .black-gradient-bg
        .container.text-white {
        padding-top: 20px;
    }
    .page-landing-lotus-academy
        .lotus-academy-header-main-container.landing-header-container
        .black-gradient-bg
        .container.text-white
        h1 {
        font-size: 50px;
    }
}
.page-landing-lotus-academy #market-desc {
    -webkit-background-size: cover;
    background-image: url(/img/lotus-academy/lotus-academy-bg-candlesticks.svg);
}
.page-landing-lotus-academy #lotus-academy-header-logo {
    position: absolute;
    top: -60px;
    z-index: 2;
    width: 257px;
}
@media (max-width: 768px) {
    .page-landing-lotus-academy #lotus-academy-header-logo {
        position: absolute;
        top: -60px;
        z-index: 2;
        width: 165px;
    }
}
.page-landing-lotus-academy .lotus-academy-orange {
    color: #d49b29;
}
.page-landing-lotus-academy .lotus-underlined-text {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.page-landing-lotus-academy .lotus-underlined-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background-color: #d49b29;
    z-index: -1;
}
@media (max-width: 768px) {
    .page-landing-lotus-academy .lotus-underlined-text:before {
        max-width: 100px;
    }
}
.page-landing-lotus-academy .AT-comp-pricing-container {
    padding: 2% 5%;
}
@font-face {
    font-family: NotoSansThai;
    src: url(/font/NotoSansThai-VariableFont_wdth,wght.ttf);
}
.page-landing-ib-promotion {
    font-family: NotoSansThai, proxima-nova;
    font-size: 20px;
}
.page-landing-ib-promotion.page-landing-ib-promotion-trading-101 {
    padding-top: 60px !important;
}
.page-landing-ib-promotion.page-landing-ib-promotion-trading-101.confirmation-page {
    padding-top: 0 !important;
}
.page-landing-ib-promotion.page-landing-ib-promotion-trading-101 .py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
@media (max-width: 992px) {
    .page-landing-ib-promotion.page-landing-ib-promotion-trading-101 {
        font-size: 16px;
    }
    .page-landing-ib-promotion.page-landing-ib-promotion-trading-101 .landing-ib-promotion-header-main-container h1 {
        font-size: 24px !important;
    }
    .page-landing-ib-promotion.page-landing-ib-promotion-trading-101 h3.section-title {
        font-size: 24px;
    }
    .page-landing-ib-promotion.page-landing-ib-promotion-trading-101 .benefit-title {
        font-size: 20px;
    }
    .page-landing-ib-promotion.page-landing-ib-promotion-trading-101 .info-card .card-title {
        font-weight: 700;
        font-size: 24px;
        color: #ffcd05;
    }
    .page-landing-ib-promotion.page-landing-ib-promotion-trading-101 .info-card p {
        font-weight: 400;
        font-size: 15px;
    }
    .page-landing-ib-promotion.page-landing-ib-promotion-trading-101 .info-card .card-info-content {
        padding: 30px 25px;
    }
    .page-landing-ib-promotion.page-landing-ib-promotion-trading-101 .info-card .card-help {
        font-size: 13px;
    }
    .page-landing-ib-promotion.page-landing-ib-promotion-trading-101 .info-card .card-help a {
        text-decoration: underline;
    }
}
.page-landing-ib-promotion ol > li::marker {
    font-family: proxima-nova !important;
}
.page-landing-ib-promotion h3 {
    font-size: 40px;
    font-weight: 600;
}
.page-landing-ib-promotion .form-control {
    border-radius: 10px;
}
.page-landing-ib-promotion .benefit-title {
    font-size: 22px;
}
.page-landing-ib-promotion .iti {
    font-family: proxima-nova !important;
}
.page-landing-ib-promotion .iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-landing-ib-promotion footer {
    font-size: 17px;
    font-variation-settings: "wght" 320;
    font-weight: 300;
}
.page-landing-ib-promotion footer .footer-yellow-desc {
    font-size: 34px;
    margin-bottom: 90px;
    font-variation-settings: "wght" 600;
    font-family: NotoSansThai, proxima-nova;
}
.page-landing-ib-promotion .hover-card {
    position: relative;
}
.page-landing-ib-promotion .hover-card .btn {
    font-size: 20px;
}
.page-landing-ib-promotion .hover-card .btn.hover-card-btn {
    color: #fff;
    background-color: #ffcd05;
    border: 5px solid #fff;
    padding: 5px 10px;
}
.page-landing-ib-promotion .hover-card .btn.hover-card-btn:hover {
    background-color: #f5c400;
    border-color: #f7f7f7;
}
.page-landing-ib-promotion .hover-card .hover-card-inner {
    position: absolute;
    left: 15px;
    bottom: 15px;
    max-width: 80%;
    font-size: 26px;
}
.page-landing-ib-promotion .hover-card .hover-card-inner .big-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 50px;
}
.page-landing-ib-promotion .hover-card .hover-card-front {
    position: relative;
    opacity: 0;
    z-index: 1;
}
.page-landing-ib-promotion .hover-card .hover-card-front .hover-card-inner {
    transition: all 0.2s ease-in;
    opacity: 1;
    font-weight: 600;
    font-variation-settings: "wght" 625;
}
.page-landing-ib-promotion .hover-card .hover-card-back {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
.page-landing-ib-promotion .hover-card .hover-card-back .hover-card-inner {
    font-size: 24px;
}
.page-landing-ib-promotion .hover-card .hover-card-back .hover-card-inner .back-title {
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.page-landing-ib-promotion .hover-card .hover-card-back .hover-card-inner p {
    font-size: 20px;
}
.page-landing-ib-promotion .hover-card:hover .hover-card-front .hover-card-inner {
    transition: all 0.2s ease-in;
    opacity: 0;
}
.page-landing-ib-promotion .hover-card:hover .hover-card-back {
    transition: all 0.2s ease-in;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
.page-landing-ib-promotion .promotion-faq-container {
    box-shadow: 9px 8px 9px rgba(0, 0, 0, 0.5019607843137255);
    border-radius: 57px;
    background-color: #fff;
    padding: 50px 30px;
}
.page-landing-ib-promotion .promotion-faq-container h3 {
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.page-landing-ib-promotion #prize .power {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}
.page-landing-ib-promotion #prize a {
    color: #000;
    font-size: 17px;
}
.page-landing-ib-promotion #prize2 .power {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}
.page-landing-ib-promotion #prize2 a {
    color: #000;
    font-size: 17px;
}
.page-landing-ib-promotion #form-container {
    box-shadow: 3px 1px 7px rgba(0, 0, 0, 0.34901960784313724);
    border-radius: 63px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.page-landing-ib-promotion .prize-desc {
    font-size: 30px;
    font-weight: 600;
    font-variation-settings: "wght" 625;
}
.page-landing-ib-promotion .prize-help {
    font-size: 25px;
    color: #888;
}
.page-landing-ib-promotion .btn {
    padding: 15px 30px;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 15px;
}
.page-landing-ib-promotion .btn.btn-promotion-main {
    color: #fff;
    background-color: #ffcd05;
}
.page-landing-ib-promotion .btn.btn-promotion-main:hover {
    background-color: #f5c400;
    border-color: #686868;
}
.page-landing-ib-promotion .btn.btn-promotion-secondary {
    color: #ffcd05;
    background-color: #fff;
    border: 2px solid #ffcd05;
}
.page-landing-ib-promotion .btn.btn-promotion-secondary:hover {
    background-color: #f7f7f7;
    border-color: #f5c400;
}
.page-landing-ib-promotion .btn.btn-form {
    font-size: 20px;
    background-color: #ffcd05;
    color: #1e1e1e;
    padding: 7px 30px;
}
.page-landing-ib-promotion .btn.btn-form:hover {
    background-color: #f5c400;
}
.page-landing-ib-promotion .font-normal {
    font-family: proxima-nova !important;
}
.page-landing-ib-promotion .fw-th-bold {
    font-variation-settings: "wght" 750;
    font-weight: 700;
}
.page-landing-ib-promotion .fw-th-light {
    font-variation-settings: "wght" 300;
    font-weight: 300;
}
.page-landing-ib-promotion .navbar .nav-item a {
    color: #ffcd05 !important;
    font-size: 30px;
}
.page-landing-ib-promotion .header-container h1,
.page-landing-ib-promotion .header-container h2 {
    color: #1e1e1e;
}
@media (min-width: 1199px) {
    .page-landing-ib-promotion .text-container {
        top: -15rem;
    }
}
@media (max-width: 1199px) {
    .page-landing-ib-promotion .title-img {
        width: 25rem;
    }
}
.page-landing-ib-promotion .landing-ib-promotion-header-main-container {
    position: relative;
    padding-top: 90px;
    padding-bottom: 40px;
}
.page-landing-ib-promotion .landing-ib-promotion-header-main-container .underlined-text:before {
    background-color: #1e1e1e;
}
.page-landing-ib-promotion .landing-ib-promotion-header-main-container h1 {
    font-size: 65px;
    color: #fff;
    font-variation-settings: "wght" 620;
    font-weight: 600;
    line-height: 40px !important;
    padding-top: 18rem;
}
.page-landing-ib-promotion .landing-ib-promotion-header-main-container h2 {
    font-size: 65px;
    color: #fff;
    font-variation-settings: "wght" 450;
    font-weight: 600;
}
.page-landing-ib-promotion .landing-ib-promotion-header-main-container p {
    font-size: 36px;
    color: #fff;
}
.page-landing-ib-promotion .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-container h1 {
    font-size: 40px;
    color: #fff;
    font-variation-settings: "wght" 620;
    font-weight: 700;
    line-height: 65px !important;
    padding-top: 6rem;
}
.page-landing-ib-promotion .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-container h2 {
    font-size: 30px;
    color: #fff;
    font-variation-settings: "wght" 450;
    font-weight: 700;
    padding-bottom: 8rem;
}
.page-landing-ib-promotion
    .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-premium-container {
    padding-top: 100px !important;
    height: 450px !important;
}
.page-landing-ib-promotion
    .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-premium-container
    h1 {
    font-size: 40px;
    color: #1e1e1e;
    font-variation-settings: "wght" 620;
    font-weight: 700;
    line-height: 40px;
}
.page-landing-ib-promotion
    .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-premium-container
    h1
    .smaller-h1 {
    font-size: 30px;
    line-height: 30px;
}
.page-landing-ib-promotion
    .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-premium-container
    h2 {
    font-size: 30px;
    color: #1e1e1e;
    font-variation-settings: "wght" 450;
    font-weight: 700;
}
.page-landing-ib-promotion .text-right-slide {
    text-align: right;
}
.page-landing-ib-promotion .about-yacht-club-left {
    padding-right: 7rem;
}
.page-landing-ib-promotion .landing-ib-promotion-header-trader-yacht-club-container {
    height: 1729px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 12% !important;
}
.page-landing-ib-promotion .landing-ib-promotion-header-trader-yacht-club-container a.title-button {
    background-color: #ffcd05;
    padding: 15px 30px;
    font-size: 30px;
}
.page-landing-ib-promotion .landing-ib-promotion-header-trader-yacht-club-container .title-img {
    margin-bottom: 110px;
    margin-top: 140px;
}
.page-landing-ib-promotion .landing-ib-promotion-header-trader-yacht-club-container p {
    color: #fff;
    font-size: 20px !important;
    margin-bottom: 1rem !important;
}
.page-landing-ib-promotion .landing-ib-promotion-header-trader-yacht-club-container h2 {
    font-size: 30px !important;
}
.page-landing-ib-promotion .yacht-hr {
    background-color: #ffcd05;
    height: 51px;
    margin: 0;
}
.page-landing-ib-promotion .btn-darkgrey-full {
    background-color: #1e1e1e;
    color: #ffcd05;
    font-size: 1.2em;
    font-variation-settings: "wght" 750;
    font-weight: 700;
}
.page-landing-ib-promotion .btn-white-full {
    background-color: #fff;
    color: #1e1e1e;
    font-size: 1.2em;
    font-variation-settings: "wght" 750;
    font-weight: 700;
}
.page-landing-ib-promotion .btn-lightergrey-full {
    background-color: #f8f8f7;
    color: #1e1e1e;
    font-size: 1.2em;
    font-variation-settings: "wght" 750;
    font-weight: 700;
}
.page-landing-ib-promotion .thp-title {
    font-variation-settings: "wght" 750;
    font-weight: 700;
    font-size: 40px;
    line-height: 1em;
}
.page-landing-ib-promotion .yellow-section .thp-title {
    color: #fff;
}
.page-landing-ib-promotion .thp-subtitle {
    font-variation-settings: "wght" 750;
    font-weight: 700;
    font-size: 2em;
}
.page-landing-ib-promotion .ib-promotion-big-button {
    border-width: 2px;
    font-size: 1.5em;
}
.page-landing-ib-promotion .ib-promotion-form-container {
    background-color: #fff;
    border-radius: 15px;
}
.page-landing-ib-promotion .ib-promotion-desc-container {
    background-color: #f8f8f7;
    border-radius: 15px;
}
.page-landing-ib-promotion #about-us-bg-section {
    background: url(/img/landing/ib-promotion/about_us_bg.png) bottom;
    background-size: cover;
}
.page-landing-ib-promotion .power-info-box {
    min-height: 260px;
    border-radius: 37px;
}
.page-landing-ib-promotion .power-info-box h5 {
    font-size: 22px;
    font-variation-settings: "wght" 750;
    font-weight: 700;
}
.page-landing-ib-promotion .power-info-box p {
    font-size: 15px;
    font-variation-settings: "wght" 300;
    font-weight: 300;
}
.page-landing-ib-promotion #infi-back-logo {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}
.page-landing-ib-promotion #car-bg-img-content {
    position: absolute;
    z-index: 1;
    top: 60px;
    right: 0;
}
.page-landing-ib-promotion #ib-promotion-footer {
    background: url(/img/ib-promotion/footer_bg.jpg) bottom;
    background-size: cover;
}
.page-landing-ib-promotion .webp #ib-promotion-footer {
    background: url(/img/ib-promotion/footer_bg.webp) bottom;
    background-size: cover;
}
.page-landing-ib-promotion #form-section {
    background: url(/img/ib-promotion/prize_form_bg.png) top;
    background-size: cover;
}
.page-landing-ib-promotion .padding-top-form {
    padding-top: 21rem;
}
.page-landing-ib-promotion .yacht-club-form input,
.page-landing-ib-promotion .yacht-club-form select {
    height: 69px;
    font-size: 25px;
    margin-bottom: 2rem;
}
.page-landing-ib-promotion input#flexCheckDefault {
    height: 19px;
    margin-top: 2px;
    width: 19px;
    margin-left: -20px;
    border: 1px solid #e0e0e0;
}
.page-landing-ib-promotion #form-section-yacht-club h2 {
    padding-top: 80px;
    color: #000;
    font-size: 30px;
    text-align: center;
    width: 1144px;
    font-weight: 700;
    margin: 0 auto 3rem;
}
.page-landing-ib-promotion .checkbox-label {
    font-size: 17px;
    font-weight: bolder !important;
    padding-left: 12px;
}
.page-landing-ib-promotion section#ib-promotion-terms-yacht-club {
    background: #13161b;
}
.page-landing-ib-promotion section#ib-promotion-terms-yacht-club b {
    font-weight: 700;
}
.page-landing-ib-promotion .promotion-terms-container {
    background-color: #ddd;
    border-radius: 63px;
    padding: 60px 15px;
}
@media (max-width: 768px) {
    .page-landing-ib-promotion .power-info-box {
        min-height: 275px;
    }
    .page-landing-ib-promotion .padding-top-form {
        padding-top: 0;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-trader-yacht-club-container a.title-button {
        background-color: #ffcd05;
        padding: 15px 50px;
        font-size: 40px;
    }
}
.page-landing-ib-promotion .section-description {
    font-size: 24px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
}
.page-landing-ib-promotion #demo-section {
    background: url(/img/landing/ib-promotion/bull_bg.png) bottom;
    background-size: cover;
}
.page-landing-ib-promotion #ib-promotion-chess-bg {
    min-height: 400px;
}
.page-landing-ib-promotion #ib-promotion-chess-bg #ib-promotion-chess-img {
    border-top-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
}
@media (min-width: 1200px) {
    .page-landing-ib-promotion #ib-promotion-chess-bg {
        min-height: auto;
        background: url(/img/landing/ib-promotion/chess_bg.png) bottom;
        background-size: cover;
        border-top-right-radius: 30px;
        -webkit-border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        -webkit-border-bottom-right-radius: 30px;
    }
}
.page-landing-ib-promotion .confirmation-card {
    padding: 50px 15px;
    border-radius: 30px;
    border: none;
}
.page-landing-ib-promotion .confirmation-card .card-title {
    font-weight: 700;
    font-size: 40px;
    color: #ffcd05;
}
.page-landing-ib-promotion .confirmation-card .card-subtitle {
    font-variation-settings: "wght" 530;
    font-size: 28px;
}
.page-landing-ib-promotion .confirmation-card p {
    font-weight: 400;
    font-variation-settings: "wght" 320;
    font-size: 24px;
}
.page-landing-ib-promotion .info-card {
    border-radius: 30px;
    border: none;
    box-shadow: 12px 10px 32px rgba(0, 0, 0, 0.10196078431372549);
}
.page-landing-ib-promotion .info-card .card-title {
    font-weight: 700;
    font-size: 40px;
    color: #ffcd05;
}
.page-landing-ib-promotion .info-card p {
    font-weight: 400;
    font-size: 24px;
}
.page-landing-ib-promotion .info-card .card-info-content {
    padding: 60px 50px;
}
.page-landing-ib-promotion .info-card .card-help {
    font-size: 16px;
}
.page-landing-ib-promotion .info-card .card-help a {
    text-decoration: underline;
}
.page-landing-ib-promotion #form-container .form-disclaimer-container a {
    color: #ffcd05;
}
.page-landing-ib-promotion .img-button {
    border: none;
    background: 0 0;
}
.welcome-h3 {
    margin-top: -10rem;
}
.ipad-opacity-0 {
    opacity: 0;
}
.welcome-h1 {
    font-size: 116px;
    font-weight: 600;
    padding-top: 2rem;
}
@media (max-width: 1300px) {
    .benefits-left {
        background: url(/img/instruments/benefits.png);
        background-position-x: -3rem;
        background-repeat: no-repeat;
        background-position-y: 18rem;
        background-size: 43rem;
    }
}
@media (max-width: 1280px) {
    .how-to-trade-left-2-commodities {
        background: url(/img/instruments/benefits-commodities.png);
        background-position-x: -2.3rem;
        background-repeat: no-repeat;
        background-position-y: 10rem;
        margin-bottom: -1px;
        background-size: 100%;
    }
    .how-to-trade-left-2-futures {
        background: url(/img/instruments/benefits-futures.png);
        background-position-x: -2.3rem;
        background-repeat: no-repeat;
        background-position-y: 10rem;
        margin-bottom: -1px;
        background-size: 100%;
    }
    .benefits-left-instruments {
        background: url(/img/instruments/benefits-instruments.png);
        background-position-x: -2.3rem;
        background-repeat: no-repeat;
        background-position-y: 10rem;
        margin-bottom: -1px;
        background-size: 100%;
    }
}
.how-to-trade-left-image-2 {
    margin-bottom: 0;
    width: auto;
    margin-top: 0;
}
#prize {
    background: linear-gradient(90deg, #f5cd47 50%, #efefef 0);
    height: 280px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .employees-data-container {
        margin-top: 6rem !important;
    }
}
@media (max-width: 1200px) {
    .page-landing-ib-promotion #form-section-yacht-club h2 {
        padding-top: 100px;
        color: #000;
        font-size: 33px;
        text-align: center;
        width: auto;
        font-weight: 700;
        margin: 0 auto 3rem;
    }
    .page-landing-ib-promotion input#flexCheckDefault {
        height: 19px;
        margin-top: 25px;
        width: 19px;
        margin-left: -20px;
        border: 1px solid #e0e0e0;
    }
    .icons-container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .landing-billions-header-main-container .t-white-container h3 {
        font-size: 26px;
        margin: 0;
        padding: 20px 30px;
        font-weight: 200;
    }
    .billions_logo_t {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .landing-lagos-seminar-header-main-container {
        background-position-x: 70%;
    }
    .bg-white-port {
        width: 80%;
        margin: 0 auto;
    }
    .employees-data-container .card-body {
        height: 100%;
        padding: 5px;
    }
    .employees-data-container .article-card-tag-container-bottom {
        left: 3px;
    }
    .employees-data-container {
        margin-top: 180px;
        padding-bottom: 110px;
    }
    #single-content-container {
        padding-top: 3rem;
    }
    .step-title-line-height {
        line-height: 1.4 !important;
    }
    .section-title.little-section-title {
        font-size: 36px;
        font-weight: 300;
        line-height: 44px;
    }
    .article-card-bottom-tags .article-card-desc {
        margin-bottom: 70px;
        padding-bottom: 20px;
    }
    .connected-steps {
        justify-content: center;
    }
    .ix-lite-home-header-main-container {
        margin-top: -0.5rem;
    }
    .benefits-left {
        background: 0 0;
    }
    .how-to-trade-left-image {
        margin-bottom: -1px;
        width: 100%;
        opacity: 1;
        margin-top: 8rem;
    }
    .how-to-trade-left-image-2 {
        margin-bottom: -1px;
        width: 100%;
        opacity: 1;
        margin-top: 0;
    }
    .how-to-trade-left {
        background: 0 0;
        background-position-x: -3rem;
        background-repeat: no-repeat;
        background-position-y: 0;
        margin-bottom: -1px;
    }
    .benefits-left-instruments,
    .how-to-trade-left-2-commodities,
    .how-to-trade-left-2-equities,
    .how-to-trade-left-2-forex,
    .how-to-trade-left-2-futures,
    .how-to-trade-left-2-indices {
        background: 0 0;
        background-position-x: -3rem;
        background-repeat: no-repeat;
        background-position-y: 2.3rem;
        margin-bottom: -1px;
    }
    .instruments-header-right-img {
        width: 100%;
        margin-top: 8.7rem;
    }
    .instruments-crypto-header-image {
        width: 100%;
    }
    .instruments-crypto-header-image .learn-do-host-left-section {
        background: #f0f0f0 0 0 no-repeat padding-box;
        padding: 4rem 10rem 3rem 6rem;
        border-radius: 0 0 0 10px;
        box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.30196078431372547);
    }
    .instruments-crypto-header-image .learn-do-icons {
        margin-top: -15px;
    }
    .instruments-crypto-header-image .trading-image-world-cup {
        width: 100%;
        height: auto;
    }
    .instruments-crypto-header-image .trading-image-world-cup-ty {
        width: 100% !important;
        height: auto !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 991px) and (max-width: 1200px) {
    .author-sticky .col-10 {
        margin-left: -3rem;
    }
}
@media (max-width: 1200px) and (max-width: 767px) {
    .ipad-opacity-0 {
        opacity: 1;
    }
    .yellow-promotion-bg {
        background-color: #f5cd47;
    }
    .grey-promotion-bg {
        background-color: #efefef;
    }
    .ib-promotion-trader-section {
        background: 0;
    }
    #prize2 p,
    #prize p {
        font-size: 36px !important;
    }
}
@media (max-width: 1200px) and (min-width: 1200px) {
    .page-landing-ib-promotion .btn {
        padding: 10px 30px;
        font-variation-settings: "wght" 750;
        font-weight: 700;
        font-size: 20px;
        border-radius: 35px;
        margin-bottom: 15px;
    }
    .page-landing-ib-promotion .btn.btn-promotion-main {
        color: #fff;
        background-color: #ffcd05;
    }
    .page-landing-ib-promotion .btn.btn-promotion-main:hover {
        background-color: #f5c400;
        border-color: #686868;
    }
    .page-landing-ib-promotion .btn.btn-promotion-secondary {
        color: #ffcd05;
        background-color: #fff;
        border: 2px solid #ffcd05;
    }
    .page-landing-ib-promotion .btn.btn-promotion-secondary:hover {
        background-color: #f7f7f7;
        border-color: #f5c400;
    }
    .page-landing-ib-promotion .btn.btn-form {
        font-size: 20px;
        background-color: #ffcd05;
        color: #1e1e1e;
        padding: 20px 140px;
    }
    .page-landing-ib-promotion .btn.btn-form:hover {
        background-color: #f5c400;
    }
    .page-landing-ib-promotion .promotion-faq-container {
        max-width: 92%;
    }
    .page-landing-ib-promotion .hover-card {
        position: relative;
    }
    .page-landing-ib-promotion .hover-card .btn {
        font-size: 24px;
    }
    .page-landing-ib-promotion .hover-card .btn.hover-card-btn {
        background-color: #ffcd05;
        border: 5px solid #fff;
        padding: 5px 15px;
    }
    .page-landing-ib-promotion .hover-card .btn.hover-card-btn:hover {
        background-color: #f5c400;
        border-color: #f7f7f7;
    }
    .page-landing-ib-promotion .hover-card .hover-card-inner {
        position: absolute;
        left: 30px;
        bottom: 30px;
        max-width: 70%;
        font-size: 20px;
    }
    .page-landing-ib-promotion .hover-card .hover-card-inner .big-title {
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
    }
    .page-landing-ib-promotion .hover-card .hover-card-front {
        position: relative;
        opacity: 1;
        z-index: 1;
    }
    .page-landing-ib-promotion .hover-card .hover-card-front .hover-card-inner {
        transition: all 0.2s ease-in;
        opacity: 1;
        font-weight: 600;
        font-variation-settings: "wght" 625;
    }
    .page-landing-ib-promotion .hover-card .hover-card-back {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
    }
    .page-landing-ib-promotion .hover-card .hover-card-back .hover-card-inner {
        font-size: 20px;
    }
    .page-landing-ib-promotion .hover-card .hover-card-back .hover-card-inner .back-title {
        font-weight: 700;
        font-variation-settings: "wght" 700;
    }
    .page-landing-ib-promotion .hover-card .hover-card-back .hover-card-inner p {
        font-size: 18px;
    }
    .page-landing-ib-promotion .hover-card:hover .hover-card-front .hover-card-inner {
        transition: all 0.2s ease-in;
        opacity: 0;
    }
    .page-landing-ib-promotion .hover-card:hover .hover-card-back {
        transition: all 0.2s ease-in;
        opacity: 1;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
    }
    .page-landing-ib-promotion #form-section {
        padding-top: 340px;
    }
    .page-landing-ib-promotion #form-container {
        padding-left: 90px;
        padding-right: 90px;
    }
    .page-landing-ib-promotion .prize-list-container h4 {
        font-size: 20px;
    }
    .page-landing-ib-promotion .bordered-prize-box {
        border-left: 1px solid #ffcd05;
        border-right: 1px solid #ffcd05;
    }
    .page-landing-ib-promotion h4 {
        font-size: 18px;
    }
    .page-landing-ib-promotion .section-title {
        font-size: 40px;
        font-variation-settings: "wght" 625;
        font-weight: 600;
        padding-top: 30px;
    }
    .page-landing-ib-promotion .section-title.terms-title {
        font-size: 30px;
        font-variation-settings: "wght" 400;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .page-landing-ib-promotion .btn {
        padding: 5px 30px;
        font-size: 26px;
        border-radius: 75px;
    }
    .page-landing-ib-promotion .btn.btn-promotion-secondary {
        margin-left: 0;
        box-shadow: 8px 4px 14px rgba(0, 0, 0, 0.2);
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container {
        position: relative;
        padding-top: 400px;
        padding-bottom: 150px;
        min-height: auto;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container .underlined-text:before {
        background-color: #1e1e1e;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container h1 {
        font-size: 60px;
        color: #fff;
        font-variation-settings: "wght" 650;
        line-height: 60px;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container h2 {
        font-size: 40px;
        color: #fff;
        font-variation-settings: "wght" 650;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container p {
        font-size: 24px;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container.landing-ib-promotion-trader-container {
        padding-top: 100px !important;
        height: 450px !important;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container.landing-ib-promotion-trader-container h1 {
        font-size: 60px;
        color: #1e1e1e;
        font-variation-settings: "wght" 650;
        line-height: 60px;
        margin-bottom: 30px;
    }
    .page-landing-ib-promotion .landing-ib-promotion-header-main-container.landing-ib-promotion-trader-container h2 {
        font-size: 30px;
        color: #1e1e1e;
        font-variation-settings: "wght" 650;
    }
    .page-landing-ib-promotion
        .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-container
        h1 {
        font-size: 60px;
        color: #fff;
        font-variation-settings: "wght" 650;
        line-height: 60px;
        margin-bottom: 30px;
    }
    .page-landing-ib-promotion
        .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-container
        h2 {
        font-size: 30px;
        color: #fff;
        font-variation-settings: "wght" 650;
    }
    .page-landing-ib-promotion
        .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-premium-container {
        min-height: auto;
        height: 540px;
    }
    .page-landing-ib-promotion
        .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-premium-container
        h1 {
        font-size: 60px;
        color: #1e1e1e;
        font-variation-settings: "wght" 650;
        line-height: 60px;
        margin-bottom: 30px;
    }
    .page-landing-ib-promotion
        .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-premium-container
        h1
        .smaller-h1 {
        font-size: 50px;
    }
    .page-landing-ib-promotion
        .landing-ib-promotion-header-main-container.landing-ib-promotion-header-trader-premium-container
        h2 {
        font-size: 30px;
        color: #1e1e1e;
        font-variation-settings: "wght" 650;
    }
    .page-landing-ib-promotion .promotion-terms-container {
        padding: 53px;
        font-size: 22px;
    }
    .about-icons {
        padding: 0 8rem;
    }
    .port-harcourt-white {
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }
}
.page-ix-lite .ix-lite-home-header-main-container h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px;
}
.page-ix-lite .ix-lite-home-header-main-container h1 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 40px;
}
.page-ix-lite .ix-lite-home-header-main-container .black-gradient-bg-70 {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}
.page-ix-lite .ix-lite-home-header-main-container .btn-outline-yellow {
    border-color: #fff;
    color: #fff;
}
.page-ix-lite .ix-lite-card {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10196078431372549);
}
.page-ix-lite .ix-lite-card .card-body {
    font-size: 16px;
    font-weight: 300;
}
.page-ix-lite .ix-lite-card .card-body .card-body-title {
    font-size: 22px;
    font-weight: 400;
}
.page-ix-lite .ix-lite-card .card-body .yellow-check-circle-with-shadow img {
    margin-top: -2px;
    margin-left: 5px;
}
.page-ix-lite .ix-lite-article-card {
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 30px;
}
.page-ix-lite .ix-lite-article-card .card-date {
    color: #ffcd05;
    font-weight: 600;
    margin-bottom: 20px;
}
.page-ix-lite .ix-lite-article-card .card-description {
    margin-bottom: 40px;
}
.page-ix-lite .ix-lite-article-card .read-more a .read-more-link {
    text-transform: uppercase;
    color: #1e1e1e;
}
.page-ix-lite .ix-lite-article-card .read-more a img {
    margin-top: -2px;
    margin-left: 10px;
    transition: all 0.2s ease;
}
.page-ix-lite .ix-lite-article-card .read-more a:hover img {
    margin-left: 15px;
    transition: all 0.2s ease;
}
.page-ix-lite .interest-card {
    text-align: center;
}
.page-ix-lite .interest-card .interest-title {
    font-size: 20px;
}
.page-ix-lite .interest-card .interest-description {
    font-weight: 200;
}
.page-ix-lite .interest-card .interest-link {
    font-weight: 600;
}
.page-ix-lite .interest-card .interest-link img {
    margin-left: 10px;
    transition: all 0.2s ease;
    margin-top: -2px;
}
.page-ix-lite .interest-card .interest-link:hover img {
    margin-left: 15px;
    transition: all 0.2s ease;
}
.page-ix-lite .platform-table th {
    font-size: 30px;
    font-weight: 200;
}
.page-ix-lite .platform-table td {
    color: #545051;
    padding-top: 13px;
    padding-bottom: 13px;
}
.page-ix-lite #ix-lite-how-to-join {
    background: #2f2f2f;
    background: radial-gradient(circle, #2f2f2f 0, #2b2b2b 17%, #1e1e1e 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f2f2f",endColorstr="#1e1e1e",GradientType=1);
    color: #fff;
}
#upgrade-table .yellow-check-circle-with-shadow img {
    margin-top: 3px;
}
#daily-analysis-bg-img {
    display: none;
}
.ix-lite-article-card-container {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .page-ix-lite #daily-analysis-bg-img {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        max-height: 100%;
    }
}
.page-ixo {
    font-size: 14px;
}
.page-ixo .full-width-black-dark-opacity {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.7);
}
.page-ixo .observe-desc {
    font-size: 20px;
}
.page-ixo h1 {
    font-size: 60px;
}
.page-ixo #hero-arrows-img {
    position: absolute;
    bottom: -120px;
    right: 29%;
    z-index: 2;
}
.page-ixo #hero-device-img {
    bottom: -150px;
    width: 100%;
}
.page-ixo #cm-title,
.page-ixo #hero-device-img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}
.page-ixo #cm-title {
    text-align: center;
    font-size: 38px;
    width: 80%;
    top: 60px;
    color: #ffcd05;
    font-weight: 200;
}
.page-ixo .hero-20k {
    font-size: 30px;
    font-weight: 300;
    color: #ffcd05;
}
.page-ixo #ixo-home-first-section {
    padding-top: 136px;
    padding-bottom: 3rem;
}
.page-ixo #ixo-features {
    position: relative;
    background: transparent linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 100%, 0.027450980392156862) 50%) 0 0 no-repeat
        padding-box;
}
.page-ixo #exchange-traded-products {
    position: relative;
    background: transparent
        linear-gradient(
            180deg,
            #f5f5f5,
            hsla(0, 0%, 100%, 0.027450980392156862) 40%,
            hsla(0, 0%, 100%, 0.027450980392156862) 60%,
            #f5f5f5
        )
        0 0 no-repeat padding-box;
}
.page-ixo #ixo-features-bg-arrow {
    position: absolute;
    top: 0;
    right: 0;
}
.page-ixo .card.ixo-card {
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.page-ixo .card.ixo-card .card-text-bottom {
    font-weight: 600;
}
.page-ixo .card.ixo-card .card-img-top {
    border-radius: 0;
}
.page-ixo .card.ixo-card:not(.ixo-side-card) .card-body {
    padding-left: 0;
    padding-right: 0;
}
.page-ixo .card.ixo-card.ixo-side-card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
}
.page-ixo .card.ixo-card.ixo-side-card .card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.page-ixo .card.ixo-card.ixo-side-card .card-text {
    font-size: 15px;
    color: #545051;
}
.page-ixo .tradecard {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 10px;
    height: 162px;
}
.page-ixo .tradecard img {
    max-width: 90%;
}
.page-ixo .trade-subtitle {
    font-size: 26px;
    font-weight: 600;
}
.page-ixo .trade-big-desc {
    font-size: 24px;
    font-weight: 300;
}
.page-ixo .ixo-ul {
    font-weight: 300;
    font-size: 15px;
}
.page-ixo #join-ixo-form-container {
    padding-top: 100px;
    padding-bottom: 50px;
}
.page-ixo #join-ixo-form-container form label {
    font-weight: 300;
}
.page-ixo #join-ixo-img-bg {
    background-image: url(/img/ixo/Form-Graphic.jpg);
    background-size: cover;
}
.page-ixo #ixo-form-bg-arrow {
    opacity: 0.02;
    max-width: 600px;
    position: absolute;
    right: 0;
    top: 40px;
}
.page-ixo .ixo-form-feature-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffcd05;
}
.page-ixo .ixo-form-feature-desc {
    font-size: 22px;
    font-weight: 200;
    line-height: 23px;
}
.page-ixo footer {
    background-color: #0d0d0d;
}
@media (min-width: 576px) {
    .page-ixo #hero-device-img {
        width: 75%;
    }
}
@media (min-width: 768px) {
    .page-ixo #cm-title {
        font-size: 38px;
        position: absolute;
        left: 40px;
        top: 40px;
        color: #ffcd05;
        z-index: 2;
        font-weight: 200;
        max-width: 460px;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .page-ixo .container {
        max-width: 1100px;
    }
    .page-ixo #hero-device-img {
        margin-left: 0;
        margin-right: 0;
        width: 50%;
        bottom: -150px;
        max-width: 800px;
    }
    .page-ixo #features-mobile-img {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 290px;
    }
    .page-ixo #ixo-home-first-section {
        padding-top: 136px;
        padding-bottom: 136px;
    }
}
@media (min-width: 1200px) {
    .page-ixo {
        font-size: 16px;
    }
    .page-ixo .observe-desc {
        font-size: 24px;
    }
    .page-ixo #hero-device-img {
        position: absolute;
        bottom: -180px;
        left: 14%;
        z-index: 2;
        width: 500px;
    }
    .page-ixo #cm-title {
        left: 140px;
        top: 40%;
    }
    .page-ixo #features-mobile-img {
        max-width: 359px;
    }
}
@media (min-width: 1400px) {
    .page-ixo #hero-device-img {
        width: 600px;
    }
}
@media (min-width: 1900px) {
    .page-ixo #hero-device-img {
        position: absolute;
        bottom: -350px;
        left: 15%;
    }
    .page-ixo #features-mobile-img {
        max-width: 459px;
    }
}
.landing-ix-one-container {
    padding-top: 10rem;
    padding-bottom: 8rem;
}
.link-button-container {
    background-color: #fff;
    padding: 1rem;
}
.integrated-box-shadow {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    background: #fff;
    border-radius: 10px;
    width: 669px;
}
.mobil-and-web-platform {
    padding: 10rem 0;
    margin-bottom: 3.9rem;
}
.mobil-and-web-platform-right-bg {
    background: url(/img/ix-one/mobil-and-web-platform-bg.png);
    background-size: cover;
    height: 121%;
    width: 47%;
    position: absolute;
    right: 0;
    top: -4rem;
}
.tools-card {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    background-color: #fff;
}
.tools-card-container {
    margin-top: 7rem;
    z-index: 1;
}
.tools-grey-bg {
    position: absolute;
    top: 213px;
    right: 17%;
    z-index: 0;
}
.customer-img-bg {
    background: url(/img/ix-one/customer.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -2rem;
    margin-bottom: -2rem;
    background-position: 50%;
}
.customer-right-side {
    padding: 11rem 0 11rem 7rem;
}
.education-left-site {
    padding: 6rem 0 6rem 7rem;
}
.right-tools-card-margin {
    margin-left: -2rem;
    margin-right: 2rem;
    z-index: 1;
    position: relative;
}
.left-tools-card-margin {
    margin-left: 2rem;
    margin-right: -2rem;
    z-index: 9999;
    position: relative;
}
.tools-image {
    z-index: 1;
    position: relative;
}
.ix-one-select {
    width: 100%;
    height: 54px;
    border: 0;
    padding-left: 30px;
    border-right: 25px solid transparent;
}
@media (max-width: 1024px) {
    .mobil-and-web-platform-right-bg {
        background: 0 0;
        background-size: cover;
        height: auto;
        width: 100%;
    }
    .left-tools-card-margin,
    .right-tools-card-margin {
        margin-left: 0;
        margin-right: 0;
    }
    .tools-card-container {
        margin-top: 0;
    }
    .landing-ix-one-container {
        margin-bottom: -5px;
        background-position: 30%;
    }
    .mobil-and-web-platform {
        padding: 5rem 0 0;
        margin-bottom: 0;
    }
    .customer-img-bg {
        height: 750px;
    }
    .education-left-site {
        padding: 2rem 0;
    }
    .tools-grey-bg {
        position: absolute;
        top: 128px;
        right: 28.5%;
        z-index: 0;
    }
    .customer-right-side {
        padding: 7rem 0 5rem 2rem;
    }
}
@media (max-width: 992px) {
    .landing-ix-one-container {
        padding-top: 8rem;
        padding-bottom: 8rem;
        margin-top: -1rem;
    }
    .tools-grey-bg {
        position: absolute;
        top: auto;
        right: auto;
        z-index: 0;
        bottom: 0;
        left: 150px;
    }
}
@media (max-width: 767px) {
    .landing-ix-one-container {
        padding-top: 2rem;
        padding-bottom: 0;
        margin-top: -2rem;
        background: #110a11;
        text-align: center;
    }
    .mobil-header-img {
        margin-bottom: -1.6rem;
    }
    .mobil-and-web-platform {
        padding: 141px 0 0;
    }
    .customer-img-bg {
        background: 0 0;
    }
    .customer-right-side {
        padding: 0 15px 3rem;
    }
    .education-left-site {
        padding: 2rem 15px 0;
    }
    .left-tools-card-margin,
    .right-tools-card-margin {
        margin-left: 0;
        margin-right: 0;
    }
    .tools-card-container {
        margin-top: 0;
        z-index: 1;
    }
    .tools-image {
        margin-top: 3rem;
    }
    .tools-grey-bg {
        position: absolute;
        top: auto;
        right: 0;
        z-index: 0;
        bottom: 0;
        left: 10.5px;
        width: 95%;
    }
    .customer-img-bg {
        height: auto;
    }
}
:root {
    --ec-color-neutral-00: #fff;
    --ec-color-neutral-10: #fafafa;
    --ec-color-neutral-20: #cecece;
    --ec-color-neutral-30: #767676;
    --ec-color-neutral-40: #545051;
    --ec-color-neutral-50: #1e1e1e;
    --ec-color-white: var(--ec-color-neutral-00);
    --ec-color-dark-gray: var(--ec-color-neutral-50);
    --ec-color-yellow: #ffcd05;
    --ec-color-orange: #ff9505;
    --ec-color-red: #c63f3f;
    --ec-color-green: #8dc63f;
    --ec-spacing: 30px;
    --ec-spacing-half: calc(var(--ec-spacing) / 2);
    --ec-spacing-third: calc(var(--ec-spacing) / 3);
    --ec-border-radius: 10px;
    --ec-border-radius-half: calc(var(--ec-border-radius) / 2);
    --ec-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.economic-cal__content table tbody tr td.alert .icon svg,
.economic-cal__content table tbody tr td.flag .icon img,
.economic-cal__navbar-item .icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.economic-cal__panel input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.font-weight-semibold {
    font-weight: 600;
}
.impact-LOW,
.text-yellow {
    color: var(--ec-color-yellow);
}
.impact-MEDIUM,
.text-orange {
    color: var(--ec-color-orange);
}
.impact-HIGH,
.text-red {
    color: var(--ec-color-red);
}
.impact-NONE,
.text-green {
    color: var(--ec-color-green);
}
.economic-cal {
    color: var(--ec-color-dark-gray);
    cursor: default;
}
.economic-cal .container {
    max-width: 1364px;
}
.economic-cal__header {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.economic-cal__navbar {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 62px;
    background-color: var(--ec-color-dark-gray);
    border-top-left-radius: var(--ec-border-radius);
    border-top-right-radius: var(--ec-border-radius);
    box-shadow: var(--ec-box-shadow);
    font-size: 20px;
    line-height: 1.2;
}
.economic-cal__navbar-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 var(--ec-spacing);
    color: var(--ec-color-white);
    cursor: pointer;
}
.economic-cal__navbar-item .icon {
    display: flex;
    width: 22px;
}
.economic-cal__navbar-item .label {
    font-weight: 600;
}
.economic-cal__navbar-item .expand {
    position: relative;
    transition: transform 0.3s ease;
}
.economic-cal__navbar-item--date {
    margin: 0;
}
.economic-cal__navbar-item--timezone {
    margin: 0 auto 0 0;
    border-left: 1px solid var(--ec-color-neutral-40);
    border-right: 1px solid var(--ec-color-neutral-40);
}
.economic-cal__navbar-item--timezone .label {
    font-weight: 300;
}
.economic-cal__navbar-item--filter {
    margin: 0 0 0 auto;
    border-left: 1px solid var(--ec-color-neutral-40);
}
.economic-cal__navbar-item.active {
    color: var(--ec-color-yellow);
}
.economic-cal__navbar-item.active .expand {
    top: 1px;
    transform: scaleY(-1);
}
.economic-cal__panel {
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: var(--ec-color-dark-gray);
    border-bottom-left-radius: var(--ec-border-radius);
    border-bottom-right-radius: var(--ec-border-radius);
    color: var(--ec-color-white);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
}
.economic-cal__panel.open {
    opacity: 1;
    visibility: visible;
}
.economic-cal__panel-row {
    display: flex;
    gap: 90px;
    padding: 25px var(--ec-spacing);
    border-top: 1px solid var(--ec-color-neutral-30);
}
.economic-cal__panel-row--gmt {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    padding-bottom: 50px;
}
.economic-cal__panel .title {
    font-size: 20px;
    line-height: 1.2;
}
.economic-cal__panel input[type="radio"]:checked ~ label:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.economic-cal__panel input[type="radio"] + label {
    position: relative;
    display: flex;
    gap: 5px;
    margin: 0;
    padding-left: 35px;
    font-weight: 600;
}
.economic-cal__panel input[type="radio"] + label:after,
.economic-cal__panel input[type="radio"] + label:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}
.economic-cal__panel input[type="radio"] + label:before {
    top: -1px;
    left: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #e5e5e5;
}
.economic-cal__panel input[type="radio"] + label:after {
    top: 4px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: var(--ec-color-white);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
}
.economic-cal__panel input[type="radio"] + label .desc {
    font-weight: 300;
}
.economic-cal__content {
    padding-bottom: 45px;
    background-color: var(--ec-color-white);
    border-bottom-left-radius: var(--ec-border-radius);
    border-bottom-right-radius: var(--ec-border-radius);
    box-shadow: var(--ec-box-shadow);
}
.economic-cal__content table {
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
    border-collapse: collapse;
}
.economic-cal__content table thead {
    background-color: var(--ec-color-neutral-10);
}
.economic-cal__content table thead tr th {
    padding: var(--ec-spacing-half) var(--ec-spacing);
    font-weight: 600;
}
.economic-cal__content table tbody tr {
    height: 65px;
    border-bottom: 2px solid var(--ec-color-neutral-10);
}
.economic-cal__content table tbody tr td {
    padding: var(--ec-spacing-half) var(--ec-spacing-third);
    font-weight: 300;
}
.economic-cal__content table tbody tr td.spacer {
    width: var(--ec-spacing);
}
.economic-cal__content table tbody tr td.flag {
    padding-left: 0;
    padding-right: 0;
    width: 50px;
}
.economic-cal__content table tbody tr td.flag .icon {
    width: 100%;
    height: auto;
    border-radius: var(--ec-border-radius-half);
    overflow: hidden;
}
.economic-cal__content table tbody tr td.time {
    padding-right: 5px;
    width: calc(65px + var(--ec-spacing-half));
}
.economic-cal__content table tbody tr td.country {
    width: calc(70px + var(--ec-spacing-half));
    font-size: 14px;
    color: var(--ec-color-neutral-30);
}
.economic-cal__content table tbody tr td.actual,
.economic-cal__content table tbody tr td.cons,
.economic-cal__content table tbody tr td.impact,
.economic-cal__content table tbody tr td.prev {
    width: calc(130px + var(--ec-spacing-half));
}
.economic-cal__content table tbody tr td.alert {
    width: 83px;
    color: var(--ec-color-neutral-20);
    transition: all 0.3s ease;
    cursor: pointer;
}
.economic-cal__content table tbody tr td.alert .icon {
    width: 22px;
    height: 24px;
    margin: 0 auto;
}
.economic-cal__content table tbody tr td.alert:hover {
    color: var(--ec-color-neutral-30);
}
.economic-cal__content table tbody tr td.alert.active {
    color: var(--ec-color-yellow);
}
.economic-cal__footer {
    margin-top: 40px;
    text-align: center;
}
.economic-cal .mobile-row {
    position: relative;
}
.economic-cal .mobile-row--1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-left: 35px;
    padding-right: 50px;
}
.economic-cal .mobile-row--1 td {
    display: flex;
}
.economic-cal .mobile-row--1 .flag {
    position: absolute;
    top: 4px;
    left: 0;
    width: 25px !important;
}
.economic-cal .mobile-row--1 .alert {
    position: absolute;
    top: 2px;
    right: 0;
}
.economic-cal .mobile-row--1 .time {
    order: 2;
    padding-left: 0;
}
.economic-cal .mobile-row--1 .country {
    order: 3;
}
.economic-cal .mobile-row--1 .title {
    order: 1;
    width: 100% !important;
    padding-left: 0;
}
.economic-cal .mobile-row--2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}
.daterangepicker {
    margin-left: var(--ec-spacing-half);
    box-shadow: var(--ec-box-shadow);
    font-family: proxima-nova;
    font-size: 16px;
    z-index: 2;
}
.daterangepicker.opensright:after,
.daterangepicker.opensright:before {
    display: none;
}
.daterangepicker .ranges ul li {
    font-size: 14px;
}
.daterangepicker .ranges ul li.active {
    background-color: var(--ec-color-yellow);
    font-weight: 700;
    color: inherit;
}
@media (max-width: 767px) {
    .daterangepicker .ranges,
    .daterangepicker .ranges ul {
        width: 100%;
    }
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    font-size: 13px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.in-range,
.daterangepicker td.in-range:hover {
    background-color: var(--ec-color-neutral-20);
}
.daterangepicker td.end-date,
.daterangepicker td.end-date:hover,
.daterangepicker td.start-date,
.daterangepicker td.start-date:hover {
    background-color: var(--ec-color-yellow);
    color: var(--ec-color-neutral-50);
}
.daterangepicker .drp-buttons .drp-selected {
    font-size: 14px;
}
@media (max-width: 564px) {
    .daterangepicker .drp-buttons .drp-selected {
        display: none;
    }
}
.daterangepicker .drp-buttons .btn {
    outline: none;
    box-shadow: none;
}
.daterangepicker .drp-buttons .btn-primary {
    min-width: 120px;
    background-color: var(--ec-color-neutral-50);
    border-color: var(--ec-color-neutral-50);
    color: var(--ec-color-white);
}
@media (max-width: 564px) {
    .daterangepicker .drp-buttons .btn {
        min-width: 120px;
    }
}
@media (max-width: 1023px) {
    .economic-cal__navbar {
        flex-wrap: wrap;
        height: auto;
    }
    .economic-cal__navbar-item {
        min-height: 62px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .economic-cal__navbar-item--date {
        width: 100%;
        border-bottom: 1px solid var(--ec-color-neutral-40);
    }
    .economic-cal__navbar-item--date .label {
        padding-right: 35px;
    }
    .economic-cal__navbar-item--timezone {
        border: none;
    }
    .economic-cal__panel-row--gmt {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
    .economic-cal__content table,
    .economic-cal__content table tbody,
    .economic-cal__content table thead,
    .economic-cal__content table thead tr,
    .economic-cal__content table thead tr th {
        display: flex;
        width: 100%;
    }
    .economic-cal__content table,
    .economic-cal__content table tbody {
        flex-direction: column;
    }
    .economic-cal__content table tbody tr {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: auto;
        padding: var(--ec-spacing);
    }
    .economic-cal__content table tbody tr td {
        width: auto !important;
        padding: 0 !important;
    }
    .economic-cal__content table tbody tr td.spacer {
        display: none;
    }
    .icon {
        width: 50px !important;
        height: 45px !important;
    }
}
@media (max-width: 767px) {
    .economic-cal__navbar {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .economic-cal__panel-row {
        gap: 30px;
    }
    .economic-cal__panel-row--gmt {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media (max-width: 639px) {
    .economic-cal__navbar-item--date {
        align-items: flex-start;
    }
    .economic-cal__navbar-item--date .icon {
        position: relative;
        top: 2px;
    }
    .economic-cal__content table thead tr th,
    .economic-cal__navbar-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .economic-cal__content table tbody tr {
        padding: 20px;
    }
    .economic-cal .mobile-row--2 {
        gap: 10px;
    }
}
@media (max-width: 420px) {
    .economic-cal__panel-row--time-format {
        flex-wrap: wrap;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 10px;
    }
    .economic-cal__panel-row--time-format > div:first-child {
        width: 100%;
    }
    .economic-cal .mobile-row--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.landing-ix-exchange-header {
    position: relative;
}
.landing-ix-exchange-header .ix-exchange-arrows {
    bottom: 0;
}
.landing-ix-exchange-header h1 {
    margin-top: 10rem;
}
.landing-ix-exchange-header .ix-exchange-header-image {
    margin-top: 3rem;
}
.landing-ix-exchange-header .ix-exchange-arrows {
    position: absolute;
    bottom: -49px;
    right: 50%;
    z-index: 2;
}
.landing-ix-exchange-header-ty {
    position: relative;
}
.landing-ix-exchange-header-ty .ix-exchange-arrows {
    bottom: 0;
}
.landing-ix-exchange-header-ty h1 {
    margin-top: 10rem;
}
.landing-ix-exchange-header-ty .ix-exchange-header-image {
    margin-top: 3rem;
}
.landing-ix-exchange-header-ty .ix-exchange-arrows {
    position: absolute;
    bottom: -49px;
    right: 50%;
    z-index: 2;
}
.ix-exchange-box-shadow {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    padding: 1.5rem;
    min-height: 240px;
    margin-bottom: 1rem;
}
.devices-img {
    margin-top: -2rem;
    margin-bottom: -3rem;
}
.centrally-container {
    margin-top: 2rem;
}
.white-box-centrally {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.white-box-centrally,
.white-box-traded {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 10px;
}
.white-box-traded {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
    padding: 2rem 4rem;
}
.ix-exchange-mobil-bg {
    background: url(/img/ix-exchange/mobil-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-form-card-ix-changes {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 0 0 10px 10px;
    padding: 0 3rem;
    width: 570px;
    margin: 0 auto;
}
.form-title-container-ix-exchange {
    background-color: #fafafa;
    width: 570px;
    margin: 0 auto;
    padding-left: 3rem;
    min-height: 100px;
    padding-top: 20px;
    border-radius: 10px 10px 0 0;
}
.form-control.ix-exchange {
    min-height: 81px;
}
.col-form-container-ix-exchange {
    margin-top: -180px;
}
.list-number-white-bg {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #ffcd05;
    margin-right: 1rem;
}
.ix-exchange-card,
.list-number-white-bg {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137254902);
}
.power-up-container {
    padding: 0 15rem;
}
.power-up-section {
    background: url(/img/ix-exchange/arrows-bg.png);
    background-position: 50%;
    background-size: auto;
    background-repeat: no-repeat;
}
.devices-container {
    background: url(/img/ix-exchange/ix-exchange-bg.png);
    background-size: cover;
    background-position: 50%;
}
@media (max-width: 1440px) {
    .landing-ix-exchange-header,
    .landing-ix-exchange-header-ty {
        margin-top: -1rem;
    }
}
@media (max-width: 1280px) {
    .landing-ix-exchange-header,
    .landing-ix-exchange-header-ty {
        margin-top: -1rem;
    }
    .form-title-container-ix-exchange,
    .hero-form-card-ix-changes {
        width: 100%;
    }
    .ix-exchange-box-shadow {
        min-height: 265px;
    }
}
@media (max-width: 1024px) {
    .ix-exchange-box-shadow {
        min-height: 360px;
    }
    .col-form-container-ix-exchange {
        margin-top: 0;
    }
    .landing-ix-exchange-header-ty h1,
    .landing-ix-exchange-header h1 {
        margin-top: 4rem;
    }
    .ix-exchange-arrows {
        left: 45%;
    }
    .power-up-container {
        padding: 0 5rem;
    }
    .devices-container {
        padding-bottom: 1rem;
    }
}
@media (max-width: 992px) {
    .ix-exchange-box-shadow {
        min-height: 430px;
    }
    .power-up-container {
        padding: 0;
    }
    .ix-exchange-header-image {
        margin-top: 15rem !important;
    }
    .landing-ix-exchange-header-ty h1,
    .landing-ix-exchange-header h1 {
        margin-top: 5rem;
    }
}
@media (max-width: 767px) {
    .power-up-container {
        padding: 0;
    }
    .power-up-section {
        background: 0 0;
    }
    .landing-ix-exchange-header-ty h1,
    .landing-ix-exchange-header h1 {
        margin-top: 5rem;
    }
    .landing-ix-exchange-header,
    .landing-ix-exchange-header-ty {
        margin-top: -1rem;
        text-align: center;
        padding-bottom: 10rem;
    }
    .col-form-container-ix-exchange {
        margin-top: -10rem;
    }
    .white-box-traded {
        padding: 2rem 1rem;
    }
    .ix-exchange-header-image {
        margin-top: 0 !important;
    }
    .ix-exchange-arrows {
        left: 39% !important;
    }
    .ix-exchange-feature-image {
        margin-left: -5px;
    }
    .devices-container {
        padding-bottom: 2rem;
    }
    .ix-exchange-subtitle-ty {
        font-size: 35px !important;
    }
}
