:root[dir=rtl] h1, :root[dir=rtl] h2, :root[dir=rtl] h3, :root[dir=rtl] h4, :root[dir=rtl] h5, :root[dir=rtl] h6 {
    font-family: Cairo, Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

.dropdown--custom .dropdown__menu--blocks .dropdown__link-text {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

: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;
    --red: red;
    --chateau-green: #3bb54a;
    --cello: #244465;
    --azure: #315996;
    --alto: #d3d3d3;
    --midnight: #011a30;
    --shadow: #86754f;
    --silver: #bebebe;
    --blue-whale: #032543;
    --madison: #0d2864;
    --iron: #e4e4e5;
    --white: #fff;
    --black: #000;
    --polar: #f5fafd;
    --azure-radiance: #0c7ee1;
    --dusty-gray: #999;
    --mountain-meadow: #1fb587;
    --carnation: #f2594f;
    --congress-blue: #003885;
    --catskill-white-2: #f4f6fa;
    --catskill-white: #f9fafc;
    --punch: #da372d;
    --waterloo: #7d82a1;
    --periwinkle-gray: #d3dcec;
    --bunting: #11193e;
    --cornflower-blue: #57a0f7;
    --botticelli: #dee5f1;
    --matisse: #22529f;
    --pale-sky: #626f81;
    --woodsmoke: #121419;
    --abbey: #4f5158;
    --tuna: #313541;
    --charade: #272a33;
    --charade-2: #242730;
    --manatee: #8f93a2;
    --ebony-clay: #212d40;
    --royal-blue: #1b6eea;
    --regent-gray: #8c96a3;
    --big-stone: #132538;
    --mariner: #2d78bd;
    --endeavour: #0053a4;
    --downriver: #0a264e;
    --blue-zodiac: #0b153e;
    --dodger-blue-2: #27bcff;
    --dodger-blue: #0a95ff;
    --athens-gray: #e6e7eb;
    --polo-blue: #7fa9d1;
    --dove-gray: #727272;
    --selago: #f2f6fd;
    --whisper: #fbfbfd;
    --zircon: #fafcff;
    --crimson: #ef1a1b;
    --santas-gray: #969cb6;
    --steel-blue: #4c86bf;
    --midnight-blue: #002767;
    --chathams-blue: #1a3d76;
    --wild-blue-yonder: #7c90b1;
    --casper: #b6c2d5;
    --sun: #faa30d;
    --havelock-blue: #4a90e2;
    --mischka: #dddfe5;
    --blue-haze: #c9d1de;
    --breakpoint-xxxs: 0;
    --breakpoint-xxs: 375px;
    --breakpoint-xs: 480px;
    --breakpoint-s: 600px;
    --breakpoint-m: 768px;
    --breakpoint-l: 924px;
    --breakpoint-xl: 1168px;
    --breakpoint-xxl: 1600px;
    --breakpoint-xxxl: 1920px;
    --font-family-sans-serif: "Open Sans", "Microsoft YaHei", Helvetica, Arial, Lucida, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :before, :after {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #0000;
    font-family: sans-serif;
    line-height: 1.15
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    color: #0a264e;
    text-align: left;
    background-color: #fff;
    margin: 0;
    font-family: Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

[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: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration: underline;
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    background-color: #0000;
    text-decoration: none
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    vertical-align: middle;
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
    padding-top: .75rem;
    padding-bottom: .75rem
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    margin-bottom: .5rem;
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input, button, select, optgroup, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    resize: vertical;
    overflow: auto
}

fieldset {
    min-width: 0;
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    margin-bottom: .5rem;
    padding: 0;
    display: block
}

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 {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .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;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    border: 0;
    border-top: 1px solid #0000001a;
    margin-top: 1rem;
    margin-bottom: 1rem
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    text-transform: uppercase;
    font-size: 90%
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    color: #6c757d;
    font-size: 80%;
    display: block
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    max-width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    color: #6c757d;
    font-size: 90%
}

.table {
    width: 100%;
    color: #0a264e;
    margin-bottom: 1rem
}

.table th, .table td {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding: .75rem
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered, .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #0000000d
}

.table-hover tbody tr:hover {
    color: #0a264e;
    background-color: #00000013
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #b8daff
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
    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 > th, .table-secondary > td {
    background-color: #d6d8db
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
    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 > th, .table-success > td {
    background-color: #c3e6cb
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
    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 > th, .table-info > td {
    background-color: #bee5eb
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
    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 > th, .table-warning > td {
    background-color: #ffeeba
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
    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 > th, .table-danger > td {
    background-color: #f5c6cb
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
    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 > th, .table-light > td {
    background-color: #fdfdfe
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
    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 > th, .table-dark > td {
    background-color: #c6c8ca
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-red, .table-red > th, .table-red > td {
    background-color: #ffb8b8
}

.table-red th, .table-red td, .table-red thead th, .table-red tbody + tbody {
    border-color: #ff7a7a
}

.table-hover .table-red:hover, .table-hover .table-red:hover > td, .table-hover .table-red:hover > th {
    background-color: #ff9f9f
}

.table-chateau-green, .table-chateau-green > th, .table-chateau-green > td {
    background-color: #c8eacc
}

.table-chateau-green th, .table-chateau-green td, .table-chateau-green thead th, .table-chateau-green tbody + tbody {
    border-color: #99d9a1
}

.table-hover .table-chateau-green:hover, .table-hover .table-chateau-green:hover > td, .table-hover .table-chateau-green:hover > th {
    background-color: #b6e3bb
}

.table-cello, .table-cello > th, .table-cello > td {
    background-color: #c2cbd4
}

.table-cello th, .table-cello td, .table-cello thead th, .table-cello tbody + tbody {
    border-color: #8d9eaf
}

.table-hover .table-cello:hover, .table-hover .table-cello:hover > td, .table-hover .table-cello:hover > th {
    background-color: #b3bec9
}

.table-azure, .table-azure > th, .table-azure > td {
    background-color: #c5d1e2
}

.table-azure th, .table-azure td, .table-azure thead th, .table-azure tbody + tbody {
    border-color: #94a9c8
}

.table-hover .table-azure:hover, .table-hover .table-azure:hover > td, .table-hover .table-azure:hover > th {
    background-color: #b4c4da
}

.table-alto, .table-alto > th, .table-alto > td {
    background-color: #f3f3f3
}

.table-alto th, .table-alto td, .table-alto thead th, .table-alto tbody + tbody {
    border-color: #e8e8e8
}

.table-hover .table-alto:hover, .table-hover .table-alto:hover > td, .table-hover .table-alto:hover > th {
    background-color: #e6e6e6
}

.table-midnight, .table-midnight > th, .table-midnight > td {
    background-color: #b8bfc5
}

.table-midnight th, .table-midnight td, .table-midnight thead th, .table-midnight tbody + tbody {
    border-color: #7b8893
}

.table-hover .table-midnight:hover, .table-hover .table-midnight:hover > td, .table-hover .table-midnight:hover > th {
    background-color: #aab2ba
}

.table-shadow, .table-shadow > th, .table-shadow > td {
    background-color: #ddd8ce
}

.table-shadow th, .table-shadow td, .table-shadow thead th, .table-shadow tbody + tbody {
    border-color: #c0b7a3
}

.table-hover .table-shadow:hover, .table-hover .table-shadow:hover > td, .table-hover .table-shadow:hover > th {
    background-color: #d3ccbf
}

.table-silver, .table-silver > th, .table-silver > td {
    background-color: #ededed
}

.table-silver th, .table-silver td, .table-silver thead th, .table-silver tbody + tbody {
    border-color: #ddd
}

.table-hover .table-silver:hover, .table-hover .table-silver:hover > td, .table-hover .table-silver:hover > th {
    background-color: #e0e0e0
}

.table-blue-whale, .table-blue-whale > th, .table-blue-whale > td {
    background-color: #b8c2ca
}

.table-blue-whale th, .table-blue-whale td, .table-blue-whale thead th, .table-blue-whale tbody + tbody {
    border-color: #7c8e9d
}

.table-hover .table-blue-whale:hover, .table-hover .table-blue-whale:hover > td, .table-hover .table-blue-whale:hover > th {
    background-color: #a9b5bf
}

.table-madison, .table-madison > th, .table-madison > td {
    background-color: #bbc3d4
}

.table-madison th, .table-madison td, .table-madison thead th, .table-madison tbody + tbody {
    border-color: #818fae
}

.table-hover .table-madison:hover, .table-hover .table-madison:hover > td, .table-hover .table-madison:hover > th {
    background-color: #abb5ca
}

.table-iron, .table-iron > th, .table-iron > td {
    background-color: #f7f7f8
}

.table-iron th, .table-iron td, .table-iron thead th, .table-iron tbody + tbody {
    border-color: #f1f1f1
}

.table-hover .table-iron:hover, .table-hover .table-iron:hover > td, .table-hover .table-iron:hover > th {
    background-color: #e9e9ec
}

.table-white, .table-white > th, .table-white > td {
    background-color: #fff
}

.table-white th, .table-white td, .table-white thead th, .table-white tbody + tbody {
    border-color: #fff
}

.table-hover .table-white:hover, .table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
    background-color: #f2f2f2
}

.table-black, .table-black > th, .table-black > td {
    background-color: #b8b8b8
}

.table-black th, .table-black td, .table-black thead th, .table-black tbody + tbody {
    border-color: #7a7a7a
}

.table-hover .table-black:hover, .table-hover .table-black:hover > td, .table-hover .table-black:hover > th {
    background-color: #ababab
}

.table-polar, .table-polar > th, .table-polar > td {
    background-color: #fcfefe
}

.table-polar th, .table-polar td, .table-polar thead th, .table-polar tbody + tbody {
    border-color: #fafcfe
}

.table-hover .table-polar:hover, .table-hover .table-polar:hover > td, .table-hover .table-polar:hover > th {
    background-color: #e9f8f8
}

.table-azure-radiance, .table-azure-radiance > th, .table-azure-radiance > td {
    background-color: #bbdbf7
}

.table-azure-radiance th, .table-azure-radiance td, .table-azure-radiance thead th, .table-azure-radiance tbody + tbody {
    border-color: #81bcef
}

.table-hover .table-azure-radiance:hover, .table-hover .table-azure-radiance:hover > td, .table-hover .table-azure-radiance:hover > th {
    background-color: #a4cff4
}

.table-dusty-gray, .table-dusty-gray > th, .table-dusty-gray > td {
    background-color: #e2e2e2
}

.table-dusty-gray th, .table-dusty-gray td, .table-dusty-gray thead th, .table-dusty-gray tbody + tbody {
    border-color: #cacaca
}

.table-hover .table-dusty-gray:hover, .table-hover .table-dusty-gray:hover > td, .table-hover .table-dusty-gray:hover > th {
    background-color: #d5d5d5
}

.table-mountain-meadow, .table-mountain-meadow > th, .table-mountain-meadow > td {
    background-color: #c0eadd
}

.table-mountain-meadow th, .table-mountain-meadow td, .table-mountain-meadow thead th, .table-mountain-meadow tbody + tbody {
    border-color: #8bd9c1
}

.table-hover .table-mountain-meadow:hover, .table-hover .table-mountain-meadow:hover > td, .table-hover .table-mountain-meadow:hover > th {
    background-color: #ade4d3
}

.table-carnation, .table-carnation > th, .table-carnation > td {
    background-color: #fbd1ce
}

.table-carnation th, .table-carnation td, .table-carnation thead th, .table-carnation tbody + tbody {
    border-color: #f8a9a3
}

.table-hover .table-carnation:hover, .table-hover .table-carnation:hover > td, .table-hover .table-carnation:hover > th {
    background-color: #f9bbb6
}

.table-congress-blue, .table-congress-blue > th, .table-congress-blue > td {
    background-color: #b8c7dd
}

.table-congress-blue th, .table-congress-blue td, .table-congress-blue thead th, .table-congress-blue tbody + tbody {
    border-color: #7a98c0
}

.table-hover .table-congress-blue:hover, .table-hover .table-congress-blue:hover > td, .table-hover .table-congress-blue:hover > th {
    background-color: #a7b9d5
}

.table-catskill-white-2, .table-catskill-white-2 > th, .table-catskill-white-2 > td {
    background-color: #fcfcfe
}

.table-catskill-white-2 th, .table-catskill-white-2 td, .table-catskill-white-2 thead th, .table-catskill-white-2 tbody + tbody {
    border-color: #f9fafc
}

.table-hover .table-catskill-white-2:hover, .table-hover .table-catskill-white-2:hover > td, .table-hover .table-catskill-white-2:hover > th {
    background-color: #e9e9f8
}

.table-catskill-white, .table-catskill-white > th, .table-catskill-white > td {
    background-color: #fdfefe
}

.table-catskill-white th, .table-catskill-white td, .table-catskill-white thead th, .table-catskill-white tbody + tbody {
    border-color: #fcfcfd
}

.table-hover .table-catskill-white:hover, .table-hover .table-catskill-white:hover > td, .table-hover .table-catskill-white:hover > th {
    background-color: #ecf6f6
}

.table-punch, .table-punch > th, .table-punch > td {
    background-color: #f5c7c4
}

.table-punch th, .table-punch td, .table-punch thead th, .table-punch tbody + tbody {
    border-color: #ec9792
}

.table-hover .table-punch:hover, .table-hover .table-punch:hover > td, .table-hover .table-punch:hover > th {
    background-color: #f1b2ae
}

.table-waterloo, .table-waterloo > th, .table-waterloo > td {
    background-color: #dbdce5
}

.table-waterloo th, .table-waterloo td, .table-waterloo thead th, .table-waterloo tbody + tbody {
    border-color: #bbbece
}

.table-hover .table-waterloo:hover, .table-hover .table-waterloo:hover > td, .table-hover .table-waterloo:hover > th {
    background-color: #ccceda
}

.table-periwinkle-gray, .table-periwinkle-gray > th, .table-periwinkle-gray > td {
    background-color: #f3f5fa
}

.table-periwinkle-gray th, .table-periwinkle-gray td, .table-periwinkle-gray thead th, .table-periwinkle-gray tbody + tbody {
    border-color: #e8edf5
}

.table-hover .table-periwinkle-gray:hover, .table-hover .table-periwinkle-gray:hover > td, .table-hover .table-periwinkle-gray:hover > th {
    background-color: #e1e6f3
}

.table-bunting, .table-bunting > th, .table-bunting > td {
    background-color: #bcbfc9
}

.table-bunting th, .table-bunting td, .table-bunting thead th, .table-bunting tbody + tbody {
    border-color: #83879b
}

.table-hover .table-bunting:hover, .table-hover .table-bunting:hover > td, .table-hover .table-bunting:hover > th {
    background-color: #aeb2be
}

.table-cornflower-blue, .table-cornflower-blue > th, .table-cornflower-blue > td {
    background-color: #d0e4fd
}

.table-cornflower-blue th, .table-cornflower-blue td, .table-cornflower-blue thead th, .table-cornflower-blue tbody + tbody {
    border-color: #a8cefb
}

.table-hover .table-cornflower-blue:hover, .table-hover .table-cornflower-blue:hover > td, .table-hover .table-cornflower-blue:hover > th {
    background-color: #b8d6fc
}

.table-botticelli, .table-botticelli > th, .table-botticelli > td {
    background-color: #f6f8fb
}

.table-botticelli th, .table-botticelli td, .table-botticelli thead th, .table-botticelli tbody + tbody {
    border-color: #eef1f8
}

.table-hover .table-botticelli:hover, .table-hover .table-botticelli:hover > td, .table-hover .table-botticelli:hover > th {
    background-color: #e4eaf3
}

.table-matisse, .table-matisse > th, .table-matisse > td {
    background-color: #c1cfe4
}

.table-matisse th, .table-matisse td, .table-matisse thead th, .table-matisse tbody + tbody {
    border-color: #8ca5cd
}

.table-hover .table-matisse:hover, .table-hover .table-matisse:hover > td, .table-hover .table-matisse:hover > th {
    background-color: #afc1dc
}

.table-pale-sky, .table-pale-sky > th, .table-pale-sky > td {
    background-color: #d3d7dc
}

.table-pale-sky th, .table-pale-sky td, .table-pale-sky thead th, .table-pale-sky tbody + tbody {
    border-color: #adb4bd
}

.table-hover .table-pale-sky:hover, .table-hover .table-pale-sky:hover > td, .table-hover .table-pale-sky:hover > th {
    background-color: #c5cad1
}

.table-woodsmoke, .table-woodsmoke > th, .table-woodsmoke > td {
    background-color: #bdbdbf
}

.table-woodsmoke th, .table-woodsmoke td, .table-woodsmoke thead th, .table-woodsmoke tbody + tbody {
    border-color: #848587
}

.table-hover .table-woodsmoke:hover, .table-hover .table-woodsmoke:hover > td, .table-hover .table-woodsmoke:hover > th {
    background-color: #b0b0b2
}

.table-abbey, .table-abbey > th, .table-abbey > td {
    background-color: #ceced0
}

.table-abbey th, .table-abbey td, .table-abbey thead th, .table-abbey tbody + tbody {
    border-color: #a3a5a8
}

.table-hover .table-abbey:hover, .table-hover .table-abbey:hover > td, .table-hover .table-abbey:hover > th {
    background-color: #c1c1c4
}

.table-tuna, .table-tuna > th, .table-tuna > td {
    background-color: #c5c6ca
}

.table-tuna th, .table-tuna td, .table-tuna thead th, .table-tuna tbody + tbody {
    border-color: #94969c
}

.table-hover .table-tuna:hover, .table-hover .table-tuna:hover > td, .table-hover .table-tuna:hover > th {
    background-color: #b8b9be
}

.table-charade, .table-charade > th, .table-charade > td {
    background-color: #c3c3c6
}

.table-charade th, .table-charade td, .table-charade thead th, .table-charade tbody + tbody {
    border-color: #8f9095
}

.table-hover .table-charade:hover, .table-hover .table-charade:hover > td, .table-hover .table-charade:hover > th {
    background-color: #b6b6ba
}

.table-charade-2, .table-charade-2 > th, .table-charade-2 > td {
    background-color: #c2c3c5
}

.table-charade-2 th, .table-charade-2 td, .table-charade-2 thead th, .table-charade-2 tbody + tbody {
    border-color: #8d8f93
}

.table-hover .table-charade-2:hover, .table-hover .table-charade-2:hover > td, .table-hover .table-charade-2:hover > th {
    background-color: #b5b6b9
}

.table-manatee, .table-manatee > th, .table-manatee > td {
    background-color: #e0e1e5
}

.table-manatee th, .table-manatee td, .table-manatee thead th, .table-manatee tbody + tbody {
    border-color: #c5c7cf
}

.table-hover .table-manatee:hover, .table-hover .table-manatee:hover > td, .table-hover .table-manatee:hover > th {
    background-color: #d2d4d9
}

.table-ebony-clay, .table-ebony-clay > th, .table-ebony-clay > td {
    background-color: #c1c4ca
}

.table-ebony-clay th, .table-ebony-clay td, .table-ebony-clay thead th, .table-ebony-clay tbody + tbody {
    border-color: #8c929c
}

.table-hover .table-ebony-clay:hover, .table-hover .table-ebony-clay:hover > td, .table-hover .table-ebony-clay:hover > th {
    background-color: #b3b7be
}

.table-royal-blue, .table-royal-blue > th, .table-royal-blue > td {
    background-color: #bfd6f9
}

.table-royal-blue th, .table-royal-blue td, .table-royal-blue thead th, .table-royal-blue tbody + tbody {
    border-color: #88b4f4
}

.table-hover .table-royal-blue:hover, .table-hover .table-royal-blue:hover > td, .table-hover .table-royal-blue:hover > th {
    background-color: #a8c7f7
}

.table-regent-gray, .table-regent-gray > th, .table-regent-gray > td {
    background-color: #dfe2e5
}

.table-regent-gray th, .table-regent-gray td, .table-regent-gray thead th, .table-regent-gray tbody + tbody {
    border-color: #c3c8cf
}

.table-hover .table-regent-gray:hover, .table-hover .table-regent-gray:hover > td, .table-hover .table-regent-gray:hover > th {
    background-color: #d1d5da
}

.table-big-stone, .table-big-stone > th, .table-big-stone > td {
    background-color: #bdc2c7
}

.table-big-stone th, .table-big-stone td, .table-big-stone thead th, .table-big-stone tbody + tbody {
    border-color: #848e98
}

.table-hover .table-big-stone:hover, .table-hover .table-big-stone:hover > td, .table-hover .table-big-stone:hover > th {
    background-color: #afb5bb
}

.table-mariner, .table-mariner > th, .table-mariner > td {
    background-color: #c4d9ed
}

.table-mariner th, .table-mariner td, .table-mariner thead th, .table-mariner tbody + tbody {
    border-color: #92b9dd
}

.table-hover .table-mariner:hover, .table-hover .table-mariner:hover > td, .table-hover .table-mariner:hover > th {
    background-color: #b0cce7
}

.table-endeavour, .table-endeavour > th, .table-endeavour > td {
    background-color: #b8cfe6
}

.table-endeavour th, .table-endeavour td, .table-endeavour thead th, .table-endeavour tbody + tbody {
    border-color: #7aa6d0
}

.table-hover .table-endeavour:hover, .table-hover .table-endeavour:hover > td, .table-hover .table-endeavour:hover > th {
    background-color: #a5c2df
}

.table-downriver, .table-downriver > th, .table-downriver > td {
    background-color: #bac2cd
}

.table-downriver th, .table-downriver td, .table-downriver thead th, .table-downriver tbody + tbody {
    border-color: #808ea3
}

.table-hover .table-downriver:hover, .table-hover .table-downriver:hover > td, .table-hover .table-downriver:hover > th {
    background-color: #abb5c2
}

.table-blue-zodiac, .table-blue-zodiac > th, .table-blue-zodiac > td {
    background-color: #bbbdc9
}

.table-blue-zodiac th, .table-blue-zodiac td, .table-blue-zodiac thead th, .table-blue-zodiac tbody + tbody {
    border-color: #80859b
}

.table-hover .table-blue-zodiac:hover, .table-hover .table-blue-zodiac:hover > td, .table-hover .table-blue-zodiac:hover > th {
    background-color: #adafbe
}

.table-dodger-blue-2, .table-dodger-blue-2 > th, .table-dodger-blue-2 > td {
    background-color: #c3ecff
}

.table-dodger-blue-2 th, .table-dodger-blue-2 td, .table-dodger-blue-2 thead th, .table-dodger-blue-2 tbody + tbody {
    border-color: #8fdcff
}

.table-hover .table-dodger-blue-2:hover, .table-hover .table-dodger-blue-2:hover > td, .table-hover .table-dodger-blue-2:hover > th {
    background-color: #aae4ff
}

.table-dodger-blue, .table-dodger-blue > th, .table-dodger-blue > td {
    background-color: #bae1ff
}

.table-dodger-blue th, .table-dodger-blue td, .table-dodger-blue thead th, .table-dodger-blue tbody + tbody {
    border-color: #80c8ff
}

.table-hover .table-dodger-blue:hover, .table-hover .table-dodger-blue:hover > td, .table-hover .table-dodger-blue:hover > th {
    background-color: #a1d6ff
}

.table-athens-gray, .table-athens-gray > th, .table-athens-gray > td {
    background-color: #f8f8f9
}

.table-athens-gray th, .table-athens-gray td, .table-athens-gray thead th, .table-athens-gray tbody + tbody {
    border-color: #f2f3f5
}

.table-hover .table-athens-gray:hover, .table-hover .table-athens-gray:hover > td, .table-hover .table-athens-gray:hover > th {
    background-color: #eaeaed
}

.table-polo-blue, .table-polo-blue > th, .table-polo-blue > td {
    background-color: #dbe7f2
}

.table-polo-blue th, .table-polo-blue td, .table-polo-blue thead th, .table-polo-blue tbody + tbody {
    border-color: #bcd2e7
}

.table-hover .table-polo-blue:hover, .table-hover .table-polo-blue:hover > td, .table-hover .table-polo-blue:hover > th {
    background-color: #c8dbeb
}

.table-dove-gray, .table-dove-gray > th, .table-dove-gray > td {
    background-color: #d8d8d8
}

.table-dove-gray th, .table-dove-gray td, .table-dove-gray thead th, .table-dove-gray tbody + tbody {
    border-color: #b6b6b6
}

.table-hover .table-dove-gray:hover, .table-hover .table-dove-gray:hover > td, .table-hover .table-dove-gray:hover > th {
    background-color: #cbcbcb
}

.table-selago, .table-selago > th, .table-selago > td {
    background-color: #fbfcfe
}

.table-selago th, .table-selago td, .table-selago thead th, .table-selago tbody + tbody {
    border-color: #f8fafe
}

.table-hover .table-selago:hover, .table-hover .table-selago:hover > td, .table-hover .table-selago:hover > th {
    background-color: #e7edf9
}

.table-whisper, .table-whisper > th, .table-whisper > td {
    background-color: #fefefe
}

.table-whisper th, .table-whisper td, .table-whisper thead th, .table-whisper tbody + tbody {
    border-color: #fdfdfe
}

.table-hover .table-whisper:hover, .table-hover .table-whisper:hover > td, .table-hover .table-whisper:hover > th {
    background-color: #f1f1f1
}

.table-zircon, .table-zircon > th, .table-zircon > td {
    background-color: #fefeff
}

.table-zircon th, .table-zircon td, .table-zircon thead th, .table-zircon tbody + tbody {
    border-color: #fcfdff
}

.table-hover .table-zircon:hover, .table-hover .table-zircon:hover > td, .table-hover .table-zircon:hover > th {
    background-color: #e5e5ff
}

.table-crimson, .table-crimson > th, .table-crimson > td {
    background-color: #fbbfbf
}

.table-crimson th, .table-crimson td, .table-crimson thead th, .table-crimson tbody + tbody {
    border-color: #f78888
}

.table-hover .table-crimson:hover, .table-hover .table-crimson:hover > td, .table-hover .table-crimson:hover > th {
    background-color: #faa7a7
}

.table-santas-gray, .table-santas-gray > th, .table-santas-gray > td {
    background-color: #e2e3eb
}

.table-santas-gray th, .table-santas-gray td, .table-santas-gray thead th, .table-santas-gray tbody + tbody {
    border-color: #c8ccd9
}

.table-hover .table-santas-gray:hover, .table-hover .table-santas-gray:hover > td, .table-hover .table-santas-gray:hover > th {
    background-color: #d3d4e1
}

.table-steel-blue, .table-steel-blue > th, .table-steel-blue > td {
    background-color: #cddded
}

.table-steel-blue th, .table-steel-blue td, .table-steel-blue thead th, .table-steel-blue tbody + tbody {
    border-color: #a2c0de
}

.table-hover .table-steel-blue:hover, .table-hover .table-steel-blue:hover > td, .table-hover .table-steel-blue:hover > th {
    background-color: #bad0e6
}

.table-midnight-blue, .table-midnight-blue > th, .table-midnight-blue > td {
    background-color: #b8c3d4
}

.table-midnight-blue th, .table-midnight-blue td, .table-midnight-blue thead th, .table-midnight-blue tbody + tbody {
    border-color: #7a8fb0
}

.table-hover .table-midnight-blue:hover, .table-hover .table-midnight-blue:hover > td, .table-hover .table-midnight-blue:hover > th {
    background-color: #a8b6ca
}

.table-chathams-blue, .table-chathams-blue > th, .table-chathams-blue > td {
    background-color: #bfc9d9
}

.table-chathams-blue th, .table-chathams-blue td, .table-chathams-blue thead th, .table-chathams-blue tbody + tbody {
    border-color: #889ab8
}

.table-hover .table-chathams-blue:hover, .table-hover .table-chathams-blue:hover > td, .table-hover .table-chathams-blue:hover > th {
    background-color: #afbcd0
}

.table-wild-blue-yonder, .table-wild-blue-yonder > th, .table-wild-blue-yonder > td {
    background-color: #dae0e9
}

.table-wild-blue-yonder th, .table-wild-blue-yonder td, .table-wild-blue-yonder thead th, .table-wild-blue-yonder tbody + tbody {
    border-color: #bbc5d6
}

.table-hover .table-wild-blue-yonder:hover, .table-hover .table-wild-blue-yonder:hover > td, .table-hover .table-wild-blue-yonder:hover > th {
    background-color: #cad3df
}

.table-casper, .table-casper > th, .table-casper > td {
    background-color: #ebeef3
}

.table-casper th, .table-casper td, .table-casper thead th, .table-casper tbody + tbody {
    border-color: #d9dfe9
}

.table-hover .table-casper:hover, .table-hover .table-casper:hover > td, .table-hover .table-casper:hover > th {
    background-color: #dbe0e9
}

.table-sun, .table-sun > th, .table-sun > td {
    background-color: #fee5bb
}

.table-sun th, .table-sun td, .table-sun thead th, .table-sun tbody + tbody {
    border-color: #fccf81
}

.table-hover .table-sun:hover, .table-hover .table-sun:hover > td, .table-hover .table-sun:hover > th {
    background-color: #fedba2
}

.table-havelock-blue, .table-havelock-blue > th, .table-havelock-blue > td {
    background-color: #cce0f7
}

.table-havelock-blue th, .table-havelock-blue td, .table-havelock-blue thead th, .table-havelock-blue tbody + tbody {
    border-color: #a1c5f0
}

.table-hover .table-havelock-blue:hover, .table-hover .table-havelock-blue:hover > td, .table-hover .table-havelock-blue:hover > th {
    background-color: #b6d3f4
}

.table-mischka, .table-mischka > th, .table-mischka > td {
    background-color: #f5f6f8
}

.table-mischka th, .table-mischka td, .table-mischka thead th, .table-mischka tbody + tbody {
    border-color: #edeef1
}

.table-hover .table-mischka:hover, .table-hover .table-mischka:hover > td, .table-hover .table-mischka:hover > th {
    background-color: #e6e9ee
}

.table-blue-haze, .table-blue-haze > th, .table-blue-haze > td {
    background-color: #f0f2f6
}

.table-blue-haze th, .table-blue-haze td, .table-blue-haze thead th, .table-blue-haze tbody + tbody {
    border-color: #e3e7ee
}

.table-hover .table-blue-haze:hover, .table-hover .table-blue-haze:hover > td, .table-hover .table-blue-haze:hover > th {
    background-color: #e0e4ec
}

.table-active, .table-active > th, .table-active > td, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: #00000013
}

.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 th, .table-dark td, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #ffffff0d
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: #ffffff13
}

@media (max-width: 374.98px) {
    .table-responsive-xxs {
        width: 100%;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto
    }

    .table-responsive-xxs > .table-bordered {
        border: 0
    }
}

@media (max-width: 479.98px) {
    .table-responsive-xs {
        width: 100%;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto
    }

    .table-responsive-xs > .table-bordered {
        border: 0
    }
}

@media (max-width: 599.98px) {
    .table-responsive-s {
        width: 100%;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto
    }

    .table-responsive-s > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-m {
        width: 100%;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto
    }

    .table-responsive-m > .table-bordered {
        border: 0
    }
}

@media (max-width: 923.98px) {
    .table-responsive-l {
        width: 100%;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto
    }

    .table-responsive-l > .table-bordered {
        border: 0
    }
}

@media (max-width: 1167.98px) {
    .table-responsive-xl {
        width: 100%;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xxl {
        width: 100%;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto
    }

    .table-responsive-xxl > .table-bordered {
        border: 0
    }
}

@media (max-width: 1919.98px) {
    .table-responsive-xxxl {
        width: 100%;
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto
    }

    .table-responsive-xxxl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control, body #et-boc input[type=tel], body #et-boc input[type=text], body #et-boc input[type=email], body #et-boc input[type=password], body.et-db #et-boc input[type=tel], body.et-db #et-boc input[type=text], body.et-db #et-boc input[type=email], body.et-db #et-boc input[type=password], body .et-db #et-boc input[type=tel], body .et-db #et-boc input[type=text], body .et-db #et-boc input[type=email], body .et-db #et-boc input[type=password], body.et-db #et-boc .et-l .et_pb_module input[type=tel], body.et-db #et-boc .et-l .et_pb_module input[type=text], body.et-db #et-boc .et-l .et_pb_module input[type=email], body.et-db #et-boc .et-l .et_pb_module input[type=password], body .et-db #et-boc .et-l .et_pb_module input[type=tel], body .et-db #et-boc .et-l .et_pb_module input[type=text], body .et-db #et-boc .et-l .et_pb_module input[type=email], body .et-db #et-boc .et-l .et_pb_module input[type=password], body #et-boc select, body #et-boc textarea, body.et-db #et-boc select, body.et-db #et-boc textarea, body .et-db #et-boc select, body .et-db #et-boc textarea, body.et-db #et-boc .et-l .et_pb_module select, body.et-db #et-boc .et-l .et_pb_module textarea, body .et-db #et-boc .et-l .et_pb_module select, body .et-db #et-boc .et-l .et_pb_module textarea, .form__control {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: block
}

.form-control::-ms-expand, body #et-boc input[type=tel]::-ms-expand, body #et-boc input[type=text]::-ms-expand, body #et-boc input[type=email]::-ms-expand, body #et-boc input[type=password]::-ms-expand, body.et-db #et-boc input[type=tel]::-ms-expand, body.et-db #et-boc input[type=text]::-ms-expand, body.et-db #et-boc input[type=email]::-ms-expand, body.et-db #et-boc input[type=password]::-ms-expand, body .et-db #et-boc input[type=tel]::-ms-expand, body .et-db #et-boc input[type=text]::-ms-expand, body .et-db #et-boc input[type=email]::-ms-expand, body .et-db #et-boc input[type=password]::-ms-expand, body.et-db #et-boc .et-l .et_pb_module input[type=tel]::-ms-expand, body.et-db #et-boc .et-l .et_pb_module input[type=text]::-ms-expand, body.et-db #et-boc .et-l .et_pb_module input[type=email]::-ms-expand, body.et-db #et-boc .et-l .et_pb_module input[type=password]::-ms-expand, body .et-db #et-boc .et-l .et_pb_module input[type=tel]::-ms-expand, body .et-db #et-boc .et-l .et_pb_module input[type=text]::-ms-expand, body .et-db #et-boc .et-l .et_pb_module input[type=email]::-ms-expand, body .et-db #et-boc .et-l .et_pb_module input[type=password]::-ms-expand, body #et-boc select::-ms-expand, body #et-boc textarea::-ms-expand, body.et-db #et-boc select::-ms-expand, body.et-db #et-boc textarea::-ms-expand, body .et-db #et-boc select::-ms-expand, body .et-db #et-boc textarea::-ms-expand, body.et-db #et-boc .et-l .et_pb_module select::-ms-expand, body.et-db #et-boc .et-l .et_pb_module textarea::-ms-expand, body .et-db #et-boc .et-l .et_pb_module select::-ms-expand, body .et-db #et-boc .et-l .et_pb_module textarea::-ms-expand, .form__control::-ms-expand {
    background-color: #0000;
    border: 0
}

.form-control:focus, body #et-boc input[type=tel]:focus, body #et-boc input[type=text]:focus, body #et-boc input[type=email]:focus, body #et-boc input[type=password]:focus, body.et-db #et-boc .et-l .et_pb_module input[type=tel]:focus, body.et-db #et-boc .et-l .et_pb_module input[type=text]:focus, body.et-db #et-boc .et-l .et_pb_module input[type=email]:focus, body.et-db #et-boc .et-l .et_pb_module input[type=password]:focus, body .et-db #et-boc .et-l .et_pb_module input[type=tel]:focus, body .et-db #et-boc .et-l .et_pb_module input[type=text]:focus, body .et-db #et-boc .et-l .et_pb_module input[type=email]:focus, body .et-db #et-boc .et-l .et_pb_module input[type=password]:focus, body #et-boc select:focus, body #et-boc textarea:focus, body.et-db #et-boc select:focus, body.et-db #et-boc textarea:focus, body .et-db #et-boc select:focus, body .et-db #et-boc textarea:focus, body.et-db #et-boc .et-l .et_pb_module select:focus, body.et-db #et-boc .et-l .et_pb_module textarea:focus, body .et-db #et-boc .et-l .et_pb_module select:focus, body .et-db #et-boc .et-l .et_pb_module textarea:focus, .form__control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem #007bff40
}

.form-control::placeholder, body #et-boc input[type=tel]::placeholder, body #et-boc input[type=text]::placeholder, body #et-boc input[type=email]::placeholder, body #et-boc input[type=password]::placeholder, body.et-db #et-boc input[type=tel]::placeholder, body.et-db #et-boc input[type=text]::placeholder, body.et-db #et-boc input[type=email]::placeholder, body.et-db #et-boc input[type=password]::placeholder, body .et-db #et-boc input[type=tel]::placeholder, body .et-db #et-boc input[type=text]::placeholder, body .et-db #et-boc input[type=email]::placeholder, body .et-db #et-boc input[type=password]::placeholder, body.et-db #et-boc .et-l .et_pb_module input[type=tel]::placeholder, body.et-db #et-boc .et-l .et_pb_module input[type=text]::placeholder, body.et-db #et-boc .et-l .et_pb_module input[type=email]::placeholder, body.et-db #et-boc .et-l .et_pb_module input[type=password]::placeholder, body .et-db #et-boc .et-l .et_pb_module input[type=tel]::placeholder, body .et-db #et-boc .et-l .et_pb_module input[type=text]::placeholder, body .et-db #et-boc .et-l .et_pb_module input[type=email]::placeholder, body .et-db #et-boc .et-l .et_pb_module input[type=password]::placeholder, body #et-boc select::placeholder, body #et-boc textarea::placeholder, body.et-db #et-boc select::placeholder, body.et-db #et-boc textarea::placeholder, body .et-db #et-boc select::placeholder, body .et-db #et-boc textarea::placeholder, body.et-db #et-boc .et-l .et_pb_module select::placeholder, body.et-db #et-boc .et-l .et_pb_module textarea::placeholder, body .et-db #et-boc .et-l .et_pb_module select::placeholder, body .et-db #et-boc .et-l .et_pb_module textarea::placeholder, .form__control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, body #et-boc input[type=tel]:disabled, body #et-boc input[type=text]:disabled, body #et-boc input[type=email]:disabled, body #et-boc input[type=password]:disabled, body.et-db #et-boc .et-l .et_pb_module input[type=tel]:disabled, body.et-db #et-boc .et-l .et_pb_module input[type=text]:disabled, body.et-db #et-boc .et-l .et_pb_module input[type=email]:disabled, body.et-db #et-boc .et-l .et_pb_module input[type=password]:disabled, body .et-db #et-boc .et-l .et_pb_module input[type=tel]:disabled, body .et-db #et-boc .et-l .et_pb_module input[type=text]:disabled, body .et-db #et-boc .et-l .et_pb_module input[type=email]:disabled, body .et-db #et-boc .et-l .et_pb_module input[type=password]:disabled, body #et-boc select:disabled, body #et-boc textarea:disabled, body.et-db #et-boc select:disabled, body.et-db #et-boc textarea:disabled, body .et-db #et-boc select:disabled, body .et-db #et-boc textarea:disabled, body.et-db #et-boc .et-l .et_pb_module select:disabled, body.et-db #et-boc .et-l .et_pb_module textarea:disabled, body .et-db #et-boc .et-l .et_pb_module select:disabled, body .et-db #et-boc .et-l .et_pb_module textarea:disabled, .form__control:disabled, .form-control[readonly], body #et-boc input[readonly][type=tel], body #et-boc input[readonly][type=text], body #et-boc input[readonly][type=email], body #et-boc input[readonly][type=password], body.et-db #et-boc .et-l .et_pb_module input[readonly][type=tel], body.et-db #et-boc .et-l .et_pb_module input[readonly][type=text], body.et-db #et-boc .et-l .et_pb_module input[readonly][type=email], body.et-db #et-boc .et-l .et_pb_module input[readonly][type=password], body .et-db #et-boc .et-l .et_pb_module input[readonly][type=tel], body .et-db #et-boc .et-l .et_pb_module input[readonly][type=text], body .et-db #et-boc .et-l .et_pb_module input[readonly][type=email], body .et-db #et-boc .et-l .et_pb_module input[readonly][type=password], body #et-boc select[readonly], body #et-boc textarea[readonly], body.et-db #et-boc select[readonly], body.et-db #et-boc textarea[readonly], body .et-db #et-boc select[readonly], body .et-db #et-boc textarea[readonly], body.et-db #et-boc .et-l .et_pb_module select[readonly], body.et-db #et-boc .et-l .et_pb_module textarea[readonly], body .et-db #et-boc .et-l .et_pb_module select[readonly], body .et-db #et-boc .et-l .et_pb_module textarea[readonly], [readonly].form__control {
    opacity: 1;
    background-color: #e9ecef
}

input[type=date].form-control, body #et-boc input[type=date][type=tel], body #et-boc input[type=date][type=text], body #et-boc input[type=date][type=email], body #et-boc input[type=date][type=password], body.et-db #et-boc .et-l .et_pb_module input[type=date][type=tel], body.et-db #et-boc .et-l .et_pb_module input[type=date][type=text], body.et-db #et-boc .et-l .et_pb_module input[type=date][type=email], body.et-db #et-boc .et-l .et_pb_module input[type=date][type=password], body .et-db #et-boc .et-l .et_pb_module input[type=date][type=tel], body .et-db #et-boc .et-l .et_pb_module input[type=date][type=text], body .et-db #et-boc .et-l .et_pb_module input[type=date][type=email], body .et-db #et-boc .et-l .et_pb_module input[type=date][type=password], input[type=date].form__control, input[type=time].form-control, body #et-boc input[type=time][type=tel], body #et-boc input[type=time][type=text], body #et-boc input[type=time][type=email], body #et-boc input[type=time][type=password], body.et-db #et-boc .et-l .et_pb_module input[type=time][type=tel], body.et-db #et-boc .et-l .et_pb_module input[type=time][type=text], body.et-db #et-boc .et-l .et_pb_module input[type=time][type=email], body.et-db #et-boc .et-l .et_pb_module input[type=time][type=password], body .et-db #et-boc .et-l .et_pb_module input[type=time][type=tel], body .et-db #et-boc .et-l .et_pb_module input[type=time][type=text], body .et-db #et-boc .et-l .et_pb_module input[type=time][type=email], body .et-db #et-boc .et-l .et_pb_module input[type=time][type=password], input[type=time].form__control, input[type=datetime-local].form-control, body #et-boc input[type=datetime-local][type=tel], body #et-boc input[type=datetime-local][type=text], body #et-boc input[type=datetime-local][type=email], body #et-boc input[type=datetime-local][type=password], body.et-db #et-boc .et-l .et_pb_module input[type=datetime-local][type=tel], body.et-db #et-boc .et-l .et_pb_module input[type=datetime-local][type=text], body.et-db #et-boc .et-l .et_pb_module input[type=datetime-local][type=email], body.et-db #et-boc .et-l .et_pb_module input[type=datetime-local][type=password], body .et-db #et-boc .et-l .et_pb_module input[type=datetime-local][type=tel], body .et-db #et-boc .et-l .et_pb_module input[type=datetime-local][type=text], body .et-db #et-boc .et-l .et_pb_module input[type=datetime-local][type=email], body .et-db #et-boc .et-l .et_pb_module input[type=datetime-local][type=password], input[type=datetime-local].form__control, input[type=month].form-control, body #et-boc input[type=month][type=tel], body #et-boc input[type=month][type=text], body #et-boc input[type=month][type=email], body #et-boc input[type=month][type=password], body.et-db #et-boc .et-l .et_pb_module input[type=month][type=tel], body.et-db #et-boc .et-l .et_pb_module input[type=month][type=text], body.et-db #et-boc .et-l .et_pb_module input[type=month][type=email], body.et-db #et-boc .et-l .et_pb_module input[type=month][type=password], body .et-db #et-boc .et-l .et_pb_module input[type=month][type=tel], body .et-db #et-boc .et-l .et_pb_module input[type=month][type=text], body .et-db #et-boc .et-l .et_pb_module input[type=month][type=email], body .et-db #et-boc .et-l .et_pb_module input[type=month][type=password], input[type=month].form__control {
    -webkit-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring, body #et-boc select:-moz-focusring, body.et-db #et-boc select:-moz-focusring, body .et-db #et-boc select:-moz-focusring, body.et-db #et-boc .et-l .et_pb_module select:-moz-focusring, body .et-db #et-boc .et-l .et_pb_module select:-moz-focusring, select.form__control:-moz-focusring {
    color: #0000;
    text-shadow: 0 0 #495057
}

select.form-control:focus::-ms-value, body #et-boc select:focus::-ms-value, body.et-db #et-boc select:focus::-ms-value, body .et-db #et-boc select:focus::-ms-value, body.et-db #et-boc .et-l .et_pb_module select:focus::-ms-value, body .et-db #et-boc .et-l .et_pb_module select:focus::-ms-value, select.form__control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    width: 100%;
    display: block
}

.col-form-label {
    font-size: inherit;
    margin-bottom: 0;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    width: 100%;
    color: #0a264e;
    background-color: #0000;
    border: 1px solid #0000;
    border-width: 1px 0;
    margin-bottom: 0;
    padding: .375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    display: block
}

.form-control-plaintext.form-control-sm, body #et-boc .gform_wrapper--sm input.form-control-plaintext[type=tel], body #et-boc .gform_wrapper--sm input.form-control-plaintext[type=text], body #et-boc .gform_wrapper--sm input.form-control-plaintext[type=email], body #et-boc .gform_wrapper--sm input.form-control-plaintext[type=password], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input.form-control-plaintext[type=tel], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input.form-control-plaintext[type=text], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input.form-control-plaintext[type=email], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input.form-control-plaintext[type=password], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input.form-control-plaintext[type=tel], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input.form-control-plaintext[type=text], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input.form-control-plaintext[type=email], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input.form-control-plaintext[type=password], .form-control-plaintext.form-control-lg, body #et-boc .gform_wrapper--lg input.form-control-plaintext[type=tel], body #et-boc .gform_wrapper--lg input.form-control-plaintext[type=text], body #et-boc .gform_wrapper--lg input.form-control-plaintext[type=email], body #et-boc .gform_wrapper--lg input.form-control-plaintext[type=password], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input.form-control-plaintext[type=tel], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input.form-control-plaintext[type=text], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input.form-control-plaintext[type=email], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input.form-control-plaintext[type=password], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input.form-control-plaintext[type=tel], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input.form-control-plaintext[type=text], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input.form-control-plaintext[type=email], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input.form-control-plaintext[type=password] {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm, body #et-boc .gform_wrapper--sm input[type=tel], body #et-boc .gform_wrapper--sm input[type=text], body #et-boc .gform_wrapper--sm input[type=email], body #et-boc .gform_wrapper--sm input[type=password], body.et-db #et-boc .gform_wrapper--sm input[type=tel], body.et-db #et-boc .gform_wrapper--sm input[type=text], body.et-db #et-boc .gform_wrapper--sm input[type=email], body.et-db #et-boc .gform_wrapper--sm input[type=password], body .et-db #et-boc .gform_wrapper--sm input[type=tel], body .et-db #et-boc .gform_wrapper--sm input[type=text], body .et-db #et-boc .gform_wrapper--sm input[type=email], body .et-db #et-boc .gform_wrapper--sm input[type=password], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input[type=tel], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input[type=text], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input[type=email], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input[type=password], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input[type=tel], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input[type=text], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input[type=email], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input[type=password] {
    height: calc(1.5em + .5rem + 2px);
    border-radius: .2rem;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.form-control-lg, body #et-boc .gform_wrapper--lg input[type=tel], body #et-boc .gform_wrapper--lg input[type=text], body #et-boc .gform_wrapper--lg input[type=email], body #et-boc .gform_wrapper--lg input[type=password], body.et-db #et-boc .gform_wrapper--lg input[type=tel], body.et-db #et-boc .gform_wrapper--lg input[type=text], body.et-db #et-boc .gform_wrapper--lg input[type=email], body.et-db #et-boc .gform_wrapper--lg input[type=password], body .et-db #et-boc .gform_wrapper--lg input[type=tel], body .et-db #et-boc .gform_wrapper--lg input[type=text], body .et-db #et-boc .gform_wrapper--lg input[type=email], body .et-db #et-boc .gform_wrapper--lg input[type=password], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input[type=tel], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input[type=text], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input[type=email], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input[type=password], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input[type=tel], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input[type=text], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input[type=email], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input[type=password] {
    height: calc(1.5em + 1rem + 2px);
    border-radius: .3rem;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5
}

select.form-control[size], body #et-boc select[size], body.et-db #et-boc select[size], body .et-db #et-boc select[size], body.et-db #et-boc .et-l .et_pb_module select[size], body .et-db #et-boc .et-l .et_pb_module select[size], select[size].form__control, select.form-control[multiple], body #et-boc select[multiple], body.et-db #et-boc select[multiple], body .et-db #et-boc select[multiple], body.et-db #et-boc .et-l .et_pb_module select[multiple], body .et-db #et-boc .et-l .et_pb_module select[multiple], select[multiple].form__control, textarea.form-control, body #et-boc textarea, body.et-db #et-boc textarea, body .et-db #et-boc textarea, body.et-db #et-boc .et-l .et_pb_module textarea, body .et-db #et-boc .et-l .et_pb_module textarea, textarea.form__control {
    height: auto
}

.form-group, body #et-boc .gform_wrapper--bootstrap .gfield, body.et-db #et-boc .gform_wrapper--bootstrap .gfield, body .et-db #et-boc .gform_wrapper--bootstrap .gfield, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .gfield, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .gfield, .form__group {
    margin-bottom: 1rem
}

.form-text, .form__form-text {
    margin-top: .25rem;
    display: block
}

.form-row {
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    display: flex
}

.form-row > .col, .form-row > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.form-check {
    padding-left: 1.25rem;
    display: block;
    position: relative
}

.form-check-input {
    margin-top: .3rem;
    margin-left: -1.25rem;
    position: absolute
}

.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 {
    align-items: center;
    margin-right: .75rem;
    padding-left: 0;
    display: inline-flex
}

.form-check-inline .form-check-input {
    margin-top: 0;
    margin-left: 0;
    margin-right: .3125rem;
    position: static
}

.valid-feedback, .form__valid-feedback {
    width: 100%;
    color: #28a745;
    margin-top: .25rem;
    font-size: 80%;
    display: none
}

.valid-tooltip {
    z-index: 5;
    max-width: 100%;
    color: #fff;
    background-color: #28a745e6;
    border-radius: .25rem;
    margin-top: .1rem;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    display: none;
    position: absolute;
    top: 100%;
    left: 0
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 8px
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .form__valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .form__valid-feedback, .is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid, .was-validated body #et-boc input[type=tel]:valid, body #et-boc .was-validated input[type=tel]:valid, .was-validated body #et-boc input[type=text]:valid, body #et-boc .was-validated input[type=text]:valid, .was-validated body #et-boc input[type=email]:valid, body #et-boc .was-validated input[type=email]:valid, .was-validated body #et-boc input[type=password]:valid, body #et-boc .was-validated input[type=password]:valid, .was-validated body.et-db #et-boc .et-l .et_pb_module input[type=tel]:valid, body.et-db #et-boc .et-l .et_pb_module .was-validated input[type=tel]:valid, .was-validated body.et-db #et-boc .et-l .et_pb_module input[type=text]:valid, body.et-db #et-boc .et-l .et_pb_module .was-validated input[type=text]:valid, .was-validated body.et-db #et-boc .et-l .et_pb_module input[type=email]:valid, body.et-db #et-boc .et-l .et_pb_module .was-validated input[type=email]:valid, .was-validated body.et-db #et-boc .et-l .et_pb_module input[type=password]:valid, body.et-db #et-boc .et-l .et_pb_module .was-validated input[type=password]:valid, .was-validated body .et-db #et-boc .et-l .et_pb_module input[type=tel]:valid, body .et-db #et-boc .et-l .et_pb_module .was-validated input[type=tel]:valid, .was-validated body .et-db #et-boc .et-l .et_pb_module input[type=text]:valid, body .et-db #et-boc .et-l .et_pb_module .was-validated input[type=text]:valid, .was-validated body .et-db #et-boc .et-l .et_pb_module input[type=email]:valid, body .et-db #et-boc .et-l .et_pb_module .was-validated input[type=email]:valid, .was-validated body .et-db #et-boc .et-l .et_pb_module input[type=password]:valid, body .et-db #et-boc .et-l .et_pb_module .was-validated input[type=password]:valid, .was-validated body #et-boc select:valid, body #et-boc .was-validated select:valid, .was-validated body #et-boc textarea:valid, body #et-boc .was-validated textarea:valid, .was-validated body.et-db #et-boc .et-l .et_pb_module select:valid, body.et-db #et-boc .et-l .et_pb_module .was-validated select:valid, .was-validated body.et-db #et-boc .et-l .et_pb_module textarea:valid, body.et-db #et-boc .et-l .et_pb_module .was-validated textarea:valid, .was-validated body .et-db #et-boc .et-l .et_pb_module select:valid, body .et-db #et-boc .et-l .et_pb_module .was-validated select:valid, .was-validated body .et-db #et-boc .et-l .et_pb_module textarea:valid, body .et-db #et-boc .et-l .et_pb_module .was-validated textarea:valid, .was-validated .form__control:valid, .form-control.is-valid, body #et-boc input.is-valid[type=tel], body #et-boc input.is-valid[type=text], body #et-boc input.is-valid[type=email], body #et-boc input.is-valid[type=password], body.et-db #et-boc .et-l .et_pb_module input.is-valid[type=tel], body.et-db #et-boc .et-l .et_pb_module input.is-valid[type=text], body.et-db #et-boc .et-l .et_pb_module input.is-valid[type=email], body.et-db #et-boc .et-l .et_pb_module input.is-valid[type=password], body .et-db #et-boc .et-l .et_pb_module input.is-valid[type=tel], body .et-db #et-boc .et-l .et_pb_module input.is-valid[type=text], body .et-db #et-boc .et-l .et_pb_module input.is-valid[type=email], body .et-db #et-boc .et-l .et_pb_module input.is-valid[type=password], body #et-boc select.is-valid, body #et-boc textarea.is-valid, body.et-db #et-boc select.is-valid, body.et-db #et-boc textarea.is-valid, body .et-db #et-boc select.is-valid, body .et-db #et-boc textarea.is-valid, body.et-db #et-boc .et-l .et_pb_module select.is-valid, body.et-db #et-boc .et-l .et_pb_module textarea.is-valid, body .et-db #et-boc .et-l .et_pb_module select.is-valid, body .et-db #et-boc .et-l .et_pb_module textarea.is-valid, .is-valid.form__control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 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");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important
}

.was-validated .form-control:valid:focus, .was-validated body #et-boc input[type=tel]:valid:focus, body #et-boc .was-validated input[type=tel]:valid:focus, .was-validated body #et-boc input[type=text]:valid:focus, body #et-boc .was-validated input[type=text]:valid:focus, .was-validated body #et-boc input[type=email]:valid:focus, body #et-boc .was-validated input[type=email]:valid:focus, .was-validated body #et-boc input[type=password]:valid:focus, body #et-boc .was-validated input[type=password]:valid:focus, .was-validated body #et-boc select:valid:focus, body #et-boc .was-validated select:valid:focus, .was-validated body #et-boc textarea:valid:focus, body #et-boc .was-validated textarea:valid:focus, .was-validated body.et-db #et-boc .et-l .et_pb_module select:valid:focus, body.et-db #et-boc .et-l .et_pb_module .was-validated select:valid:focus, .was-validated body.et-db #et-boc .et-l .et_pb_module textarea:valid:focus, body.et-db #et-boc .et-l .et_pb_module .was-validated textarea:valid:focus, .was-validated body .et-db #et-boc .et-l .et_pb_module select:valid:focus, body .et-db #et-boc .et-l .et_pb_module .was-validated select:valid:focus, .was-validated body .et-db #et-boc .et-l .et_pb_module textarea:valid:focus, body .et-db #et-boc .et-l .et_pb_module .was-validated textarea:valid:focus, .was-validated .form__control:valid:focus, .form-control.is-valid:focus, body #et-boc input.is-valid[type=tel]:focus, body #et-boc input.is-valid[type=text]:focus, body #et-boc input.is-valid[type=email]:focus, body #et-boc input.is-valid[type=password]:focus, body #et-boc select.is-valid:focus, body #et-boc textarea.is-valid:focus, body.et-db #et-boc .et-l .et_pb_module select.is-valid:focus, body.et-db #et-boc .et-l .et_pb_module textarea.is-valid:focus, body .et-db #et-boc .et-l .et_pb_module select.is-valid:focus, body .et-db #et-boc .et-l .et_pb_module textarea.is-valid:focus, .is-valid.form__control:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem #28a74540
}

.was-validated select.form-control:valid, .was-validated body #et-boc select:valid, body #et-boc .was-validated select:valid, .was-validated body.et-db #et-boc .et-l .et_pb_module select:valid, body.et-db #et-boc .et-l .et_pb_module .was-validated select:valid, .was-validated body .et-db #et-boc .et-l .et_pb_module select:valid, body .et-db #et-boc .et-l .et_pb_module .was-validated select:valid, .was-validated select.form__control:valid, select.form-control.is-valid, body #et-boc select.is-valid, body.et-db #et-boc select.is-valid, body .et-db #et-boc select.is-valid, body.et-db #et-boc .et-l .et_pb_module select.is-valid, body .et-db #et-boc .et-l .et_pb_module select.is-valid, select.is-valid.form__control {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

.was-validated textarea.form-control:valid, .was-validated body #et-boc textarea:valid, body #et-boc .was-validated textarea:valid, .was-validated body.et-db #et-boc .et-l .et_pb_module textarea:valid, body.et-db #et-boc .et-l .et_pb_module .was-validated textarea:valid, .was-validated body .et-db #et-boc .et-l .et_pb_module textarea:valid, body .et-db #et-boc .et-l .et_pb_module .was-validated textarea:valid, .was-validated textarea.form__control:valid, textarea.form-control.is-valid, body #et-boc textarea.is-valid, body.et-db #et-boc textarea.is-valid, body .et-db #et-boc textarea.is-valid, body.et-db #et-boc .et-l .et_pb_module textarea.is-valid, body .et-db #et-boc .et-l .et_pb_module textarea.is-valid, textarea.is-valid.form__control {
    background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 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") right 1.75rem center/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem #28a74540
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .form__valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .form__valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid ~ .custom-control-label:before, .custom-control-input.is-valid ~ .custom-control-label:before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before, .custom-control-input.is-valid:checked ~ .custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before, .custom-control-input.is-valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem #28a74540
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem #28a74540
}

.invalid-feedback, .form__invalid-feedback {
    width: 100%;
    color: #dc3545;
    margin-top: .25rem;
    font-size: 80%;
    display: none
}

.invalid-tooltip {
    z-index: 5;
    max-width: 100%;
    color: #fff;
    background-color: #dc3545e6;
    border-radius: .25rem;
    margin-top: .1rem;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    display: none;
    position: absolute;
    top: 100%;
    left: 0
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 8px
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .form__invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .form__invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid, .was-validated body #et-boc input[type=tel]:invalid, body #et-boc .was-validated input[type=tel]:invalid, .was-validated body #et-boc input[type=text]:invalid, body #et-boc .was-validated input[type=text]:invalid, .was-validated body #et-boc input[type=email]:invalid, body #et-boc .was-validated input[type=email]:invalid, .was-validated body #et-boc input[type=password]:invalid, body #et-boc .was-validated input[type=password]:invalid, .was-validated body.et-db #et-boc .et-l .et_pb_module input[type=tel]:invalid, body.et-db #et-boc .et-l .et_pb_module .was-validated input[type=tel]:invalid, .was-validated body.et-db #et-boc .et-l .et_pb_module input[type=text]:invalid, body.et-db #et-boc .et-l .et_pb_module .was-validated input[type=text]:invalid, .was-validated body.et-db #et-boc .et-l .et_pb_module input[type=email]:invalid, body.et-db #et-boc .et-l .et_pb_module .was-validated input[type=email]:invalid, .was-validated body.et-db #et-boc .et-l .et_pb_module input[type=password]:invalid, body.et-db #et-boc .et-l .et_pb_module .was-validated input[type=password]:invalid, .was-validated body .et-db #et-boc .et-l .et_pb_module input[type=tel]:invalid, body .et-db #et-boc .et-l .et_pb_module .was-validated input[type=tel]:invalid, .was-validated body .et-db #et-boc .et-l .et_pb_module input[type=text]:invalid, body .et-db #et-boc .et-l .et_pb_module .was-validated input[type=text]:invalid, .was-validated body .et-db #et-boc .et-l .et_pb_module input[type=email]:invalid, body .et-db #et-boc .et-l .et_pb_module .was-validated input[type=email]:invalid, .was-validated body .et-db #et-boc .et-l .et_pb_module input[type=password]:invalid, body .et-db #et-boc .et-l .et_pb_module .was-validated input[type=password]:invalid, .was-validated body #et-boc select:invalid, body #et-boc .was-validated select:invalid, .was-validated body #et-boc textarea:invalid, body #et-boc .was-validated textarea:invalid, .was-validated body.et-db #et-boc .et-l .et_pb_module select:invalid, body.et-db #et-boc .et-l .et_pb_module .was-validated select:invalid, .was-validated body.et-db #et-boc .et-l .et_pb_module textarea:invalid, body.et-db #et-boc .et-l .et_pb_module .was-validated textarea:invalid, .was-validated body .et-db #et-boc .et-l .et_pb_module select:invalid, body .et-db #et-boc .et-l .et_pb_module .was-validated select:invalid, .was-validated body .et-db #et-boc .et-l .et_pb_module textarea:invalid, body .et-db #et-boc .et-l .et_pb_module .was-validated textarea:invalid, .was-validated .form__control:invalid, .form-control.is-invalid, body #et-boc input.is-invalid[type=tel], body #et-boc input.is-invalid[type=text], body #et-boc input.is-invalid[type=email], body #et-boc input.is-invalid[type=password], body.et-db #et-boc .et-l .et_pb_module input.is-invalid[type=tel], body.et-db #et-boc .et-l .et_pb_module input.is-invalid[type=text], body.et-db #et-boc .et-l .et_pb_module input.is-invalid[type=email], body.et-db #et-boc .et-l .et_pb_module input.is-invalid[type=password], body .et-db #et-boc .et-l .et_pb_module input.is-invalid[type=tel], body .et-db #et-boc .et-l .et_pb_module input.is-invalid[type=text], body .et-db #et-boc .et-l .et_pb_module input.is-invalid[type=email], body .et-db #et-boc .et-l .et_pb_module input.is-invalid[type=password], body #et-boc select.is-invalid, body #et-boc textarea.is-invalid, body.et-db #et-boc select.is-invalid, body.et-db #et-boc textarea.is-invalid, body .et-db #et-boc select.is-invalid, body .et-db #et-boc textarea.is-invalid, body.et-db #et-boc .et-l .et_pb_module select.is-invalid, body.et-db #et-boc .et-l .et_pb_module textarea.is-invalid, body .et-db #et-boc .et-l .et_pb_module select.is-invalid, body .et-db #et-boc .et-l .et_pb_module textarea.is-invalid, .is-invalid.form__control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important
}

.was-validated .form-control:invalid:focus, .was-validated body #et-boc input[type=tel]:invalid:focus, body #et-boc .was-validated input[type=tel]:invalid:focus, .was-validated body #et-boc input[type=text]:invalid:focus, body #et-boc .was-validated input[type=text]:invalid:focus, .was-validated body #et-boc input[type=email]:invalid:focus, body #et-boc .was-validated input[type=email]:invalid:focus, .was-validated body #et-boc input[type=password]:invalid:focus, body #et-boc .was-validated input[type=password]:invalid:focus, .was-validated body #et-boc select:invalid:focus, body #et-boc .was-validated select:invalid:focus, .was-validated body #et-boc textarea:invalid:focus, body #et-boc .was-validated textarea:invalid:focus, .was-validated body.et-db #et-boc .et-l .et_pb_module select:invalid:focus, body.et-db #et-boc .et-l .et_pb_module .was-validated select:invalid:focus, .was-validated body.et-db #et-boc .et-l .et_pb_module textarea:invalid:focus, body.et-db #et-boc .et-l .et_pb_module .was-validated textarea:invalid:focus, .was-validated body .et-db #et-boc .et-l .et_pb_module select:invalid:focus, body .et-db #et-boc .et-l .et_pb_module .was-validated select:invalid:focus, .was-validated body .et-db #et-boc .et-l .et_pb_module textarea:invalid:focus, body .et-db #et-boc .et-l .et_pb_module .was-validated textarea:invalid:focus, .was-validated .form__control:invalid:focus, .form-control.is-invalid:focus, body #et-boc input.is-invalid[type=tel]:focus, body #et-boc input.is-invalid[type=text]:focus, body #et-boc input.is-invalid[type=email]:focus, body #et-boc input.is-invalid[type=password]:focus, body #et-boc select.is-invalid:focus, body #et-boc textarea.is-invalid:focus, body.et-db #et-boc .et-l .et_pb_module select.is-invalid:focus, body.et-db #et-boc .et-l .et_pb_module textarea.is-invalid:focus, body .et-db #et-boc .et-l .et_pb_module select.is-invalid:focus, body .et-db #et-boc .et-l .et_pb_module textarea.is-invalid:focus, .is-invalid.form__control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem #dc354540
}

.was-validated select.form-control:invalid, .was-validated body #et-boc select:invalid, body #et-boc .was-validated select:invalid, .was-validated body.et-db #et-boc .et-l .et_pb_module select:invalid, body.et-db #et-boc .et-l .et_pb_module .was-validated select:invalid, .was-validated body .et-db #et-boc .et-l .et_pb_module select:invalid, body .et-db #et-boc .et-l .et_pb_module .was-validated select:invalid, .was-validated select.form__control:invalid, select.form-control.is-invalid, body #et-boc select.is-invalid, body.et-db #et-boc select.is-invalid, body .et-db #et-boc select.is-invalid, body.et-db #et-boc .et-l .et_pb_module select.is-invalid, body .et-db #et-boc .et-l .et_pb_module select.is-invalid, select.is-invalid.form__control {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

.was-validated textarea.form-control:invalid, .was-validated body #et-boc textarea:invalid, body #et-boc .was-validated textarea:invalid, .was-validated body.et-db #et-boc .et-l .et_pb_module textarea:invalid, body.et-db #et-boc .et-l .et_pb_module .was-validated textarea:invalid, .was-validated body .et-db #et-boc .et-l .et_pb_module textarea:invalid, body .et-db #et-boc .et-l .et_pb_module .was-validated textarea:invalid, .was-validated textarea.form__control:invalid, textarea.form-control.is-invalid, body #et-boc textarea.is-invalid, body.et-db #et-boc textarea.is-invalid, body .et-db #et-boc textarea.is-invalid, body.et-db #et-boc .et-l .et_pb_module textarea.is-invalid, body .et-db #et-boc .et-l .et_pb_module textarea.is-invalid, textarea.is-invalid.form__control {
    background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") right 1.75rem center/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem #dc354540
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .form__invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .form__invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid ~ .custom-control-label:before, .custom-control-input.is-invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before, .custom-control-input.is-invalid:checked ~ .custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before, .custom-control-input.is-invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem #dc354540
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem #dc354540
}

.form-inline {
    flex-flow: wrap;
    align-items: center;
    display: flex
}

.form-inline .form-check {
    width: 100%
}

.form-inline label {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex
}

.form-inline .form-group, .form-inline body #et-boc .gform_wrapper--bootstrap .gfield, body #et-boc .gform_wrapper--bootstrap .form-inline .gfield, .form-inline body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .gfield, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .form-inline .gfield, .form-inline body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .gfield, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .form-inline .gfield, .form-inline .form__group {
    flex-flow: wrap;
    flex: none;
    align-items: center;
    margin-bottom: 0;
    display: flex
}

.form-inline .form-control, .form-inline body #et-boc input[type=tel], body #et-boc .form-inline input[type=tel], .form-inline body #et-boc input[type=text], body #et-boc .form-inline input[type=text], .form-inline body #et-boc input[type=email], body #et-boc .form-inline input[type=email], .form-inline body #et-boc input[type=password], body #et-boc .form-inline input[type=password], .form-inline body.et-db #et-boc .et-l .et_pb_module input[type=tel], body.et-db #et-boc .et-l .et_pb_module .form-inline input[type=tel], .form-inline body.et-db #et-boc .et-l .et_pb_module input[type=text], body.et-db #et-boc .et-l .et_pb_module .form-inline input[type=text], .form-inline body.et-db #et-boc .et-l .et_pb_module input[type=email], body.et-db #et-boc .et-l .et_pb_module .form-inline input[type=email], .form-inline body.et-db #et-boc .et-l .et_pb_module input[type=password], body.et-db #et-boc .et-l .et_pb_module .form-inline input[type=password], .form-inline body .et-db #et-boc .et-l .et_pb_module input[type=tel], body .et-db #et-boc .et-l .et_pb_module .form-inline input[type=tel], .form-inline body .et-db #et-boc .et-l .et_pb_module input[type=text], body .et-db #et-boc .et-l .et_pb_module .form-inline input[type=text], .form-inline body .et-db #et-boc .et-l .et_pb_module input[type=email], body .et-db #et-boc .et-l .et_pb_module .form-inline input[type=email], .form-inline body .et-db #et-boc .et-l .et_pb_module input[type=password], body .et-db #et-boc .et-l .et_pb_module .form-inline input[type=password], .form-inline body #et-boc select, body #et-boc .form-inline select, .form-inline body #et-boc textarea, body #et-boc .form-inline textarea, .form-inline body.et-db #et-boc select, body.et-db #et-boc .form-inline select, .form-inline body.et-db #et-boc textarea, body.et-db #et-boc .form-inline textarea, .form-inline body .et-db #et-boc select, body .et-db #et-boc .form-inline select, .form-inline body .et-db #et-boc textarea, body .et-db #et-boc .form-inline textarea, .form-inline body.et-db #et-boc .et-l .et_pb_module select, body.et-db #et-boc .et-l .et_pb_module .form-inline select, .form-inline body.et-db #et-boc .et-l .et_pb_module textarea, body.et-db #et-boc .et-l .et_pb_module .form-inline textarea, .form-inline body .et-db #et-boc .et-l .et_pb_module select, body .et-db #et-boc .et-l .et_pb_module .form-inline select, .form-inline body .et-db #et-boc .et-l .et_pb_module textarea, body .et-db #et-boc .et-l .et_pb_module .form-inline textarea, .form-inline .form__control {
    width: auto;
    vertical-align: middle;
    display: inline-block
}

.form-inline .form-control-plaintext {
    display: inline-block
}

.form-inline .input-group, .form-inline .custom-select {
    width: auto
}

.form-inline .form-check {
    width: auto;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex
}

.form-inline .form-check-input {
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: .25rem;
    position: relative
}

.form-inline .custom-control {
    justify-content: center;
    align-items: center
}

.form-inline .custom-control-label {
    margin-bottom: 0
}

:root[dir=rtl] h1, :root[dir=rtl] h2, :root[dir=rtl] h3, :root[dir=rtl] h4, :root[dir=rtl] h5, :root[dir=rtl] h6 {
    font-family: Cairo, Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

.btn, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button, body.products.accounts.et-db #et-boc .et-l .header-content .et_pb_button, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button, .mam-services input[type=submit], .header__action, body #et-boc input[type=submit], body.et-db #et-boc input[type=submit], body .et-db #et-boc input[type=submit], body.et-db #et-boc .et-l .et_pb_module input[type=submit], body .et-db #et-boc .et-l .et_pb_module input[type=submit], body #et-boc button, body.et-db #et-boc button, body .et-db #et-boc button, body.et-db #et-boc .et-l .et_pb_module button, body .et-db #et-boc .et-l .et_pb_module button, .gform_wrapper .mam-services-form input[type=submit], .mam-services-form input[type=submit] {
    color: #0a264e;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    background-color: #0000;
    border: 1px solid #0000;
    border-radius: .25rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block
}

.btn:hover, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button:hover, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button:hover, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button:hover, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button:hover, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button:hover, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button:hover, .mam-services input[type=submit]:hover, .header__action:hover, body #et-boc input[type=submit]:hover, body.et-db #et-boc .et-l .et_pb_module input[type=submit]:hover, body .et-db #et-boc .et-l .et_pb_module input[type=submit]:hover, body #et-boc button:hover, body.et-db #et-boc button:hover, body .et-db #et-boc button:hover, body.et-db #et-boc .et-l .et_pb_module button:hover, body .et-db #et-boc .et-l .et_pb_module button:hover, .mam-services-form input[type=submit]:hover {
    color: #0a264e;
    text-decoration: none
}

.btn:focus, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button:focus, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button:focus, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button:focus, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button:focus, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button:focus, .mam-services input[type=submit]:focus, .header__action:focus, body #et-boc input[type=submit]:focus, body.et-db #et-boc .et-l .et_pb_module input[type=submit]:focus, body .et-db #et-boc .et-l .et_pb_module input[type=submit]:focus, body #et-boc button:focus, body.et-db #et-boc button:focus, body .et-db #et-boc button:focus, body.et-db #et-boc .et-l .et_pb_module button:focus, body .et-db #et-boc .et-l .et_pb_module button:focus, .mam-services-form input[type=submit]:focus, .btn.focus, body.products.forex.et-db #et-boc .et-l .header-content .focus.et_pb_button, body.products.indices.et-db #et-boc .et-l .header-content .focus.et_pb_button, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .focus.et_pb_button, body.products.shares.et-db #et-boc .et-l .header-content .focus.et_pb_button, body.products.commodities.et-db #et-boc .et-l .header-content .focus.et_pb_button, body.accounts.et-db #et-boc .et-l .header-content .focus.et_pb_button, .mam-services input.focus[type=submit], .focus.header__action, body #et-boc input.focus[type=submit], body.et-db #et-boc .et-l .et_pb_module input.focus[type=submit], body .et-db #et-boc .et-l .et_pb_module input.focus[type=submit], body #et-boc button.focus, body.et-db #et-boc button.focus, body .et-db #et-boc button.focus, body.et-db #et-boc .et-l .et_pb_module button.focus, body .et-db #et-boc .et-l .et_pb_module button.focus, .mam-services-form input.focus[type=submit] {
    outline: 0;
    box-shadow: 0 0 0 .2rem #007bff40
}

.btn.disabled, body.products.forex.et-db #et-boc .et-l .header-content .disabled.et_pb_button, body.products.indices.et-db #et-boc .et-l .header-content .disabled.et_pb_button, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .disabled.et_pb_button, body.products.shares.et-db #et-boc .et-l .header-content .disabled.et_pb_button, body.products.commodities.et-db #et-boc .et-l .header-content .disabled.et_pb_button, body.accounts.et-db #et-boc .et-l .header-content .disabled.et_pb_button, .mam-services input.disabled[type=submit], .disabled.header__action, body #et-boc input.disabled[type=submit], body.et-db #et-boc .et-l .et_pb_module input.disabled[type=submit], body .et-db #et-boc .et-l .et_pb_module input.disabled[type=submit], body #et-boc button.disabled, body.et-db #et-boc button.disabled, body .et-db #et-boc button.disabled, body.et-db #et-boc .et-l .et_pb_module button.disabled, body .et-db #et-boc .et-l .et_pb_module button.disabled, .mam-services-form input.disabled[type=submit], .btn:disabled, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button:disabled, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button:disabled, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button:disabled, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button:disabled, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button:disabled, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button:disabled, .mam-services input[type=submit]:disabled, .header__action:disabled, body #et-boc input[type=submit]:disabled, body.et-db #et-boc .et-l .et_pb_module input[type=submit]:disabled, body .et-db #et-boc .et-l .et_pb_module input[type=submit]:disabled, body #et-boc button:disabled, body.et-db #et-boc button:disabled, body .et-db #et-boc button:disabled, body.et-db #et-boc .et-l .et_pb_module button:disabled, body .et-db #et-boc .et-l .et_pb_module button:disabled, .mam-services-form input[type=submit]:disabled {
    opacity: .65
}

.btn-link, .btn--link {
    color: #007bff;
    font-weight: 400;
    text-decoration: none
}

.btn-link:hover, .btn--link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus, .btn-link.focus, .btn--link:focus, .btn--link.focus {
    box-shadow: none;
    text-decoration: underline
}

.btn-link:disabled, .btn-link.disabled, .btn--link:disabled, .btn--link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg, .mam-services input[type=submit], body #et-boc .gform_wrapper--lg input[type=submit], body.et-db #et-boc .gform_wrapper--lg input[type=submit], body .et-db #et-boc .gform_wrapper--lg input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg input[type=submit], body #et-boc .gform_wrapper--lg button, body.et-db #et-boc .gform_wrapper--lg button, body .et-db #et-boc .gform_wrapper--lg button, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg button, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--lg button, .gform_wrapper .mam-services-form input[type=submit], .mam-services-form input[type=submit], .btn--lg {
    border-radius: .3rem;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.btn-sm, body #et-boc .gform_wrapper--sm input[type=submit], body.et-db #et-boc .gform_wrapper--sm input[type=submit], body .et-db #et-boc .gform_wrapper--sm input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm input[type=submit], body #et-boc .gform_wrapper--sm button, body.et-db #et-boc .gform_wrapper--sm button, body .et-db #et-boc .gform_wrapper--sm button, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm button, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--sm button, .btn--sm {
    border-radius: .2rem;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.btn-block, body #et-boc .gform_wrapper--bootstrap input[type=submit], body #et-boc .gform_wrapper--bootstrap button[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap input[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap button[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap input[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit], .btn--block {
    width: 100%;
    display: block
}

.btn-block[type=submit], body #et-boc .gform_wrapper--bootstrap input[type=submit], body #et-boc .gform_wrapper--bootstrap button[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap input[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap button[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap input[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit], .btn-block[type=reset], .btn-block[type=button], .btn--block[type=submit], .btn--block[type=reset], .btn--block[type=button] {
    width: 100%
}

.btn-block + .btn-block, body #et-boc .gform_wrapper--bootstrap input[type=submit] + .btn-block, body #et-boc .gform_wrapper--bootstrap button[type=submit] + .btn-block, body.et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + .btn-block, body.et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + .btn-block, body .et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + .btn-block, body .et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + .btn-block, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + .btn-block, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + .btn-block, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + .btn-block, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + .btn-block, body #et-boc .gform_wrapper--bootstrap .btn-block + input[type=submit], body #et-boc .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body #et-boc .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body #et-boc .gform_wrapper--bootstrap .btn-block + button[type=submit], body #et-boc .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body #et-boc .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap .btn-block + input[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db .et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db .et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap .btn-block + button[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db .et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db .et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap .btn-block + input[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db .et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db .et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap .btn-block + button[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db .et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db .et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .btn-block + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .btn-block + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .btn-block + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .btn-block + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body.et-db .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap input[type=submit] + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap button[type=submit] + button[type=submit], .btn--block + .btn-block, body #et-boc .gform_wrapper--bootstrap .btn--block + input[type=submit], body #et-boc .gform_wrapper--bootstrap .btn--block + button[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap .btn--block + input[type=submit], body.et-db #et-boc .gform_wrapper--bootstrap .btn--block + button[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap .btn--block + input[type=submit], body .et-db #et-boc .gform_wrapper--bootstrap .btn--block + button[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .btn--block + input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .btn--block + button[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .btn--block + input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .btn--block + button[type=submit] {
    margin-top: .5rem
}

.btn-primary, body #et-boc .gform_wrapper--primary input[type=submit], body.et-db #et-boc .gform_wrapper--primary input[type=submit], body .et-db #et-boc .gform_wrapper--primary input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input[type=submit], body #et-boc .gform_wrapper--primary button, body.et-db #et-boc .gform_wrapper--primary button, body .et-db #et-boc .gform_wrapper--primary button, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button, .btn--primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover, body #et-boc .gform_wrapper--primary input[type=submit]:hover, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input[type=submit]:hover, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input[type=submit]:hover, body #et-boc .gform_wrapper--primary button:hover, body.et-db #et-boc .gform_wrapper--primary button:hover, body .et-db #et-boc .gform_wrapper--primary button:hover, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button:hover, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button:hover, .btn--primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus, body #et-boc .gform_wrapper--primary input[type=submit]:focus, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input[type=submit]:focus, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input[type=submit]:focus, body #et-boc .gform_wrapper--primary button:focus, body.et-db #et-boc .gform_wrapper--primary button:focus, body .et-db #et-boc .gform_wrapper--primary button:focus, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button:focus, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button:focus, .btn-primary.focus, body #et-boc .gform_wrapper--primary input.focus[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input.focus[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input.focus[type=submit], body #et-boc .gform_wrapper--primary button.focus, body.et-db #et-boc .gform_wrapper--primary button.focus, body .et-db #et-boc .gform_wrapper--primary button.focus, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button.focus, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button.focus, .btn--primary:focus, .btn--primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem #268fff80
}

.btn-primary.disabled, body #et-boc .gform_wrapper--primary input.disabled[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input.disabled[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input.disabled[type=submit], body #et-boc .gform_wrapper--primary button.disabled, body.et-db #et-boc .gform_wrapper--primary button.disabled, body .et-db #et-boc .gform_wrapper--primary button.disabled, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button.disabled, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button.disabled, .btn-primary:disabled, body #et-boc .gform_wrapper--primary input[type=submit]:disabled, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input[type=submit]:disabled, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary input[type=submit]:disabled, body #et-boc .gform_wrapper--primary button:disabled, body.et-db #et-boc .gform_wrapper--primary button:disabled, body .et-db #et-boc .gform_wrapper--primary button:disabled, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button:disabled, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary button:disabled, .btn--primary.disabled, .btn--primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active, body #et-boc .gform_wrapper--primary input[type=submit]:not(:disabled):not(.disabled):active, body #et-boc .gform_wrapper--primary button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, body #et-boc .gform_wrapper--primary input[type=submit]:not(:disabled):not(.disabled).active, body #et-boc .gform_wrapper--primary button:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, body #et-boc .gform_wrapper--primary .show > input.dropdown-toggle[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary .show > input.dropdown-toggle[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary .show > input.dropdown-toggle[type=submit], body #et-boc .gform_wrapper--primary .show > button.dropdown-toggle, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary .show > button.dropdown-toggle, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary .show > button.dropdown-toggle, .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, body #et-boc .gform_wrapper--primary input[type=submit]:not(:disabled):not(.disabled):active:focus, body #et-boc .gform_wrapper--primary button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, body #et-boc .gform_wrapper--primary input[type=submit]:not(:disabled):not(.disabled).active:focus, body #et-boc .gform_wrapper--primary button:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, body #et-boc .gform_wrapper--primary .show > input.dropdown-toggle[type=submit]:focus, body #et-boc .gform_wrapper--primary .show > button.dropdown-toggle:focus, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary .show > button.dropdown-toggle:focus, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--primary .show > button.dropdown-toggle:focus, .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 .2rem #268fff80
}

.btn-shadow, .btn--shadow {
    color: #fff;
    background-color: #86754f;
    border-color: #86754f
}

.btn-shadow:hover, .btn--shadow:hover {
    color: #fff;
    background-color: #6e6041;
    border-color: #66593c
}

.btn-shadow:focus, .btn-shadow.focus, .btn--shadow:focus, .btn--shadow.focus {
    color: #fff;
    background-color: #6e6041;
    border-color: #66593c;
    box-shadow: 0 0 0 .2rem #988a6980
}

.btn-shadow.disabled, .btn-shadow:disabled, .btn--shadow.disabled, .btn--shadow:disabled {
    color: #fff;
    background-color: #86754f;
    border-color: #86754f
}

.btn-shadow:not(:disabled):not(.disabled):active, .btn-shadow:not(:disabled):not(.disabled).active, .show > .btn-shadow.dropdown-toggle, .btn--shadow:not(:disabled):not(.disabled):active, .btn--shadow:not(:disabled):not(.disabled).active, .show > .btn--shadow.dropdown-toggle {
    color: #fff;
    background-color: #66593c;
    border-color: #5e5237
}

.btn-shadow:not(:disabled):not(.disabled):active:focus, .btn-shadow:not(:disabled):not(.disabled).active:focus, .show > .btn-shadow.dropdown-toggle:focus, .btn--shadow:not(:disabled):not(.disabled):active:focus, .btn--shadow:not(:disabled):not(.disabled).active:focus, .show > .btn--shadow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #988a6980
}

.btn-dodger-blue, .symbol-details .btn.btn-dodger-blue, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button, .symbol-details .mam-services input.btn-dodger-blue[type=submit], .mam-services .symbol-details input.btn-dodger-blue[type=submit], .symbol-details .btn-dodger-blue.header__action, .header--chameleon .header__action_live_desktop, .symbol-details .header--chameleon .btn.header__action_live_desktop, .header--chameleon .symbol-details .btn.header__action_live_desktop, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop, .symbol-details .mam-services .header--chameleon input[type=submit].header__action_live_desktop, .header--chameleon .symbol-details .mam-services input[type=submit].header__action_live_desktop, .mam-services .symbol-details .header--chameleon input[type=submit].header__action_live_desktop, .header--chameleon .mam-services .symbol-details input[type=submit].header__action_live_desktop, .symbol-details .header--chameleon .header__action.header__action_live_desktop, .header--chameleon .symbol-details .header__action.header__action_live_desktop, .btn--dodger-blue {
    color: #fff;
    background-color: #0a95ff;
    border-color: #0a95ff
}

.btn-dodger-blue:hover, .symbol-details .btn.btn-dodger-blue:hover, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:hover, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:hover, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:hover, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:hover, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:hover, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:hover, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:hover, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:hover, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:hover, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:hover, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:hover, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:hover, .symbol-details .mam-services input.btn-dodger-blue[type=submit]:hover, .mam-services .symbol-details input.btn-dodger-blue[type=submit]:hover, .symbol-details .btn-dodger-blue.header__action:hover, .header--chameleon .header__action_live_desktop:hover, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:hover, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:hover, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:hover, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:hover, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:hover, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:hover, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:hover, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:hover, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:hover, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:hover, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:hover, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:hover, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:hover, .btn--dodger-blue:hover {
    color: #fff;
    background-color: #0081e3;
    border-color: #0079d6
}

.btn-dodger-blue:focus, .symbol-details .btn.btn-dodger-blue:focus, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:focus, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:focus, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:focus, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:focus, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:focus, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:focus, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:focus, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:focus, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:focus, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:focus, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:focus, .symbol-details .mam-services input.btn-dodger-blue[type=submit]:focus, .mam-services .symbol-details input.btn-dodger-blue[type=submit]:focus, .symbol-details .btn-dodger-blue.header__action:focus, .header--chameleon .header__action_live_desktop:focus, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:focus, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:focus, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:focus, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:focus, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:focus, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:focus, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:focus, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:focus, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:focus, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:focus, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:focus, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:focus, .btn-dodger-blue.focus, .symbol-details .focus.btn.btn-dodger-blue, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .focus.btn-dodger-blue.et_pb_button, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .focus.btn-dodger-blue.et_pb_button, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .focus.btn-dodger-blue.et_pb_button, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .focus.btn-dodger-blue.et_pb_button, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .focus.btn-dodger-blue.et_pb_button, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .focus.btn-dodger-blue.et_pb_button, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .focus.btn-dodger-blue.et_pb_button, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .focus.btn-dodger-blue.et_pb_button, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .focus.btn-dodger-blue.et_pb_button, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .focus.btn-dodger-blue.et_pb_button, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .focus.btn-dodger-blue.et_pb_button, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .focus.btn-dodger-blue.et_pb_button, .symbol-details .mam-services input.focus.btn-dodger-blue[type=submit], .mam-services .symbol-details input.focus.btn-dodger-blue[type=submit], .symbol-details .focus.btn-dodger-blue.header__action, .header--chameleon .focus.header__action_live_desktop, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .focus.et_pb_button.header__action_live_desktop, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .focus.et_pb_button.header__action_live_desktop, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .focus.et_pb_button.header__action_live_desktop, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .focus.et_pb_button.header__action_live_desktop, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .focus.et_pb_button.header__action_live_desktop, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .focus.et_pb_button.header__action_live_desktop, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .focus.et_pb_button.header__action_live_desktop, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .focus.et_pb_button.header__action_live_desktop, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .focus.et_pb_button.header__action_live_desktop, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .focus.et_pb_button.header__action_live_desktop, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .focus.et_pb_button.header__action_live_desktop, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .focus.et_pb_button.header__action_live_desktop, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .focus.et_pb_button.header__action_live_desktop, .btn--dodger-blue:focus, .btn--dodger-blue.focus {
    color: #fff;
    background-color: #0081e3;
    border-color: #0079d6;
    box-shadow: 0 0 0 .2rem #2fa5ff80
}

.btn-dodger-blue.disabled, .symbol-details .disabled.btn.btn-dodger-blue, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .disabled.btn-dodger-blue.et_pb_button, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .disabled.btn-dodger-blue.et_pb_button, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .disabled.btn-dodger-blue.et_pb_button, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .disabled.btn-dodger-blue.et_pb_button, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .disabled.btn-dodger-blue.et_pb_button, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .disabled.btn-dodger-blue.et_pb_button, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .disabled.btn-dodger-blue.et_pb_button, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .disabled.btn-dodger-blue.et_pb_button, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .disabled.btn-dodger-blue.et_pb_button, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .disabled.btn-dodger-blue.et_pb_button, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .disabled.btn-dodger-blue.et_pb_button, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .disabled.btn-dodger-blue.et_pb_button, .symbol-details .mam-services input.disabled.btn-dodger-blue[type=submit], .mam-services .symbol-details input.disabled.btn-dodger-blue[type=submit], .symbol-details .disabled.btn-dodger-blue.header__action, .header--chameleon .disabled.header__action_live_desktop, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .disabled.et_pb_button.header__action_live_desktop, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .disabled.et_pb_button.header__action_live_desktop, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .disabled.et_pb_button.header__action_live_desktop, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .disabled.et_pb_button.header__action_live_desktop, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .disabled.et_pb_button.header__action_live_desktop, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .disabled.et_pb_button.header__action_live_desktop, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .disabled.et_pb_button.header__action_live_desktop, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .disabled.et_pb_button.header__action_live_desktop, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .disabled.et_pb_button.header__action_live_desktop, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .disabled.et_pb_button.header__action_live_desktop, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .disabled.et_pb_button.header__action_live_desktop, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .disabled.et_pb_button.header__action_live_desktop, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .disabled.et_pb_button.header__action_live_desktop, .btn-dodger-blue:disabled, .symbol-details .btn.btn-dodger-blue:disabled, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:disabled, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:disabled, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:disabled, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:disabled, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:disabled, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:disabled, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:disabled, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:disabled, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:disabled, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:disabled, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:disabled, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:disabled, .symbol-details .mam-services input.btn-dodger-blue[type=submit]:disabled, .mam-services .symbol-details input.btn-dodger-blue[type=submit]:disabled, .symbol-details .btn-dodger-blue.header__action:disabled, .header--chameleon .header__action_live_desktop:disabled, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:disabled, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:disabled, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:disabled, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:disabled, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:disabled, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:disabled, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:disabled, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:disabled, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:disabled, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:disabled, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:disabled, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:disabled, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:disabled, .btn--dodger-blue.disabled, .btn--dodger-blue:disabled {
    color: #fff;
    background-color: #0a95ff;
    border-color: #0a95ff
}

.btn-dodger-blue:not(:disabled):not(.disabled):active, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active, .header--chameleon .header__action_live_desktop:not(:disabled):not(.disabled):active, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active, .btn-dodger-blue:not(:disabled):not(.disabled).active, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active, .header--chameleon .header__action_live_desktop:not(:disabled):not(.disabled).active, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active, .show > .btn-dodger-blue.dropdown-toggle, .symbol-details .show > .dropdown-toggle.btn.btn-dodger-blue, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button, .symbol-details .mam-services .show > input.dropdown-toggle.btn-dodger-blue[type=submit], .mam-services .symbol-details .show > input.dropdown-toggle.btn-dodger-blue[type=submit], .symbol-details .show > .dropdown-toggle.btn-dodger-blue.header__action, .header--chameleon .show > .dropdown-toggle.header__action_live_desktop, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop, .btn--dodger-blue:not(:disabled):not(.disabled):active, .btn--dodger-blue:not(:disabled):not(.disabled).active, .show > .btn--dodger-blue.dropdown-toggle {
    color: #fff;
    background-color: #0079d6;
    border-color: #0072c9
}

.btn-dodger-blue:not(:disabled):not(.disabled):active:focus, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled):active:focus, .header--chameleon .header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .btn-dodger-blue:not(:disabled):not(.disabled).active:focus, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .btn-dodger-blue.et_pb_button:not(:disabled):not(.disabled).active:focus, .header--chameleon .header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .et_pb_button.header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .show > .btn-dodger-blue.dropdown-toggle:focus, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.btn-dodger-blue.et_pb_button:focus, .header--chameleon .show > .dropdown-toggle.header__action_live_desktop:focus, .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.products.forex.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon body.products.forex.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.products.indices.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon body.products.indices.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.products.shares.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon body.products.shares.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.products.commodities.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon body.products.commodities.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .symbol-details body.accounts.et-db #et-boc .et-l .header-content .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon .symbol-details body.accounts.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, body.accounts.et-db #et-boc .et-l .header-content .symbol-details .header--chameleon .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .header--chameleon body.accounts.et-db #et-boc .et-l .header-content .symbol-details .show > .dropdown-toggle.et_pb_button.header__action_live_desktop:focus, .btn--dodger-blue:not(:disabled):not(.disabled):active:focus, .btn--dodger-blue:not(:disabled):not(.disabled).active:focus, .show > .btn--dodger-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #2fa5ff80
}

.btn-white, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one, body.products.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one, .btn--white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:hover, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:hover, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:hover, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:hover, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:hover, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:hover, .btn--white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white:focus, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:focus, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:focus, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:focus, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:focus, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:focus, .btn-white.focus, body.products.forex.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_one, body.products.indices.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_one, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_one, body.products.shares.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_one, body.products.commodities.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_one, body.accounts.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_one, .btn--white:focus, .btn--white.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 .2rem #dededf80
}

.btn-white.disabled, body.products.forex.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_one, body.products.indices.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_one, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_one, body.products.shares.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_one, body.products.commodities.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_one, body.accounts.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_one, .btn-white:disabled, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:disabled, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:disabled, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:disabled, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:disabled, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:disabled, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:disabled, .btn--white.disabled, .btn--white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle, body.products.forex.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one, body.products.indices.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one, body.products.shares.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one, body.products.commodities.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one, body.accounts.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one, .btn--white:not(:disabled):not(.disabled):active, .btn--white:not(:disabled):not(.disabled).active, .show > .btn--white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active:focus, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active:focus, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active:focus, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active:focus, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active:focus, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active:focus, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active:focus, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active:focus, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_one:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus, body.products.forex.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one:focus, body.products.indices.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one:focus, body.products.shares.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one:focus, body.products.commodities.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one:focus, body.accounts.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_one:focus, .btn--white:not(:disabled):not(.disabled):active:focus, .btn--white:not(:disabled):not(.disabled).active:focus, .show > .btn--white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #dededf80
}

.btn-mariner, .mam-services input[type=submit], .header:not(.header--chameleon) .header__action_live_desktop, .header__action_live_mobile, body #et-boc .gform_wrapper--mariner input[type=submit], body.et-db #et-boc .gform_wrapper--mariner input[type=submit], body .et-db #et-boc .gform_wrapper--mariner input[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input[type=submit], body #et-boc .gform_wrapper--mariner button, body.et-db #et-boc .gform_wrapper--mariner button, body .et-db #et-boc .gform_wrapper--mariner button, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button, .gform_wrapper .mam-services-form input[type=submit], .mam-services-form input[type=submit], .btn--mariner {
    color: #fff;
    background-color: #2d78bd;
    border-color: #2d78bd
}

.btn-mariner:hover, .mam-services input[type=submit]:hover, .header:not(.header--chameleon) .header__action_live_desktop:hover, .header__action_live_mobile:hover, body #et-boc .gform_wrapper--mariner input[type=submit]:hover, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input[type=submit]:hover, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input[type=submit]:hover, body #et-boc .gform_wrapper--mariner button:hover, body.et-db #et-boc .gform_wrapper--mariner button:hover, body .et-db #et-boc .gform_wrapper--mariner button:hover, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button:hover, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button:hover, .mam-services-form input[type=submit]:hover, .btn--mariner:hover {
    color: #fff;
    background-color: #26649e;
    border-color: #235e94
}

.btn-mariner:focus, .mam-services input[type=submit]:focus, .header:not(.header--chameleon) .header__action_live_desktop:focus, .header__action_live_mobile:focus, body #et-boc .gform_wrapper--mariner input[type=submit]:focus, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input[type=submit]:focus, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input[type=submit]:focus, body #et-boc .gform_wrapper--mariner button:focus, body.et-db #et-boc .gform_wrapper--mariner button:focus, body .et-db #et-boc .gform_wrapper--mariner button:focus, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button:focus, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button:focus, .mam-services-form input[type=submit]:focus, .btn-mariner.focus, .mam-services input.focus[type=submit], .header:not(.header--chameleon) .focus.header__action_live_desktop, .focus.header__action_live_mobile, body #et-boc .gform_wrapper--mariner input.focus[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input.focus[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input.focus[type=submit], body #et-boc .gform_wrapper--mariner button.focus, body.et-db #et-boc .gform_wrapper--mariner button.focus, body .et-db #et-boc .gform_wrapper--mariner button.focus, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button.focus, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button.focus, .mam-services-form input.focus[type=submit], .btn--mariner:focus, .btn--mariner.focus {
    color: #fff;
    background-color: #26649e;
    border-color: #235e94;
    box-shadow: 0 0 0 .2rem #4d8cc780
}

.btn-mariner.disabled, .mam-services input.disabled[type=submit], .header:not(.header--chameleon) .disabled.header__action_live_desktop, .disabled.header__action_live_mobile, body #et-boc .gform_wrapper--mariner input.disabled[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input.disabled[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input.disabled[type=submit], body #et-boc .gform_wrapper--mariner button.disabled, body.et-db #et-boc .gform_wrapper--mariner button.disabled, body .et-db #et-boc .gform_wrapper--mariner button.disabled, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button.disabled, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button.disabled, .mam-services-form input.disabled[type=submit], .btn-mariner:disabled, .mam-services input[type=submit]:disabled, .header:not(.header--chameleon) .header__action_live_desktop:disabled, .header__action_live_mobile:disabled, body #et-boc .gform_wrapper--mariner input[type=submit]:disabled, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input[type=submit]:disabled, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner input[type=submit]:disabled, body #et-boc .gform_wrapper--mariner button:disabled, body.et-db #et-boc .gform_wrapper--mariner button:disabled, body .et-db #et-boc .gform_wrapper--mariner button:disabled, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button:disabled, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner button:disabled, .mam-services-form input[type=submit]:disabled, .btn--mariner.disabled, .btn--mariner:disabled {
    color: #fff;
    background-color: #2d78bd;
    border-color: #2d78bd
}

.btn-mariner:not(:disabled):not(.disabled):active, .mam-services input[type=submit]:not(:disabled):not(.disabled):active, .header:not(.header--chameleon) .header__action_live_desktop:not(:disabled):not(.disabled):active, .header__action_live_mobile:not(:disabled):not(.disabled):active, body #et-boc .gform_wrapper--mariner input[type=submit]:not(:disabled):not(.disabled):active, body #et-boc .gform_wrapper--mariner button:not(:disabled):not(.disabled):active, .mam-services-form input[type=submit]:not(:disabled):not(.disabled):active, .btn-mariner:not(:disabled):not(.disabled).active, .mam-services input[type=submit]:not(:disabled):not(.disabled).active, .header:not(.header--chameleon) .header__action_live_desktop:not(:disabled):not(.disabled).active, .header__action_live_mobile:not(:disabled):not(.disabled).active, body #et-boc .gform_wrapper--mariner input[type=submit]:not(:disabled):not(.disabled).active, body #et-boc .gform_wrapper--mariner button:not(:disabled):not(.disabled).active, .mam-services-form input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-mariner.dropdown-toggle, .mam-services .show > input.dropdown-toggle[type=submit], .header:not(.header--chameleon) .show > .dropdown-toggle.header__action_live_desktop, .show > .dropdown-toggle.header__action_live_mobile, body #et-boc .gform_wrapper--mariner .show > input.dropdown-toggle[type=submit], body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner .show > input.dropdown-toggle[type=submit], body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner .show > input.dropdown-toggle[type=submit], body #et-boc .gform_wrapper--mariner .show > button.dropdown-toggle, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner .show > button.dropdown-toggle, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner .show > button.dropdown-toggle, .mam-services-form .show > input.dropdown-toggle[type=submit], .btn--mariner:not(:disabled):not(.disabled):active, .btn--mariner:not(:disabled):not(.disabled).active, .show > .btn--mariner.dropdown-toggle {
    color: #fff;
    background-color: #235e94;
    border-color: #21578a
}

.btn-mariner:not(:disabled):not(.disabled):active:focus, .mam-services input[type=submit]:not(:disabled):not(.disabled):active:focus, .header:not(.header--chameleon) .header__action_live_desktop:not(:disabled):not(.disabled):active:focus, .header__action_live_mobile:not(:disabled):not(.disabled):active:focus, body #et-boc .gform_wrapper--mariner input[type=submit]:not(:disabled):not(.disabled):active:focus, body #et-boc .gform_wrapper--mariner button:not(:disabled):not(.disabled):active:focus, .mam-services-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-mariner:not(:disabled):not(.disabled).active:focus, .mam-services input[type=submit]:not(:disabled):not(.disabled).active:focus, .header:not(.header--chameleon) .header__action_live_desktop:not(:disabled):not(.disabled).active:focus, .header__action_live_mobile:not(:disabled):not(.disabled).active:focus, body #et-boc .gform_wrapper--mariner input[type=submit]:not(:disabled):not(.disabled).active:focus, body #et-boc .gform_wrapper--mariner button:not(:disabled):not(.disabled).active:focus, .mam-services-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-mariner.dropdown-toggle:focus, .mam-services .show > input.dropdown-toggle[type=submit]:focus, .header:not(.header--chameleon) .show > .dropdown-toggle.header__action_live_desktop:focus, .show > .dropdown-toggle.header__action_live_mobile:focus, body #et-boc .gform_wrapper--mariner .show > input.dropdown-toggle[type=submit]:focus, body #et-boc .gform_wrapper--mariner .show > button.dropdown-toggle:focus, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner .show > button.dropdown-toggle:focus, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--mariner .show > button.dropdown-toggle:focus, .mam-services-form .show > input.dropdown-toggle[type=submit]:focus, .btn--mariner:not(:disabled):not(.disabled):active:focus, .btn--mariner:not(:disabled):not(.disabled).active:focus, .show > .btn--mariner.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #4d8cc780
}

.btn-outline-primary, .btn_outline_primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover, .btn_outline_primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus, .btn-outline-primary.focus, .btn_outline_primary:focus, .btn_outline_primary.focus {
    box-shadow: 0 0 0 .2rem #007bff80
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn_outline_primary.disabled, .btn_outline_primary:disabled {
    color: #007bff;
    background-color: #0000
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .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, .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 .2rem #007bff80
}

.btn-outline-shadow, .btn_outline_shadow {
    color: #86754f;
    border-color: #86754f
}

.btn-outline-shadow:hover, .btn_outline_shadow:hover {
    color: #fff;
    background-color: #86754f;
    border-color: #86754f
}

.btn-outline-shadow:focus, .btn-outline-shadow.focus, .btn_outline_shadow:focus, .btn_outline_shadow.focus {
    box-shadow: 0 0 0 .2rem #86754f80
}

.btn-outline-shadow.disabled, .btn-outline-shadow:disabled, .btn_outline_shadow.disabled, .btn_outline_shadow:disabled {
    color: #86754f;
    background-color: #0000
}

.btn-outline-shadow:not(:disabled):not(.disabled):active, .btn-outline-shadow:not(:disabled):not(.disabled).active, .show > .btn-outline-shadow.dropdown-toggle, .btn_outline_shadow:not(:disabled):not(.disabled):active, .btn_outline_shadow:not(:disabled):not(.disabled).active, .show > .btn_outline_shadow.dropdown-toggle {
    color: #fff;
    background-color: #86754f;
    border-color: #86754f
}

.btn-outline-shadow:not(:disabled):not(.disabled):active:focus, .btn-outline-shadow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-shadow.dropdown-toggle:focus, .btn_outline_shadow:not(:disabled):not(.disabled):active:focus, .btn_outline_shadow:not(:disabled):not(.disabled).active:focus, .show > .btn_outline_shadow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #86754f80
}

.btn-outline-dodger-blue, .btn_outline_dodger-blue {
    color: #0a95ff;
    border-color: #0a95ff
}

.btn-outline-dodger-blue:hover, .btn_outline_dodger-blue:hover {
    color: #fff;
    background-color: #0a95ff;
    border-color: #0a95ff
}

.btn-outline-dodger-blue:focus, .btn-outline-dodger-blue.focus, .btn_outline_dodger-blue:focus, .btn_outline_dodger-blue.focus {
    box-shadow: 0 0 0 .2rem #0a95ff80
}

.btn-outline-dodger-blue.disabled, .btn-outline-dodger-blue:disabled, .btn_outline_dodger-blue.disabled, .btn_outline_dodger-blue:disabled {
    color: #0a95ff;
    background-color: #0000
}

.btn-outline-dodger-blue:not(:disabled):not(.disabled):active, .btn-outline-dodger-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-dodger-blue.dropdown-toggle, .btn_outline_dodger-blue:not(:disabled):not(.disabled):active, .btn_outline_dodger-blue:not(:disabled):not(.disabled).active, .show > .btn_outline_dodger-blue.dropdown-toggle {
    color: #fff;
    background-color: #0a95ff;
    border-color: #0a95ff
}

.btn-outline-dodger-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-dodger-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dodger-blue.dropdown-toggle:focus, .btn_outline_dodger-blue:not(:disabled):not(.disabled):active:focus, .btn_outline_dodger-blue:not(:disabled):not(.disabled).active:focus, .show > .btn_outline_dodger-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #0a95ff80
}

.btn-outline-white, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two, body.products.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two, .header--chameleon .header__action_demo_desktop, .btn_outline_white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:hover, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:hover, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:hover, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:hover, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:hover, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:hover, .header--chameleon .header__action_demo_desktop:hover, .btn_outline_white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:focus, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:focus, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:focus, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:focus, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:focus, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:focus, .header--chameleon .header__action_demo_desktop:focus, .btn-outline-white.focus, body.products.forex.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_two, body.products.indices.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_two, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_two, body.products.shares.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_two, body.products.commodities.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_two, body.accounts.et-db #et-boc .et-l .header-content .focus.et_pb_button.et_pb_button_two, .header--chameleon .focus.header__action_demo_desktop, .btn_outline_white:focus, .btn_outline_white.focus {
    box-shadow: 0 0 0 .2rem #ffffff80
}

.btn-outline-white.disabled, body.products.forex.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_two, body.products.indices.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_two, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_two, body.products.shares.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_two, body.products.commodities.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_two, body.accounts.et-db #et-boc .et-l .header-content .disabled.et_pb_button.et_pb_button_two, .header--chameleon .disabled.header__action_demo_desktop, .btn-outline-white:disabled, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:disabled, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:disabled, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:disabled, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:disabled, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:disabled, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:disabled, .header--chameleon .header__action_demo_desktop:disabled, .btn_outline_white.disabled, .btn_outline_white:disabled {
    color: #fff;
    background-color: #0000
}

.btn-outline-white:not(:disabled):not(.disabled):active, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active, .header--chameleon .header__action_demo_desktop:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active, .header--chameleon .header__action_demo_desktop:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle, body.products.forex.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two, body.products.indices.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two, body.products.shares.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two, body.products.commodities.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two, body.accounts.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two, .header--chameleon .show > .dropdown-toggle.header__action_demo_desktop, .btn_outline_white:not(:disabled):not(.disabled):active, .btn_outline_white:not(:disabled):not(.disabled).active, .show > .btn_outline_white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active:focus, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active:focus, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active:focus, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active:focus, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled):active:focus, .header--chameleon .header__action_demo_desktop:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active:focus, body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active:focus, body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active:focus, body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active:focus, body.accounts.et-db #et-boc .et-l .header-content .et_pb_button.et_pb_button_two:not(:disabled):not(.disabled).active:focus, .header--chameleon .header__action_demo_desktop:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus, body.products.forex.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two:focus, body.products.indices.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two:focus, body.products.shares.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two:focus, body.products.commodities.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two:focus, body.accounts.et-db #et-boc .et-l .header-content .show > .dropdown-toggle.et_pb_button.et_pb_button_two:focus, .header--chameleon .show > .dropdown-toggle.header__action_demo_desktop:focus, .btn_outline_white:not(:disabled):not(.disabled):active:focus, .btn_outline_white:not(:disabled):not(.disabled).active:focus, .show > .btn_outline_white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #ffffff80
}

.btn-outline-mariner, .header:not(.header--chameleon) .header__action_demo_desktop, .header__action_demo_mobile, .btn_outline_mariner {
    color: #2d78bd;
    border-color: #2d78bd
}

.btn-outline-mariner:hover, .header:not(.header--chameleon) .header__action_demo_desktop:hover, .header__action_demo_mobile:hover, .btn_outline_mariner:hover {
    color: #fff;
    background-color: #2d78bd;
    border-color: #2d78bd
}

.btn-outline-mariner:focus, .header:not(.header--chameleon) .header__action_demo_desktop:focus, .header__action_demo_mobile:focus, .btn-outline-mariner.focus, .header:not(.header--chameleon) .focus.header__action_demo_desktop, .focus.header__action_demo_mobile, .btn_outline_mariner:focus, .btn_outline_mariner.focus {
    box-shadow: 0 0 0 .2rem #2d78bd80
}

.btn-outline-mariner.disabled, .header:not(.header--chameleon) .disabled.header__action_demo_desktop, .disabled.header__action_demo_mobile, .btn-outline-mariner:disabled, .header:not(.header--chameleon) .header__action_demo_desktop:disabled, .header__action_demo_mobile:disabled, .btn_outline_mariner.disabled, .btn_outline_mariner:disabled {
    color: #2d78bd;
    background-color: #0000
}

.btn-outline-mariner:not(:disabled):not(.disabled):active, .header:not(.header--chameleon) .header__action_demo_desktop:not(:disabled):not(.disabled):active, .header__action_demo_mobile:not(:disabled):not(.disabled):active, .btn-outline-mariner:not(:disabled):not(.disabled).active, .header:not(.header--chameleon) .header__action_demo_desktop:not(:disabled):not(.disabled).active, .header__action_demo_mobile:not(:disabled):not(.disabled).active, .show > .btn-outline-mariner.dropdown-toggle, .header:not(.header--chameleon) .show > .dropdown-toggle.header__action_demo_desktop, .show > .dropdown-toggle.header__action_demo_mobile, .btn_outline_mariner:not(:disabled):not(.disabled):active, .btn_outline_mariner:not(:disabled):not(.disabled).active, .show > .btn_outline_mariner.dropdown-toggle {
    color: #fff;
    background-color: #2d78bd;
    border-color: #2d78bd
}

.btn-outline-mariner:not(:disabled):not(.disabled):active:focus, .header:not(.header--chameleon) .header__action_demo_desktop:not(:disabled):not(.disabled):active:focus, .header__action_demo_mobile:not(:disabled):not(.disabled):active:focus, .btn-outline-mariner:not(:disabled):not(.disabled).active:focus, .header:not(.header--chameleon) .header__action_demo_desktop:not(:disabled):not(.disabled).active:focus, .header__action_demo_mobile:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mariner.dropdown-toggle:focus, .header:not(.header--chameleon) .show > .dropdown-toggle.header__action_demo_desktop:focus, .show > .dropdown-toggle.header__action_demo_mobile:focus, .btn_outline_mariner:not(:disabled):not(.disabled):active:focus, .btn_outline_mariner:not(:disabled):not(.disabled).active:focus, .show > .btn_outline_mariner.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #2d78bd80
}

a.btn.disabled, body.products.forex.et-db #et-boc .et-l .header-content a.disabled.et_pb_button, body.products.indices.et-db #et-boc .et-l .header-content a.disabled.et_pb_button, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content a.disabled.et_pb_button, body.products.shares.et-db #et-boc .et-l .header-content a.disabled.et_pb_button, body.products.commodities.et-db #et-boc .et-l .header-content a.disabled.et_pb_button, body.accounts.et-db #et-boc .et-l .header-content a.disabled.et_pb_button, a.disabled.header__action, fieldset:disabled a.btn, fieldset:disabled body.products.forex.et-db #et-boc .et-l .header-content a.et_pb_button, body.products.forex.et-db #et-boc .et-l .header-content fieldset:disabled a.et_pb_button, fieldset:disabled body.products.indices.et-db #et-boc .et-l .header-content a.et_pb_button, body.products.indices.et-db #et-boc .et-l .header-content fieldset:disabled a.et_pb_button, fieldset:disabled body.products.cryptocurrencies.et-db #et-boc .et-l .header-content a.et_pb_button, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content fieldset:disabled a.et_pb_button, fieldset:disabled body.products.shares.et-db #et-boc .et-l .header-content a.et_pb_button, body.products.shares.et-db #et-boc .et-l .header-content fieldset:disabled a.et_pb_button, fieldset:disabled body.products.commodities.et-db #et-boc .et-l .header-content a.et_pb_button, body.products.commodities.et-db #et-boc .et-l .header-content fieldset:disabled a.et_pb_button, fieldset:disabled body.accounts.et-db #et-boc .et-l .header-content a.et_pb_button, body.accounts.et-db #et-boc .et-l .header-content fieldset:disabled a.et_pb_button, fieldset:disabled a.header__action {
    pointer-events: none
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    position: relative;
    overflow: hidden
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    vertical-align: .255em;
    content: "";
    border: .3em solid #0000;
    border-top-color: currentColor;
    border-bottom: 0;
    margin-left: .255em;
    display: inline-block
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    z-index: 1;
    float: left;
    min-width: 10rem;
    color: #0a264e;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #00000026;
    border-radius: .25rem;
    margin: .125rem 0 0;
    padding: .5rem 0;
    font-size: 1rem;
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

@media (min-width: 375px) {
    .dropdown-menu-xxs-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxs-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 480px) {
    .dropdown-menu-xs-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xs-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 600px) {
    .dropdown-menu-s-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-s-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 768px) {
    .dropdown-menu-m-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-m-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 924px) {
    .dropdown-menu-l-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-l-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 1168px) {
    .dropdown-menu-xl-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xxl-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 1920px) {
    .dropdown-menu-xxxl-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxxl-right {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem;
    top: auto;
    bottom: 100%
}

.dropup .dropdown-toggle:after {
    vertical-align: .255em;
    content: "";
    border: .3em solid #0000;
    border-top: 0;
    border-bottom-color: currentColor;
    margin-left: .255em;
    display: inline-block
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem;
    top: 0;
    left: 100%;
    right: auto
}

.dropright .dropdown-toggle:after {
    vertical-align: .255em;
    content: "";
    border: .3em solid #0000;
    border-left-color: currentColor;
    border-right: 0;
    margin-left: .255em;
    display: inline-block
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem;
    top: 0;
    left: auto;
    right: 100%
}

.dropleft .dropdown-toggle:after {
    vertical-align: .255em;
    content: "";
    margin-left: .255em;
    display: none
}

.dropleft .dropdown-toggle:before {
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #0000;
    border-bottom: .3em solid #0000;
    border-right: .3em solid;
    margin-right: .255em;
    display: inline-block
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    bottom: auto;
    right: auto
}

.dropdown-divider {
    height: 0;
    border-top: 1px solid #e9ecef;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    width: 100%;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #0000;
    border: 0;
    padding: .25rem 1.5rem;
    font-weight: 400;
    display: block
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    background-color: #e9ecef;
    text-decoration: none
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #007bff;
    text-decoration: none
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: #0000
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #6c757d;
    white-space: nowrap;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    display: block
}

.dropdown-item-text {
    color: #212529;
    padding: .25rem 1.5rem;
    display: block
}

.custom-control {
    z-index: 1;
    min-height: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    padding-left: 1.5rem;
    display: block;
    position: relative
}

.custom-control-inline {
    margin-right: 1rem;
    display: inline-flex
}

.custom-control-input {
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
    position: absolute;
    left: 0
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem #007bff40
}

.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 {
    vertical-align: top;
    margin-bottom: 0;
    position: relative
}

.custom-control-label:before {
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
    display: block;
    position: absolute;
    top: .25rem;
    left: -1.5rem
}

.custom-control-label:after {
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
    display: block;
    position: absolute;
    top: .25rem;
    left: -1.5rem
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: #007bff80
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: #007bff80
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
    left: -2.25rem
}

.custom-switch .custom-control-label:after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    top: calc(.25rem + 2px);
    left: calc(2px - 2.25rem)
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translate(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: #007bff80
}

.custom-select {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    color: #495057;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem #007bff40
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    background-image: none;
    padding-right: .75rem
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: #0000;
    text-shadow: 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
    display: inline-block;
    position: relative
}

.custom-file-input {
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    opacity: 0;
    margin: 0;
    position: relative;
    overflow: hidden
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem #007bff40
}

.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 {
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.custom-file-label:after {
    z-index: 3;
    height: calc(1.5em + .75rem);
    color: #495057;
    content: "Browse";
    border-left: inherit;
    background-color: #e9ecef;
    border-radius: 0 .25rem .25rem 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #0000;
    padding: 0
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #007bff40
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #007bff40
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #007bff40
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    margin-top: -.25rem
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: #0000;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: #0000;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: #0000;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: #0000;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    margin-top: 0;
    margin-left: .2rem;
    margin-right: .2rem
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: #0000;
    cursor: pointer;
    background-color: #0000;
    border-width: .5rem;
    border-color: #0000
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
    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
}

.nav {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex
}

.nav-link {
    padding: .5rem 1rem;
    display: block
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    border: 1px solid #0000;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: -1px
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: #0000;
    border-color: #0000
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill > .nav-link, .nav-fill .nav-item {
    text-align: center;
    flex: auto
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    text-align: center;
    flex-grow: 1;
    flex-basis: 0
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.card {
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #00000020;
    border-radius: .25rem;
    flex-direction: column;
    display: flex;
    position: relative
}

.card > hr {
    margin-left: 0;
    margin-right: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    min-height: 1px;
    flex: auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    background-color: #00000008;
    border-bottom: 1px solid #00000020;
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    background-color: #00000008;
    border-top: 1px solid #00000020;
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    margin-right: -.625rem
}

.card-header-pills {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px);
    padding: 1.25rem;
    position: absolute;
    inset: 0
}

.card-img, .card-img-top, .card-img-bottom {
    width: 100%;
    flex-shrink: 0
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card-deck {
    flex-flow: wrap;
    margin-left: -15px;
    margin-right: -15px;
    display: flex
}

.card-deck .card {
    flex: 1 0;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px
}

.card-group {
    flex-flow: wrap;
    display: flex
}

.card-group > .card {
    flex: 1 0;
    margin-bottom: 0
}

.card-group > .card + .card {
    border-left: 0;
    margin-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-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0
}

.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    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-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0
}

.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0
}

.card-columns {
    column-count: 3;
    orphans: 1;
    widows: 1;
    column-gap: 1.25rem
}

.card-columns .card {
    width: 100%;
    margin-bottom: .75rem;
    display: inline-block
}

.accordion {
    overflow-anchor: none
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-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, .breadcrumbs__list {
    background-color: #e9ecef;
    border-radius: .25rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: .75rem 1rem;
    list-style: none;
    display: flex
}

.breadcrumb-item + .breadcrumb-item, .breadcrumbs__item + .breadcrumb-item, .breadcrumb-item + .breadcrumbs__item, .breadcrumbs__item + .breadcrumbs__item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before, .breadcrumbs__item + .breadcrumb-item:before, .breadcrumb-item + .breadcrumbs__item:before, .breadcrumbs__item + .breadcrumbs__item:before {
    float: left;
    color: #6c757d;
    content: "»";
    padding-right: .5rem
}

.breadcrumb-item + .breadcrumb-item:hover:before, .breadcrumbs__item + .breadcrumb-item:hover:before, .breadcrumb-item + .breadcrumbs__item:hover:before, .breadcrumbs__item + .breadcrumbs__item:hover:before {
    text-decoration: none
}

.breadcrumb-item.active, .active.breadcrumbs__item {
    color: #6c757d
}

.close {
    float: right;
    color: #000;
    text-shadow: 0 1px #fff;
    opacity: .5;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    background-color: #0000;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    z-index: 5;
    width: 100%;
    height: 100%;
    outline: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden
}

.modal-dialog {
    width: auto;
    pointer-events: none;
    margin: .5rem;
    position: relative
}

.modal.fade .modal-dialog {
    transform: translate(0)
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    max-height: calc(100% - 1rem);
    display: flex
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    min-height: calc(100% - 1rem);
    align-items: center;
    display: flex
}

.modal-dialog-centered:before {
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
    display: block
}

.modal-dialog-centered.modal-dialog-scrollable {
    height: 100%;
    flex-direction: column;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0003;
    border-radius: .3rem;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: relative
}

.modal-backdrop {
    z-index: 4;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
    display: flex
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    flex: auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    border-top: 1px solid #dee2e6;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: .75rem;
    display: flex
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -9999px;
    overflow: scroll
}

.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: min-content
}

.modal-sm {
    max-width: 300px
}

.modal-lg, .modal-xl {
    max-width: 800px
}

@media (min-width: 1168px) {
    .modal-xl {
        max-width: 1140px
    }
}

.popover {
    z-index: 6;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0003;
    border-radius: .3rem;
    font-family: Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
    display: block;
    position: absolute
}

.popover .arrow:before, .popover .arrow:after {
    content: "";
    border-style: solid;
    border-color: #0000;
    display: block;
    position: absolute
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top > .arrow:before, .bs-popover-auto[x-placement^=top] > .arrow:before {
    border-width: .5rem .5rem 0;
    border-top-color: #00000040;
    bottom: 0
}

.bs-popover-top > .arrow:after, .bs-popover-auto[x-placement^=top] > .arrow:after {
    border-width: .5rem .5rem 0;
    border-top-color: #fff;
    bottom: 1px
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
    left: calc(-.5rem - 1px)
}

.bs-popover-right > .arrow:before, .bs-popover-auto[x-placement^=right] > .arrow:before {
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #00000040;
    left: 0
}

.bs-popover-right > .arrow:after, .bs-popover-auto[x-placement^=right] > .arrow:after {
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff;
    left: 1px
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom > .arrow:before, .bs-popover-auto[x-placement^=bottom] > .arrow:before {
    border-width: 0 .5rem .5rem;
    border-bottom-color: #00000040;
    top: 0
}

.bs-popover-bottom > .arrow:after, .bs-popover-auto[x-placement^=bottom] > .arrow:after {
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff;
    top: 1px
}

.bs-popover-bottom .popover-header:before, .bs-popover-auto[x-placement^=bottom] .popover-header:before {
    width: 1rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
    margin-left: -.5rem;
    display: block;
    position: absolute;
    top: 0;
    left: 50%
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px)
}

.bs-popover-left > .arrow:before, .bs-popover-auto[x-placement^=left] > .arrow:before {
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #00000040;
    right: 0
}

.bs-popover-left > .arrow:after, .bs-popover-auto[x-placement^=left] > .arrow:after {
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff;
    right: 1px
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    margin-bottom: 0;
    padding: .5rem .75rem;
    font-size: 1rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #0a264e;
    padding: .5rem .75rem
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.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: 375px) {
    .d-xxs-none {
        display: none !important
    }

    .d-xxs-inline {
        display: inline !important
    }

    .d-xxs-inline-block {
        display: inline-block !important
    }

    .d-xxs-block {
        display: block !important
    }

    .d-xxs-table {
        display: table !important
    }

    .d-xxs-table-row {
        display: table-row !important
    }

    .d-xxs-table-cell {
        display: table-cell !important
    }

    .d-xxs-flex {
        display: flex !important
    }

    .d-xxs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 480px) {
    .d-xs-none {
        display: none !important
    }

    .d-xs-inline {
        display: inline !important
    }

    .d-xs-inline-block {
        display: inline-block !important
    }

    .d-xs-block {
        display: block !important
    }

    .d-xs-table {
        display: table !important
    }

    .d-xs-table-row {
        display: table-row !important
    }

    .d-xs-table-cell {
        display: table-cell !important
    }

    .d-xs-flex {
        display: flex !important
    }

    .d-xs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 600px) {
    .d-s-none {
        display: none !important
    }

    .d-s-inline {
        display: inline !important
    }

    .d-s-inline-block {
        display: inline-block !important
    }

    .d-s-block {
        display: block !important
    }

    .d-s-table {
        display: table !important
    }

    .d-s-table-row {
        display: table-row !important
    }

    .d-s-table-cell {
        display: table-cell !important
    }

    .d-s-flex {
        display: flex !important
    }

    .d-s-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-m-none {
        display: none !important
    }

    .d-m-inline {
        display: inline !important
    }

    .d-m-inline-block {
        display: inline-block !important
    }

    .d-m-block {
        display: block !important
    }

    .d-m-table {
        display: table !important
    }

    .d-m-table-row {
        display: table-row !important
    }

    .d-m-table-cell {
        display: table-cell !important
    }

    .d-m-flex {
        display: flex !important
    }

    .d-m-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 924px) {
    .d-l-none {
        display: none !important
    }

    .d-l-inline {
        display: inline !important
    }

    .d-l-inline-block {
        display: inline-block !important
    }

    .d-l-block {
        display: block !important
    }

    .d-l-table {
        display: table !important
    }

    .d-l-table-row {
        display: table-row !important
    }

    .d-l-table-cell {
        display: table-cell !important
    }

    .d-l-flex {
        display: flex !important
    }

    .d-l-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1168px) {
    .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 (min-width: 1600px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1920px) {
    .d-xxxl-none {
        display: none !important
    }

    .d-xxxl-inline {
        display: inline !important
    }

    .d-xxxl-inline-block {
        display: inline-block !important
    }

    .d-xxxl-block {
        display: block !important
    }

    .d-xxxl-table {
        display: table !important
    }

    .d-xxxl-table-row {
        display: table-row !important
    }

    .d-xxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxl-flex {
        display: flex !important
    }

    .d-xxxl-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 {
    width: 100%;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571%
}

.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: 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: 375px) {
    .flex-xxs-row {
        flex-direction: row !important
    }

    .flex-xxs-column {
        flex-direction: column !important
    }

    .flex-xxs-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxs-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxs-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxs-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxs-fill {
        flex: auto !important
    }

    .flex-xxs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxs-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxs-start {
        justify-content: flex-start !important
    }

    .justify-content-xxs-end {
        justify-content: flex-end !important
    }

    .justify-content-xxs-center {
        justify-content: center !important
    }

    .justify-content-xxs-between {
        justify-content: space-between !important
    }

    .justify-content-xxs-around {
        justify-content: space-around !important
    }

    .align-items-xxs-start {
        align-items: flex-start !important
    }

    .align-items-xxs-end {
        align-items: flex-end !important
    }

    .align-items-xxs-center {
        align-items: center !important
    }

    .align-items-xxs-baseline {
        align-items: baseline !important
    }

    .align-items-xxs-stretch {
        align-items: stretch !important
    }

    .align-content-xxs-start {
        align-content: flex-start !important
    }

    .align-content-xxs-end {
        align-content: flex-end !important
    }

    .align-content-xxs-center {
        align-content: center !important
    }

    .align-content-xxs-between {
        align-content: space-between !important
    }

    .align-content-xxs-around {
        align-content: space-around !important
    }

    .align-content-xxs-stretch {
        align-content: stretch !important
    }

    .align-self-xxs-auto {
        align-self: auto !important
    }

    .align-self-xxs-start {
        align-self: flex-start !important
    }

    .align-self-xxs-end {
        align-self: flex-end !important
    }

    .align-self-xxs-center {
        align-self: center !important
    }

    .align-self-xxs-baseline {
        align-self: baseline !important
    }

    .align-self-xxs-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 480px) {
    .flex-xs-row {
        flex-direction: row !important
    }

    .flex-xs-column {
        flex-direction: column !important
    }

    .flex-xs-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xs-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xs-wrap {
        flex-wrap: wrap !important
    }

    .flex-xs-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xs-fill {
        flex: auto !important
    }

    .flex-xs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xs-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xs-start {
        justify-content: flex-start !important
    }

    .justify-content-xs-end {
        justify-content: flex-end !important
    }

    .justify-content-xs-center {
        justify-content: center !important
    }

    .justify-content-xs-between {
        justify-content: space-between !important
    }

    .justify-content-xs-around {
        justify-content: space-around !important
    }

    .align-items-xs-start {
        align-items: flex-start !important
    }

    .align-items-xs-end {
        align-items: flex-end !important
    }

    .align-items-xs-center {
        align-items: center !important
    }

    .align-items-xs-baseline {
        align-items: baseline !important
    }

    .align-items-xs-stretch {
        align-items: stretch !important
    }

    .align-content-xs-start {
        align-content: flex-start !important
    }

    .align-content-xs-end {
        align-content: flex-end !important
    }

    .align-content-xs-center {
        align-content: center !important
    }

    .align-content-xs-between {
        align-content: space-between !important
    }

    .align-content-xs-around {
        align-content: space-around !important
    }

    .align-content-xs-stretch {
        align-content: stretch !important
    }

    .align-self-xs-auto {
        align-self: auto !important
    }

    .align-self-xs-start {
        align-self: flex-start !important
    }

    .align-self-xs-end {
        align-self: flex-end !important
    }

    .align-self-xs-center {
        align-self: center !important
    }

    .align-self-xs-baseline {
        align-self: baseline !important
    }

    .align-self-xs-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 600px) {
    .flex-s-row {
        flex-direction: row !important
    }

    .flex-s-column {
        flex-direction: column !important
    }

    .flex-s-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-s-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-s-wrap {
        flex-wrap: wrap !important
    }

    .flex-s-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-s-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-s-fill {
        flex: auto !important
    }

    .flex-s-grow-0 {
        flex-grow: 0 !important
    }

    .flex-s-grow-1 {
        flex-grow: 1 !important
    }

    .flex-s-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-s-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-s-start {
        justify-content: flex-start !important
    }

    .justify-content-s-end {
        justify-content: flex-end !important
    }

    .justify-content-s-center {
        justify-content: center !important
    }

    .justify-content-s-between {
        justify-content: space-between !important
    }

    .justify-content-s-around {
        justify-content: space-around !important
    }

    .align-items-s-start {
        align-items: flex-start !important
    }

    .align-items-s-end {
        align-items: flex-end !important
    }

    .align-items-s-center {
        align-items: center !important
    }

    .align-items-s-baseline {
        align-items: baseline !important
    }

    .align-items-s-stretch {
        align-items: stretch !important
    }

    .align-content-s-start {
        align-content: flex-start !important
    }

    .align-content-s-end {
        align-content: flex-end !important
    }

    .align-content-s-center {
        align-content: center !important
    }

    .align-content-s-between {
        align-content: space-between !important
    }

    .align-content-s-around {
        align-content: space-around !important
    }

    .align-content-s-stretch {
        align-content: stretch !important
    }

    .align-self-s-auto {
        align-self: auto !important
    }

    .align-self-s-start {
        align-self: flex-start !important
    }

    .align-self-s-end {
        align-self: flex-end !important
    }

    .align-self-s-center {
        align-self: center !important
    }

    .align-self-s-baseline {
        align-self: baseline !important
    }

    .align-self-s-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-m-row {
        flex-direction: row !important
    }

    .flex-m-column {
        flex-direction: column !important
    }

    .flex-m-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-m-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-m-wrap {
        flex-wrap: wrap !important
    }

    .flex-m-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-m-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-m-fill {
        flex: auto !important
    }

    .flex-m-grow-0 {
        flex-grow: 0 !important
    }

    .flex-m-grow-1 {
        flex-grow: 1 !important
    }

    .flex-m-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-m-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-m-start {
        justify-content: flex-start !important
    }

    .justify-content-m-end {
        justify-content: flex-end !important
    }

    .justify-content-m-center {
        justify-content: center !important
    }

    .justify-content-m-between {
        justify-content: space-between !important
    }

    .justify-content-m-around {
        justify-content: space-around !important
    }

    .align-items-m-start {
        align-items: flex-start !important
    }

    .align-items-m-end {
        align-items: flex-end !important
    }

    .align-items-m-center {
        align-items: center !important
    }

    .align-items-m-baseline {
        align-items: baseline !important
    }

    .align-items-m-stretch {
        align-items: stretch !important
    }

    .align-content-m-start {
        align-content: flex-start !important
    }

    .align-content-m-end {
        align-content: flex-end !important
    }

    .align-content-m-center {
        align-content: center !important
    }

    .align-content-m-between {
        align-content: space-between !important
    }

    .align-content-m-around {
        align-content: space-around !important
    }

    .align-content-m-stretch {
        align-content: stretch !important
    }

    .align-self-m-auto {
        align-self: auto !important
    }

    .align-self-m-start {
        align-self: flex-start !important
    }

    .align-self-m-end {
        align-self: flex-end !important
    }

    .align-self-m-center {
        align-self: center !important
    }

    .align-self-m-baseline {
        align-self: baseline !important
    }

    .align-self-m-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 924px) {
    .flex-l-row {
        flex-direction: row !important
    }

    .flex-l-column {
        flex-direction: column !important
    }

    .flex-l-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-l-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-l-wrap {
        flex-wrap: wrap !important
    }

    .flex-l-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-l-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-l-fill {
        flex: auto !important
    }

    .flex-l-grow-0 {
        flex-grow: 0 !important
    }

    .flex-l-grow-1 {
        flex-grow: 1 !important
    }

    .flex-l-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-l-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-l-start {
        justify-content: flex-start !important
    }

    .justify-content-l-end {
        justify-content: flex-end !important
    }

    .justify-content-l-center {
        justify-content: center !important
    }

    .justify-content-l-between {
        justify-content: space-between !important
    }

    .justify-content-l-around {
        justify-content: space-around !important
    }

    .align-items-l-start {
        align-items: flex-start !important
    }

    .align-items-l-end {
        align-items: flex-end !important
    }

    .align-items-l-center {
        align-items: center !important
    }

    .align-items-l-baseline {
        align-items: baseline !important
    }

    .align-items-l-stretch {
        align-items: stretch !important
    }

    .align-content-l-start {
        align-content: flex-start !important
    }

    .align-content-l-end {
        align-content: flex-end !important
    }

    .align-content-l-center {
        align-content: center !important
    }

    .align-content-l-between {
        align-content: space-between !important
    }

    .align-content-l-around {
        align-content: space-around !important
    }

    .align-content-l-stretch {
        align-content: stretch !important
    }

    .align-self-l-auto {
        align-self: auto !important
    }

    .align-self-l-start {
        align-self: flex-start !important
    }

    .align-self-l-end {
        align-self: flex-end !important
    }

    .align-self-l-center {
        align-self: center !important
    }

    .align-self-l-baseline {
        align-self: baseline !important
    }

    .align-self-l-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1168px) {
    .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: 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
    }
}

@media (min-width: 1600px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1920px) {
    .flex-xxxl-row {
        flex-direction: row !important
    }

    .flex-xxxl-column {
        flex-direction: column !important
    }

    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxxl-fill {
        flex: auto !important
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxl-around {
        justify-content: space-around !important
    }

    .align-items-xxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxl-center {
        align-items: center !important
    }

    .align-items-xxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxl-center {
        align-content: center !important
    }

    .align-content-xxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxl-center {
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important
    }
}

.sr-only {
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    width: auto;
    height: auto;
    clip: auto;
    white-space: normal;
    position: static;
    overflow: visible
}

.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 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 375px) {
    .text-xxs-left {
        text-align: left !important
    }

    .text-xxs-right {
        text-align: right !important
    }

    .text-xxs-center {
        text-align: center !important
    }
}

@media (min-width: 480px) {
    .text-xs-left {
        text-align: left !important
    }

    .text-xs-right {
        text-align: right !important
    }

    .text-xs-center {
        text-align: center !important
    }
}

@media (min-width: 600px) {
    .text-s-left {
        text-align: left !important
    }

    .text-s-right {
        text-align: right !important
    }

    .text-s-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-m-left {
        text-align: left !important
    }

    .text-m-right {
        text-align: right !important
    }

    .text-m-center {
        text-align: center !important
    }
}

@media (min-width: 924px) {
    .text-l-left {
        text-align: left !important
    }

    .text-l-right {
        text-align: right !important
    }

    .text-l-center {
        text-align: center !important
    }
}

@media (min-width: 1168px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1600px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1920px) {
    .text-xxxl-left {
        text-align: left !important
    }

    .text-xxxl-right {
        text-align: right !important
    }

    .text-xxxl-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:hover, a.text-primary:focus {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important
}

.text-red {
    color: red !important
}

a.text-red:hover, a.text-red:focus {
    color: #b30000 !important
}

.text-chateau-green {
    color: #3bb54a !important
}

a.text-chateau-green:hover, a.text-chateau-green:focus {
    color: #287b32 !important
}

.text-cello {
    color: #244465 !important
}

a.text-cello:hover, a.text-cello:focus {
    color: #101e2d !important
}

.text-azure {
    color: #315996 !important
}

a.text-azure:hover, a.text-azure:focus {
    color: #1e375c !important
}

.text-alto {
    color: #d3d3d3 !important
}

a.text-alto:hover, a.text-alto:focus {
    color: #adadad !important
}

.text-midnight {
    color: #011a30 !important
}

a.text-midnight:hover, a.text-midnight:focus {
    color: #000 !important
}

.text-shadow {
    color: #86754f !important
}

a.text-shadow:hover, a.text-shadow:focus {
    color: #564b33 !important
}

.text-silver {
    color: #bebebe !important
}

a.text-silver:hover, a.text-silver:focus {
    color: #989898 !important
}

.text-blue-whale {
    color: #032543 !important
}

a.text-blue-whale:hover, a.text-blue-whale:focus {
    color: #000 !important
}

.text-madison {
    color: #0d2864 !important
}

a.text-madison:hover, a.text-madison:focus {
    color: #040d20 !important
}

.text-iron {
    color: #e4e4e5 !important
}

a.text-iron:hover, a.text-iron:focus {
    color: #bdbdbf !important
}

.text-white {
    color: #fff !important
}

a.text-white:hover, a.text-white:focus {
    color: #d9d9d9 !important
}

.text-black, a.text-black:hover, a.text-black:focus {
    color: #000 !important
}

.text-polar {
    color: #f5fafd !important
}

a.text-polar:hover, a.text-polar:focus {
    color: #b5daf0 !important
}

.text-azure-radiance {
    color: #0c7ee1 !important
}

a.text-azure-radiance:hover, a.text-azure-radiance:focus {
    color: #085598 !important
}

.text-dusty-gray {
    color: #999 !important
}

a.text-dusty-gray:hover, a.text-dusty-gray:focus {
    color: #737373 !important
}

.text-mountain-meadow {
    color: #1fb587 !important
}

a.text-mountain-meadow:hover, a.text-mountain-meadow:focus {
    color: #147456 !important
}

.text-carnation {
    color: #f2594f !important
}

a.text-carnation:hover, a.text-carnation:focus {
    color: #e41e11 !important
}

.text-congress-blue {
    color: #003885 !important
}

a.text-congress-blue:hover, a.text-congress-blue:focus {
    color: #001839 !important
}

.text-catskill-white-2 {
    color: #f4f6fa !important
}

a.text-catskill-white-2:hover, a.text-catskill-white-2:focus {
    color: #bfcbe2 !important
}

.text-catskill-white {
    color: #f9fafc !important
}

a.text-catskill-white:hover, a.text-catskill-white:focus {
    color: #c6d0e3 !important
}

.text-punch {
    color: #da372d !important
}

a.text-punch:hover, a.text-punch:focus {
    color: #9f231c !important
}

.text-waterloo {
    color: #7d82a1 !important
}

a.text-waterloo:hover, a.text-waterloo:focus {
    color: #585d7a !important
}

.text-periwinkle-gray {
    color: #d3dcec !important
}

a.text-periwinkle-gray:hover, a.text-periwinkle-gray:focus {
    color: #9eb2d5 !important
}

.text-bunting {
    color: #11193e !important
}

a.text-bunting:hover, a.text-bunting:focus {
    color: #010102 !important
}

.text-cornflower-blue {
    color: #57a0f7 !important
}

a.text-cornflower-blue:hover, a.text-cornflower-blue:focus {
    color: #0e77f4 !important
}

.text-botticelli {
    color: #dee5f1 !important
}

a.text-botticelli:hover, a.text-botticelli:focus {
    color: #a8bbda !important
}

.text-matisse {
    color: #22529f !important
}

a.text-matisse:hover, a.text-matisse:focus {
    color: #153160 !important
}

.text-pale-sky {
    color: #626f81 !important
}

a.text-pale-sky:hover, a.text-pale-sky:focus {
    color: #414a56 !important
}

.text-woodsmoke {
    color: #121419 !important
}

a.text-woodsmoke:hover, a.text-woodsmoke:focus {
    color: #000 !important
}

.text-abbey {
    color: #4f5158 !important
}

a.text-abbey:hover, a.text-abbey:focus {
    color: #2b2c30 !important
}

.text-tuna {
    color: #313541 !important
}

a.text-tuna:hover, a.text-tuna:focus {
    color: #101115 !important
}

.text-charade {
    color: #272a33 !important
}

a.text-charade:hover, a.text-charade:focus {
    color: #060608 !important
}

.text-charade-2 {
    color: #242730 !important
}

a.text-charade-2:hover, a.text-charade-2:focus {
    color: #030304 !important
}

.text-manatee {
    color: #8f93a2 !important
}

a.text-manatee:hover, a.text-manatee:focus {
    color: #686c7d !important
}

.text-ebony-clay {
    color: #212d40 !important
}

a.text-ebony-clay:hover, a.text-ebony-clay:focus {
    color: #070a0e !important
}

.text-royal-blue {
    color: #1b6eea !important
}

a.text-royal-blue:hover, a.text-royal-blue:focus {
    color: #104da9 !important
}

.text-regent-gray {
    color: #8c96a3 !important
}

a.text-regent-gray:hover, a.text-regent-gray:focus {
    color: #65707e !important
}

.text-big-stone {
    color: #132538 !important
}

a.text-big-stone:hover, a.text-big-stone:focus {
    color: #000 !important
}

.text-mariner {
    color: #2d78bd !important
}

a.text-mariner:hover, a.text-mariner:focus {
    color: #1e517f !important
}

.text-endeavour {
    color: #0053a4 !important
}

a.text-endeavour:hover, a.text-endeavour:focus {
    color: #002c58 !important
}

.text-downriver {
    color: #0a264e !important
}

a.text-downriver:hover, a.text-downriver:focus {
    color: #01050a !important
}

.text-blue-zodiac {
    color: #0b153e !important
}

a.text-blue-zodiac:hover, a.text-blue-zodiac:focus {
    color: #000 !important
}

.text-dodger-blue-2 {
    color: #27bcff !important
}

a.text-dodger-blue-2:hover, a.text-dodger-blue-2:focus {
    color: #0096da !important
}

.text-dodger-blue {
    color: #0a95ff !important
}

a.text-dodger-blue:hover, a.text-dodger-blue:focus {
    color: #006bbd !important
}

.text-athens-gray {
    color: #e6e7eb !important
}

a.text-athens-gray:hover, a.text-athens-gray:focus {
    color: #bcbec9 !important
}

.text-polo-blue {
    color: #7fa9d1 !important
}

a.text-polo-blue:hover, a.text-polo-blue:focus {
    color: #4783bd !important
}

.text-dove-gray {
    color: #727272 !important
}

a.text-dove-gray:hover, a.text-dove-gray:focus {
    color: #4c4c4c !important
}

.text-selago {
    color: #f2f6fd !important
}

a.text-selago:hover, a.text-selago:focus {
    color: #b0c8f3 !important
}

.text-whisper {
    color: #fbfbfd !important
}

a.text-whisper:hover, a.text-whisper:focus {
    color: #c8c8e4 !important
}

.text-zircon {
    color: #fafcff !important
}

a.text-zircon:hover, a.text-zircon:focus {
    color: #aeceff !important
}

.text-crimson {
    color: #ef1a1b !important
}

a.text-crimson:hover, a.text-crimson:focus {
    color: #b00c0d !important
}

.text-santas-gray {
    color: #969cb6 !important
}

a.text-santas-gray:hover, a.text-santas-gray:focus {
    color: #697197 !important
}

.text-steel-blue {
    color: #4c86bf !important
}

a.text-steel-blue:hover, a.text-steel-blue:focus {
    color: #32608c !important
}

.text-midnight-blue {
    color: #002767 !important
}

a.text-midnight-blue:hover, a.text-midnight-blue:focus {
    color: #000a1b !important
}

.text-chathams-blue {
    color: #1a3d76 !important
}

a.text-chathams-blue:hover, a.text-chathams-blue:focus {
    color: #0c1d37 !important
}

.text-wild-blue-yonder {
    color: #7c90b1 !important
}

a.text-wild-blue-yonder:hover, a.text-wild-blue-yonder:focus {
    color: #54698d !important
}

.text-casper {
    color: #b6c2d5 !important
}

a.text-casper:hover, a.text-casper:focus {
    color: #8599b9 !important
}

.text-sun {
    color: #faa30d !important
}

a.text-sun:hover, a.text-sun:focus {
    color: #b77504 !important
}

.text-havelock-blue {
    color: #4a90e2 !important
}

a.text-havelock-blue:hover, a.text-havelock-blue:focus {
    color: #1f69c1 !important
}

.text-mischka {
    color: #dddfe5 !important
}

a.text-mischka:hover, a.text-mischka:focus {
    color: #b2b6c4 !important
}

.text-blue-haze {
    color: #c9d1de !important
}

a.text-blue-haze:hover, a.text-blue-haze:focus {
    color: #9aa9c1 !important
}

.text-body {
    color: #0a264e !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: #00000080 !important
}

.text-white-50 {
    color: #ffffff80 !important
}

.text-hide {
    font: 0/0 a;
    color: #0000;
    text-shadow: none;
    background-color: #0000;
    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
}

.container {
    max-width: 1168px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px
}

.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
    text-rendering: auto;
    font-style: normal;
    line-height: 1;
    display: inline-block
}

.fa-lg {
    vertical-align: -.0667em;
    font-size: 1.33333em;
    line-height: .75em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    margin-left: 2.5em;
    padding-left: 0;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    text-align: center;
    width: 2em;
    line-height: inherit;
    position: absolute;
    left: -2em
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    animation: fa-spin 1s steps(8, end) infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
    filter: none
}

.fa-stack {
    height: 2em;
    vertical-align: middle;
    width: 2.5em;
    line-height: 2em;
    display: inline-block;
    position: relative
}

.fa-stack-1x, .fa-stack-2x {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-acquisitions-incorporated:before {
    content: ""
}

.fa-ad:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-air-freshener:before {
    content: ""
}

.fa-airbnb:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angry:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-apple-alt:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-artstation:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-atlas:before {
    content: ""
}

.fa-atlassian:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-baby:before {
    content: ""
}

.fa-baby-carriage:before {
    content: ""
}

.fa-backspace:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-bacteria:before {
    content: ""
}

.fa-bacterium:before {
    content: ""
}

.fa-bahai:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-balance-scale-left:before {
    content: ""
}

.fa-balance-scale-right:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-band-aid:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-baseball-ball:before {
    content: ""
}

.fa-basketball-ball:before {
    content: ""
}

.fa-bath:before {
    content: ""
}

.fa-battery-empty:before {
    content: ""
}

.fa-battery-full:before {
    content: ""
}

.fa-battery-half:before {
    content: ""
}

.fa-battery-quarter:before {
    content: ""
}

.fa-battery-three-quarters:before {
    content: ""
}

.fa-battle-net:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bible:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-biking:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-dead:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-reader:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-bootstrap:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-border-style:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-tissue:before {
    content: ""
}

.fa-boxes:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-broadcast-tower:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-buffer:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before {
    content: ""
}

.fa-business-time:before {
    content: ""
}

.fa-buy-n-large:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-canadian-maple-leaf:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-car-alt:before {
    content: ""
}

.fa-car-battery:before {
    content: ""
}

.fa-car-crash:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-caravan:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-carrot:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-centos:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-chromecast:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-clinic-medical:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-download-alt:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-cloudflare:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-cocktail:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-compress-alt:before {
    content: ""
}

.fa-compress-arrows-alt:before {
    content: ""
}

.fa-concierge-bell:before {
    content: ""
}

.fa-confluence:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-cotton-bureau:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-dailymotion:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-deezer:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-dhl:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-diaspora:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-digital-tachograph:before {
    content: ""
}

.fa-directions:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dizzy:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-drafting-compass:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-dribbble-square:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edge-legacy:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-equals:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-evernote:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-alt:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-faucet:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before {
    content: ""
}

.fa-fedex:before {
    content: ""
}

.fa-fedora:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-figma:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-file-download:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-medical-alt:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-upload:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-alt:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-firefox-browser:before {
    content: ""
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-fist-raised:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-flushed:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-minus:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-font-awesome-flag:before {
    content: ""
}

.fa-font-awesome-logo-full:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-football-ball:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-frown:before {
    content: ""
}

.fa-frown-open:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-funnel-dollar:before {
    content: ""
}

.fa-futbol:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-gavel:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-git-alt:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass-cheers:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glass-martini-alt:before {
    content: ""
}

.fa-glass-whiskey:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-globe-africa:before {
    content: ""
}

.fa-globe-americas:before {
    content: ""
}

.fa-globe-asia:before {
    content: ""
}

.fa-globe-europe:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-pay:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-greater-than:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grimace:before {
    content: ""
}

.fa-grin:before {
    content: ""
}

.fa-grin-alt:before {
    content: ""
}

.fa-grin-beam:before {
    content: ""
}

.fa-grin-beam-sweat:before {
    content: ""
}

.fa-grin-hearts:before {
    content: ""
}

.fa-grin-squint:before {
    content: ""
}

.fa-grin-squint-tears:before {
    content: ""
}

.fa-grin-stars:before {
    content: ""
}

.fa-grin-tears:before {
    content: ""
}

.fa-grin-tongue:before {
    content: ""
}

.fa-grin-tongue-squint:before {
    content: ""
}

.fa-grin-tongue-wink:before {
    content: ""
}

.fa-grin-wink:before {
    content: ""
}

.fa-grip-horizontal:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-guilded:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-hacker-news-square:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-hamburger:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-medical:before {
    content: ""
}

.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-holding-water:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-hand-paper:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-rock:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-sparkles:before {
    content: ""
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before {
    content: ""
}

.fa-hands-helping:before {
    content: ""
}

.fa-hands-wash:before {
    content: ""
}

.fa-handshake:before {
    content: ""
}

.fa-handshake-alt-slash:before {
    content: ""
}

.fa-handshake-slash:before {
    content: ""
}

.fa-hanukiah:before {
    content: ""
}

.fa-hard-hat:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-head-side-cough:before {
    content: ""
}

.fa-head-side-cough-slash:before {
    content: ""
}

.fa-head-side-mask:before {
    content: ""
}

.fa-head-side-virus:before {
    content: ""
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-broken:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hiking:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hive:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-hot-tub:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-house-damage:before {
    content: ""
}

.fa-house-user:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-hryvnia:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-icons:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-ideal:before {
    content: ""
}

.fa-igloo:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-innosoft:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-instagram-square:before {
    content: ""
}

.fa-instalod:before {
    content: ""
}

.fa-intercom:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-invision:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-itch-io:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-jedi:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-jira:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-journal-whills:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-kiss:before {
    content: ""
}

.fa-kiss-beam:before {
    content: ""
}

.fa-kiss-wink-heart:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-landmark:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-laptop-house:before {
    content: ""
}

.fa-laptop-medical:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-laugh:before {
    content: ""
}

.fa-laugh-beam:before {
    content: ""
}

.fa-laugh-squint:before {
    content: ""
}

.fa-laugh-wink:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luggage-cart:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-lungs-virus:before {
    content: ""
}

.fa-lyft:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-mail-bulk:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marked:before {
    content: ""
}

.fa-map-marked-alt:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-mdb:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-meh-blank:before {
    content: ""
}

.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-mendeley:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-microblog:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-alt-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mixer:before {
    content: ""
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-mouse:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-octopus-deploy:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-orcid:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-pager:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-parking:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-pastafarianism:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pencil-ruler:before {
    content: ""
}

.fa-penny-arcade:before {
    content: ""
}

.fa-people-arrows:before {
    content: ""
}

.fa-people-carry:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-perbyte:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-percentage:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-alt:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-square-alt:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-photo-video:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-square:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-plane-slash:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-poll:before {
    content: ""
}

.fa-poll-h:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-poo-storm:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-pray:before {
    content: ""
}

.fa-praying-hands:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-project-diagram:before {
    content: ""
}

.fa-pump-medical:before {
    content: ""
}

.fa-pump-soap:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-quran:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-radiation:before {
    content: ""
}

.fa-radiation-alt:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-raspberry-pi:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-reacteurope:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-redhat:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-remove-format:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-ruble-sign:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-running:before {
    content: ""
}

.fa-rupee-sign:before {
    content: ""
}

.fa-rust:before {
    content: ""
}

.fa-sad-cry:before {
    content: ""
}

.fa-sad-tear:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-salesforce:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-save:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-dollar:before {
    content: ""
}

.fa-search-location:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-shapes:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-shield-virus:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shopify:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shuttle-van:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sink:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skating:before {
    content: ""
}

.fa-sketch:before {
    content: ""
}

.fa-skiing:before {
    content: ""
}

.fa-skiing-nordic:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-beam:before {
    content: ""
}

.fa-smile-wink:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-smoking-ban:before {
    content: ""
}

.fa-sms:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snowboarding:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-soap:before {
    content: ""
}

.fa-socks:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-down-alt:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-amount-up-alt:before {
    content: ""
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-sourcetree:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-speaker-deck:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-square-root-alt:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-stackpath:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-stopwatch-20:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-store-alt-slash:before {
    content: ""
}

.fa-store-slash:before {
    content: ""
}

.fa-strava:before {
    content: ""
}

.fa-stream:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-surprise:before {
    content: ""
}

.fa-suse:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-swift:before {
    content: ""
}

.fa-swimmer:before {
    content: ""
}

.fa-swimming-pool:before {
    content: ""
}

.fa-symfony:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-taxi:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-tenge:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-theater-masks:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thermometer-empty:before {
    content: ""
}

.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-think-peaks:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-tiktok:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-tint-slash:before {
    content: ""
}

.fa-tired:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-toilet-paper-slash:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-tools:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-torah:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-trailer:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-tram:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-trash-restore:before {
    content: ""
}

.fa-trash-restore-alt:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-tshirt:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-ubuntu:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-umbraco:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-uncharted:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-unity:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-unsplash:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-ups:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-users-slash:before {
    content: ""
}

.fa-usps:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-vest:before {
    content: ""
}

.fa-vest-patches:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-virus:before {
    content: ""
}

.fa-virus-slash:before {
    content: ""
}

.fa-viruses:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-mute:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-vote-yea:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-walking:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-watchman-monitoring:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-waze:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-wodu:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-wpressr:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-yammer:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-yarn:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-yen-sign:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    position: static;
    overflow: visible
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.a18d1aa8.eot);
    src: url(../fonts/fa-brands-400.a18d1aa8.eot#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.29dce6a0.woff2) format("woff2"), url(../fonts/fa-brands-400.5c971b0f.woff) format("woff"), url(../fonts/fa-brands-400.09abf450.ttf) format("truetype"), url(../fonts/fa-brands-400.fad2387a.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.7fa8f7ca.eot);
    src: url(../fonts/fa-regular-400.7fa8f7ca.eot#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.d6be1228.woff2) format("woff2"), url(../fonts/fa-regular-400.13bd2d49.woff) format("woff"), url(../fonts/fa-regular-400.9cd3644b.ttf) format("truetype"), url(../fonts/fa-regular-400.1cba9eb1.svg#fontawesome) format("svg")
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.0de2e797.eot);
    src: url(../fonts/fa-solid-900.0de2e797.eot#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.e7d74377.woff2) format("woff2"), url(../fonts/fa-solid-900.32813067.woff) format("woff"), url(../fonts/fa-solid-900.e603b345.ttf) format("truetype"), url(../fonts/fa-solid-900.27ec2b6e.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: italic;
    font-weight: 100;
    src: url(../fonts/lato-100-italic.b6c10650.eot);
    src: local(Lato Hairline Italic), local(Lato-HairlineItalic), url(../fonts/lato-100-italic.400117bc.woff2) format("woff2"), url(../fonts/lato-100-italic.5ba99431.woff) format("woff"), url(../fonts/lato-100-italic.fa879b00.ttf) format("truetype"), url(../fonts/827979cf5e154aae832fd25aa3cd326c.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/lato-100.661bd8b2.eot);
    src: local(Lato Hairline), local(Lato-Hairline), url(../fonts/lato-100.76c9f88a.woff2) format("woff2"), url(../fonts/lato-100.0b34e140.woff) format("woff"), url(../fonts/lato-100.647b5a0f.ttf) format("truetype"), url(../fonts/329ac92ea38246aaaa8f32c8a9f4fae9.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/lato-300-italic.f95dd863.eot);
    src: local(Lato Light Italic), local(Lato-LightItalic), url(../fonts/lato-300-italic.3ccbde88.woff2) format("woff2"), url(../fonts/lato-300-italic.03403b6e.woff) format("woff"), url(../fonts/lato-300-italic.a9858202.ttf) format("truetype"), url(../fonts/44411c97d4134338992df42ed3947660.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/lato-300.70a82380.eot);
    src: local(Lato Light), local(Lato-Light), url(../fonts/lato-300.45696acc.woff2) format("woff2"), url(../fonts/lato-300.77559ced.woff) format("woff"), url(../fonts/lato-300.ce67517b.ttf) format("truetype"), url(../fonts/3d8745e91e8d4922b6ef616db4c0098b.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/lato-italic.b3499b8e.eot);
    src: local(Lato Italic), local(Lato-Italic), url(../fonts/lato-italic.8bba81f1.woff2) format("woff2"), url(../fonts/lato-italic.7b1d5278.woff) format("woff"), url(../fonts/lato-italic.54b78889.ttf) format("truetype"), url(../fonts/538ac53495644d308aae407cf65efe1b.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lato-regular.67bd70be.eot);
    src: local(Lato Regular), local(Lato-Regular), url(../fonts/lato-regular.91936324.woff2) format("woff2"), url(../fonts/lato-regular.3a46bcf2.woff) format("woff"), url(../fonts/lato-regular.6cad7b5d.ttf) format("truetype"), url(../fonts/8f2e3430723944399b20a48a4e0fa220.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/lato-700-italic.3257f663.eot);
    src: local(Lato Bold Italic), local(Lato-BoldItalic), url(../fonts/lato-700-italic.2bda37f7.woff2) format("woff2"), url(../fonts/lato-700-italic.6acebb0d.woff) format("woff"), url(../fonts/lato-700-italic.d85bacba.ttf) format("truetype"), url(../fonts/99e5174795b443b98ddb086711ecd83e.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/lato-700.632b55c5.eot);
    src: local(Lato Bold), local(Lato-Bold), url(../fonts/lato-700.66bab085.woff2) format("woff2"), url(../fonts/lato-700.329ac9cb.woff) format("woff"), url(../fonts/lato-700.5b831bd8.ttf) format("truetype"), url(../fonts/3395eba683ea474daee6f183a8de8474.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/lato-900-italic.926b25c7.eot);
    src: local(Lato Black Italic), local(Lato-BlackItalic), url(../fonts/lato-900-italic.eebfa40f.woff2) format("woff2"), url(../fonts/lato-900-italic.278ece0d.woff) format("woff"), url(../fonts/lato-900-italic.af51b1c7.ttf) format("truetype"), url(../fonts/1ca0af26b2934c0b99edb1dddda81973.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/lato-900.4bacd370.eot);
    src: local(Lato Black), local(Lato-Black), url(../fonts/lato-900.c98957cb.woff2) format("woff2"), url(../fonts/lato-900.444cecd8.woff) format("woff"), url(../fonts/lato-900.4edd1f7e.ttf) format("truetype"), url(../fonts/9be4229035c949f898d028bae86c67d4.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/open-sans-300-italic.eot);
    src: local(Open Sans Light Italic), local(OpenSans-LightItalic), url(../fonts/../fonts/open-sans-300-italic.woff2) format("woff2"), url(open-sans-300-italic.woff) format("woff"), url(../fonts/open-sans-300-italic.ttf) format("truetype"), url(../fonts/6bc6178715f34ca5b46c0505c7460487.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/open-sans-300.eot);
    src: local(Open Sans Light), local(OpenSans-Light), url(../fonts/../fonts/open-sans-300.woff2) format("woff2"), url(open-sans-300.woff) format("woff"), url(../fonts/open-sans-300.ttf) format("truetype"), url(../fonts/e2ded27052f240a0af2827b72eb1f875.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/open-sans-italic.eot);
    src: local(Open Sans Italic), local(OpenSans-Italic), url(../fonts/../fonts/open-sans-italic.woff2) format("woff2"), url(open-sans-italic.woff) format("woff"), url(../fonts/open-sans-italic.ttf) format("truetype"), url(../fonts/69910fd5ca8c414a936b9d1b78f8c4f0.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/open-sans-regular.eot);
    src: local(Open Sans Regular), local(OpenSans-Regular), url(../fonts/../fonts/open-sans-regular.woff2) format("woff2"), url(open-sans-regular.woff) format("woff"), url(../fonts/open-sans-regular.ttf) format("truetype"), url(../fonts/094677721dee4e15b08b7278cf733800.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/open-sans-600-italic.eot);
    src: local(Open Sans SemiBold Italic), local(OpenSans-SemiBoldItalic), url(../fonts/../fonts/open-sans-600-italic.woff2) format("woff2"), url(open-sans-600-italic.woff) format("woff"), url(../fonts/open-sans-600-italic.ttf) format("truetype"), url(../fonts/abda04ad4c594f4090a24fddae448952.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/open-sans-600.eot);
    src: local(Open Sans SemiBold), local(OpenSans-SemiBold), url(../fonts/../fonts/open-sans-600.woff2) format("woff2"), url(open-sans-600.woff) format("woff"), url(../fonts/open-sans-600.ttf) format("truetype"), url(../fonts/a72a060857f14057b924a96a41828f94.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/open-sans-700-italic.eot);
    src: local(Open Sans Bold Italic), local(OpenSans-BoldItalic), url(../fonts/../fonts/open-sans-700-italic.woff2) format("woff2"), url(open-sans-700-italic.woff) format("woff"), url(../fonts/open-sans-700-italic.ttf) format("truetype"), url(../fonts/01f5074242394ebcbc38ac73a5737169.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/open-sans-700.eot);
    src: local(Open Sans Bold), local(OpenSans-Bold), url(../fonts/../fonts/open-sans-700.woff2) format("woff2"), url(open-sans-700.woff) format("woff"), url(../fonts/open-sans-700.ttf) format("truetype"), url(../fonts/9fc1ed3c97b14bfba7a2ba9fd6b9a160.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/open-sans-800-italic.eot);
    src: local(Open Sans ExtraBold Italic), local(OpenSans-ExtraBoldItalic), url(../fonts/../fonts/open-sans-800-italic.woff2) format("woff2"), url(open-sans-800-italic.woff) format("woff"), url(../fonts/open-sans-800-italic.ttf) format("truetype"), url(../fonts/ee1034b2e67c4bbfbb132ad4ffecedc6.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/open-sans-800.eot);
    src: local(Open Sans ExtraBold), local(OpenSans-ExtraBold), url(../fonts/../fonts/open-sans-800.woff2) format("woff2"), url(open-sans-800.woff) format("woff"), url(../fonts/open-sans-800.ttf) format("truetype"), url(../fonts/311fc69e5be9402aa60fe31a28400ce0.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 100;
    src: url(../fonts/poppins-v9-latin_latin-ext-100italic.95a8d8b8.eot);
    src: local(Poppins Thin Italic), local(Poppins-ThinItalic), url(../fonts/poppins-v9-latin_latin-ext-100italic.9d314603.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-100italic.e487a0d7.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-100italic.6bdaeb80.ttf) format("truetype"), url(../fonts/f115ec6aefd34248ba406ce4e3f9840f.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/poppins-v9-latin_latin-ext-100.0a0701f2.eot);
    src: local(Poppins Thin), local(Poppins-Thin), url(../fonts/poppins-v9-latin_latin-ext-100.ccfa93e2.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-100.1c06c81e.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-100.63fc6a03.ttf) format("truetype"), url(../fonts/4fed4eaebf80492fb91948745f4027f9.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 200;
    src: url(../fonts/poppins-v9-latin_latin-ext-200italic.2090d8a9.eot);
    src: local(Poppins Extra Light Italic), local(Poppins-ExtraLightItalic), url(../fonts/poppins-v9-latin_latin-ext-200italic.43d4e77f.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-200italic.455d3f83.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-200italic.67ea276c.ttf) format("truetype"), url(../fonts/d94ba2b54c1849b69a1088632bfb0681.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/poppins-v9-latin_latin-ext-200.b863dc82.eot);
    src: local(Poppins Extra Light), local(Poppins-ExtraLight), url(../fonts/poppins-v9-latin_latin-ext-200.955c8c88.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-200.0b12e8cd.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-200.3c43d309.ttf) format("truetype"), url(../fonts/a605196becea4fde95fa246e939620c3.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/poppins-v9-latin_latin-ext-300italic.42e7bef9.eot);
    src: local(Poppins Light Italic), local(Poppins-LightItalic), url(../fonts/poppins-v9-latin_latin-ext-300italic.735e2e3b.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-300italic.08a8f584.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-300italic.f72b67fa.ttf) format("truetype"), url(../fonts/94736047eaae4ef1b02ccbc7d4c9915e.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/poppins-v9-latin_latin-ext-300.b0bdadff.eot);
    src: local(Poppins Light), local(Poppins-Light), url(../fonts/poppins-v9-latin_latin-ext-300.e6800311.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-300.b803aa88.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-300.c95f3569.ttf) format("truetype"), url(../fonts/4f4a903a5d3d49898b78f4e543e61140.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/poppins-v9-latin_latin-ext-italic.74f70caf.eot);
    src: local(Poppins Italic), local(Poppins-Italic), url(../fonts/poppins-v9-latin_latin-ext-italic.7e440f01.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-italic.f1f99067.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-italic.d2956cca.ttf) format("truetype"), url(../fonts/3506d22364fd4854a9050fba62308a7c.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/poppins-v9-latin_latin-ext-regular.d1e8567c.eot);
    src: local(Poppins Regular), local(Poppins-Regular), url(../fonts/poppins-v9-latin_latin-ext-regular.8d86b9b0.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-regular.8231983b.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-regular.05abe892.ttf) format("truetype"), url(../fonts/35fdd0292f4f41d2b1be9610d86c68d3.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/poppins-v9-latin_latin-ext-500italic.aedc6627.eot);
    src: local(Poppins Medium Italic), local(Poppins-MediumItalic), url(../fonts/poppins-v9-latin_latin-ext-500italic.ef48964d.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-500italic.4153fca9.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-500italic.036bd046.ttf) format("truetype"), url(../fonts/f8f12c80689f4f03b100be6ac697faae.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/poppins-v9-latin_latin-ext-500.f442b958.eot);
    src: local(Poppins Medium), local(Poppins-Medium), url(../fonts/poppins-v9-latin_latin-ext-500.c6d981f5.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-500.2531aa00.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-500.0bf7ce93.ttf) format("truetype"), url(../fonts/d9894120ac6141c4ab337da6d15f24cc.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/poppins-v9-latin_latin-ext-600italic.a8f4b661.eot);
    src: local(Poppins Semi Bold Italic), local(Poppins-SemiBoldItalic), url(../fonts/poppins-v9-latin_latin-ext-600italic.b080c17e.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-600italic.32dcd3fa.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-600italic.325546c5.ttf) format("truetype"), url(../fonts/6a7625113ddb41209e76f5f2305d1f86.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/poppins-v9-latin_latin-ext-600.c5deefe0.eot);
    src: local(Poppins Semi Bold), local(Poppins-SemiBold), url(../fonts/poppins-v9-latin_latin-ext-600.fb63b190.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-600.1fc48be5.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-600.e03a1d52.ttf) format("truetype"), url(../fonts/42868b42a42e4070bc63a168c508ef06.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/poppins-v9-latin_latin-ext-700italic.b5613ec6.eot);
    src: local(Poppins Bold Italic), local(Poppins-BoldItalic), url(../fonts/poppins-v9-latin_latin-ext-700italic.34de1488.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-700italic.cadc0aa6.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-700italic.a9040dd8.ttf) format("truetype"), url(../fonts/bc4aecc7339b412d95bd24d51f91fecb.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/poppins-v9-latin_latin-ext-700.823547ea.eot);
    src: local(Poppins Bold), local(Poppins-Bold), url(../fonts/poppins-v9-latin_latin-ext-700.d6d00898.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-700.cb42cdbe.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-700.0a2a2b4a.ttf) format("truetype"), url(../fonts/aa40f8ffad74418e93ffd4d84b032edc.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/poppins-v9-latin_latin-ext-800italic.702a25a4.eot);
    src: local(Poppins Extra Bold Italic), local(Poppins-ExtraBoldItalic), url(../fonts/poppins-v9-latin_latin-ext-800italic.40e3aeaf.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-800italic.d3000358.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-800italic.c91b1618.ttf) format("truetype"), url(../fonts/4a974f0be8954e16b8ad66527772fe8b.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/poppins-v9-latin_latin-ext-800.75a5412e.eot);
    src: local(Poppins Extra Bold), local(Poppins-ExtraBold), url(../fonts/poppins-v9-latin_latin-ext-800.2a28068c.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-800.c6e475b7.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-800.506cf9d5.ttf) format("truetype"), url(../fonts/f9d77a67c15e411db85d233e61c30e44.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/poppins-v9-latin_latin-ext-900italic.6f13cf7c.eot);
    src: local(Poppins Black Italic), local(Poppins-BlackItalic), url(../fonts/poppins-v9-latin_latin-ext-900italic.455394bf.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-900italic.46e2e31d.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-900italic.5551a9c1.ttf) format("truetype"), url(../fonts/92d8bb61110f4ca286c6b49081c12fdd.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/poppins-v9-latin_latin-ext-900.4436e9c4.eot);
    src: local(Poppins Black), local(Poppins-Black), url(../fonts/poppins-v9-latin_latin-ext-900.27c7caad.woff2) format("woff2"), url(../fonts/poppins-v9-latin_latin-ext-900.2aaa2c94.woff) format("woff"), url(../fonts/poppins-v9-latin_latin-ext-900.cb2e479f.ttf) format("truetype"), url(../fonts/27d872fe957c405dbd3ba6af71bb4078.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Cairo;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/cairo-extralight.d8ddf91c.eot);
    src: local(Cairo ExtraLight), local(Cairo-ExtraLight), url(../fonts/cairo-extralight.9d892db1.woff2) format("woff2"), url(../fonts/cairo-extralight.d153c70c.woff) format("woff"), url(../fonts/cairo-extralight.37fbd57c.ttf) format("truetype"), url(../fonts/a2b8798b02364f09b1f19aca5a54d5c9.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Cairo;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/cairo-light.dfb02aed.eot);
    src: local(Cairo Light), local(Cairo-Light), url(../fonts/cairo-light.0e73ec28.woff2) format("woff2"), url(../fonts/cairo-light.b41adf2b.woff) format("woff"), url(../fonts/cairo-light.029e18b5.ttf) format("truetype"), url(../fonts/92188affef584cf784e007af95fe57a6.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Cairo;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/cairo-regular.58a33f2c.eot);
    src: local(Cairo Regular), local(Cairo-Regular), url(../fonts/cairo-regular.0b1811b3.woff2) format("woff2"), url(../fonts/cairo-regular.8773f43a.woff) format("woff"), url(../fonts/cairo-regular.ad3cc4f7.ttf) format("truetype"), url(../fonts/1e3aceb0c98d4ed0a72fb157c2db307b.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Cairo;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/cairo-semibold.ee423a15.eot);
    src: local(Cairo SemiBold), local(Cairo-SemiBold), url(../fonts/cairo-semibold.e05d0595.woff2) format("woff2"), url(../fonts/cairo-semibold.09bb7cd2.woff) format("woff"), url(../fonts/cairo-semibold.5f877d88.ttf) format("truetype"), url(../fonts/fa5f13e2e8934aafb924ca0bf1c83f90.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Cairo;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/cairo-bold.f32b2036.eot);
    src: local(Cairo Bold), local(Cairo-Bold), url(../fonts/cairo-bold.0bb78879.woff2) format("woff2"), url(../fonts/cairo-bold.16f0cc6e.woff) format("woff"), url(../fonts/cairo-bold.6d1ca16b.ttf) format("truetype"), url(../fonts/0f132d7433ff48599dbd3f6e74243e1d.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Cairo;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/cairo-black.e9b95d31.eot);
    src: local(Cairo Black), local(Cairo-Black), url(../fonts/cairo-black.4814222e.woff2) format("woff2"), url(../fonts/cairo-black.8676e9bb.woff) format("woff"), url(../fonts/cairo-black.b9464d24.ttf) format("truetype"), url(../fonts/29dfc41ca9804e46af8e4e3f8b123f3d.svg) format("svg")
}

.icon {
    fill: currentColor;
    height: 1em;
    stroke: currentColor;
    stroke-width: 0;
    vertical-align: top;
    width: 1em;
    display: inline-block
}

.icon-linkedin--hollowed {
    width: .941177em
}

.icon-mail-2 {
    height: .764706em
}

.icon-phone-2 {
    widows: .823529em
}

.icon-hamburger {
    height: .633333em
}

.icon-brand, .icon-brand--no-fill {
    width: 3.26em
}

.icon-brand--text-only {
    width: 2.4923em
}

.icon-minus {
    height: .25em
}

.icon-arrow--right {
    width: .625em
}

.icon-arrow--down, .icon-arrow--up {
    height: .6em
}

.icon-arrow_right_2, .icon-arrow_left_2 {
    width: .625em
}

.icon-livechat {
    width: .9em
}

.icon-facebook {
    width: .5em
}

.icon-po-flag, .icon-es-flag, .icon-ru-flag {
    border-radius: 50%
}

.icon-cube {
    width: .941177em
}

.icon-info-list {
    height: .9375em
}

.icon-twitter {
    height: .8125em
}

.icon-wechat {
    height: .833333em
}

.icon-line {
    height: .916667em
}

.icon-slash {
    height: .714286em
}

.menu {
    margin: 0;
    padding: 0
}

.menu__list {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    list-style: none
}

.menu__item {
    flex-shrink: 0;
    display: flex
}

.menu__link-icon .icon-arrow--bottom {
    display: block
}

.menu__link-icon .icon-arrow--right, .menu__link-icon .icon-arrow--up, .menu__expander, .menu__arrow {
    display: none
}

.menu_lvl_1 > .menu__list {
    justify-content: space-between;
    display: flex
}

.menu_lvl_1 > .menu__list:not(:empty) {
    margin: 0 -8px
}

.menu_lvl_1 > .menu__list > .menu__item {
    padding: 0 8px
}

.menu_lvl_1 > .menu__list > .menu__item > .menu__link {
    color: #0b153e;
    color: var(--blue-zodiac);
    cursor: pointer;
    flex-grow: 1;
    align-items: center;
    display: flex;
    position: relative
}

.menu_lvl_1 > .menu__list > .menu__item > .menu__link:not(:empty) {
    margin: 0 -4px
}

.menu_lvl_1 > .menu__list > .menu__item > .menu__link > * {
    padding: 0 4px
}

.menu_lvl_1 > .menu__list > .menu__item > .menu__link > .menu__link-text {
    color: inherit;
    text-transform: uppercase;
    flex-grow: 1;
    font-size: .875rem;
    font-weight: 400
}

.menu_lvl_1 > .menu__list > .menu__item > .menu__link > .menu__link-icon {
    font-size: .5em;
    line-height: 0
}

.menu_lvl_1 > .menu__list > .menu__item > .menu__link:hover > .menu__link-text, .menu_lvl_1 > .menu__list > .menu__item > .menu__link:active > .menu__link-text {
    text-decoration: underline
}

.menu_lvl_1 > .menu__list > .menu__item > .menu__link--active > .menu__link-text, .menu_lvl_1 > .menu__list > .menu__item > .menu__link--active > .menu__link-icon {
    color: #0a95ff;
    color: var(--dodger-blue)
}

.menu_lvl_1 > .menu__list > .menu__item:hover .menu, .menu_lvl_1 > .menu__list > .menu__item:active .menu, .menu_lvl_1 > .menu__list > .menu__item--active .menu {
    display: block
}

.menu_lvl_1 > .menu__list > .menu__item:hover > .menu__link > .menu__link-text, .menu_lvl_1 > .menu__list > .menu__item:active > .menu__link > .menu__link-text, .menu_lvl_1 > .menu__list > .menu__item--active > .menu__link > .menu__link-text, .menu_lvl_1 > .menu__list > .menu__item:hover > .menu__link .menu__link-icon, .menu_lvl_1 > .menu__list > .menu__item:active > .menu__link .menu__link-icon, .menu_lvl_1 > .menu__list > .menu__item--active > .menu__link .menu__link-icon {
    color: #0a95ff;
    color: var(--dodger-blue)
}

.menu_lvl_1 > .menu__list > .menu__item:hover > .menu__link .menu__link-icon .icon-arrow--down, .menu_lvl_1 > .menu__list > .menu__item:active > .menu__link .menu__link-icon .icon-arrow--down, .menu_lvl_1 > .menu__list > .menu__item--active > .menu__link .menu__link-icon .icon-arrow--down {
    display: none
}

.menu_lvl_1 > .menu__list > .menu__item:hover > .menu__link .menu__link-icon .icon-arrow--up, .menu_lvl_1 > .menu__list > .menu__item:active > .menu__link .menu__link-icon .icon-arrow--up, .menu_lvl_1 > .menu__list > .menu__item--active > .menu__link .menu__link-icon .icon-arrow--up {
    display: block
}

.menu_lvl_2 {
    padding-top: 32px;
    display: none;
    position: absolute
}

.menu_lvl_2 > .menu__list {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 24px;
    display: flex;
    box-shadow: 0 0 32px #1325383d
}

.menu_lvl_2 > .menu__list:not(:empty) {
    padding: 16px
}

.menu_lvl_2 > .menu__list > .menu__item {
    flex-direction: column;
    flex-grow: 1;
    padding: 8px;
    display: flex
}

.menu_lvl_2 > .menu__list > .menu__item > .menu__link {
    color: #212d40;
    color: var(--ebony-clay);
    border-bottom: 1px solid #dddfe5;
    grid-template-columns:auto 16px 1fr;
    grid-template-areas:"menu__link-icon.menu__link-text";
    grid-auto-flow: column;
    align-items: center;
    padding: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
    display: grid;
    position: relative
}

.menu_lvl_2 > .menu__list > .menu__item > .menu__link > .menu__link-icon {
    color: #8f93a2;
    color: var(--manatee);
    grid-area: menu__link-icon;
    align-self: center;
    line-height: 0
}

.menu_lvl_2 > .menu__list > .menu__item > .menu__link > .menu__link-icon ~ .menu__link-text {
    grid-column-start: 3
}

.menu_lvl_2 > .menu__list > .menu__item > .menu__link > .menu__link-text {
    color: inherit;
    flex-grow: 1;
    grid-area: menu__link-text / 1 /menu__link-text/ menu__link-text;
    font-size: 1.125rem
}

.menu_lvl_2 > .menu__list > .menu__item > a.menu__link:hover, .menu_lvl_2 > .menu__list > .menu__item > a.menu__link:active {
    color: #1b6eea;
    color: var(--royal-blue);
    text-decoration: none
}

.menu_lvl_2 > .menu__list > .menu__item > a.menu__link:hover > .menu__link-text, .menu_lvl_2 > .menu__list > .menu__item > a.menu__link:active > .menu__link-text {
    text-decoration: underline
}

.menu_lvl_2 > .menu__list > .menu__item > a.menu__link--active {
    color: #1b6eea;
    color: var(--royal-blue)
}

.menu_lvl_2 > .menu__list > .menu__item > a.menu__link--active > .menu__link-text {
    text-decoration: underline
}

.menu_lvl_2 > .menu__list > .menu__item:hover > .menu__link > .menu__link-text, .menu_lvl_2 > .menu__list > .menu__item:active > .menu__link > .menu__link-text, .menu_lvl_2 > .menu__list > .menu__item--active > .menu__link > .menu__link-text {
    color: #0a264e;
    color: var(--downriver)
}

.menu_lvl_3 {
    width: 100%;
    padding-left: 32px
}

.menu_lvl_3 > .menu__list {
    padding: 24px 0
}

.menu_lvl_3 > .menu__list:not(:empty) {
    margin: -4px 0
}

.menu_lvl_3 > .menu__list > .menu__item {
    padding: 4px 0
}

.menu_lvl_3 > .menu__list > .menu__item > .menu__link {
    color: #212d40;
    color: var(--ebony-clay);
    font-size: 1rem;
    font-weight: 400
}

.menu_lvl_3 > .menu__list > .menu__item > .menu__link--active {
    color: #1b6eea;
    color: var(--royal-blue)
}

.menu_lvl_3 > .menu__list > .menu__item > .menu__link:hover, .menu_lvl_3 > .menu__list > .menu__item > .menu__link:active {
    color: #1b6eea;
    color: var(--royal-blue);
    text-decoration: underline
}

.accordion, body.et-db #et-boc .et-l .accordion {
    margin: 0;
    padding: 0
}

.accordion__list {
    border-color: #e6e7eb;
    border-color: var(--athens-gray);
    border-style: solid;
    border-width: 1px 0 0;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    list-style: none
}

.accordion--flat .accordion__list {
    border-width: 0
}

.accordion__item {
    border-color: #e6e7eb;
    border-color: var(--athens-gray);
    -ms-grid-row-align: stretch;
    border-style: solid;
    border-width: 0 0 1px;
    grid-template-columns:24px 1fr 16px 8px 24px;
    grid-template-areas:".accordion__link.accordion__expander.""accordion__accordion accordion__accordion accordion__accordion accordion__accordion accordion__accordion";
    grid-auto-flow: column;
    align-items: stretch;
    display: grid
}

.accordion--flat .accordion__item {
    border-width: 0;
    grid-template-columns:1fr 16px 8px;
    grid-template-areas:"accordion__link.accordion__expander""accordion__accordion accordion__accordion accordion__accordion"
}

.accordion--flat .accordion__expander ~ .accordion__link {
    grid-column-end: 1
}

.footer__accordion .accordion__item {
    grid-template-columns:24px 1fr 16px 10px 24px
}

.footer__accordion.footer__accordion .accordion__item {
    grid-template-columns:1fr 16px 10px
}

.accordion__expander {
    color: #4a90e2;
    color: var(--havelock-blue);
    cursor: default;
    background: 0 0;
    border: 0;
    grid-area: accordion__expander;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: .5rem;
    line-height: 1;
    display: flex
}

.footer__accordion .accordion__expander {
    font-size: .625rem
}

.accordion__expander > * {
    pointer-events: none
}

.accordion__expander .icon {
    vertical-align: middle
}

.accordion__expander .icon-plus, .accordion__expander .icon-arrow--down {
    display: none
}

.accordion__expander ~ .accordion__link {
    grid-column: 2/3
}

.accordion__expander ~ .accordion__link .accordion__link-icon {
    display: none
}

_:-ms-input-placeholder, :root .accordion__item .accordion__expander {
    position: relative
}

.accordion__expander.collapsed .icon-plus, .accordion__expander.collapsed .icon-arrow--down {
    display: inline-block
}

.accordion__expander.collapsed .icon-minus, .accordion__expander.collapsed .icon-arrow--up {
    display: none
}

.accordion__expander:not(.collapsed) ~ .accordion__link {
    font-weight: 600
}

@media (min-width: 924px) {
    .accordion__expander {
        display: none
    }
}

.accordion__link {
    color: #0a264e;
    color: var(--downriver);
    -ms-grid-row-align: center;
    min-height: 56px;
    text-transform: uppercase;
    flex-grow: 1;
    grid-area: accordion__link /accordion__link/ accordion__link / 5;
    grid-template-columns:1fr;
    grid-template-areas:"accordion__link-text";
    grid-auto-flow: column;
    align-items: center;
    padding: .65em 0;
    font-size: 1.25rem;
    font-weight: 600;
    display: grid
}

.accordion--flat .accordion__link {
    min-height: 40px;
    padding: .5em 0
}

.accordion--dark .accordion__link {
    color: #fff;
    color: var(--white)
}

.accordion__link-text {
    color: inherit;
    font-size: inherit;
    grid-area: accordion__link-text;
    overflow: hidden
}

.footer__accordion .accordion__link {
    font-size: 1.125rem
}

.accordion__link:hover, .accordion__link:active {
    color: #0a95ff;
    color: var(--dodger-blue);
    text-decoration: none
}

.accordion__link:hover .accordion__link-icon, .accordion__link:active .accordion__link-icon {
    color: #0a95ff;
    color: var(--dodger-blue)
}

.accordion__arrow {
    grid-area: accordion__arrow
}

.accordion .accordion, body.et-db #et-boc .et-l .accordion .accordion, .accordion body.et-db #et-boc .et-l .accordion {
    grid-area: accordion__accordion
}

.accordion .accordion .accordion__list, body.et-db #et-boc .et-l .accordion .accordion .accordion__list, .accordion body.et-db #et-boc .et-l .accordion .accordion__list {
    padding: 0 0 0 24px
}

html[dir=rtl] .accordion .accordion .accordion__list, html[dir=rtl] body.et-db #et-boc .et-l .accordion .accordion .accordion__list, body.et-db #et-boc .et-l html[dir=rtl] .accordion .accordion .accordion__list, html[dir=rtl] .accordion body.et-db #et-boc .et-l .accordion .accordion__list {
    padding: 0 24px 0 0
}

html[dir=rtl] .accordion--flat .accordion .accordion__list, html[dir=rtl] .accordion--flat body.et-db #et-boc .et-l .accordion .accordion__list, body.et-db #et-boc .et-l html[dir=rtl] .accordion--flat .accordion .accordion__list, .accordion--flat .accordion .accordion__list, .accordion--flat body.et-db #et-boc .et-l .accordion .accordion__list, body.et-db #et-boc .et-l .accordion--flat .accordion .accordion__list {
    padding: 0
}

.accordion .accordion .accordion__item, body.et-db #et-boc .et-l .accordion .accordion .accordion__item, .accordion body.et-db #et-boc .et-l .accordion .accordion__item {
    grid-template-columns:1fr 16px 8px 24px;
    grid-template-areas:"accordion__link.accordion__expander.""accordion__accordion accordion__accordion accordion__accordion accordion__accordion"
}

.footer__accordion .accordion .accordion__item, .footer__accordion body.et-db #et-boc .et-l .accordion .accordion__item, body.et-db #et-boc .et-l .footer__accordion .accordion .accordion__item {
    grid-template-columns:1fr 16px 10px 24px
}

.accordion .accordion .accordion__item:last-child, body.et-db #et-boc .et-l .accordion .accordion .accordion__item:last-child, .accordion body.et-db #et-boc .et-l .accordion .accordion__item:last-child {
    border-bottom-width: 0
}

.accordion .accordion .accordion__link, body.et-db #et-boc .et-l .accordion .accordion .accordion__link, .accordion body.et-db #et-boc .et-l .accordion .accordion__link {
    color: #2d78bd;
    color: var(--mariner);
    text-transform: none;
    font-size: 1rem;
    font-weight: 400
}

_:-ms-input-placeholder, :root .accordion .accordion .accordion__link, :root body.et-db #et-boc .et-l .accordion .accordion .accordion__link, .accordion :root body.et-db #et-boc .et-l .accordion .accordion__link {
    padding: 1em 0
}

.accordion.footer__accordion .accordion .accordion__link, body.et-db #et-boc .et-l .footer__accordion.accordion .accordion .accordion__link, .accordion.footer__accordion body.et-db #et-boc .et-l .accordion .accordion__link {
    font-size: .875em
}

.accordion.accordion--flat .accordion .accordion__link, body.et-db #et-boc .et-l .accordion--flat.accordion .accordion .accordion__link, .accordion.accordion--flat body.et-db #et-boc .et-l .accordion .accordion__link {
    min-height: 32px;
    padding: .392857em 0
}

.accordion.accordion--dark .accordion .accordion__link, body.et-db #et-boc .et-l .accordion--dark.accordion .accordion .accordion__link, .accordion.accordion--dark body.et-db #et-boc .et-l .accordion .accordion__link {
    color: #626f81;
    color: var(--pale-sky)
}

.accordion.accordion--dark .accordion .accordion__link:hover, body.et-db #et-boc .et-l .accordion--dark.accordion .accordion .accordion__link:hover, .accordion.accordion--dark body.et-db #et-boc .et-l .accordion .accordion__link:hover, .accordion.accordion--dark .accordion .accordion__link:active, body.et-db #et-boc .et-l .accordion--dark.accordion .accordion .accordion__link:active, .accordion.accordion--dark body.et-db #et-boc .et-l .accordion .accordion__link:active {
    color: #fff;
    color: var(--white)
}

.accordion .accordion .accordion__link:hover, body.et-db #et-boc .et-l .accordion .accordion .accordion__link:hover, .accordion body.et-db #et-boc .et-l .accordion .accordion__link:hover, .accordion .accordion .accordion__link:active, body.et-db #et-boc .et-l .accordion .accordion .accordion__link:active, .accordion body.et-db #et-boc .et-l .accordion .accordion__link:active {
    color: #0a264e;
    color: var(--downriver)
}

.accordion .accordion .accordion__expander:not(.collapsed) ~ .accordion__link, body.et-db #et-boc .et-l .accordion .accordion .accordion__expander:not(.collapsed) ~ .accordion__link, .accordion body.et-db #et-boc .et-l .accordion .accordion__expander:not(.collapsed) ~ .accordion__link {
    font-weight: 400
}

.accordion .accordion .accordion__expander ~ .accordion__link, body.et-db #et-boc .et-l .accordion .accordion .accordion__expander ~ .accordion__link, .accordion body.et-db #et-boc .et-l .accordion .accordion__expander ~ .accordion__link {
    grid-column: 1/2
}

@media (max-width: 923px) {
    .languages__area {
        display: none
    }
}

@media (min-width: 924px) {
    .languages__area {
        grid-area: languages__area;
        position: relative
    }
}

@media (min-width: 924px) {
    .languages__area-former {
        padding-top: 38.1966%
    }
}

.languages__area-filler {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0
}

.languages__area-img {
    max-height: 100%;
    max-width: 100%
}

.languages__area-img--placeholder {
    width: 20%
}

.languages__area-img ~ .languages__area-img--placeholder {
    display: none
}

.languages__list {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width: 924px) {
    .languages__list {
        display: flex
    }

    .languages__list:not(:empty) {
        margin: -8px
    }
}

@media (max-width: 923px) {
    .languages__container {
        padding: 0
    }
}

@media (min-width: 924px) {
    .languages__container {
        padding-top: 24px;
        padding-bottom: 24px;
        overflow: hidden
    }
}

.languages__group {
    margin: 0;
    padding: 0 34px;
    list-style: none
}

@media (max-width: 923px) {
    .languages__group {
        padding: 16px 0
    }
}

@media (min-width: 924px) {
    .languages__group {
        grid-area: languages__group
    }
}

.languages__group-title {
    color: #212d40;
    color: var(--ebony-clay);
    border-bottom-color: #dddfe5;
    border-bottom-color: var(--mischka);
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600
}

@media (max-width: 923px) {
    .languages__group-title {
        min-height: 56px;
        padding: 16px 24px
    }
}

@media (min-width: 924px) {
    .languages__group-title {
        min-height: 2.4em;
        text-overflow: ellipsis;
        white-space: nowrap;
        grid-area: languages__group-title;
        overflow: hidden
    }
}

.languages__item--active .languages__text {
    font-weight: 700
}

@media (max-width: 923px) {
    .languages__item--group {
        border-top-color: #dddfe5;
        border-top-color: var(--mischka);
        border-style: solid;
        border-width: 1px 0 0
    }
}

@media (min-width: 924px) {
    .languages__item--group {
        grid-template:"languages__group-title""."24px"languages__area""."24px"languages__group"1fr/1fr;
        grid-auto-flow: row;
        align-content: flex-start;
        margin: 8px;
        display: grid
    }
}

.languages__item:not(.languages__item--group) {
    min-height: 40px;
    align-items: center;
    display: flex
}

@media (max-width: 923px) {
    .languages__item:not(.languages__item--group) {
        padding: 8px 24px
    }
}

@media (min-width: 924px) {
    .languages__item {
        flex-basis: 25%
    }
}

.languages__text {
    color: #212d40;
    color: var(--ebony-clay);
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 400
}

.languages__icon {
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 0;
    overflow: hidden
}

.languages__link {
    max-width: 100%;
    align-items: center;
    display: inline-block;
    overflow: hidden
}

.languages__link-inner {
    max-width: 100%;
    align-items: center;
    display: flex
}

.languages__link-inner:not(:empty) {
    margin: 0 -8px
}

.languages__link-inner > * {
    margin: 0 8px
}

.navbar {
    background-color: #fff;
    background-color: var(--white);
    height: 72px;
    z-index: 2;
    flex-direction: column;
    display: flex;
    position: relative
}

.navbar__container {
    flex-grow: 1;
    grid-template:". . . . ."16px". .navbar__brand.navbar__toggler"1fr". . . . ."16px/32px 16px 1fr 16px 32px;
    grid-auto-flow: column;
    display: grid
}

.navbar__toggler {
    color: #0a264e;
    color: var(--downriver);
    background: 0 0;
    border: 0;
    grid-area: navbar__toggler;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 2rem;
    line-height: 1;
    display: flex
}

.navbar__brand {
    color: #fff;
    color: var(--white);
    grid-area: navbar__brand;
    place-self: center;
    font-size: 24px;
    line-height: 0
}

_:-ms-input-placeholder, :root .navbar__brand {
    display: inline-block
}

.navbar__brand .icon-brand--no-fill {
    display: none
}

.navbar__brand .icon {
    vertical-align: middle
}

@media (min-width: 480px) {
    .navbar__brand {
        font-size: calc(3.6036vw + 6.7027px)
    }
}

@media (min-width: 924px) {
    .navbar__brand {
        font-size: 40px
    }
}

.body--index .navbar, .body--404 .navbar, .body--page-404 .navbar {
    background-color: #0000
}

@media (max-width: 479px) {
    .body--index .navbar, .body--404 .navbar, .body--page-404 .navbar {
        margin-bottom: -72px
    }
}

@media (min-width: 480px) and (max-width: 923px) {
    .body--index .navbar, .body--404 .navbar, .body--page-404 .navbar {
        margin-bottom: calc(-5.40541vw - 46.0541px)
    }
}

.body--index .navbar__brand .icon-brand, .body--404 .navbar__brand .icon-brand, .body--page-404 .navbar__brand .icon-brand {
    display: none
}

.body--index .navbar__brand .icon-brand--no-fill, .body--404 .navbar__brand .icon-brand--no-fill, .body--page-404 .navbar__brand .icon-brand--no-fill {
    display: inline-block
}

.body--index .navbar__toggler, .body--404 .navbar__toggler, .body--page-404 .navbar__toggler {
    color: #fff;
    color: var(--white)
}

@media (min-width: 480px) {
    .navbar {
        height: calc(5.40541vw + 46.0541px)
    }
}

@media (min-width: 924px) {
    .navbar {
        height: 96px;
        display: none
    }
}

.header__accordion {
    grid-area: header__accordion
}

@media (min-width: 924px) {
    .header__accordion {
        display: none
    }
}

@media (min-width: 924px) {
    .header__bg-wing {
        background-color: #fff;
        background-color: var(--white);
        height: 100%;
        width: 100%;
        width: 100vw;
        width: calc(50vw - 446px);
        position: absolute;
        top: 0
    }

    .header__bg-wing--left {
        right: 100%
    }

    .header__bg-wing--right {
        left: 100%
    }

    body {
        overflow-x: hidden
    }
}

@media (min-width: 1168px) {
    .header__bg-wing {
        width: calc(50vw - 568px)
    }
}

@media (max-width: 923px) {
    .header__bg {
        background-color: #fafcff;
        background-color: var(--zircon);
        grid-area: 1/1/4/8;
        align-self: auto
    }
}

@media (min-width: 924px) {
    .header__bg {
        background-color: #fff;
        background-color: var(--white);
        height: 100%;
        pointer-events: none;
        grid-area: 1/1/8/10;
        position: relative
    }

    _:-ms-input-placeholder, :root .header__bg {
        pointer-events: auto
    }

    _:-ms-fullscreen, :root .header__bg {
        pointer-events: none;
        position: relative
    }
}

@media (max-width: 923px) {
    .header__languages {
        grid-area: header__languages
    }
}

@media (min-width: 924px) {
    .header__languages {
        max-height: calc(100vh - 96px);
        z-index: 1;
        display: flex;
        position: absolute;
        top: 48px;
        left: 0;
        right: 0
    }

    .header__languages .languages {
        background-color: #fff;
        background-color: var(--white);
        flex-grow: 1;
        display: flex;
        box-shadow: 0 0 32px #1325383d
    }

    _:-ms-input-placeholder, :root .header__languages .languages {
        max-height: calc(100vh - 96px)
    }

    .header__languages .languages__container {
        flex-grow: 1;
        display: flex
    }

    .header__languages .languages__list {
        flex-grow: 1
    }

    .header__languages .languages__group {
        overflow-x: hidden
    }

    .header__languages:not(.header__languages--show) {
        display: none
    }
}

@media (min-width: 1168px) {
    .header__languages {
        left: -8px;
        right: -8px
    }
}

.header__container {
    grid-auto-flow: column;
    justify-content: space-between;
    display: grid
}

@media (max-width: 924px) {
    .header__container:not(.header__container_show_languages) .header__languages {
        display: none
    }
}

.header__container > :not(.header__bg) {
    -ms-grid-row-align: center
}

@media (max-width: 923px) {
    .header__container {
        width: 100%;
        flex-grow: 1;
        flex-shrink: 0;
        grid-template:". . . . . . ."24px".header__brand. . .header__menu-toggler."minmax(24px, auto)". . . . . . ."24px". . . . . . ."32px".header__actions header__actions header__actions header__actions header__actions."". . . . . . ."32px".header__personal header__personal header__personal header__personal header__personal."". . . . . . ."16px"header__accordion header__accordion header__accordion header__accordion header__accordion header__accordion header__accordion"". . . . . . ."minmax(24px, 1fr)".header__nav header__nav header__nav header__nav header__nav."". . . . . . ."24px/24px auto 8px 1fr 8px auto 24px;
        padding-left: 0;
        padding-right: 0
    }

    .header__container > :not(.header__bg) {
        align-self: flex-start
    }

    .header__container_show_languages {
        grid-template-rows:24px minmax(24px, auto) 24px 32px auto 32px auto 16px auto 8px auto minmax(24px, 1fr) auto 24px;
        grid-template-areas:". . . . . . ."".header__brand. . .header__menu-toggler."". . . . . . ."". . . . . . ."".header__actions header__actions header__actions header__actions header__actions."". . . . . . ."".header__personal header__personal header__personal header__personal header__personal."". . . . . . .""header__languages header__languages header__languages header__languages header__languages header__languages header__languages"". . . . . . .""header__accordion header__accordion header__accordion header__accordion header__accordion header__accordion header__accordion"". . . . . . ."".header__nav header__nav header__nav header__nav header__nav."". . . . . . ."
    }

    _:-ms-input-placeholder, :root .header__container_show_languages {
        grid-template-rows:24px minmax(24px, 1fr) 24px 32px auto 32px auto 16px auto 8px auto 1fr auto 0
    }

    _:-ms-input-placeholder, :root .header__container {
        grid-template-rows:24px minmax(24px, 1fr) 24px 32px auto 32px auto 16px auto 1fr auto 0
    }
}

@media (min-width: 924px) {
    .header__container {
        grid-template:". . . . . . . . ."8px". . . . . .header__actions. ."8px"header__nav header__nav header__nav. . .header__actions.header__personal"minmax(24px, auto)". . . . . .header__actions. ."8px"header__brand. . . . . . . ."8px"header__brand.header__menu header__menu header__menu header__menu header__menu header__menu header__menu"". . . . . . . . ."16px/auto 32px auto 12px 1fr 12px max-content 24px auto;
        position: relative
    }

    .header__container > :not(.header__bg) {
        -ms-grid-row-align: stretch
    }

    _:-ms-input-placeholder, :root .header__container {
        grid-template-rows:8px 8px minmax(24px, 1fr) 8px 8px auto 16px
    }
}

.header__brand {
    grid-area: header__brand;
    line-height: 1;
    display: block
}

.header__brand-icon {
    vertical-align: top
}

.header__brand .icon-brand--no-fill {
    display: none
}

@media (max-width: 923px) {
    .header__brand {
        font-size: 1.5rem
    }
}

@media (min-width: 924px) {
    .header__brand {
        align-self: center;
        font-size: 2.5rem;
        position: relative
    }
}

.header__nav {
    grid-area: header__nav
}

.header__nav.collapsing {
    height: auto
}

.header__nav-list {
    margin: 0;
    padding: 0;
    font-size: .75rem;
    list-style: none
}

@media (max-width: 923px) {
    _:-ms-input-placeholder, :root .header__nav-list {
        padding: 24px 0
    }
}

@media (min-width: 924px) {
    .header__nav-list {
        flex-wrap: wrap;
        align-items: center;
        display: flex
    }

    .header__nav-list:not(:empty) {
        margin: -4px -12px
    }
}

@media (max-width: 923px) {
    .header__nav-item:not(:first-child) {
        margin-top: 1.33333em
    }
}

@media (min-width: 924px) {
    .header__nav-item {
        align-items: center;
        padding: 4px 12px;
        line-height: 1.66667em;
        display: flex
    }
}

.header__nav-link {
    color: #0a264e;
    color: var(--downriver);
    font-size: 1em
}

.header__nav-link:hover, .header__nav-link:active {
    text-decoration: none
}

@media (max-width: 923px) {
    .header__nav-link:hover, .header__nav-link:active {
        color: #0a95ff;
        color: var(--dodger-blue);
        text-decoration: underline
    }
}

@media (min-width: 924px) {
    .header__nav-link {
        color: #8c96a3;
        color: var(--regent-gray);
        position: relative
    }

    .header__nav-link:hover {
        color: #1b6eea;
        color: var(--royal-blue);
        text-decoration: underline
    }

    .header__nav-link:active, .header__nav-link--active {
        color: #1b6eea;
        color: var(--royal-blue)
    }
}

@media (max-width: 923px) {
    .header__nav {
        align-self: flex-end;
        font-size: .75rem
    }
}

@media (min-width: 924px) {
    .header__nav {
        align-self: center;
        position: relative
    }

    .header__nav.collapse:not(.show) {
        display: inline-flex
    }
}

.header__menu {
    grid-area: header__menu
}

.header__menu.collapsing {
    height: auto
}

@media (max-width: 923px) {
    .header__menu {
        display: none
    }
}

@media (min-width: 924px) {
    .header__menu {
        align-self: flex-end;
        display: flex
    }

    .header__menu.collapse, .header__menu.collapse:not(.show) {
        justify-content: center;
        display: flex
    }

    .header__menu .menu_lvl_2 {
        top: calc(100% - 16px);
        left: -8px;
        right: -8px
    }
}

.header__language-toggler {
    vertical-align: middle;
    background: 0 0;
    border: 0;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    font-size: 1rem;
    line-height: 0;
    display: inline-flex
}

.header__language-toggler:not(:empty) {
    margin: -2px
}

.header__language-toggler > * {
    margin: 2px
}

.header__language-toggler.collapsing {
    transition: none
}

.header__language-toggler-icon {
    font-size: 1em
}

.header__language-toggler-text {
    color: #0a264e;
    color: var(--downriver);
    min-width: 1.46667em;
    font-size: .9375em;
    line-height: 1
}

body .header__language-toggler-text {
    margin-left: 6px;
    margin-right: 2px
}

html[dir=rtl] .header__language-toggler-text {
    margin-left: 2px;
    margin-right: 6px
}

@media (min-width: 924px) {
    .header__language-toggler-text {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block
    }
}

.header__language-toggler-caret {
    align-self: center;
    font-size: .625em;
    display: block
}

.header__language-toggler-caret .icon-arrow--up, .header__language-toggler[aria-expanded=true] .icon-arrow--down {
    display: none
}

.header__language-toggler[aria-expanded=true] .icon-arrow--up {
    display: inline-block
}

.header__language-toggler:hover .header__language-toggler-caret, .header__language-toggler:active .header__language-toggler-caret, .header__language-toggler[aria-expanded=true] .header__language-toggler-caret, .header__language-toggler:hover .header__language-toggler-text, .header__language-toggler:active .header__language-toggler-text, .header__language-toggler[aria-expanded=true] .header__language-toggler-text {
    color: #0a95ff;
    color: var(--dodger-blue)
}

@media (min-width: 924px) {
    .header__language-toggler:hover, .header__language-toggler:active, .header__language-toggler[aria-expanded=true] {
        color: #7fa9d1;
        color: var(--polo-blue)
    }
}

@media (min-width: 924px) {
    .header__language-toggler {
        font-size: 1rem
    }

    .header__language-toggler.collapse:not(.show) {
        display: inline-flex
    }

    .header__language-toggler > * {
        -ms-grid-row-align: center
    }
}

.header__personal {
    grid-area: header__personal;
    margin: 0;
    padding: 0;
    display: flex
}

.header__personal-item {
    align-items: center;
    margin: 0;
    padding: 4px 12px;
    display: flex
}

.header__personal-link {
    color: #0a264e;
    color: var(--downriver);
    align-items: center;
    font-size: .9375em;
    line-height: 1;
    display: flex
}

.header__personal-link:not(:empty) {
    margin: -4px
}

.header__personal-link > * {
    margin: 4px
}

.header__personal-link .icon {
    flex-shrink: 0;
    font-size: 1.06667em
}

.header__personal-link:hover {
    color: #0a95ff;
    color: var(--dodger-blue);
    text-decoration: underline
}

.header__personal-link:active, .header__personal-link--active {
    color: #0a95ff;
    color: var(--dodger-blue)
}

@media (max-width: 923px) {
    .header__personal {
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 1rem;
        display: flex
    }

    .header__personal:not(:empty) {
        margin: -4px -8px
    }

    .header__personal > * {
        padding: 4px 8px
    }
}

@media (min-width: 924px) {
    .header__personal {
        color: #fff;
        color: var(--white);
        z-index: 1;
        justify-content: flex-end;
        position: relative
    }

    .header__personal:not(:empty) {
        margin: -4px -12px
    }

    .header__personal > * {
        padding: 4px 12px
    }
}

.header__login {
    vertical-align: top;
    display: inline-block
}

@media (max-width: 923px) {
    .header__login.collapsing {
        transition: none
    }
}

@media (min-width: 924px) {
    .header__login.collapse:not(.show) {
        display: inline-block
    }

    .header__login:hover {
        color: #7c90b1;
        color: var(--wild-blue-yonder);
        text-decoration: none
    }

    .header__login:active, .header__login--active {
        color: #fff;
        color: var(--white);
        text-decoration: underline
    }
}

@media (max-width: 923px) {
    .header__menu-toggler {
        color: #0a264e;
        color: var(--downriver);
        height: 20px;
        max-width: 100%;
        vertical-align: middle;
        width: 20px;
        background: 0 0;
        border: 0;
        grid-area: header__menu-toggler;
        justify-content: center;
        align-self: center;
        align-items: center;
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
        display: inline-flex
    }

    .header__menu-toggler-icon {
        vertical-align: middle;
        font-size: 1em;
        position: relative;
        top: 1px
    }
}

@media (min-width: 924px) {
    .header__menu-toggler, .header__menu-toggler.collapse:not(.show) {
        display: none
    }
}

.header__actions {
    grid-area: header__actions;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.header__actions:not(:empty) {
    margin: -4px -8px
}

.header__actions.collapsing {
    height: auto
}

.header__actions.collapse:not(.show) {
    display: flex
}

.header__actions-item {
    padding: 4px 8px
}

:root:not([lang=en-mena]):not([lang=ar]) .header__actions-item_demo, :root[lang=en-mena] .header__actions-item_demo_desktop, :root[lang=ar] .header__actions-item_demo_desktop {
    display: none
}

@media (min-width: 924px) {
    :root[lang=en-mena] .header__actions-item_demo_desktop, :root[lang=ar] .header__actions-item_demo_desktop {
        display: flex
    }
}

:root[lang=en-mena] .header__actions-item_demo_mobile, :root[lang=ar] .header__actions-item_demo_mobile {
    display: none
}

@media (max-width: 923px) {
    :root[lang=en-mena] .header__actions-item_demo_mobile, :root[lang=ar] .header__actions-item_demo_mobile {
        display: list-item
    }
}

@media (min-width: 924px) {
    .header__actions-item {
        min-width: 152px;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: flex-end;
        display: flex
    }
}

@media (max-width: 923px) {
    .header__actions {
        flex-direction: column;
        align-self: flex-start
    }
}

@media (min-width: 924px) {
    .header__actions {
        align-self: center;
        position: relative
    }
}

.header__action {
    max-width: 100%;
    vertical-align: top;
    width: 100%;
    border-width: 2px;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.71429em;
    display: inline-flex
}

@media (max-width: 923px) {
    .header__action_live_desktop.header__action {
        display: none
    }
}

@media (max-width: 923px) {
    .header__action_live_desktop {
        display: none
    }
}

@media (min-width: 924px) {
    .header__action_live_mobile {
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden
    }
}

.header.collapse:not(.show) {
    display: block
}

@media (max-width: 923px) {
    .header {
        background-color: #fff;
        background-color: var(--white);
        max-height: 100%;
        flex-direction: column;
        display: flex;
        overflow-x: hidden;
        box-shadow: 0 4px 20px #0b153e1a
    }

    .header.collapsing {
        height: auto
    }

    .header.collapse.show {
        height: 100vh;
        position: fixed;
        inset: 0;
        overflow: hidden
    }

    _:-ms-input-placeholder, :root .header {
        flex-direction: row
    }
}

@media (min-width: 924px) {
    .header {
        position: relative
    }

    .header:not(.header--chameleon) {
        box-shadow: 0 0 32px #1325383d
    }

    .header--chameleon .header__bg, .header--chameleon .header__bg-wing {
        background-color: #0000
    }

    .header--chameleon .header__brand {
        color: #fff;
        color: var(--white)
    }

    .header--chameleon .header__brand .icon-brand {
        display: none
    }

    .header--chameleon .header__brand .icon-brand--no-fill {
        display: block
    }

    .header--chameleon .header__nav-link, .header--chameleon .header__nav-link:hover, .header--chameleon .header__nav-link:active, .header--chameleon .header__nav-link--active, .header--chameleon .header__language-toggler-text, .header--chameleon .header__language-toggler-caret, .header--chameleon .header__language-toggler:hover .header__language-toggler-text, .header--chameleon .header__language-toggler:hover .header__language-toggler-caret, .header--chameleon .header__language-toggler:active .header__language-toggler-text, .header--chameleon .header__language-toggler:active .header__language-toggler-caret, .header--chameleon .header__language-toggler[aria-expanded=true] .header__language-toggler-text, .header--chameleon .header__language-toggler[aria-expanded=true] .header__language-toggler-caret, .header--chameleon .header__personal-link, .header--chameleon .header__personal-link:hover, .header--chameleon .header__personal-link:active, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item > .menu__link > .menu__link-text, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item > .menu__link > .menu__link-icon, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item > .menu__link:hover > .menu__link-text, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item > .menu__link:hover > .menu__link-icon, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item > .menu__link:active > .menu__link-text, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item > .menu__link:active > .menu__link-icon, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item > .menu__link--active > .menu__link-text, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item > .menu__link--active > .menu__link-icon, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item:hover > .menu__link > .menu__link-text, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item:hover > .menu__link > .menu__link-icon, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item:active > .menu__link > .menu__link-text, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item:active > .menu__link > .menu__link-icon, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item--active > .menu__link > .menu__link-text, .header--chameleon .menu_lvl_1 > .menu__list > .menu__item--active > .menu__link > .menu__link-icon {
        color: #fff;
        color: var(--white)
    }
}

.flat-menu {
    font-size: 1.125rem
}

.flat-menu__list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

@media (min-width: 1168px) {
    .flat-menu__list {
        flex-wrap: nowrap
    }
}

.flat-menu__list:not(:empty) {
    margin: -24px
}

.flat-menu__list .flat-menu__list {
    flex-direction: column;
    display: flex
}

.flat-menu__list .flat-menu__list:not(:empty) {
    margin: 0
}

.flat-menu__list .flat-menu__list .flat-menu__item {
    color: #626f81;
    color: var(--pale-sky);
    text-transform: none;
    flex-basis: auto;
    padding: 4px 0;
    font-size: .777778em
}

.flat-menu__list .flat-menu__list .flat-menu__item:last-child {
    margin-right: 0
}

.flat-menu__list .flat-menu__list .flat-menu__link:hover, .flat-menu__list .flat-menu__list .flat-menu__link:active {
    color: #fff;
    color: var(--white)
}

.flat-menu__item {
    color: #fff;
    color: var(--white);
    text-transform: uppercase;
    flex-basis: 25%;
    padding: 24px;
    font-size: 1em
}

html[lang=vi-VN] .flat-menu__item {
    padding: 16px
}

@media (min-width: 768px) and (max-width: 1167px) {
    .flat-menu__item:last-child {
        margin-right: auto
    }
}

@media (min-width: 768px) and (max-width: 1167px) {
    :root[dir=rtl] .flat-menu__item:last-child {
        margin-left: auto;
        margin-right: 0
    }
}

.flat-menu__link {
    color: inherit;
    font-size: inherit;
    max-width: 100%;
    text-decoration: none;
    display: inline-block
}

.flat-menu__link:hover, .flat-menu__link:active {
    color: #fff;
    color: var(--white);
    text-decoration: underline
}

.footer {
    background-color: #272a33;
    background-color: var(--charade);
    margin-top: auto
}

.footer__container {
    grid-template:". . . ."32px"footer__livechat.footer__socials footer__socials"". . . ."32px"footer__hr--1 footer__hr--1 footer__hr--1 footer__hr--1"". . . ."48px"footer__accordion footer__accordion footer__accordion footer__accordion"". . . ."32px"footer__address footer__address footer__address footer__address"". . . ."32px"footer__hr--2 footer__hr--2 footer__hr--2 footer__hr--2"". . . ."32px"footer__heel footer__heel footer__heel footer__heel"". . . ."32px/auto 16px 1fr 1fr;
    grid-auto-flow: column;
    display: grid
}

@media (min-width: 768px) {
    .footer__container {
        grid-template:". . . ."32px"footer__livechat footer__livechat.footer__socials"". . . ."32px"footer__hr--1 footer__hr--1 footer__hr--1 footer__hr--1"". . . ."48px"footer__menu footer__menu footer__menu footer__menu"". . . ."32px"footer__hr--2 footer__hr--2 footer__hr--2 footer__hr--2"". . . ."32px"footer__heel footer__heel footer__heel footer__heel"". . . ."32px/5fr 1fr 16px auto
    }

    .footer__container > .footer__address {
        display: none
    }
}

.footer__hr {
    background-color: #313541;
    background-color: var(--tuna);
    height: 1px;
    border: 0;
    margin: 0
}

.footer__hr--1 {
    grid-area: footer__hr--1
}

.footer__hr--2 {
    grid-area: footer__hr--2
}

.footer__hr--3 {
    grid-area: footer__hr--3
}

.footer__hr--address {
    width: 100%;
    grid-area: footer__hr--address
}

.footer__socials {
    grid-area: footer__socials;
    align-self: center;
    overflow: hidden
}

.footer__socials-list {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
    list-style: none;
    display: flex
}

.footer__socials-list:not(:empty) {
    margin: -8px
}

.footer__socials-item {
    padding: 8px
}

.footer__socials-link {
    background-color: #4f5158;
    background-color: var(--abbey);
    color: #fff;
    color: var(--white);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex
}

.footer__socials-link:hover {
    background-color: #0a95ff;
    background-color: var(--dodger-blue);
    color: #fff;
    color: var(--white);
    text-decoration: none
}

.footer__socials-link:active {
    background-color: #0053a4;
    background-color: var(--endeavour);
    color: #fff;
    color: var(--white);
    text-decoration: none
}

.footer__socials-link .icon {
    pointer-events: none
}

.footer__socials-link .icon-twitter {
    font-size: 1rem
}

.footer__socials-link .icon-facebook {
    font-size: 1.0625rem
}

.footer__socials-link .icon-rss {
    font-size: .9375rem
}

.footer__socials-link .icon-linkedin--hollowed {
    font-size: 1.0625rem
}

.footer__socials-link .icon-wechat {
    font-size: 1.5rem
}

.footer__socials-link .icon-instagram {
    font-size: 1em
}

.footer__socials-link .icon-line {
    font-size: 1.375em
}

.footer__socials-link .popover {
    background-color: #f4f6fa;
    background-color: var(--catskill-white-2);
    border: 0;
    border-radius: 4px;
    padding: .5rem
}

.footer__socials-link .popover-body {
    background-color: #fff;
    background-color: var(--white);
    border-color: #fff;
    border-color: var(--white);
    height: 6.25rem;
    width: 6.25rem;
    border-style: solid;
    border-width: 0;
    border-radius: 4px;
    padding: 0
}

.footer__socials-link .popover.bs-popover-top > .arrow:after, .footer__socials-link .popover.bs-popover-auto[x-placement^=top] > .arrow:after {
    border-top-color: #f4f6fa;
    border-top-color: var(--catskill-white-2)
}

.footer__socials-link .popover.bs-popover-bottom > .arrow:after, .footer__socials-link .popover.bs-popover-auto[x-placement^=bottom] > .arrow:after {
    border-bottom-color: #f4f6fa;
    border-bottom-color: var(--catskill-white-2)
}

.footer__socials-link .popover.bs-popover-left > .arrow:after, .footer__socials-link .popover.bs-popover-auto[x-placement^=left] > .arrow:after {
    border-left-color: #f4f6fa;
    border-left-color: var(--catskill-white-2)
}

.footer__socials-link .popover.bs-popover-right > .arrow:after, .footer__socials-link .popover.bs-popover-auto[x-placement^=right] > .arrow:after {
    border-right-color: #f4f6fa;
    border-right-color: var(--catskill-white-2)
}

.footer__socials-qr {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
    font-family: "object-fit: cover;"
}

.footer__livechat {
    grid-area: footer__livechat;
    align-self: center;
    font-size: 0;
    line-height: 0
}

.footer__livechat > * {
    -ms-grid-row-align: center
}

.footer__livechat-link {
    color: #fff;
    color: var(--white);
    text-transform: uppercase;
    vertical-align: top;
    align-items: center;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1;
    display: inline-flex
}

.footer__livechat-link:not(:empty) {
    margin: -.125rem -.25rem
}

.footer__livechat-link > * {
    margin: .125rem .25rem
}

.footer__livechat-link:hover {
    color: #7c90b1;
    color: var(--wild-blue-yonder);
    text-decoration: none
}

.footer__livechat-link:active {
    color: #faa30d;
    color: var(--sun);
    text-decoration: none
}

@media (min-width: 924px) {
    .footer__livechat-link {
        font-size: 1rem
    }
}

.footer__livechat-icon {
    font-size: 1.5em
}

.footer__livechat-icon-wrapper {
    line-height: 0;
    display: block
}

.footer__accordion {
    grid-area: footer__accordion
}

.footer__menu {
    grid-area: footer__menu;
    display: none
}

.footer__menu .flat-menu__item {
    flex-basis: 33.333%
}

@media (min-width: 924px) {
    .footer__menu .flat-menu__item {
        flex-basis: 20%
    }
}

@media (min-width: 1168px) {
    .footer__menu .flat-menu__item {
        flex-basis: auto
    }

    .footer__menu .flat-menu__item:last-child {
        margin-right: 0
    }
}

.footer__address {
    grid-template:"footer__address-title""."16px"footer__email""."16px"footer__phone"/1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    margin: 0;
    display: grid
}

.footer__address-title {
    color: #ffffff6b;
    grid-area: footer__address-title;
    margin: 0;
    font-size: 1rem;
    font-weight: 400
}

.footer__address-hr {
    background-color: #fff;
    grid-area: footer__address-hr;
    margin: 0
}

@media (max-width: 767px) {
    .footer__address {
        grid-area: footer__address
    }
}

@media (min-width: 924px) {
    .footer__address {
        justify-items: flex-start
    }

    .footer__address > * {
        -ms-grid-column-align: start
    }
}

.footer__email {
    grid-area: footer__email;
    font-size: .875rem
}

.footer__email .icon {
    color: #0a95ff;
    color: var(--dodger-blue)
}

.footer__email-link {
    color: #fff;
    color: var(--white);
    text-transform: uppercase;
    vertical-align: top;
    align-items: center;
    font-size: .875rem;
    text-decoration: none;
    display: inline-flex
}

.footer__email-link:not(:empty) {
    margin: -.142857em -.285714em
}

.footer__email-link > * {
    margin: .142857em .285714em
}

.footer__email-link:hover, .footer__email-link:active {
    color: #fff;
    color: var(--white);
    text-decoration: underline
}

.footer__email-icon {
    font-size: 1.21429em
}

.footer__email-icon-wrapper {
    line-height: 0;
    display: block
}

.footer__phone {
    grid-area: footer__phone;
    font-size: .875rem
}

.footer__phone .icon {
    color: #0a95ff;
    color: var(--dodger-blue)
}

.footer__phone-link {
    color: #fff;
    color: var(--white);
    vertical-align: top;
    align-items: center;
    text-decoration: none;
    display: inline-flex
}

.footer__phone-link:not(:empty) {
    margin: -.142857em -.285714em
}

.footer__phone-link > * {
    margin: .142857em .285714em
}

.footer__phone-link:hover, .footer__phone-link:active {
    color: #fff;
    color: var(--white);
    text-decoration: underline
}

.footer__phone-icon {
    font-size: 1.21429em
}

.footer__phone-icon-wrapper {
    line-height: 0;
    display: block
}

.footer__heel {
    grid-template:"footer__article""."32px"footer__nav"/1fr;
    grid-area: footer__heel;
    grid-auto-flow: row;
    display: grid
}

.footer__article, .footer__paragraph {
    color: #ffffff80
}

.footer__warning {
    color: #fff;
    color: var(--white);
    grid-area: footer__warning;
    margin: 0;
    font-weight: 600
}

.footer__nav {
    grid-area: footer__nav
}

.footer__nav-list {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.footer__nav-list:not(:empty) {
    margin: -8px -12px
}

@media (max-width: 923px) {
    .footer__nav-list {
        justify-content: space-between
    }
}

.footer__nav-item {
    color: #0a95ff;
    color: var(--dodger-blue);
    padding: 8px 12px;
    font-size: .875rem
}

.footer__nav-link {
    color: #0a95ff;
    color: var(--dodger-blue);
    text-decoration: none
}

.footer__nav-link:hover, .footer__nav-link:active {
    color: #0a95ff;
    color: var(--dodger-blue);
    text-decoration: underline
}

.footer__article {
    grid-area: footer__article;
    margin: 0;
    font-size: .875rem;
    font-weight: 400
}

.footer__article > :last-child {
    margin-bottom: 0
}

.footer__alert {
    background-color: #242730;
    background-color: var(--charade-2);
    color: #ffffff4d;
    padding-top: 24px;
    padding-bottom: 16px;
    font-size: .75rem;
    line-height: 2
}

.footer__alert-paragraph:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .footer__accordion {
        display: none
    }

    .footer__menu {
        display: block
    }
}

body #et-boc .country-phone-composite, body.et-db #et-boc .country-phone-composite, body .et-db #et-boc .country-phone-composite, body.et-db #et-boc .et-l .et_pb_module .country-phone-composite, body .et-db #et-boc .et-l .et_pb_module .country-phone-composite {
    justify-content: space-between;
    display: flex
}

body #et-boc .country-phone-composite .country-phone-composite__phone-country-code, body.et-db #et-boc .country-phone-composite .country-phone-composite__phone-country-code, body .et-db #et-boc .country-phone-composite .country-phone-composite__phone-country-code, body.et-db #et-boc .et-l .et_pb_module .country-phone-composite .country-phone-composite__phone-country-code, body .et-db #et-boc .et-l .et_pb_module .country-phone-composite .country-phone-composite__phone-country-code {
    height: 47px;
    width: 150px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-right: 5px;
    font-size: 20px
}

body #et-boc .country-phone-composite .country-phone-composite__phone-country > select, body.et-db #et-boc .country-phone-composite .country-phone-composite__phone-country > select, body .et-db #et-boc .country-phone-composite .country-phone-composite__phone-country > select, body.et-db #et-boc .et-l .et_pb_module .country-phone-composite .country-phone-composite__phone-country > select, body .et-db #et-boc .et-l .et_pb_module .country-phone-composite .country-phone-composite__phone-country > select {
    height: 44px;
    width: 130px;
    border-width: 0;
    font-size: 20px
}

body #et-boc .country-phone-composite .country-phone-composite__phone-country-value, body.et-db #et-boc .country-phone-composite .country-phone-composite__phone-country-value, body .et-db #et-boc .country-phone-composite .country-phone-composite__phone-country-value, body.et-db #et-boc .et-l .et_pb_module .country-phone-composite .country-phone-composite__phone-country-value, body .et-db #et-boc .et-l .et_pb_module .country-phone-composite .country-phone-composite__phone-country-value {
    width: calc(100% - 170px)
}

@media (max-width: 575px) {
    body #et-boc li .country-phone-composite, body.et-db #et-boc li .country-phone-composite, body .et-db #et-boc li .country-phone-composite, body.et-db #et-boc .et-l .et_pb_module li .country-phone-composite, body .et-db #et-boc .et-l .et_pb_module li .country-phone-composite {
        flex-direction: column;
        justify-content: space-between;
        display: flex
    }

    body #et-boc li .country-phone-composite .country-phone-composite__phone-country, body.et-db #et-boc li .country-phone-composite .country-phone-composite__phone-country, body .et-db #et-boc li .country-phone-composite .country-phone-composite__phone-country, body.et-db #et-boc .et-l .et_pb_module li .country-phone-composite .country-phone-composite__phone-country, body .et-db #et-boc .et-l .et_pb_module li .country-phone-composite .country-phone-composite__phone-country, body #et-boc li .country-phone-composite .country-phone-composite__phone-country > select, body.et-db #et-boc li .country-phone-composite .country-phone-composite__phone-country > select, body .et-db #et-boc li .country-phone-composite .country-phone-composite__phone-country > select, body.et-db #et-boc .et-l .et_pb_module li .country-phone-composite .country-phone-composite__phone-country > select, body .et-db #et-boc .et-l .et_pb_module li .country-phone-composite .country-phone-composite__phone-country > select {
        width: 100%;
        margin-bottom: 1rem
    }

    body #et-boc li .country-phone-composite .country-phone-composite__phone-country-value, body.et-db #et-boc li .country-phone-composite .country-phone-composite__phone-country-value, body .et-db #et-boc li .country-phone-composite .country-phone-composite__phone-country-value, body.et-db #et-boc .et-l .et_pb_module li .country-phone-composite .country-phone-composite__phone-country-value, body .et-db #et-boc .et-l .et_pb_module li .country-phone-composite .country-phone-composite__phone-country-value {
        width: 100%
    }
}

body #et-boc .gform_wrapper--bootstrap .gfield:last-of-type, body.et-db #et-boc .gform_wrapper--bootstrap .gfield:last-of-type, body .et-db #et-boc .gform_wrapper--bootstrap .gfield:last-of-type, body.et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .gfield:last-of-type, body .et-db #et-boc .et-l .et_pb_module .gform_wrapper--bootstrap .gfield:last-of-type {
    margin-bottom: 0
}

.form_institution_offering {
    grid-template:"form__group--first-name""."16px"form__group--phone-number""."16px"form__group--email""."16px"form__group--captcha""."16px"form__submit""."16px"form__reset"/100%;
    grid-auto-flow: row;
    display: grid
}

@media (min-width: 600px) {
    .form_institution_offering {
        grid-template:"form__group--first-name form__group--first-name form__group--first-name form__group--first-name form__group--first-name form__group--first-name"". . . . . ."16px"form__group--phone-number form__group--phone-number form__group--phone-number form__group--phone-number form__group--phone-number form__group--phone-number"". . . . . ."16px"form__group--email form__group--email form__group--email form__group--email form__group--email form__group--email"". . . . . ."16px"form__group--captcha form__group--captcha form__group--captcha form__group--captcha form__group--captcha form__group--captcha"". . . . . ."16px"form__reset.form__submit form__submit form__submit form__submit"/30fr 16px 20fr 16px 50fr 16px;
        grid-auto-flow: column
    }
}

.form_institution_offering .form__group {
    margin: 0
}

.form_institution_offering .form__group--first-name {
    grid-area: form__group--first-name
}

.form_institution_offering .form__group--phone-number {
    grid-area: form__group--phone-number
}

.form_institution_offering .form__group--email {
    grid-area: form__group--email
}

.form_institution_offering .form__group--captcha {
    grid-area: form__group--captcha
}

.form_institution_offering .form__submit {
    grid-area: form__submit
}

.form_institution_offering .form__reset {
    grid-area: form__reset
}

.form_open_demo-account {
    grid-template:"form__group--calling-code""."16px"form__group--phone-number""."16px"form__group--phone-verification""."16px"form__group--last-name""."16px"form__group--first-name""."16px"form__group--email""."16px"form__group--leverage""."16px"form__submit""."16px"form__reset"/100%;
    grid-auto-flow: row;
    display: grid
}

@media (min-width: 600px) {
    .form_open_demo-account {
        grid-template:"form__group--calling-code form__group--calling-code form__group--calling-code.form__group--phone-number form__group--phone-number"". . . . . ."16px"form__group--phone-verification form__group--phone-verification form__group--phone-verification form__group--phone-verification form__group--phone-verification form__group--phone-verification"". . . . . ."16px"form__group--last-name form__group--last-name form__group--last-name.form__group--first-name form__group--first-name"". . . . . ."16px"form__group--email form__group--email form__group--email form__group--email form__group--email form__group--email"". . . . . ."16px"form__group--leverage form__group--leverage form__group--leverage form__group--leverage form__group--leverage form__group--leverage"". . . . . ."16px"form__reset.form__submit form__submit form__submit form__submit"/30fr 16px 20fr 16px 50fr 16px;
        grid-auto-flow: column
    }
}

.form_open_demo-account .form__action_get_phone-verification-code {
    color: #2d78bd;
    color: var(--mariner);
    background: 0 0;
    border: 0;
    padding: 0;
    font-size: .875rem
}

@media (max-width: 599px) {
    .form_open_demo-account .form__action_get_phone-verification-code {
        margin-top: .25rem
    }
}

@media (min-width: 600px) {
    .form_open_demo-account .form__action_get_phone-verification-code {
        position: absolute;
        top: calc(.75em + .375rem + 2px);
        transform: translateY(-50%)
    }

    html:not([dir=rtl]) .form_open_demo-account .form__action_get_phone-verification-code {
        right: .75rem
    }

    :root[dir=rtl] .form_open_demo-account .form__action_get_phone-verification-code {
        left: .75rem
    }
}

.form_open_demo-account .form__action_get_phone-verification-code:hover, .form_open_demo-account .form__action_get_phone-verification-code:focus {
    text-decoration: underline
}

.form_open_demo-account .form__group {
    margin: 0
}

.form_open_demo-account .form__group--calling-code {
    grid-area: form__group--calling-code
}

.form_open_demo-account .form__group--phone-number {
    grid-area: form__group--phone-number
}

.form_open_demo-account .form__group--phone-verification {
    grid-area: form__group--phone-verification;
    position: relative
}

.form_open_demo-account .form__group--last-name {
    grid-area: form__group--last-name
}

.form_open_demo-account .form__group--first-name {
    grid-area: form__group--first-name
}

.form_open_demo-account .form__group--email {
    grid-area: form__group--email
}

.form_open_demo-account .form__group--leverage {
    grid-area: form__group--leverage
}

.form_open_demo-account .form__submit {
    grid-area: form__submit
}

.form_open_demo-account .form__reset {
    grid-area: form__reset
}

.form-confirmation {
    color: #0a264e;
    padding: 16px 0
}

.form-confirmation__logo {
    color: #3bb54a;
    color: var(--chateau-green);
    justify-content: center;
    font-size: 4.5rem;
    display: flex
}

.form-confirmation__title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600
}

.form-confirmation__text {
    text-align: center
}

.form-confirmation__text > * {
    margin: 0 0 1em
}

.form-confirmation__text > :last-child {
    margin-bottom: 0
}

.form-confirmation > * {
    margin: 32px 0
}

.form-confirmation > :last-child {
    margin-bottom: 0
}

.form-confirmation > :first-child {
    margin-top: 0
}

.gform_wrapper .mam-services-form .gform_footer, .mam-services-form .gform_footer {
    padding: 0
}

.gform_wrapper .mam-services-form .gform_heading, .mam-services-form .gform_heading {
    display: none !important
}

.gform_wrapper .mam-services-form .top_label div.ginput_container, .mam-services-form .top_label div.ginput_container {
    margin-top: 0
}

.gform_wrapper .mam-services-form ul.gform_fields li.gfield, .mam-services-form ul.gform_fields li.gfield {
    margin: 16px 0 0;
    padding-left: 0;
    padding-right: 0
}

:root[dir=rtl] .gform_wrapper .mam-services-form ul.gform_fields li.gfield, :root[dir=rtl] .mam-services-form ul.gform_fields li.gfield {
    padding-left: 0
}

.gform_wrapper .mam-services-form ul.gform_fields li.gfield:first-child, .mam-services-form ul.gform_fields li.gfield:first-child {
    margin-top: 0
}

.gform_wrapper .mam-services-form li.hidden_label input, .mam-services-form li.hidden_label input {
    margin: 0
}

.gform_wrapper .mam-services-form input, .mam-services-form input {
    box-sizing: border-box
}

.gform_wrapper .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-color: #dee5f1;
    border-color: var(--botticelli);
    background-color: #f4f6fa;
    background-color: var(--catskill-white-2);
    height: 40px;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    padding: 2px 16px;
    font-family: Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif;
    font-size: .875rem
}

:root[dir=rtl] .gform_wrapper .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), :root[dir=rtl] .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-family: Cairo, Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

.gform_wrapper .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
    color: #8c96a3;
    color: var(--regent-gray)
}

.gform_wrapper .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder, .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
    color: #8c96a3;
    color: var(--regent-gray)
}

.gform_wrapper .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
    color: #8c96a3;
    color: var(--regent-gray)
}

.gform_wrapper .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .mam-services-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
    color: #8c96a3;
    color: var(--regent-gray)
}

.gform_wrapper .mam-services-form input[type=submit], .mam-services-form input[type=submit] {
    width: 100%;
    font-family: Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif;
    color: #fff !important;
    background-color: #2d78bd !important;
    border-color: #2d78bd !important;
    margin: 0 !important
}

:root[dir=rtl] .gform_wrapper .mam-services-form input[type=submit], :root[dir=rtl] .mam-services-form input[type=submit] {
    font-family: Cairo, Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif;
    text-align: center !important
}

.gform_wrapper .mam-services-form input[type=submit]:hover, .mam-services-form input[type=submit]:hover {
    color: #fff !important;
    background-color: #26649e !important;
    border-color: #235e94 !important
}

.gform_wrapper .mam-services-form input[type=submit]:active, .mam-services-form input[type=submit]:active {
    color: #fff !important;
    background-color: #235e94 !important;
    border-color: #21578a !important
}

.gform_wrapper.mam-services-form_wrapper, .mam-services-form_wrapper {
    margin: 0
}

.gform_wrapper div.validation_error, .gform_wrapper .validation_message {
    color: red !important
}

.gform_wrapper input::-webkit-input-placeholder {
    color: #c7c7c7
}

.gform_wrapper input:-ms-input-placeholder {
    color: #c7c7c7
}

.gform_wrapper input::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1
}

.gform_wrapper input:-moz-placeholder {
    color: #c7c7c7;
    opacity: 1
}

.gform_wrapper textarea::-webkit-input-placeholder {
    color: #c7c7c7
}

.gform_wrapper textarea:-ms-input-placeholder {
    color: #c7c7c7
}

.gform_wrapper textarea::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1
}

.gform_wrapper textarea:-moz-placeholder {
    color: #c7c7c7;
    opacity: 1
}

.dropdown__container {
    width: auto
}

.dropdown--custom .scroll-wrapper.dropdown__nav {
    margin: -2px !important
}

.dropdown--custom .scroll-wrapper.dropdown__nav .dropdown__nav {
    margin: 0 !important
}

.dropdown--custom .dropdown__menu {
    background-color: #fbfbfd;
    background-color: var(--whisper);
    border-color: #e6e7eb;
    border-color: var(--athens-gray);
    box-shadow: 0 0 32px #1325383d
}

.dropdown--custom .dropdown__menu--blocks {
    min-width: auto;
    padding: 0
}

.dropdown--custom .dropdown__menu--blocks .dropdown__nav:not([class*=scroll-wrapper]) {
    flex-direction: column;
    padding: 2px;
    font-size: 1.5rem;
    display: inline-flex;
    overflow-x: hidden;
    max-height: calc(9.33333em + 4px) !important
}

.dropdown--custom .dropdown__menu--blocks .dropdown__nav:not([class*=scroll-wrapper]):hover .dropdown__item--active:not(:hover) .dropdown__link {
    box-shadow: none
}

.dropdown--custom .dropdown__menu--blocks .dropdown__container {
    padding: 0
}

.dropdown--custom .dropdown__menu--blocks .dropdown__item {
    flex-grow: 1;
    font-size: 1em;
    line-height: 1
}

.dropdown--custom .dropdown__menu--blocks .dropdown__item--active .dropdown__link {
    box-shadow: 0 0 0 2px #0a95ff
}

.dropdown--custom .dropdown__menu--blocks .dropdown__link {
    min-width: 2.33333em;
    border-radius: 4px;
    padding: .5rem;
    line-height: 1
}

.dropdown--custom .dropdown__menu--blocks .dropdown__link:hover, .dropdown--custom .dropdown__menu--blocks .dropdown__link:active {
    box-shadow: 0 0 0 2px #0a95ff
}

.dropdown--custom .dropdown__menu--blocks .dropdown__icon-wrapper {
    min-width: 1em;
    position: relative
}

.dropdown--custom .dropdown__menu--blocks .dropdown__icon-former {
    padding-top: 100%
}

.dropdown--custom .dropdown__menu--blocks .dropdown__icon-filler {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0
}

.dropdown--custom .dropdown__menu:not(.dropdown__menu--blocks) .dropdown__link {
    align-items: center;
    display: flex
}

.dropdown--custom .dropdown__menu:not(.dropdown__menu--blocks) .dropdown__link:not(:empty) {
    margin: -4px
}

.dropdown--custom .dropdown__menu:not(.dropdown__menu--blocks) .dropdown__link > * {
    padding: 4px
}

.dropdown--custom .dropdown__menu:not(.dropdown__menu--blocks) .dropdown__icon-wrapper {
    line-height: 1
}

.dropdown--custom .dropdown__link, .dropdown--custom .dropdown__icon {
    display: block
}

.dropdown__nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-pills--custom:not(:empty) {
    margin: -8px 0
}

.nav-pills--custom > * {
    margin: 8px 0
}

.nav-pills--custom .nav-link {
    background-color: #f9fafc;
    background-color: var(--catskill-white);
    color: #0a264e;
    color: var(--downriver);
    min-height: 64px;
    border-radius: 0;
    align-items: center;
    margin-right: 1.5em;
    padding: 19px 24px;
    display: flex;
    position: relative
}

:root[dir=rtl] .nav-pills--custom .nav-link {
    margin-left: 1.5em;
    margin-right: 0
}

.nav-pills--custom .nav-link:after {
    background-color: #f9fafc;
    background-color: var(--catskill-white);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%, 0% 0%);
    content: "";
    width: 1.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%
}

_:-ms-input-placeholder, :root .nav-pills--custom .nav-link:after {
    display: none
}

:root[dir=rtl] .nav-pills--custom .nav-link:after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
    left: auto;
    right: 100%
}

_:-ms-input-placeholder:before, :root .nav-pills--custom .nav-link:before {
    content: "";
    border-top: 0 solid #0000;
    border-bottom: 4em solid #0000;
    border-left: 1.5em solid #f9fafc;
    border-right: 0 solid #0000;
    position: absolute;
    top: 0;
    left: 100%
}

_:-ms-input-placeholder:before, :root[dir=rtl] .nav-pills--custom .nav-link:before {
    border-width: 0 1.5em 4em 0;
    border-left-color: #0000;
    border-right-color: #f9fafc;
    left: auto;
    right: 100%
}

.nav-pills--custom .nav-link.active {
    background-color: #2d78bd;
    background-color: var(--mariner);
    color: #fff;
    color: var(--white)
}

.nav-pills--custom .nav-link.active:after {
    background-color: #2d78bd
}

_:-ms-input-placeholder:before, :root .nav-pills--custom .nav-link.active:before {
    border-left-color: #2d78bd
}

_:-ms-input-placeholder:before, :root[dir=rtl] .nav-pills--custom .nav-link.active:before {
    border-left-color: #0000;
    border-right-color: #2d78bd
}

.accordion .card-header {
    border-color: #dee5f1;
    border-color: var(--botticelli);
    border-style: solid;
    border-width: 0 0 1px;
    margin-bottom: -1px
}

.accordion--custom .card, body.et-db #et-boc .et-l .accordion--custom .card {
    border-color: #dee5f1;
    border-color: var(--botticelli);
    border-style: solid;
    border-width: 1px;
    border-radius: 0
}

.accordion--custom .card:not(:last-of-type), body.et-db #et-boc .et-l .accordion--custom .card:not(:last-of-type) {
    border-bottom-width: 0
}

.accordion--custom .card .card-header, body.et-db #et-boc .et-l .accordion--custom .card .card-header {
    background-color: #fff;
    background-color: var(--white);
    padding: 0;
    display: block
}

.accordion--custom .card .card-header__title, body.et-db #et-boc .et-l .accordion--custom .card .card-header__title {
    margin: 0;
    padding: 0
}

.accordion--custom .card .card-header .btn, .accordion--custom .card .card-header body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button, body.products.forex.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button, .accordion--custom .card .card-header body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button, body.products.indices.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button, .accordion--custom .card .card-header body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button, .accordion--custom .card .card-header body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button, body.products.shares.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button, .accordion--custom .card .card-header body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button, body.products.commodities.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button, .accordion--custom .card .card-header body.accounts.et-db #et-boc .et-l .header-content .et_pb_button, body.accounts.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button, .accordion--custom .card .card-header .mam-services input[type=submit], .mam-services .accordion--custom .card .card-header input[type=submit], .accordion--custom .card .card-header .header__action, body.et-db #et-boc .et-l .accordion--custom .card .card-header .btn, body.products.forex.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button, body.products.indices.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button, body.products.cryptocurrencies.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button, body.products.shares.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button, body.products.commodities.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button, body.accounts.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button, body.et-db #et-boc .et-l .accordion--custom .card .card-header .mam-services input[type=submit], .mam-services body.et-db #et-boc .et-l .accordion--custom .card .card-header input[type=submit], body.et-db #et-boc .et-l .accordion--custom .card .card-header .header__action {
    color: #0a264e;
    color: var(--downriver);
    min-height: 64px;
    width: 100%;
    align-items: center;
    padding: 19px 24px;
    display: flex
}

.accordion--custom .card .card-header .btn-link:hover, body.et-db #et-boc .et-l .accordion--custom .card .card-header .btn-link:hover {
    text-decoration: underline
}

.accordion--custom .card .card-header .btn:not(:empty), .accordion--custom .card .card-header body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button:not(:empty), body.products.forex.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(:empty), .accordion--custom .card .card-header body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button:not(:empty), body.products.indices.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(:empty), .accordion--custom .card .card-header body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button:not(:empty), body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(:empty), .accordion--custom .card .card-header body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button:not(:empty), body.products.shares.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(:empty), .accordion--custom .card .card-header body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button:not(:empty), body.products.commodities.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(:empty), .accordion--custom .card .card-header body.accounts.et-db #et-boc .et-l .header-content .et_pb_button:not(:empty), body.accounts.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(:empty), .accordion--custom .card .card-header .mam-services input[type=submit]:not(:empty), .mam-services .accordion--custom .card .card-header input[type=submit]:not(:empty), .accordion--custom .card .card-header .header__action:not(:empty), body.et-db #et-boc .et-l .accordion--custom .card .card-header .btn:not(:empty), body.products.forex.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(:empty), body.products.indices.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(:empty), body.products.cryptocurrencies.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(:empty), body.products.shares.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(:empty), body.products.commodities.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(:empty), body.accounts.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(:empty), body.et-db #et-boc .et-l .accordion--custom .card .card-header .mam-services input[type=submit]:not(:empty), .mam-services body.et-db #et-boc .et-l .accordion--custom .card .card-header input[type=submit]:not(:empty), body.et-db #et-boc .et-l .accordion--custom .card .card-header .header__action:not(:empty) {
    padding: 19px 16px
}

.accordion--custom .card .card-header .btn > *, .accordion--custom .card .card-header body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button > *, body.products.forex.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button > *, .accordion--custom .card .card-header body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button > *, body.products.indices.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button > *, .accordion--custom .card .card-header body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button > *, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button > *, .accordion--custom .card .card-header body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button > *, body.products.shares.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button > *, .accordion--custom .card .card-header body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button > *, body.products.commodities.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button > *, .accordion--custom .card .card-header body.accounts.et-db #et-boc .et-l .header-content .et_pb_button > *, body.accounts.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button > *, .accordion--custom .card .card-header .mam-services input[type=submit] > *, .mam-services .accordion--custom .card .card-header input[type=submit] > *, .accordion--custom .card .card-header .header__action > *, body.et-db #et-boc .et-l .accordion--custom .card .card-header .btn > *, body.products.forex.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button > *, body.products.indices.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button > *, body.products.cryptocurrencies.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button > *, body.products.shares.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button > *, body.products.commodities.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button > *, body.accounts.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button > *, body.et-db #et-boc .et-l .accordion--custom .card .card-header .mam-services input[type=submit] > *, .mam-services body.et-db #et-boc .et-l .accordion--custom .card .card-header input[type=submit] > *, body.et-db #et-boc .et-l .accordion--custom .card .card-header .header__action > * {
    margin: 0 8px
}

.accordion--custom .card .card-header .btn .icon-minus, .accordion--custom .card .card-header body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button .icon-minus, body.products.forex.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button .icon-minus, .accordion--custom .card .card-header body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button .icon-minus, body.products.indices.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button .icon-minus, .accordion--custom .card .card-header body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button .icon-minus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button .icon-minus, .accordion--custom .card .card-header body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button .icon-minus, body.products.shares.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button .icon-minus, .accordion--custom .card .card-header body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button .icon-minus, body.products.commodities.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button .icon-minus, .accordion--custom .card .card-header body.accounts.et-db #et-boc .et-l .header-content .et_pb_button .icon-minus, body.accounts.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button .icon-minus, .accordion--custom .card .card-header .mam-services input[type=submit] .icon-minus, .mam-services .accordion--custom .card .card-header input[type=submit] .icon-minus, .accordion--custom .card .card-header .header__action .icon-minus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .btn .icon-minus, body.products.forex.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button .icon-minus, body.products.indices.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button .icon-minus, body.products.cryptocurrencies.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button .icon-minus, body.products.shares.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button .icon-minus, body.products.commodities.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button .icon-minus, body.accounts.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button .icon-minus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .mam-services input[type=submit] .icon-minus, .mam-services body.et-db #et-boc .et-l .accordion--custom .card .card-header input[type=submit] .icon-minus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .header__action .icon-minus {
    display: none
}

.accordion--custom .card .card-header .btn:not(.collapsed) .icon-minus, .accordion--custom .card .card-header body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-minus, body.products.forex.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-minus, .accordion--custom .card .card-header body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-minus, body.products.indices.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-minus, .accordion--custom .card .card-header body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-minus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-minus, .accordion--custom .card .card-header body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-minus, body.products.shares.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-minus, .accordion--custom .card .card-header body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-minus, body.products.commodities.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-minus, .accordion--custom .card .card-header body.accounts.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-minus, body.accounts.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-minus, .accordion--custom .card .card-header .mam-services input[type=submit]:not(.collapsed) .icon-minus, .mam-services .accordion--custom .card .card-header input[type=submit]:not(.collapsed) .icon-minus, .accordion--custom .card .card-header .header__action:not(.collapsed) .icon-minus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .btn:not(.collapsed) .icon-minus, body.products.forex.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-minus, body.products.indices.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-minus, body.products.cryptocurrencies.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-minus, body.products.shares.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-minus, body.products.commodities.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-minus, body.accounts.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-minus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .mam-services input[type=submit]:not(.collapsed) .icon-minus, .mam-services body.et-db #et-boc .et-l .accordion--custom .card .card-header input[type=submit]:not(.collapsed) .icon-minus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .header__action:not(.collapsed) .icon-minus {
    display: block
}

.accordion--custom .card .card-header .btn:not(.collapsed) .icon-plus, .accordion--custom .card .card-header body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-plus, body.products.forex.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-plus, .accordion--custom .card .card-header body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-plus, body.products.indices.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-plus, .accordion--custom .card .card-header body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-plus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-plus, .accordion--custom .card .card-header body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-plus, body.products.shares.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-plus, .accordion--custom .card .card-header body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-plus, body.products.commodities.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-plus, .accordion--custom .card .card-header body.accounts.et-db #et-boc .et-l .header-content .et_pb_button:not(.collapsed) .icon-plus, body.accounts.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:not(.collapsed) .icon-plus, .accordion--custom .card .card-header .mam-services input[type=submit]:not(.collapsed) .icon-plus, .mam-services .accordion--custom .card .card-header input[type=submit]:not(.collapsed) .icon-plus, .accordion--custom .card .card-header .header__action:not(.collapsed) .icon-plus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .btn:not(.collapsed) .icon-plus, body.products.forex.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-plus, body.products.indices.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-plus, body.products.cryptocurrencies.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-plus, body.products.shares.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-plus, body.products.commodities.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-plus, body.accounts.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:not(.collapsed) .icon-plus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .mam-services input[type=submit]:not(.collapsed) .icon-plus, .mam-services body.et-db #et-boc .et-l .accordion--custom .card .card-header input[type=submit]:not(.collapsed) .icon-plus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .header__action:not(.collapsed) .icon-plus {
    display: none
}

.accordion--custom .card .card-header .btn:focus, .accordion--custom .card .card-header body.products.forex.et-db #et-boc .et-l .header-content .et_pb_button:focus, body.products.forex.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:focus, .accordion--custom .card .card-header body.products.indices.et-db #et-boc .et-l .header-content .et_pb_button:focus, body.products.indices.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:focus, .accordion--custom .card .card-header body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .et_pb_button:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:focus, .accordion--custom .card .card-header body.products.shares.et-db #et-boc .et-l .header-content .et_pb_button:focus, body.products.shares.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:focus, .accordion--custom .card .card-header body.products.commodities.et-db #et-boc .et-l .header-content .et_pb_button:focus, body.products.commodities.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:focus, .accordion--custom .card .card-header body.accounts.et-db #et-boc .et-l .header-content .et_pb_button:focus, body.accounts.et-db #et-boc .et-l .header-content .accordion--custom .card .card-header .et_pb_button:focus, .accordion--custom .card .card-header .mam-services input[type=submit]:focus, .mam-services .accordion--custom .card .card-header input[type=submit]:focus, .accordion--custom .card .card-header .header__action:focus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .btn:focus, body.products.forex.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:focus, body.products.indices.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:focus, body.products.cryptocurrencies.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:focus, body.products.shares.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:focus, body.products.commodities.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:focus, body.accounts.et-db #et-boc .et-l .accordion--custom .card .card-header .header-content .et_pb_button:focus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .mam-services input[type=submit]:focus, .mam-services body.et-db #et-boc .et-l .accordion--custom .card .card-header input[type=submit]:focus, body.et-db #et-boc .et-l .accordion--custom .card .card-header .header__action:focus {
    box-shadow: none
}

.accordion--custom .card .card-header .btn__text, body.et-db #et-boc .et-l .accordion--custom .card .card-header .btn__text {
    text-align: left;
    flex-grow: 1
}

:root[dir=rtl] .accordion--custom .card .card-header .btn__text, :root[dir=rtl] body.et-db #et-boc .et-l .accordion--custom .card .card-header .btn__text {
    text-align: right
}

.accordion--custom .card .card-header .btn__icon, body.et-db #et-boc .et-l .accordion--custom .card .card-header .btn__icon {
    color: #2d78bd;
    color: var(--mariner);
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex
}

.accordion--custom .card .card-body, body.et-db #et-boc .et-l .accordion--custom .card .card-body {
    color: #0a264e;
    padding: 1.25rem;
    font-size: 1rem
}

.accordion--custom .card .card-body > :last-child, body.et-db #et-boc .et-l .accordion--custom .card .card-body > :last-child {
    margin-bottom: 0
}

.card--custom .card-header, body.et-db #et-boc .et-l .card--custom .card-header {
    min-height: 64px;
    align-items: center;
    padding: 20px 24px 19px;
    font-size: 1rem;
    display: flex
}

.card--custom .card-body, body.et-db #et-boc .et-l .card--custom .card-body {
    padding: 24px
}

.card--custom .card-body > :last-child, body.et-db #et-boc .et-l .card--custom .card-body > :last-child {
    margin-bottom: 0
}

.card--custom .card-text, body.et-db #et-boc .et-l .card--custom .card-text {
    color: #8c96a3;
    color: var(--regent-gray);
    font-size: .875rem;
    line-height: 1.71429
}

.card--custom .card-title, body.et-db #et-boc .et-l .card--custom .card-title {
    margin-bottom: 1em;
    font-size: 1rem
}

.card--angular, .card--angular .card-header:first-child {
    border-radius: 0
}

.card--hollowed .card-header {
    background: 0 0
}

.breadcrumbs {
    background-color: #f4f6fa;
    background-color: var(--catskill-white-2);
    padding: 8px 0
}

.breadcrumbs__list {
    background: 0 0;
    margin: 0 auto;
    padding: 0 16px
}

@media (min-width: 1168px) {
    .breadcrumbs__list {
        max-width: 1168px
    }
}

.breadcrumbs__item {
    color: #2d78bd;
    color: var(--mariner);
    font-size: .875rem;
    line-height: 1.71429
}

:root:not([dir=rtl]) .breadcrumbs__item + .breadcrumbs__item {
    padding-left: .4375em;
    padding-right: 0
}

:root:not([dir=rtl]) .breadcrumbs__item + .breadcrumbs__item:before, :root[dir=rtl] .breadcrumbs__item + .breadcrumbs__item {
    padding-left: 0;
    padding-right: .4375em
}

:root[dir=rtl] .breadcrumbs__item + .breadcrumbs__item:before {
    padding-left: .4375em;
    padding-right: 0
}

.breadcrumbs__link {
    color: inherit;
    font-size: inherit
}

.breadcrumbs #breadcrumbs {
    max-width: 1184px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

.conductor.collapsing {
    height: auto
}

.conductor--header {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

@media (max-width: 923px) {
    .conductor--header .conductor__seat {
        max-width: 320px;
        width: 100%;
        display: flex
    }

    .conductor--header .conductor__seat > * {
        flex-grow: 1
    }
}

.conductor--header .conductor__dismiss {
    cursor: default;
    background: 0 0;
    border: 0;
    flex-grow: 1;
    margin: 0;
    padding: 0
}

@media (min-width: 924px) {
    .conductor--header .conductor__dismiss {
        display: none
    }
}

body.admin-bar .conductor--header {
    top: 32px
}

@media (max-width: 923px) {
    .conductor--header {
        width: 100%;
        background-color: #0009;
        justify-content: flex-end;
        display: flex;
        top: 0;
        bottom: 0
    }
}

@media (min-width: 924px) {
    .conductor--header.collapse, .conductor--header.collapse:not(.show) {
        display: block
    }
}

html #wpadminbar {
    position: fixed;
    overflow: hidden
}

html #wpadminbar .ab-item img {
    width: 18px !important
}

.lace {
    min-height: 96px;
    margin: 0;
    display: flex;
    position: relative
}

@media (max-width: 479px) {
    .lace {
        padding: 24px 0
    }
}

@media (min-width: 480px) {
    .lace {
        padding: 16px 0
    }

    _:-ms-input-placeholder, :root .lace {
        height: 96px
    }
}

.lace--faq .lace__container {
    grid-auto-flow: row;
    display: grid
}

@media (max-width: 479px) {
    .lace--faq .lace__container {
        grid-template:"lace__title""."16px"lace__form"/1fr
    }
}

@media (min-width: 480px) {
    .lace--faq .lace__container {
        grid-template-columns:3fr 16px 5fr;
        grid-template-areas:"lace__title.lace__form";
        grid-auto-flow: column;
        align-items: center
    }
}

@media (min-width: 924px) {
    .lace--faq .lace__container {
        grid-template-columns:1fr 16px 1fr
    }
}

.lace--faq .lace__container > * {
    -ms-grid-row-align: center
}

.lace--faq .lace__title {
    grid-area: lace__title
}

@media (max-width: 479px) {
    .lace--faq .lace__title {
        text-align: center
    }
}

.lace--faq .lace__form {
    grid-area: lace__form
}

.lace--faq .lace__bg {
    background-color: #003885;
    background-color: var(--congress-blue)
}

.lace__media {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.lace__img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    font-family: "object-fit: cover;";
    position: absolute;
    inset: 0
}

.lace__bg {
    background-color: #22529fb5;
    position: absolute;
    inset: 0
}

.lace__container {
    z-index: 1;
    align-self: center;
    position: relative
}

.lace__title {
    color: #fff;
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
    font-size: 2.5rem;
    font-weight: 400
}

.pagination {
    justify-content: center;
    display: flex
}

.pagination__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex
}

.pagination__item {
    color: #0a264e;
    color: var(--downriver);
    justify-content: center;
    padding: 0 2px;
    font-size: .875rem;
    display: flex
}

.pagination__item:first-child {
    padding-left: 0
}

.pagination__item:last-child {
    padding-right: 0
}

.pagination__item--active:not(.pagination__item--previous), .pagination__item--active:not(.pagination__item--next) {
    color: #57a0f7;
    color: var(--cornflower-blue)
}

.pagination__item--previous, .pagination__item--next {
    font-size: .571429em
}

.pagination__item--previous .pagination__link, .pagination__item--next .pagination__link {
    border-color: #dee5f1;
    border-color: var(--botticelli);
    background-color: #fff;
    background-color: var(--white);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px
}

.pagination__item--previous .pagination__link:hover, .pagination__item--previous .pagination__link:active, .pagination__item--next .pagination__link:hover, .pagination__item--next .pagination__link:active {
    text-decoration: none
}

.pagination__link {
    color: inherit;
    font-size: inherit;
    min-height: 24px;
    min-width: 24px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    display: flex
}

.pagination__icon {
    vertical-align: top;
    line-height: 0;
    display: inline-block
}

:root[dir=rtl] .pagination__icon .icon {
    transform: rotateY(180deg)
}

.custom-card {
    border-color: #dee5f1;
    border-color: var(--botticelli);
    background-color: #fff;
    background-color: var(--white);
    border-style: solid;
    border-width: 1px;
    flex-wrap: wrap;
    display: flex
}

.custom-card--basic {
    flex-flow: column
}

@media (min-width: 768px) {
    .custom-card--basic {
        flex-flow: row
    }
}

.custom-card--basic .custom-card__img:not(.custom-card__img--placeholder) {
    height: 100%;
    width: 100%
}

.custom-card--hero .custom-card__media {
    padding: 24px 24px 0
}

.custom-card--hero .custom-card__media-former {
    padding-top: 100%
}

@media (min-width: 328px) {
    .custom-card--hero .custom-card__media-former {
        padding-top: 264px
    }
}

.custom-card--hero .custom-card__media-filler {
    inset: 24px 24px 0
}

@media (min-width: 768px) {
    .custom-card--hero .custom-card__media-filler {
        inset: 24px 24px 24px 0
    }
}

@media (min-width: 768px) {
    .custom-card--hero .custom-card__media {
        width: 38.1966%;
        order: 2;
        padding: 24px 24px 24px 0
    }
}

.custom-card--hero .custom-card__content > * {
    margin: 8px 0
}

.custom-card--hero .custom-card__content > :first-child {
    margin-top: 0
}

.custom-card--hero .custom-card__content > :last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .custom-card--hero .custom-card__content {
        width: 61.8034%;
        flex-direction: column;
        order: 1;
        justify-content: center;
        display: flex
    }
}

.custom-card--hero .custom-card__title {
    font-size: 1.5rem
}

@media (min-width: 375px) and (max-width: 767px) {
    .custom-card--hero .custom-card__title {
        font-size: calc(4.07125vw + 8.73282px)
    }
}

@media (min-width: 768px) {
    .custom-card--hero .custom-card__title {
        font-size: 2.5rem
    }
}

.custom-card--hero .custom-card__text {
    color: #0a264e;
    color: var(--downriver)
}

.custom-card--hero .custom-card__action {
    width: 100%;
    padding: .6em 1em;
    font-size: 1.25rem
}

@media (min-width: 768px) {
    .custom-card--hero .custom-card__action {
        min-width: 50%;
        width: auto;
        align-self: flex-start
    }
}

.custom-card--main .custom-card__media-former {
    padding-top: 116.667%
}

@media (min-width: 768px) {
    .custom-card--main .custom-card__media-former {
        padding-top: 45.6522%
    }
}

@media (min-width: 924px) {
    .custom-card--main .custom-card__media-former {
        padding-top: 57.5343%
    }
}

@media (min-width: 768px) {
    .custom-card--main .custom-card__media {
        width: 100%;
        flex-grow: 1
    }
}

@media (min-width: 924px) {
    .custom-card--main .custom-card__media {
        width: 50%
    }
}

@media (min-width: 924px) {
    .custom-card--main .custom-card__content {
        width: 50%
    }
}

@media (min-width: 924px) {
    .custom-card--main .custom-card__title {
        font-size: 1.5rem
    }
}

.custom-card--mini {
    flex-wrap: nowrap;
    align-items: center;
    padding: 8px
}

.custom-card--mini > * {
    margin: 8px
}

.custom-card--mini .custom-card__media {
    width: 31.25%;
    margin: 8px
}

.custom-card--mini .custom-card__media-former {
    padding-top: 93.5065%
}

@media (min-width: 768px) {
    .custom-card--mini .custom-card__media-former {
        padding-top: 72%
    }
}

@media (min-width: 924px) {
    .custom-card--mini .custom-card__media-former {
        padding-top: 72%
    }
}

@media (min-width: 768px) {
    .custom-card--mini .custom-card__media {
        width: 33.75%
    }
}

@media (min-width: 924px) {
    .custom-card--mini .custom-card__media {
        width: 33.75%
    }
}

.custom-card--mini .custom-card__content {
    width: 68.75%;
    padding: 0
}

@media (min-width: 768px) {
    .custom-card--mini .custom-card__content {
        width: 66.25%
    }
}

@media (min-width: 924px) {
    .custom-card--mini .custom-card__content {
        width: 50%
    }
}

.custom-card--mini .custom-card__title {
    font-size: .875rem;
    line-height: 1.71429
}

@media (min-width: 924px) {
    .custom-card--mini .custom-card__title {
        font-size: .875rem
    }
}

.custom-card--mini .custom-card__time {
    color: #7d82a1;
    color: var(--waterloo);
    font-size: .75rem
}

.custom-card--mini .custom-card__time-icon {
    display: none
}

.custom-card--search .custom-card__title {
    font-size: 1.25rem
}

.custom-card--author .custom-card__media-filler {
    margin: 24px
}

@media (min-width: 924px) {
    .custom-card--author .custom-card__media-former {
        padding-top: 100%
    }
}

@media (min-width: 924px) {
    .custom-card--author .custom-card__media {
        width: 32.9082%
    }
}

.custom-card--author .custom-card__img {
    height: auto;
    max-width: 100%;
    min-height: auto;
    min-width: auto
}

.custom-card--author .custom-card__img:not(.custom-card--author .custom-card__img--placeholder) {
    border-radius: 50%
}

.custom-card--expert {
    border-radius: .25rem;
    flex-direction: column
}

@media (min-width: 768px) {
    .custom-card--expert {
        flex-wrap: nowrap
    }
}

.custom-card--expert .custom-card__content {
    width: 100%;
    grid-template:"custom-card__title""."16px"custom-card__text""."8px"."1fr"."8px"custom-card__properties"/1fr;
    display: grid
}

@media (min-width: 768px) {
    _::-webkit-full-page-media, _:future, :root .custom-card--expert .custom-card__content {
        grid-template-rows:auto 16px auto 8px 1fr 8px minmax(0, 100%)
    }
}

.custom-card--expert .custom-card__text {
    grid-area: custom-card__text
}

.custom-card--expert .custom-card__title {
    grid-area: custom-card__title
}

.custom-card--expert .custom-card__title:hover {
    text-decoration: none
}

.custom-card--expert .custom-card__media {
    width: 100%
}

.custom-card--expert .custom-card__media-former {
    padding-top: calc(100% - 24px)
}

@media (min-width: 924px) {
    .custom-card--expert .custom-card__media-former {
        padding-top: 264px
    }
}

.custom-card--expert .custom-card__media-filler {
    inset: 24px 24px 0
}

.custom-card--expert .custom-card__paragraph {
    margin: 0 0 1em
}

.custom-card--expert .custom-card__paragraph:last-of-type {
    margin-bottom: 0
}

.custom-card--expert .custom-card__properties {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    grid-area: 7/custom-card__properties;
    align-self: flex-end;
    padding: 0;
    list-style: none
}

.custom-card--expert .custom-card__properties:not(:empty) {
    margin: -16px
}

:root:not([dir=rtl]) .custom-card--expert .custom-card__properties {
    padding: 0 0 0 21px;
    list-style-image: url(disclosure-closed.668d89e7.png)
}

:root[dir=rtl] .custom-card--expert .custom-card__properties {
    padding: 0 21px 0 0;
    list-style-image: url(disclosure-closed--reversed.f4578921.png)
}

.custom-card--expert .custom-card__property {
    color: #86754f;
    color: var(--shadow);
    margin: 16px;
    position: relative
}

.custom-card--expert .custom-card__property-wrapper {
    color: #8c96a3;
    color: var(--regent-gray)
}

:root:not([dir=rtl]) .custom-card--expert .custom-card__property {
    padding-left: .5em
}

:root[dir=rtl] .custom-card--expert .custom-card__property {
    padding-right: .5em
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: .001dpcm) {
    .custom-card--expert .custom-card__content {
        flex-direction: column;
        align-items: stretch;
        display: flex
    }

    .custom-card--expert .custom-card__content > * {
        margin: 16px 0
    }

    .custom-card--expert .custom-card__content > :first-child {
        margin-top: 0
    }

    .custom-card--expert .custom-card__content > :last-child {
        margin-bottom: 0
    }

    .custom-card--expert .custom-card__content > .custom-card__properties {
        align-self: stretch;
        margin: auto -16px -16px
    }

    .custom-card--expert .custom-card__content > .custom-card__properties:first-child {
        margin-top: auto
    }

    .custom-card--expert .custom-card__content > .custom-card__properties:last-child {
        margin-bottom: -16px
    }
}

.custom-card__title {
    color: #0b153e;
    color: var(--blue-zodiac);
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    margin: 0
}

.custom-card__title-link {
    color: inherit;
    text-decoration: none
}

.custom-card__title:hover, .custom-card__title:active {
    color: inherit;
    text-decoration: underline
}

@media (min-width: 924px) {
    .custom-card__title {
        font-size: 1.25rem
    }
}

.custom-card__img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    font-family: "object-fit: cover;"
}

.custom-card__img--placeholder {
    height: auto;
    width: auto
}

.custom-card__img:not(.custom-card__img--placeholder) ~ .custom-card__img {
    display: none
}

.custom-card__picture {
    flex-grow: 1;
    align-self: stretch
}

.custom-card__picture:not(.custom-card__img--placeholder) ~ .custom-card__img {
    display: none
}

.custom-card__media {
    flex-grow: 1;
    flex-shrink: 0;
    margin: -1px;
    position: relative
}

.custom-card__media-former {
    padding-top: 58.3333%
}

@media (min-width: 768px) {
    .custom-card__media-former {
        padding-top: 115.745%
    }
}

@media (min-width: 924px) {
    .custom-card__media-former {
        padding-top: 70.4225%
    }
}

.custom-card__media-filler {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0;
    overflow: hidden
}

@media (min-width: 768px) {
    .custom-card__media {
        width: 31.9293%;
        flex-grow: 0
    }
}

@media (min-width: 924px) {
    .custom-card__media {
        width: 23.9865%
    }
}

.custom-card__content {
    flex-grow: 1;
    padding: 24px
}

.custom-card:not(.custom-card--expert) .custom-card__content > * {
    margin: 16px 0
}

.custom-card:not(.custom-card--expert) .custom-card__content > :first-child {
    margin-top: 0
}

.custom-card:not(.custom-card--expert) .custom-card__content > :last-child {
    margin-bottom: 0
}

.custom-card:not(.custom-card--expert) .custom-card__content > .custom-card__time {
    margin-left: -4px;
    margin-right: -4px
}

@media (min-width: 768px) {
    .custom-card:not(.custom-card--expert) .custom-card__content {
        width: 68.0707%;
        flex-grow: 0
    }
}

@media (min-width: 924px) {
    .custom-card:not(.custom-card--expert) .custom-card__content {
        width: 76.0135%
    }
}

.custom-card__text {
    color: #8c96a3;
    color: var(--regent-gray);
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: 400
}

.custom-card__text > :last-child {
    margin-bottom: 0
}

.custom-card__paragraph {
    color: inherit;
    font-size: inherit
}

.custom-card__time {
    color: #8c96a3;
    color: var(--regent-gray);
    opacity: .8;
    align-items: center;
    margin: 16px 0;
    display: flex
}

.custom-card__time:not(:empty) {
    margin-left: -4px;
    margin-right: -4px
}

.custom-card__time > * {
    padding: 0 4px
}

.custom-card__time-icon {
    flex-shrink: 0;
    line-height: 0
}

@media (min-width: 768px) {
    .custom-card:not(.custom-card--main) {
        flex-wrap: nowrap
    }
}

@media (min-width: 924px) {
    .custom-card:not(.custom-card--expert) {
        flex-wrap: nowrap
    }
}

.custom-card-group {
    border-color: #d3dcec;
    border-color: var(--periwinkle-gray);
    border-style: solid;
    border-width: 1px
}

.custom-card-group__title {
    color: #0b153e;
    color: var(--blue-zodiac);
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600
}

.custom-card-group__head {
    border-color: #d3dcec;
    border-color: var(--periwinkle-gray);
    background-color: #fff;
    background-color: var(--white);
    border-style: solid;
    border-width: 1px;
    flex-grow: 1;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    padding: 24px
}

.custom-card-group__body {
    border-color: #d3dcec;
    border-color: var(--periwinkle-gray);
    background-color: #fff;
    background-color: var(--white);
    border-style: solid;
    border-width: 1px;
    margin: -1px
}

.custom-card-group__body .custom-card {
    background-color: #0000;
    margin: -1px
}

@media (min-width: 768px) and (max-width: 923px) {
    .custom-card-group__body {
        flex-wrap: wrap;
        display: flex
    }

    .custom-card-group__body .custom-card {
        width: 50%;
        border-width: 0;
        flex-grow: 0;
        flex-shrink: 0
    }

    .custom-card-group__body .custom-card:nth-child(2n+1) {
        border-right-width: 1px
    }

    html[dir=rtl] .custom-card-group__body .custom-card:nth-child(2n+1) {
        border-left-width: 1px;
        border-right-width: 0
    }

    .custom-card-group__body .custom-card:nth-child(2n):not(:last-child), .custom-card-group__body .custom-card:nth-last-child(n+3) {
        border-bottom-width: 1px
    }
}

.custom-card-group__footer {
    background-color: #fff;
    background-color: var(--white)
}

@media (min-width: 768px) and (max-width: 923px) {
    .custom-card-group {
        border-bottom-width: 0
    }
}

.share__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600
}

.share__list {
    flex-wrap: wrap;
    margin: 16px 0;
    padding: 0;
    list-style: none;
    display: flex
}

.share__list:not(:empty) {
    margin: 12px -8px
}

.share > * {
    margin-top: 16px;
    margin-bottom: 16px
}

.share > :first-child {
    margin-top: 0
}

.share > :last-child {
    margin-bottom: 0
}

.share__item {
    padding: 4px 8px
}

.share__link {
    background-color: #e6e7eb;
    background-color: var(--athens-gray);
    color: #0a264e;
    color: var(--downriver);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex
}

.share__link:hover {
    background-color: #0a95ff;
    background-color: var(--dodger-blue);
    color: #fff;
    color: var(--white);
    text-decoration: none
}

.share__link:active {
    background-color: #0053a4;
    background-color: var(--endeavour);
    color: #fff;
    color: var(--white);
    text-decoration: none
}

.share__link .icon-facebook {
    font-size: 1.3125rem
}

.share__link .icon-rss {
    font-size: .875rem
}

.share__link .icon-linkedin {
    font-size: 1.25rem
}

.article {
    border-color: #dee5f1;
    border-color: var(--botticelli);
    border-style: solid;
    border-width: 0
}

@media (min-width: 480px) {
    .article {
        border-width: 1px
    }
}

.article__title {
    color: #11193e;
    color: var(--bunting);
    margin-bottom: 0;
    padding: 0;
    font-size: 2.5rem
}

.article__time {
    color: #8c96a3;
    color: var(--regent-gray);
    opacity: .8;
    align-items: center;
    margin: 16px 0;
    display: flex
}

.article__time:not(:empty) {
    margin-left: -4px;
    margin-right: -4px
}

.article__time > * {
    padding: 0 4px
}

.article__time-icon {
    flex-shrink: 0;
    line-height: 0
}

.article__author {
    align-items: center;
    display: flex
}

.article__author:not(:empty) {
    margin: 0 -8px
}

.article__author > * {
    margin: 0 8px
}

.article__author-avatar {
    height: 56px;
    width: 56px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex
}

.article__author-img--placeholder {
    max-height: 100%;
    max-width: 100%
}

.article__author-img:not(.article__author-img--placeholder) {
    border-radius: 50%
}

.article__author-name {
    color: #11193e;
    color: var(--bunting);
    flex-grow: 1;
    font-size: 1.5rem
}

.article__author-name a {
    color: inherit;
    font-size: inherit
}

.article__banner {
    position: relative
}

.article__banner-former {
    padding-top: 61.8034%
}

.article__banner-filler {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.article__banner-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    font-family: "object-fit: cover;"
}

.article__banner-caption {
    position: absolute;
    inset: auto 0 0
}

.article__section {
    border-color: #dee5f1;
    border-color: var(--botticelli);
    border-style: solid;
    border-width: 0;
    padding: 0
}

.article__section--header .article__banner {
    margin: 32px 0
}

.article__section--header .article__banner-former {
    padding-top: 83.3333%
}

@media (min-width: 600px) and (max-width: 1167px) {
    .article__section--header .article__banner-former {
        padding-top: 48.8372%
    }
}

@media (min-width: 1168px) {
    .article__section--header .article__banner-former {
        padding-top: 45.6522%
    }
}

.article__section--body img {
    max-width: 100%
}

@media (min-width: 375px) {
    .article__section {
        padding: calc(22.8571vw - 85.7143px)
    }
}

@media (min-width: 480px) {
    .article__section {
        border-width: 1px;
        margin: -1px -1px 0;
        padding: 24px
    }

    .article__section:last-child {
        margin-bottom: -1px
    }
}

.summary {
    border-color: #dee5f1;
    border-color: var(--botticelli);
    border-style: solid;
    border-width: 1px;
    padding: 32px 24px
}

.summary__body > :first-child {
    margin-top: 0
}

.summary__body > :last-child {
    margin-bottom: 0
}

.summary__paragraph {
    line-height: 1.5
}

:root[dir=rtl] .summary__paragraph--caption {
    text-align: left
}

:root:not([dir=rtl]) .summary__paragraph--caption {
    text-align: right
}

.summary__cite {
    font-style: normal
}

.summary__title {
    font-size: 1.5rem
}

.summary__title > * {
    margin: 4px 8px
}

.summary__title:not(:empty) {
    margin: -4px -8px
}

@media (min-width: 768px) {
    .summary__title {
        align-items: center;
        display: flex
    }
}

.summary__title-text {
    flex-grow: 1
}

.summary__title-text, .summary__title-link {
    color: inherit;
    font-size: inherit
}

.abbr {
    min-height: 1.33333em;
    min-width: 2.66667em;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    display: inline-flex
}

.abbr--danger {
    background-color: #da372d;
    background-color: var(--punch);
    color: #fff;
    color: var(--white);
    text-decoration: none
}

.abbr--danger[title], .abbr--danger[data-original-title] {
    text-decoration: none
}

.time {
    color: #8c96a3;
    color: var(--regent-gray);
    align-items: center;
    margin: 16px 0;
    font-weight: 400;
    display: flex
}

.time__text {
    opacity: .8
}

.time:not(:empty) {
    margin-left: -4px;
    margin-right: -4px
}

.time > * {
    padding: 0 4px
}

.time-icon {
    flex-shrink: 0;
    line-height: 0
}

.time__icon {
    line-height: 0
}

.timeline__dates {
    border-left: 2px solid #dee5f1;
    margin: 0;
    padding: 0;
    list-style: none
}

.timeline__dates:not(:empty) {
    margin: -32px 0
}

:root[dir=rtl] .timeline__dates {
    border-left: 0;
    border-right: 2px solid #dee5f1
}

.timeline__flag {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: .25em .75em;
    display: inline-flex;
    position: relative
}

.timeline--v1 .timeline__flag {
    background-color: #2d78bd;
    background-color: var(--mariner);
    color: #fff;
    color: var(--white);
    min-height: 2.5em;
    min-width: 6em;
    margin-left: -2px;
    padding: .375em .75em;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 600
}

.timeline--v1 .timeline__flag:after {
    background-color: #2d78bd;
    background-color: var(--mariner);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%, 0% 0%);
    content: "";
    width: .7em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%
}

:root[dir=rtl] .timeline--v1 .timeline__flag:after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
    left: auto;
    right: 100%
}

_:-ms-input-placeholder, :root .timeline--v1 .timeline__flag:after {
    display: none
}

:root[dir=rtl] .timeline--v1 .timeline__flag {
    margin-left: 0;
    margin-right: -2px
}

_:-ms-input-placeholder:before, :root .timeline--v1 .timeline__flag:before {
    content: "";
    border-top: 0 solid #0000;
    border-bottom: 2.5em solid #0000;
    border-left: .7em solid #2d78bd;
    border-right: 0 solid #2d78bd;
    position: absolute;
    top: 0;
    left: 100%
}

_:-ms-input-placeholder:before, :root[dir=rtl] .timeline--v1 .timeline__flag:before {
    border-width: 0 .7em 2.5em 0;
    left: auto;
    right: 100%
}

.timeline--v1 .timeline__actions {
    padding: 32px 48px 0
}

.timeline--v1 .timeline__dates .timeline__date:last-of-type .timeline__event:last-of-type:before {
    content: "";
    height: 50%;
    width: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: calc(100% + 24px)
}

:root[dir=rtl] .timeline--v1 .timeline__dates .timeline__date:last-of-type .timeline__event:last-of-type:before {
    left: calc(100% + 24px);
    right: auto
}

.timeline--v2 .timeline__flag {
    color: #2d78bd;
    color: var(--mariner);
    font-size: 2rem
}

.timeline--v2 .timeline__flag:after {
    background-color: #2d78bd;
    background-color: var(--mariner);
    content: "";
    height: .75rem;
    width: .75rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(.333333rem, -50%)
}

:root[dir=rtl] .timeline--v2 .timeline__flag:after {
    left: 100%;
    right: auto;
    transform: translate(-.333333rem, -50%)
}

_:-ms-input-placeholder, :root .timeline--v2 .timeline__flag:after {
    transform: translate(5px, -50%)
}

_:-ms-input-placeholder, :root[dir=rtl] .timeline--v2 .timeline__flag:after {
    transform: translate(-5px, -50%)
}

.timeline--v2 .timeline__event:after {
    height: .75rem;
    width: .75rem;
    transform: translate(calc(.375rem - 25px), -50%)
}

:root[dir=rtl] .timeline--v2 .timeline__event:after {
    left: 100%;
    right: auto;
    transform: translate(calc(25px - .375rem), -50%)
}

_:-ms-input-placeholder, :root .timeline--v2 .timeline__event:after {
    transform: translate(-19px, -50%)
}

_:-ms-input-placeholder, :root[dir=rtl] .timeline--v2 .timeline__event:after {
    transform: translate(19px, -50%)
}

.timeline--v2 .timeline__actions {
    padding: 32px 24px 0
}

.timeline--v2 .timeline__dates:last-child .timeline__date:last-of-type .timeline__event:last-of-type:before {
    content: "";
    height: 50%;
    width: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: calc(100% + 24px)
}

:root[dir=rtl] .timeline--v2 .timeline__dates:last-child .timeline__date:last-of-type .timeline__event:last-of-type:before {
    left: calc(100% + 24px);
    right: auto
}

.timeline--v2 .timeline__dates + .timeline__actions {
    border-color: #dee5f1;
    border-color: var(--botticelli);
    border-style: solid;
    border-width: 0 0 0 2px;
    position: relative
}

.timeline--v2 .timeline__dates + .timeline__actions:before {
    content: "";
    height: calc(50% - 16px);
    width: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0
}

:root:not([dir=rtl]) .timeline--v2 .timeline__dates + .timeline__actions:before {
    right: 100%
}

:root[dir=rtl] .timeline--v2 .timeline__dates + .timeline__actions:before {
    left: 100%
}

.timeline--v2 .timeline__dates + .timeline__actions:after {
    background-color: #2d78bd;
    background-color: var(--mariner);
    content: "";
    height: .75rem;
    width: .75rem;
    border-radius: 50%;
    position: absolute;
    top: calc(50% + 16px);
    right: 100%;
    transform: translate(.333333rem, -50%)
}

:root[dir=rtl] .timeline--v2 .timeline__dates + .timeline__actions:after {
    left: 100%;
    right: auto;
    transform: translate(-.333333rem, -50%)
}

_:-ms-input-placeholder, :root .timeline--v2 .timeline__dates + .timeline__actions:after {
    transform: translate(5px, -50%)
}

_:-ms-input-placeholder, :root[dir=rtl] .timeline--v2 .timeline__dates + .timeline__actions:after {
    transform: translate(-5px, -50%)
}

:root[dir=rtl] .timeline--v2 .timeline__dates + .timeline__actions {
    border-width: 0 2px 0 0
}

.timeline--v2 .timeline__date:first-of-type .timeline__flag:before {
    content: "";
    height: 50%;
    width: 2px;
    background-color: #fff;
    position: absolute;
    top: 0
}

:root:not([dir=rtl]) .timeline--v2 .timeline__date:first-of-type .timeline__flag:before {
    right: 100%
}

:root[dir=rtl] .timeline--v2 .timeline__date:first-of-type .timeline__flag:before {
    left: 100%
}

.timeline--v2 .custom-card {
    background-color: #dee5f1;
    background-color: var(--botticelli)
}

.timeline--v2 .custom-card__media {
    background-color: #fff;
    background-color: var(--white)
}

@media (min-width: 768px) {
    .timeline--v2 .custom-card__content {
        flex-direction: column;
        display: flex
    }
}

.timeline--v2 .custom-card__content:not(.custom-card--expert) > * {
    margin: 8px
}

@media (min-width: 768px) {
    .timeline--v2 .custom-card__content:not(.custom-card--expert) > .custom-card__time {
        margin-top: auto
    }
}

.timeline__article {
    background-color: #f9fafc;
    background-color: var(--catskill-white);
    border-radius: 4px;
    padding: 24px
}

.timeline__article:hover, .timeline__article:focus, .timeline__article--focus {
    background-color: #dee5f1;
    background-color: var(--botticelli)
}

.timeline__article > * {
    margin: 16px 0
}

.timeline__article > :last-child {
    margin-bottom: 0
}

.timeline__article > :first-child {
    margin-top: 0
}

.timeline__title {
    color: #0a264e;
    color: var(--downriver);
    font-size: 1.25rem;
    font-weight: 600
}

.timeline__title-link {
    color: inherit;
    font-size: inherit
}

.timeline__events {
    padding: 0 0 0 24px;
    list-style: none
}

:root[dir=rtl] .timeline__events {
    padding: 0 24px 0 0
}

.timeline__event {
    margin: 16px 0;
    position: relative
}

.timeline__event:after {
    background-color: #dee5f1;
    background-color: var(--botticelli);
    content: "";
    height: .5rem;
    width: .5rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(calc(.1875rem - 24px), -50%)
}

:root[dir=rtl] .timeline__event:after {
    left: 100%;
    right: auto;
    transform: translate(calc(24px - .1875rem), -50%)
}

_:-ms-input-placeholder, :root .timeline__event:after {
    transform: translate(-21px, -50%)
}

_:-ms-input-placeholder, :root[dir=rtl] .timeline__event:after {
    transform: translate(21px, -50%)
}

.timeline__date {
    margin: 32px 0
}

.continious {
    margin: 0 auto
}

.continious__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.continious__item {
    margin: 16px 0
}

.continious__item:first-child {
    margin-top: 0
}

.continious__item:last-child {
    margin-bottom: 0
}

.continious__title {
    color: #0a264e;
    color: var(--downriver);
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600
}

.continious__article {
    background-color: #f9fafc;
    background-color: var(--catskill-white);
    border-radius: 4px;
    flex-grow: 1;
    padding: 24px
}

.continious__article > * {
    margin: 16px 0
}

.continious__article > :first-child {
    margin-top: 0
}

.continious__article > :last-child {
    margin-bottom: 0
}

.continious__way {
    color: #2d78bd;
    color: var(--mariner);
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 600
}

@media (min-width: 768px) {
    .continious__way {
        flex-grow: 0;
        padding: 21px 0
    }

    _:-ms-input-placeholder, :root .continious__way {
        width: 130px;
        flex-basis: auto
    }

    @supports (-webkit-appearance: none) {
        .continious__way {
            width: auto;
            flex-basis: 130px
        }
    }
}

.continious__link {
    text-decoration: none;
    display: flex
}

@media (max-width: 767px) {
    .continious__link {
        flex-direction: column
    }
}

.continious__link > * {
    margin: 8px
}

.continious__link:not(:empty) {
    margin: -8px
}

.continious__link:hover, .continious__link:active {
    text-decoration: none
}

.continious__link:hover .continious__title, .continious__link:active .continious__title {
    text-decoration: underline
}

.continious__link:hover .continious__way, .continious__link:active .continious__way {
    text-decoration: none
}

.continious__link:hover .continious__article, .continious__link:active .continious__article {
    background-color: #dee5f1;
    background-color: var(--botticelli)
}

.banner--flatten {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative
}

.banner--flatten .banner__media {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0
}

.banner--flatten .banner__title {
    color: #fff;
    color: var(--white);
    text-align: center;
    margin: 0;
    font-size: 2.5rem
}

@media (min-width: 375px) and (max-width: 767px) {
    .banner--flatten .banner__title {
        font-size: calc(6.10687vw + 17.0992px)
    }
}

@media (min-width: 768px) {
    .banner--flatten .banner__title {
        font-size: 4rem
    }
}

.banner--flatten .banner__former {
    padding-top: 288px
}

.banner--flatten .banner__filler {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0
}

.banner--flatten .banner__img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    font-family: "object-fit: cover;"
}

.banner--flatten .banner__container {
    flex-direction: column;
    flex-basis: 288px;
    justify-content: center;
    padding: 16px;
    display: flex;
    position: relative
}

.banner_monocle {
    padding: 64px 0;
    position: relative
}

.banner_monocle .banner__title {
    margin: .25em 0;
    font-size: 2rem;
    font-weight: 600
}

@media (max-width: 923px) {
    .banner_monocle .banner__title {
        text-align: center
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .banner_monocle .banner__title {
        font-size: calc(2.03562vw + 24.3664px)
    }
}

@media (min-width: 768px) {
    .banner_monocle .banner__title {
        font-size: 2.5rem
    }
}

.banner_monocle .banner__text {
    margin: .5em 0;
    font-size: 1rem
}

@media (max-width: 923px) {
    .banner_monocle .banner__text {
        text-align: center
    }
}

.banner_monocle .banner__paragraph {
    margin: 0 0 1em
}

.banner_monocle .banner__paragraph:last-of-type {
    margin: 0
}

.banner_monocle .banner__row {
    grid-template-rows:auto 32px auto;
    grid-template-columns:100%;
    grid-auto-flow: row;
    display: grid
}

@media (min-width: 768px) {
    .banner_monocle .banner__row {
        grid-template-rows:auto 56px auto
    }
}

@media (min-width: 924px) {
    .banner_monocle .banner__row {
        grid-template-rows:auto;
        grid-template-columns:1fr 16px 1fr
    }
}

.banner_monocle .banner__col:nth-child(2n+1) {
    grid-area: 1/1
}

@media (min-width: 924px) {
    .banner_monocle .banner__col:nth-child(2n+1) {
        grid-area: 1/1
    }
}

.banner_monocle .banner__col:nth-child(2n) {
    grid-area: 3/1
}

@media (min-width: 924px) {
    .banner_monocle .banner__col:nth-child(2n) {
        grid-area: 1/3
    }
}

.banner_monocle .banner__col:not(.banner__col--monocle) {
    color: #fff;
    color: var(--white)
}

.banner_monocle .banner__col:not(.banner__col--monocle) .qr-totem {
    font-family: Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

:root[dir=rtl] .banner_monocle .banner__col:not(.banner__col--monocle) .qr-totem {
    font-family: Cairo, Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

.banner_monocle .banner__col:not(.banner__col--monocle) .qr-totem__title {
    color: #27bcff;
    color: var(--dodger-blue-2)
}

.banner_monocle .banner__col:not(.banner__col--monocle) .qr-totem__text, .banner_monocle .banner__col:not(.banner__col--monocle) .qr__caption {
    color: #fff;
    color: var(--white)
}

@media (min-width: 924px) {
    .banner_monocle .banner__col:not(.banner__col--monocle) {
        flex-direction: column;
        justify-content: center;
        display: flex
    }
}

@media (min-width: 924px) and (max-width: 1167px) {
    :root:not([dir=rtl]) .banner_monocle .banner__col:not(.banner__col--monocle) {
        padding: 32px 24px 32px 0
    }

    :root[dir=rtl] .banner_monocle .banner__col:not(.banner__col--monocle) {
        padding: 32px 0 32px 24px
    }
}

@media (min-width: 1168px) and (max-width: 1215px) {
    :root:not([dir=rtl]) .banner_monocle .banner__col:not(.banner__col--monocle) {
        padding: 32px 24px 32px calc(50vw - 584px)
    }

    :root[dir=rtl] .banner_monocle .banner__col:not(.banner__col--monocle) {
        padding: 32px calc(50vw - 584px) 32px 24px
    }
}

@media (min-width: 1216px) {
    .banner_monocle .banner__col:not(.banner__col--monocle) {
        padding: 32px 24px
    }
}

.banner_monocle .banner__col--monocle {
    background-color: #fff;
    padding: 24px
}

:root:not([dir=rtl]) .banner_monocle .banner__col--monocle {
    font-family: Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

:root[dir=rtl] .banner_monocle .banner__col--monocle {
    font-family: Cairo, Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

@media (min-width: 924px) {
    .banner_monocle .banner__col--monocle {
        flex-direction: column;
        justify-content: center;
        display: flex
    }
}

.banner_monocle_apache:before {
    content: "";
    background-color: #0d2864b3;
    position: absolute;
    inset: 0
}

@media (min-width: 924px) {
    .banner_monocle_apache:before {
        top: 96px;
        bottom: 96px
    }

    html:not([dir=rtl]) .banner_monocle_apache:before {
        right: calc(50% + 8px)
    }

    :root[dir=rtl] .banner_monocle_apache:before {
        left: calc(50% + 8px)
    }
}

.banner_monocle_apache .banner__container {
    position: relative
}

.banner_monocle_apache .banner__col {
    color: #fff;
    color: var(--white)
}

:root:not([dir=rtl]) .banner_monocle_apache .banner__col--apache {
    font-family: Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

:root[dir=rtl] .banner_monocle_apache .banner__col--apache {
    font-family: Cairo, Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

.banner_monocle_apache .banner__col--apache .qr-totem {
    font-family: Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

:root[dir=rtl] .banner_monocle_apache .banner__col--apache .qr-totem {
    font-family: Cairo, Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

.banner_monocle_apache .banner__col--apache .qr-totem__title {
    color: #27bcff;
    color: var(--dodger-blue-2)
}

.banner_monocle_apache .banner__col--apache .qr-totem__text, .banner_monocle_apache .banner__col--apache .qr__caption {
    color: #fff;
    color: var(--white)
}

@media (min-width: 600px) and (max-width: 767px) {
    .banner_monocle {
        padding: calc(9.87654vw + 4.74074px) 0
    }
}

@media (min-width: 768px) {
    .banner_monocle {
        padding: 96px 0
    }
}

.banner_zeal_technology {
    background-color: #011a30;
    grid-template-columns:100%;
    grid-auto-flow: row;
    display: grid
}

.banner_zeal_technology .banner__media {
    background-image: url(/static/images/planet-earth.c6993190.jpg);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    grid-area: 1/1;
    position: relative
}

@media (min-width: 768px) {
    .banner_zeal_technology .banner__media {
        background-position: 50%
    }
}

.banner_zeal_technology .banner__former {
    padding-top: 464px
}

@media (min-width: 375px) and (max-width: 767px) {
    .banner_zeal_technology .banner__former {
        padding-top: calc(24.4275vw + 372.397px)
    }
}

@media (min-width: 768px) {
    .banner_zeal_technology .banner__former {
        padding-top: 560px
    }
}

.banner_zeal_technology .banner__filler {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0
}

.banner_zeal_technology .banner__img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    font-family: "object-fit: cover;"
}

.banner_zeal_technology .banner__content {
    -ms-grid-row-align: center;
    grid-area: 1/1;
    align-self: center;
    position: relative
}

.banner_zeal_technology .banner__container {
    width: 100%;
    grid-template:"banner__title""."16px"banner__text""."32px"banner__actions"/100%;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
    padding: 64px 15px;
    display: grid
}

@media (min-width: 1168px) {
    .banner_zeal_technology .banner__container {
        max-width: 1168px
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .banner_zeal_technology .banner__container {
        grid-template-rows:auto calc(4.07125vw + .732824px) auto 32px auto;
        padding-top: calc(8.14249vw + 33.4657px);
        padding-bottom: calc(8.14249vw + 33.4657px)
    }
}

@media (min-width: 768px) {
    .banner_zeal_technology .banner__container {
        grid-template-rows:auto 32px auto 32px auto;
        padding-top: 96px;
        padding-bottom: 96px
    }
}

.banner_zeal_technology .banner__title {
    color: #fff;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: center;
    word-wrap: break-word;
    grid-area: banner__title;
    margin: 0;
    font-size: 2.5rem
}

@media (min-width: 375px) and (max-width: 767px) {
    .banner_zeal_technology .banner__title {
        font-size: calc(10.1781vw + 1.83206px)
    }
}

@media (min-width: 768px) {
    .banner_zeal_technology .banner__title {
        font-size: 5rem
    }
}

@media (min-width: 924px) {
    :root:not([dir=rtl]) .banner_zeal_technology .banner__title {
        text-align: left
    }

    :root[dir=rtl] .banner_zeal_technology .banner__title {
        text-align: right
    }
}

.banner_zeal_technology .banner__text {
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: center;
    word-wrap: break-word;
    color: #bebebe;
    color: var(--silver);
    grid-area: banner__text;
    font-size: 1.25rem
}

@media (min-width: 924px) {
    :root:not([dir=rtl]) .banner_zeal_technology .banner__text {
        text-align: left
    }

    :root[dir=rtl] .banner_zeal_technology .banner__text {
        text-align: right
    }
}

.banner_zeal_technology .banner__paragraph {
    color: inherit;
    font-size: inherit;
    margin: 0 0 .5em
}

.banner_zeal_technology .banner__paragraph:last-of-type {
    margin: 0
}

.banner_zeal_technology .banner__actions {
    flex-wrap: wrap;
    grid-area: banner__actions;
    display: flex
}

.banner_zeal_technology .banner__actions:not(:empty) {
    margin: -8px
}

@media (min-width: 600px) and (max-width: 923px) {
    .banner_zeal_technology .banner__actions {
        justify-content: center
    }
}

@media (min-width: 924px) {
    .banner_zeal_technology .banner__actions {
        justify-content: flex-start
    }
}

.banner_zeal_technology .banner__action {
    width: 100%;
    margin: 8px
}

@media (min-width: 600px) {
    .banner_zeal_technology .banner__action {
        width: auto;
        flex-basis: 256px
    }
}

.qr-totem {
    grid-template:"qr-totem__title""."56px"qr-totem__text""."32px"qr-totem__actions"/1fr;
    grid-auto-flow: row;
    display: grid
}

@media (min-width: 924px) {
    .qr-totem {
        grid-template-rows:auto 16px auto 32px auto;
        grid-template-areas:"qr-totem__title"".""qr-totem__text"".""qr-totem__qrs"
    }
}

.qr-totem__title {
    text-align: center;
    grid-area: qr-totem__title;
    margin: 0;
    font-size: 2.5rem;
    font-weight: 400
}

@media (min-width: 924px) {
    html:not([dir=rtl]) .qr-totem__title {
        text-align: left
    }

    :root[dir=rtl] .qr-totem__title {
        text-align: right
    }
}

.qr-totem__text {
    text-align: center;
    grid-area: qr-totem__text
}

@media (min-width: 924px) {
    html:not([dir=rtl]) .qr-totem__text {
        text-align: left
    }

    :root[dir=rtl] .qr-totem__text {
        text-align: right
    }
}

.qr-totem__qrs {
    grid-area: qr-totem__qrs;
    display: none
}

@media (min-width: 924px) {
    .qr-totem__qrs {
        display: block
    }
}

.qr-totem__qrs-row {
    display: flex
}

.qr-totem__qrs-row:not(:empty) {
    margin: -16px
}

.qr-totem__qrs-col {
    width: 38.0282%;
    padding: 16px;
    display: flex
}

.qr-totem__actions {
    grid-area: qr-totem__actions
}

@media (min-width: 924px) {
    .qr-totem__actions {
        display: none
    }
}

.qr-totem__actions-row {
    flex-direction: column;
    display: flex
}

.qr-totem__actions-row:not(:empty) {
    margin: -8px
}

@media (min-width: 768px) {
    .qr-totem__actions-row {
        flex-flow: wrap;
        justify-content: center
    }
}

.qr-totem__actions-col {
    padding: 8px;
    display: flex
}

@media (min-width: 768px) {
    .qr-totem__actions-col {
        width: 33.3333%
    }
}

@media (min-width: 924px) {
    .qr-totem__actions-col {
        width: 50%;
        flex-grow: 1
    }
}

.qr-totem__action {
    width: 100%;
    border-width: 2px;
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: 1rem
}

.qr-totem__paragraph:last-child {
    margin-bottom: 0
}

.qr {
    width: 100%;
    grid-template:"qr__media""."16px"qr__caption"/1fr;
    grid-auto-flow: row;
    align-content: flex-start;
    display: grid
}

.qr__media {
    border-color: #fff;
    border-color: var(--white);
    border-style: solid;
    border-width: 1px;
    grid-area: qr__media;
    position: relative
}

.qr__media-padding {
    padding: 8px
}

.qr__img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    font-family: "object-fit: contain;"
}

.qr__former {
    padding-top: 100%
}

.qr__filler {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 8px;
    overflow: hidden
}

.qr__caption {
    color: #0a264e;
    color: var(--body-color);
    text-align: center;
    grid-area: qr__caption;
    font-size: 1.25rem;
    text-decoration: none
}

.qr:hover, .qr:focus {
    text-decoration: none
}

.media_mt4_guid-download {
    background-image: url(/static/images/bg-candles.a45dd91d.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 0
}

.media_mt4_guid-download .media__row {
    grid-template:"media__title""."16px"media__text""."16px"media__media""."16px"media__actions"/1fr;
    grid-auto-flow: row;
    display: grid
}

@media (min-width: 768px) {
    .media_mt4_guid-download .media__row {
        grid-template-rows:auto 32px auto 64px auto 32px auto
    }
}

@media (min-width: 924px) {
    .media_mt4_guid-download .media__row {
        grid-template:"media__media. ."1fr"media__media.media__title""media__media. ."32px"media__media.media__text""media__media. ."32px"media__media.media__actions""media__media. ."1fr/1fr 16px 1fr
    }
}

@media (min-width: 1168px) {
    .media_mt4_guid-download .media__row {
        grid-template-columns:10fr 16px 7fr 3fr;
        grid-template-areas:"media__media. . .""media__media.media__title media__title""media__media. . .""media__media.media__text media__text""media__media. . .""media__media.media__actions.""media__media. . ."
    }
}

.media_mt4_guid-download .media__paragraph {
    margin: 0 0 1em
}

.media_mt4_guid-download .media__paragraph:last-of-type {
    margin-bottom: 0
}

.media_mt4_guid-download .media__media {
    grid-area: media__media;
    position: relative
}

.media_mt4_guid-download .media__media-former {
    padding-top: 69.6203%
}

.media_mt4_guid-download .media__media-filler {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0
}

@media (min-width: 924px) {
    .media_mt4_guid-download .media__media {
        flex-direction: column;
        justify-content: center;
        display: flex
    }
}

.media_mt4_guid-download .media__img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    font-family: "object-fit: contain;"
}

.media_mt4_guid-download .media__title {
    text-align: center;
    grid-area: media__title;
    margin: 0;
    font-size: 2.5rem
}

@media (min-width: 924px) {
    html:not([dir=rtl]) .media_mt4_guid-download .media__title {
        text-align: left
    }

    :root[dir=rtl] .media_mt4_guid-download .media__title {
        text-align: right
    }
}

.media_mt4_guid-download .media__text {
    text-align: center;
    grid-area: media__text
}

@media (min-width: 924px) {
    html:not([dir=rtl]) .media_mt4_guid-download .media__text {
        text-align: left
    }

    :root[dir=rtl] .media_mt4_guid-download .media__text {
        text-align: right
    }
}

.media_mt4_guid-download .media__actions {
    grid-area: media__actions
}

.media_mt4_guid-download .media__actions-row {
    flex-direction: column;
    display: flex
}

.media_mt4_guid-download .media__actions-row:not(:empty) {
    margin: -8px
}

.media_mt4_guid-download .media__actions-row > * {
    padding: 8px
}

@media (min-width: 600px) {
    .media_mt4_guid-download .media__actions-row {
        flex-flow: wrap
    }
}

@media (min-width: 924px) {
    .media_mt4_guid-download .media__actions-row {
        flex-flow: column
    }
}

.media_mt4_guid-download .media__actions-col {
    flex-grow: 1;
    display: flex
}

.media_mt4_guid-download .media__actions-col > * {
    width: 100%;
    flex-grow: 1
}

@media (min-width: 600px) {
    .media_mt4_guid-download .media__actions-col {
        width: 50%
    }
}

@media (min-width: 924px) {
    .media_mt4_guid-download .media__actions-col {
        width: 100%
    }
}

.media_mt4_guid-download .media__action {
    border-width: 2px;
    flex-direction: column;
    justify-content: center;
    font-size: .875rem;
    display: flex
}

.media_mt4_guid-download .media__action-row {
    align-items: center;
    display: flex
}

.media_mt4_guid-download .media__action-row:not(:empty) {
    margin: -8px
}

.media_mt4_guid-download .media__action-row > * {
    margin: 8px
}

.media_mt4_guid-download .media__action-icon {
    flex-shrink: 0;
    font-size: 1.71429em
}

@media (min-width: 768px) {
    .media_mt4_guid-download .media__action-icon {
        font-size: 2em
    }
}

@media (min-width: 924px) {
    .media_mt4_guid-download .media__action-icon {
        font-size: 1.6em
    }
}

.media_mt4_guid-download .media__action-text {
    text-align: center;
    flex-grow: 1;
    font-size: 1em
}

@media (min-width: 768px) {
    .media_mt4_guid-download .media__action {
        min-height: 56px;
        font-size: 1rem
    }
}

@media (min-width: 924px) {
    .media_mt4_guid-download .media__action {
        font-size: 1.25rem
    }
}

@media (min-width: 600px) and (max-width: 923px) {
    .media_mt4_guid-download {
        padding: calc(9.87654vw + 4.74074px) 0
    }
}

@media (min-width: 924px) {
    .media_mt4_guid-download {
        padding: 96px 0
    }
}

.media__title {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    grid-area: media__title
}

.media__text {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    grid-area: media__text
}

.media__media {
    grid-area: media__media
}

.media_base {
    grid-template:"media__title""."16px"media__text""."16px"media__media"/1fr;
    grid-auto-flow: row;
    display: grid
}

@media (min-width: 924px) {
    .media_base {
        grid-template:". .media__media"1fr"media__title.media__media"". .media__media"16px"media__text.media__media"". .media__media"1fr/calc(50% - 16px) 32px calc(50% - 16px);
        grid-auto-flow: column;
        align-content: center
    }
}

.media_base .media__title {
    margin: 0;
    font-size: 1.5rem
}

@media (min-width: 768px) {
    .media_base .media__title {
        font-size: 2.5rem
    }
}

.media_base .media__text {
    font-size: 1rem
}

.media_base .media__paragraph {
    color: inherit;
    font-size: inherit;
    margin: 0 0 1em
}

.media_base .media__paragraph:last-of-type {
    margin: 0
}

@media (min-width: 924px) {
    .media_base .media__media {
        justify-content: center;
        display: flex
    }
}

.media_base .media__img {
    height: auto;
    object-fit: contain;
    width: 100%;
    font-family: "object-fit: contain;"
}

@media (min-width: 924px) {
    .media_zeal_technology-platform .media__media {
        justify-content: flex-start;
        align-items: center
    }
}

@media (min-width: 768px) {
    .media_zeal_technology-platform .list__item {
        font-size: 1.5rem
    }
}

@media (min-width: 924px) {
    .media_zeal_outstanding {
        grid-template-rows:1fr auto 16px auto 1fr
    }
}

@media (min-width: 924px) {
    .media_zeal_outstanding .media__text {
        font-size: 1.5rem
    }
}

@media (min-width: 375px) and (max-width: 923px) {
    .media_zeal_about-ld4 {
        grid-template-rows:auto calc(4.07125vw + .732824px) auto calc(4.07125vw + .732824px) auto
    }
}

@media (max-width: 923px) {
    .media_zeal_about-ld4 {
        grid-template-areas:"media__title"".""media__media"".""media__text"
    }
}

.media_twilight_picture {
    background-color: #032543;
    grid-template:"media__title_zeal_experience""."16px"media__text_zeal_experience""."24px"media__actions_zeal_experience""."32px"media__media_zeal_experience"/1fr;
    grid-auto-flow: row;
    display: grid
}

.media_twilight_picture .media__title {
    color: #fff;
    text-align: center;
    grid-area: media__title_zeal_experience;
    margin: 0;
    font-size: 2.5rem
}

@media (min-width: 924px) {
    :root:not([dir=rtl]) .media_twilight_picture .media__title {
        text-align: left
    }

    :root[dir=rtl] .media_twilight_picture .media__title {
        text-align: right
    }
}

.media_twilight_picture .media__media {
    grid-area: media__media_zeal_experience;
    position: relative
}

.media_twilight_picture .media__former {
    padding-top: 34.2466%
}

.media_twilight_picture .media__filler {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0
}

.media_twilight_picture .media__img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    font-family: "object-fit: contain;"
}

:root[dir=rtl] .media_twilight_picture .media__img {
    transform: scaleX(-1)
}

.media_twilight_picture .media__text {
    text-align: center;
    color: #d3d3d3;
    color: var(--alto);
    grid-area: media__text_zeal_experience;
    font-size: 1.125rem
}

@media (min-width: 924px) {
    :root:not([dir=rtl]) .media_twilight_picture .media__text {
        text-align: left
    }

    :root[dir=rtl] .media_twilight_picture .media__text {
        text-align: right
    }
}

.media_twilight_picture .media__paragraph {
    color: inherit;
    font-size: inherit;
    margin: 0 0 .5em
}

.media_twilight_picture .media__paragraph:last-of-type {
    margin: 0
}

.media_twilight_picture .media__actions {
    flex-direction: column;
    grid-area: media__actions_zeal_experience;
    display: flex
}

.media_twilight_picture .media__actions:not(:empty) {
    margin: -8px
}

@media (min-width: 600px) {
    .media_twilight_picture .media__actions {
        flex-flow: wrap;
        justify-content: center
    }
}

@media (min-width: 924px) {
    .media_twilight_picture .media__actions {
        justify-content: flex-start
    }
}

.media_twilight_picture .media__action {
    width: auto;
    margin: 8px
}

@media (min-width: 600px) {
    .media_twilight_picture .media__action {
        flex-basis: 176px;
        justify-content: center;
        align-items: center;
        display: inline-flex
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .media_twilight_picture {
        grid-template-rows:auto 16px auto calc(2.03562vw + 16.3664px) auto 32px auto
    }
}

@media (min-width: 768px) {
    .media_twilight_picture {
        grid-template-rows:auto 16px auto 32px auto 32px auto
    }
}

@media (min-width: 924px) {
    .media_twilight_picture {
        grid-template:". .media__media_zeal_experience"1fr"media__title_zeal_experience.media__media_zeal_experience"". .media__media_zeal_experience"16px"media__text_zeal_experience.media__media_zeal_experience"". .media__media_zeal_experience"32px"media__actions_zeal_experience.media__media_zeal_experience"". .media__media_zeal_experience"1fr/calc(50% - 16px) 32px calc(50% - 16px);
        grid-auto-flow: column
    }
}

.media_twilight_compare {
    background-color: #032543
}

.media_twilight_compare .media__row {
    grid-template:"media_twilight_compare__title--odd""."32px"media_twilight_compare__media--odd""."32px"media_twilight_compare__title--even""."32px"media_twilight_compare__media--even"/1fr;
    grid-auto-flow: column;
    display: grid
}

@media (min-width: 375px) and (max-width: 767px) {
    .media_twilight_compare .media__row {
        grid-template-rows:auto calc(8.14249vw + 1.46565px) auto calc(8.14249vw + 1.46565px) auto calc(8.14249vw + 1.46565px) auto
    }
}

@media (min-width: 768px) {
    .media_twilight_compare .media__row {
        grid-template-rows:auto 64px auto 64px auto 64px auto
    }
}

@media (min-width: 924px) {
    .media_twilight_compare .media__row {
        grid-template:"media_twilight_compare__title--odd.media_twilight_compare__title--even"". . ."64px"media_twilight_compare__media--odd.media_twilight_compare__media--even"/calc(50% - 16px) 32px calc(50% - 16px)
    }
}

.media_twilight_compare .media__title {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 1.5rem
}

.media_twilight_compare .media__title:nth-child(2n+1) {
    grid-area: media_twilight_compare__title--odd
}

.media_twilight_compare .media__title:nth-child(2n) {
    grid-area: media_twilight_compare__title--even
}

.media_twilight_compare .media__media {
    position: relative
}

.media_twilight_compare .media__media:nth-child(2n+1) {
    grid-area: media_twilight_compare__media--odd
}

.media_twilight_compare .media__media:nth-child(2n) {
    grid-area: media_twilight_compare__media--even
}

.media_twilight_compare .media__img {
    max-height: 100%;
    max-width: 100%;
    width: auto
}

@media (min-width: 924px) {
    .media_twilight_compare .media__former {
        padding-top: 88.1966%
    }
}

.media_twilight_compare .media__filler {
    justify-content: center;
    align-items: flex-start;
    display: flex
}

@media (min-width: 924px) {
    .media_twilight_compare .media__filler {
        position: absolute;
        inset: 0
    }
}

.media_twilight_cookbook {
    background-color: #032543
}

.media_twilight_cookbook .media__row {
    grid-template:"media_twilight_cookbook__title""."16px"media_twilight_cookbook__text""."32px"media_twilight_cookbook__recipe""."24px"media_twilight_cookbook__actions"/100%;
    grid-auto-flow: row;
    display: grid
}

@media (min-width: 375px) and (max-width: 767px) {
    .media_twilight_cookbook .media__row {
        grid-template-rows:auto 16px auto 32px auto calc(2.03562vw + 16.3664px) auto
    }
}

@media (min-width: 768px) {
    .media_twilight_cookbook .media__row {
        grid-template-rows:auto 16px auto 32px auto 32px auto
    }
}

@media (min-width: 924px) {
    .media_twilight_cookbook .media__row {
        grid-template:"media_twilight_cookbook__title.media_twilight_cookbook__recipe"". .media_twilight_cookbook__recipe"16px"media_twilight_cookbook__text.media_twilight_cookbook__recipe"". .media_twilight_cookbook__recipe"24px". .media_twilight_cookbook__recipe"1fr"media_twilight_cookbook__actions.media_twilight_cookbook__recipe"/calc(50% - 16px) 32px calc(50% - 16px)
    }
}

.media_twilight_cookbook .media__title {
    color: #fff;
    text-align: center;
    grid-area: media_twilight_cookbook__title;
    margin: 0;
    font-size: 2.5rem
}

@media (min-width: 924px) {
    html:not([dir=rtl]) .media_twilight_cookbook .media__title {
        text-align: left
    }

    :root[dir=rtl] .media_twilight_cookbook .media__title {
        text-align: right
    }
}

.media_twilight_cookbook .media__text {
    color: #fff;
    text-align: center;
    color: #d3d3d3;
    color: var(--alto);
    grid-area: media_twilight_cookbook__text;
    margin: 0;
    font-size: 1rem
}

@media (min-width: 924px) {
    html:not([dir=rtl]) .media_twilight_cookbook .media__text {
        text-align: left
    }

    :root[dir=rtl] .media_twilight_cookbook .media__text {
        text-align: right
    }
}

.media_twilight_cookbook .media__paragraph {
    margin: 0 0 1em
}

.media_twilight_cookbook .media__paragraph:last-of-type {
    margin-bottom: 0
}

.media_twilight_cookbook .media__actions {
    flex-direction: column;
    grid-area: media_twilight_cookbook__actions;
    display: flex
}

.media_twilight_cookbook .media__actions:not(:empty) {
    margin: -8px
}

.media_twilight_cookbook .media__actions > * {
    margin: 8px
}

@media (min-width: 600px) {
    .media_twilight_cookbook .media__actions {
        flex-flow: wrap;
        justify-content: center
    }
}

@media (min-width: 924px) {
    .media_twilight_cookbook .media__actions {
        justify-content: flex-start
    }
}

@media (min-width: 600px) {
    .media_twilight_cookbook .media__action--discover-now {
        flex-basis: 256px
    }
}

.media_twilight_cookbook .media__recipe {
    color: #fff;
    background-color: #31599633;
    border-radius: .5rem;
    grid-area: media_twilight_cookbook__recipe;
    padding: 24px
}

@media (min-width: 768px) and (max-width: 923px) {
    .media_twilight_cookbook .media__recipe {
        max-width: 79.3478%;
        width: 100%;
        margin: 0 auto
    }
}

.media_twilight_cookbook .media__recipe-title {
    text-align: center;
    margin: 0;
    font-size: 2rem
}

.media_zeal_bridge .media__recipe {
    padding-left: 0;
    padding-right: 0
}

.media_zeal_bridge .media__recipe-filler {
    grid-template:"media_zeal_bridge__recipe-title""."24px"media_zeal_bridge__recipe-tabs"/100%;
    grid-auto-flow: row;
    display: grid
}

.media_zeal_bridge .media__recipe-title {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    grid-area: media_zeal_bridge__recipe-title
}

.media_zeal_bridge .media__recipe-tabs {
    grid-area: media_zeal_bridge__recipe-tabs
}

@media (min-width: 924px) {
    .media_zeal_bridge2 {
        grid-template-rows:1fr auto 16px auto 1fr
    }
}

@media (min-width: 924px) {
    .media_zeal_ecn {
        grid-template-rows:1fr auto 16px auto 1fr
    }
}

.showcase_apps_download .showcase__title {
    text-align: center;
    grid-area: showcase__title;
    margin: 0;
    font-size: 2.5rem
}

.showcase_apps_download .showcase__container {
    grid-template:"showcase__title""."32px"showcase__row"/1fr;
    grid-auto-flow: row;
    display: grid
}

.showcase_apps_download .showcase__row {
    flex-direction: column;
    grid-area: showcase__row;
    display: flex
}

@media (min-width: 600px) {
    .showcase_apps_download .showcase__row {
        flex-flow: wrap
    }
}

.showcase_apps_download .showcase__row:not(:empty) {
    margin: -8px
}

.showcase_apps_download .showcase__col {
    padding: 8px;
    display: flex
}

@media (min-width: 600px) {
    .showcase_apps_download .showcase__col {
        width: 50%;
        flex-grow: 1
    }
}

@media (min-width: 924px) {
    .showcase_apps_download .showcase__col {
        width: 25%
    }
}

.showcase_apps_download .showcase__link {
    background-color: #f4f6fa;
    background-color: var(--catskill-white-2);
    border-color: #dee5f1;
    border-color: var(--botticelli);
    color: #0a264e;
    border-style: solid;
    border-width: 1px;
    flex-grow: 1;
    grid-template:"showcase__link-media"56px"."16px"showcase__link-text"/1fr;
    grid-auto-flow: row;
    padding: 24px;
    font-size: 1rem;
    display: grid
}

.showcase_apps_download .showcase__link-media {
    color: inherit;
    grid-area: showcase__link-media;
    justify-content: center;
    align-items: flex-end;
    display: flex
}

.showcase_apps_download .showcase__link-text {
    color: inherit;
    text-align: center;
    grid-area: showcase__link-text;
    font-size: 1em
}

.showcase_apps_download .showcase__link:hover, .showcase_apps_download .showcase__link:active {
    color: inherit;
    text-decoration: none
}

.showcase_apps_download .showcase__link:hover .showcase_apps_download .showcase__link-text, .showcase_apps_download .showcase__link:hover .showcase_apps_download .showcase__link-media, .showcase_apps_download .showcase__link:active .showcase_apps_download .showcase__link-text, .showcase_apps_download .showcase__link:active .showcase_apps_download .showcase__link-media {
    color: inherit
}

.showcase_mobile_features .showcase__container {
    grid-template:"showcase__title""."56px"showcase__row""."56px"showcase__actions"/1fr;
    grid-auto-flow: row;
    display: grid
}

.showcase_mobile_features .showcase__title {
    text-align: center;
    grid-area: showcase__title;
    margin: 0;
    font-size: 2.5rem
}

.showcase_mobile_features .showcase__row {
    flex-wrap: wrap;
    grid-area: showcase__row;
    justify-content: space-between;
    margin: -32px;
    display: flex
}

.showcase_mobile_features .showcase__col {
    width: 100%;
    justify-content: center;
    padding: 32px;
    display: flex
}

@media (min-width: 600px) {
    .showcase_mobile_features .showcase__col {
        width: 50%
    }
}

@media (min-width: 768px) {
    .showcase_mobile_features .showcase__col {
        width: 33.3333%
    }
}

.showcase_mobile_features .showcase__figure {
    grid-template:"showcase__figure-media"48px"."16px"showcase__figure-caption"/1fr;
    grid-auto-flow: row;
    margin: 0;
    display: grid
}

.showcase_mobile_features .showcase__media {
    grid-area: showcase__figure-media;
    justify-content: center;
    align-items: flex-end;
    display: flex
}

.showcase_mobile_features .showcase__figcaption {
    text-align: center;
    grid-area: showcase__figure-caption;
    font-size: 1rem
}

.showcase_mobile_features .showcase__actions {
    grid-area: showcase__actions
}

.showcase_mobile_features .showcase__actions-row {
    flex-direction: column;
    display: flex
}

@media (min-width: 600px) {
    .showcase_mobile_features .showcase__actions-row {
        flex-flow: wrap
    }
}

.showcase_mobile_features .showcase__actions-row:not(:empty) {
    margin: -8px
}

.showcase_mobile_features .showcase__actions-col {
    padding: 8px;
    display: flex
}

@media (min-width: 600px) {
    .showcase_mobile_features .showcase__actions-col {
        width: 50%;
        flex-grow: 1
    }
}

.showcase_mobile_features .showcase__action {
    min-height: 56px;
    width: 100%;
    border-width: 2px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    display: flex
}

.experts {
    grid-template:"experts__title""."16px"experts__text""."32px"experts__list"/1fr;
    grid-auto-flow: row;
    display: grid
}

.experts__title {
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: center;
    word-wrap: break-word;
    grid-area: experts__title;
    margin: 0;
    font-size: 2.5rem
}

.experts__text {
    color: #8c96a3;
    color: var(--regent-gray);
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: center;
    word-wrap: break-word;
    grid-area: experts__text;
    font-size: 1rem
}

.experts__paragraph {
    margin: 0 0 1em
}

.experts__paragraph:last-of-type {
    margin-bottom: 0
}

.experts__list {
    flex-direction: column;
    grid-area: experts__list;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

@media (min-width: 768px) {
    .experts__list {
        flex-flow: wrap
    }
}

.experts__list:not(:empty) {
    margin: -8px
}

.experts__item {
    flex-grow: 1;
    padding: 8px;
    display: flex
}

@media (min-width: 768px) {
    .experts__item {
        width: 50%
    }
}

.experts__item > * {
    width: 100%
}

.blockquote--expert {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    background-image: url(/static/images/blockquote.e0e56343.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    padding: 16px 0
}

.blockquote--expert .blockquote__row {
    flex-direction: column;
    display: flex
}

.blockquote--expert .blockquote__row:not(:empty) {
    margin: -8px
}

.blockquote--expert .blockquote__row > * {
    margin: 8px
}

.blockquote--expert .blockquote__text {
    font-size: 1.5rem
}

.blockquote--expert .blockquote__paragraph {
    text-align: center;
    margin: 0 0 1em
}

.blockquote--expert .blockquote__paragraph:last-of-type {
    margin: 0
}

.blockquote--expert .blockquote__cite {
    color: #8c96a3;
    color: var(--regent-gray);
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: center;
    word-wrap: break-word;
    font-size: 1.5rem;
    font-style: normal
}

.lego--hopscotch {
    grid-template:"lego__title""."32px"lego__list"/100%;
    grid-auto-flow: row;
    display: grid
}

.lego--hopscotch .lego__title {
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: center;
    word-wrap: break-word;
    grid-area: lego__title;
    font-size: 2.5rem
}

.lego--hopscotch .lego__list {
    counter-reset: lego__item;
    flex-wrap: wrap;
    grid-area: lego__list;
    justify-content: center;
    padding: 0;
    list-style: none;
    display: flex
}

.lego--hopscotch .lego__list:not(:empty) {
    margin: -8px
}

.lego--hopscotch .lego__item {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 8px;
    display: flex
}

@media (min-width: 768px) {
    .lego--hopscotch .lego__item {
        width: auto;
        flex-grow: 0;
        flex-basis: 50%
    }

    _:-ms-input-placeholder, :root .lego--hopscotch .lego__item {
        width: 50%;
        flex-basis: auto
    }
}

@media (min-width: 924px) {
    .lego--hopscotch .lego__item {
        width: auto;
        flex-grow: 0;
        flex-basis: 33.3333%
    }

    _:-ms-input-placeholder, :root .lego--hopscotch .lego__item {
        width: 33.3333%;
        flex-basis: auto
    }
}

.lego--hopscotch .lego__item > * {
    flex-grow: 1
}

.lego--hopscotch .lego__item-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6
}

:root:not([dir=rtl]) .lego--hopscotch .lego__item-title {
    padding: 0 120px 0 0
}

:root[dir=rtl] .lego--hopscotch .lego__item-title {
    padding: 0 0 0 120px
}

@media (max-width: 924px) {
    :root:not([dir=rtl]) .lego--hopscotch .lego__item-title {
        padding: 0 100px 0 0
    }

    :root[dir=rtl] .lego--hopscotch .lego__item-title {
        padding: 0 0 0 100px
    }
}

.lego--hopscotch .lego__item-text {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    font-size: .875rem
}

.lego--hopscotch .lego__item-text > * {
    margin: 1em 0
}

.lego--hopscotch .lego__item-text > :first-child {
    margin-top: 0
}

.lego--hopscotch .lego__item-text > :last-child {
    margin-bottom: 0
}

.lego--hopscotch .lego__item-paragraph {
    color: inherit;
    font-size: inherit
}

.lego--hopscotch .lego__tile {
    border-color: #dee5f1;
    border-color: var(--botticelli);
    border-style: solid;
    border-width: 1px;
    grid-template-columns:100%;
    grid-auto-flow: row;
    display: grid
}

.lego--hopscotch .lego__id:before {
    color: #2d78bd33;
    content: counter(lego__item);
    counter-increment: lego__item;
    font-size: 2rem;
    line-height: 1.53125;
    display: block
}

.lego--hopscotch .lego__former {
    grid-area: 1/1;
    padding-top: 256px
}

.lego--hopscotch .lego__content {
    grid-area: 1/1;
    padding: 22px
}

.lego--hopscotch .lego__content > * {
    margin: 16px 0
}

.lego--hopscotch .lego__content > .lego__id {
    margin-bottom: 0
}

.lego--hopscotch .lego__content > .lego__id + *, .lego--hopscotch .lego__content > :first-child {
    margin-top: 0
}

.lego--hopscotch .lego__content > :last-child {
    margin-bottom: 0
}

.lego--hopscotch a.lego__tile, .lego--hopscotch .link__tile[role=link] {
    color: #0a264e;
    cursor: default;
    text-decoration: none
}

.lego--hopscotch.lego--interactive .lego__tile {
    cursor: pointer
}

.lego--hopscotch.lego--interactive .lego__tile:hover, .lego--hopscotch.lego--interactive .lego__tile:active {
    background-color: #2d78bd;
    background-color: var(--mariner);
    border-color: #2d78bd;
    border-color: var(--mariner)
}

.lego--hopscotch.lego--interactive .lego__tile:hover .lego__id:before, .lego--hopscotch.lego--interactive .lego__tile:active .lego__id:before {
    color: #fff3
}

.lego--hopscotch.lego--interactive .lego__tile:hover .lego__item-title, .lego--hopscotch.lego--interactive .lego__tile:hover .lego__item-text, .lego--hopscotch.lego--interactive .lego__tile:active .lego__item-title, .lego--hopscotch.lego--interactive .lego__tile:active .lego__item-text {
    color: #fff;
    color: var(--white)
}

.lego--hopscotch.lego--interactive .lego__tile:hover .list_disc .list__item:before, .lego--hopscotch.lego--interactive .lego__tile:active .list_disc .list__item:before {
    background-color: #fff
}

.list_ugly-tasks {
    margin: 0;
    padding: 0;
    list-style: none inside
}

.list_ugly-tasks:not(:empty) {
    margin: -8px
}

.list_ugly-tasks .list__item {
    font-family: 1rem;
    padding: 8px
}

.list_ugly-tasks .list__item:not(:empty) {
    margin: -4px
}

.list_ugly-tasks .list__item > * {
    margin: 4px
}

.list_ugly-tasks .list__item:before {
    content: "";
    height: 13px;
    width: 13px;
    background-image: url(/static/images/check.262946d0.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 4px;
    display: block
}

@media (min-width: 768px) {
    .list_ugly-tasks .list__item:before {
        height: 19px;
        width: 19px;
        font-size: 1.5rem
    }
}

:root[dir=rtl] .list_ugly-tasks .list__item:before {
    transform: scaleX(-1)
}

.list_ugly-tasks .list__text {
    display: block
}

.list_address_bar {
    margin: 0;
    padding: 0;
    list-style: none
}

.list_address_bar:not(:empty) {
    margin: -8px
}

.list_address_bar .list__text {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word
}

.list_address_bar .list__item {
    flex-grow: 1;
    padding: 8px;
    font-size: 1.25rem;
    display: flex
}

.list_address_bar .list__item:not(:empty) {
    margin: -8px
}

.list_address_bar .list__item > * {
    margin: 8px
}

.list_address_bar .list__item__icon {
    flex-shrink: 0;
    font-size: .7em;
    position: relative;
    top: .5em
}

:root:not([dir=rtl]) .list_address_bar .list__item__icon {
    transform: translateY(50%)
}

:root[dir=rtl] .list_address_bar .list__item__icon {
    transform: translateY(50%) scaleX(-1)
}

.list_address_bar .list__item:before {
    content: "";
    height: .714286em;
    width: 1em;
    background-image: url(/static/images/slash.2a19bdd5.svg);
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin: 8px;
    font-size: .7em;
    display: inline-block;
    position: relative;
    top: .25em
}

:root:not([dir=rtl]) .list_address_bar .list__item:before {
    transform: translateY(50%)
}

:root[dir=rtl] .list_address_bar .list__item:before {
    transform: translateY(50%) scaleX(-1)
}

.list_check {
    margin: 0;
    padding: 0;
    list-style: none
}

.list_check:not(:empty) {
    margin: -8px
}

.list_check .list__item {
    flex-grow: 1;
    padding: 8px;
    font-size: 1.25rem;
    display: flex
}

.list_check .list__item:not(:empty) {
    margin: -8px
}

.list_check .list__item > * {
    margin: 8px
}

.list_check .list__item__icon {
    flex-shrink: 0;
    font-size: .7em;
    position: relative;
    top: .5em
}

:root:not([dir=rtl]) .list_check .list__item__icon {
    transform: translateY(50%)
}

:root[dir=rtl] .list_check .list__item__icon {
    transform: translateY(50%) scaleX(-1)
}

.list_check .list__item:before {
    content: "";
    height: 1em;
    width: 1em;
    background-image: url(../fonts/check--angular.d92ec800.svg);
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin: 8px;
    font-size: 1.2em;
    display: inline-block;
    position: relative
}

.list_disc {
    margin: 0;
    padding: 0;
    list-style: none
}

.list_disc .list__item {
    align-items: baseline;
    display: flex
}

.list_disc .list__item:not(:empty) {
    margin: -4px
}

.list_disc .list__item > * {
    margin: 4px
}

.list_disc .list__item:before {
    content: "";
    height: .285714em;
    width: .285714em;
    background-color: #0a264e;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 4px;
    transform: translateY(-50%)
}

:root:not([dir=rtl]) .list_disc .list__item:before {
    left: 0
}

:root[dir=rtl] .list_disc .list__item:before {
    right: 0
}

.list_disc .list__text {
    flex-grow: 1
}

.list_disc_blue .list__item:before {
    background-color: #2d78bd
}

.tab--arkanoid .nav-tabs .nav-link {
    color: #999;
    background-color: #0000;
    border-color: #0000;
    padding: 0 8px;
    font-size: .75rem
}

.tab--arkanoid .nav-tabs .nav-link span {
    min-height: 1em;
    padding: 0 0 16px;
    display: inline-block
}

.tab--arkanoid .nav-tabs .nav-link.active {
    border-bottom-color: #2d78bd;
    border-bottom-color: var(--mariner);
    color: #2d78bd
}

@media (min-width: 480px) {
    .tab--arkanoid .nav-tabs .nav-link {
        font-size: 1.25rem
    }
}

.tab--twilight .nav-tabs {
    border-bottom-color: #ffffff1a
}

.tab--twilight .nav-tabs .nav-link {
    color: #86754f
}

.tab--twilight .nav-tabs .nav-link.active {
    border-bottom-color: #2d78bd;
    border-bottom-color: var(--mariner);
    color: #fff
}

@media (max-width: 599px) {
    .tab--folding .nav-tabs {
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden
    }
}

@media (min-width: 600px) {
    .tab--folding .tab__folder {
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden
    }
}

.tab--corporate-news .nav-tabs .nav-link {
    font-size: 2rem
}

.tab--corporate-news .tab-pane {
    padding-top: 32px
}

@media (min-width: 375px) and (max-width: 767px) {
    .tab--corporate-news .tab-pane {
        padding-top: calc(8.14249vw + 1.46565px)
    }
}

@media (min-width: 768px) {
    .tab--corporate-news .tab-pane {
        padding-top: 64px
    }
}

:root:not([dir=rtl]) .details[open] .details__summary:before, :root[dir=rtl] .details[open] .details__summary:before {
    border-width: .5em .25em 0;
    border-top-color: #86754f;
    border-left-color: #0000;
    border-right-color: #0000
}

.details__summary {
    color: #86754f;
    font-size: 1.5rem;
    list-style: none;
    position: relative
}

@media (min-width: 768px) {
    .details__summary {
        font-size: 2rem
    }
}

:root:not([dir=rtl]) .details__summary {
    padding-left: calc(16px + .75rem)
}

@media (min-width: 768px) {
    :root:not([dir=rtl]) .details__summary {
        padding-left: calc(16px + 1rem)
    }
}

:root[dir=rtl] .details__summary {
    padding-right: calc(16px + .75rem)
}

@media (min-width: 768px) {
    :root[dir=rtl] .details__summary {
        padding-right: calc(16px + 1rem)
    }
}

.details__summary-text {
    color: #002767;
    display: block;
    overflow: hidden
}

.details__summary::-webkit-details-marker {
    display: none
}

.details__summary:before {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-top-color: #0000;
    border-bottom-color: #0000;
    position: absolute;
    top: .5em
}

:root:not([dir=rtl]) .details__summary:before {
    border-width: .25em 0 .25em .5em;
    border-left-color: #86754f;
    left: 0
}

:root[dir=rtl] .details__summary:before {
    border-width: .25em .5em .25em 0;
    border-right-color: #86754f;
    right: 0
}

.details__text {
    color: #002767;
    padding-top: .5em;
    font-size: 1rem
}

:root:not([dir=rtl]) .details__text {
    padding-left: calc(16px + .75rem)
}

@media (min-width: 768px) {
    :root:not([dir=rtl]) .details__text {
        padding-left: calc(16px + 1rem)
    }
}

:root[dir=rtl] .details__text {
    padding-right: calc(16px + .75rem)
}

@media (min-width: 768px) {
    :root[dir=rtl] .details__text {
        padding-right: calc(16px + 1rem)
    }
}

.details__paragraph {
    margin: 0 0 1em
}

.details__paragraph:last-of-type {
    margin-bottom: 0
}

.details-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.details-list:not(:empty) {
    margin: -12px
}

.details-list__item {
    margin: 12px
}

.bobber {
    border-color: #2d78bd;
    border-color: var(--mariner);
    height: 2.5rem;
    width: 2.5rem;
    background: 0 0;
    border-style: solid;
    border-width: .125rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    display: flex;
    position: fixed;
    bottom: 32px
}

.body:not(.body--scrollY) .bobber {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

:root:not([dir=rtl]) .bobber {
    right: 32px
}

:root[dir=rtl] .bobber {
    left: 32px
}

.bobber__caret {
    border-bottom-color: #2d78bd;
    border-bottom-color: var(--mariner);
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 .375rem .375rem;
    border-left-color: #0000;
    border-right-color: #0000
}

[class^=pum-theme-].pum-content, .pum-theme-light-box-with-bg .pum-content {
    color: #0a264e;
    content-visibility: auto;
    font-family: Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

:root[dir=rtl] [class^=pum-theme-].pum-content, :root[dir=rtl] .pum-theme-light-box-with-bg .pum-content {
    font-family: Cairo, Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

.pum-container {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.modal_notice .close {
    margin: 0;
    position: absolute;
    top: 0
}

:root:not([dir=rtl]) .modal_notice .close {
    left: auto;
    right: 0
}

:root[dir=rtl] .modal_notice .close {
    left: 0;
    right: auto
}

.modal_notice .modal-header {
    position: relative
}

.modal_notice .modal-title:not(:empty) {
    padding-left: 1rem;
    padding-right: 1rem
}

.modal_notice .modal-title:not(:empty):before, .modal_notice .modal-title:not(:empty):after {
    color: #0000;
    content: "×";
    speak: none;
    speak: never;
    font-size: 1.5rem
}

.modal_notice .modal-body > :not(script) {
    margin: 1rem 0
}

.modal_notice .modal__brand-icon {
    font-size: 2.5rem
}

.modal_notice_hk .modal-body > :not(script) {
    margin: 2rem 0
}

:root[dir=rtl] body.et-db #et-boc .et-l .et_pb_button.et_pb_button, :root[dir=rtl] body.et-db #et-boc .et-l .et_pb_button, :root[dir=rtl] body.et-db #et-boc .et-l .et_pb_fullwidth_header .header-content.header-content *, :root[dir=rtl] body.et-db #et-boc .et-l .et_pb_fullwidth_header .header-content *, :root[dir=rtl] body.et-db #et-boc .et-l .et-l * {
    font-family: Cairo, Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

* {
    outline: none
}

:focus {
    outline: none !important
}

:root {
    --body-bg: #fff;
    --fill-color: #0a264e;
    --stroke-color: #0a264e;
    min-height: 100%
}

:root.reveal-full-page {
    height: auto;
    overflow: initial;
    width: auto
}

:root[dir=rtl] {
    text-align: right
}

:root[dir=rtl] body {
    font-family: Cairo, Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif
}

@supports (text-align: start) {
    :root, :root[dir=rtl] {
        text-align: start
    }
}

body {
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    overflow-x: hidden;
    text-align: inherit !important
}

body.reveal-viewport {
    color: #0a264e;
    height: auto;
    background-color: #fff;
    margin: 0;
    line-height: 1.5;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

body.collapsing {
    height: auto;
    padding-right: 15px
}

_:-ms-input-placeholder, :root:not([dir=rtl]) body.collapsing {
    padding-left: 0;
    padding-right: 17px
}

_:-ms-input-placeholder, :root[dir=rtl] body.collapsing {
    padding-left: 17px;
    padding-right: 0
}

@media (max-width: 923px) {
    body.collapse.show {
        overflow: hidden
    }

    :root:not([dir=rtl]) body.collapse.show {
        padding-left: 0;
        padding-right: 15px
    }

    :root[dir=rtl] body.collapse.show {
        padding-left: 15px;
        padding-right: 0
    }

    _:-ms-input-placeholder, :root:not([dir=rtl]) body.collapse.show {
        padding-left: 0;
        padding-right: 17px
    }

    _:-ms-input-placeholder, :root[dir=rtl] body.collapse.show {
        padding-left: 17px;
        padding-right: 0
    }

    body.collapse:not(.show) {
        display: flex
    }
}

.body--index .breadcrumbs, .body--404 .breadcrumbs, .body--page-404 .body--home .breadcrumbs {
    display: none
}

@media (min-width: 924px) {
    .body:not(.body--index):not(.body--404):not(.body--page-404):not(.body--home) {
        padding-top: 104px
    }
}

@media (max-width: 782px) {
    .body:not(.body--index):not(.body--404):not(.body--page-404):not(.body--home).admin-bar {
        padding-top: 46px
    }
}

@media (min-width: 783px) and (max-width: 923px) {
    .body:not(.body--index):not(.body--404):not(.body--page-404):not(.body--home).admin-bar {
        padding-top: 32px
    }
}

@media (min-width: 924px) {
    .body:not(.body--index):not(.body--404):not(.body--page-404):not(.body--home).admin-bar {
        padding-top: 136px
    }
}

.body.collapse:not(.show) {
    display: flex
}

.container--content {
    max-width: 1216px
}

.container--layout {
    padding-top: 32px;
    padding-bottom: 64px
}

@media (min-width: 480px) {
    .container--layout {
        padding-bottom: calc(11.1111vw + 10.6667px)
    }
}

@media (min-width: 768px) {
    .container--layout {
        padding-top: calc(41.0256vw - 283.077px);
        padding-bottom: 96px
    }
}

@media (min-width: 924px) {
    .container--layout {
        padding-top: 96px
    }
}

.content {
    position: relative
}

.scroll-wrapper {
    padding: 0;
    position: relative;
    overflow: hidden
}

.scroll-wrapper > .scroll-content {
    height: auto;
    max-height: none;
    max-width: none;
    width: auto;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    overflow: scroll
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.interest__iframe, .interest-history__iframe, .contract-specifications__iframe, .calculator__iframe, .symbols-table__iframe {
    width: 100%;
    border: 0
}

#academy-cat h5 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

.list-categories {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-categories li {
    list-style: none
}

.list-categories li a {
    padding: 4px 0;
    font-size: 16px;
    line-height: 24px;
    display: block
}

.list-categories li.active .children {
    max-height: 20em
}

.list-categories > li {
    padding-left: 20px;
    position: relative
}

.list-categories > li.parent .collapce-buttton:before {
    color: #0d2864;
    content: "+";
    cursor: pointer;
    padding: 2px 4px;
    font-size: 20px;
    line-height: 25px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0
}

.list-categories > li.parent.active .collapce-buttton:before {
    content: "–"
}

.list-categories .children {
    float: none;
    max-height: 0;
    border: 0;
    margin: 0;
    padding: 0 0 0 20px;
    transition: all .2s;
    display: block;
    overflow: hidden
}

.zfx-post-grid-outer {
    position: relative
}

.zfx-post-grid-outer.js-loading:before {
    content: "";
    height: 40px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    background-image: url(/static/images/rolling-1s-40px.80bde329.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    margin: auto;
    font-size: 40px;
    line-height: 22px;
    position: absolute;
    inset: 0
}

.zfx-post-grid-outer.js-loading:after {
    opacity: .5;
    z-index: 1
}

.zfx-post-grid-outer:after {
    content: "";
    height: 100%;
    opacity: 0;
    width: 100%;
    z-index: -1;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.zfx-post-grid-inner {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.zfx-post-grid .element_0 {
    text-align: left;
    padding: 5px 10px;
    font-size: 21px;
    line-height: normal;
    text-decoration: none;
    display: block
}

:root[dir=rtl] .zfx-post-grid .element_0 {
    text-align: right
}

.zfx-post-grid .element_1 {
    text-align: left;
    padding: 5px 10px;
    font-size: 14px;
    display: block
}

:root[dir=rtl] .zfx-post-grid .element_1 {
    text-align: right
}

.zfx-post-grid .element_2 {
    text-align: left;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: block
}

:root[dir=rtl] .zfx-post-grid .element_2 {
    text-align: right
}

.zfx-post-grid .grid-items {
    text-align: center;
    margin: 0 auto;
    overflow: hidden
}

.zfx-post-grid .item {
    vertical-align: top;
    word-break: break-word;
    background: #fff;
    margin: 0 0 20px;
    padding: 0 10px;
    display: inline-block;
    position: relative
}

.zfx-post-grid .item .layer-media {
    height: auto;
    line-height: 0
}

.zfx-post-grid .item .layer-media img {
    box-shadow: none;
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 0
}

@media only screen and (min-width: 0) and (max-width: 767px) {
    .zfx-post-grid .item {
        height: auto;
        width: 90%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .zfx-post-grid .item {
        max-height: auto;
        width: 280px
    }
}

@media only screen and (min-width: 1024px) {
    .zfx-post-grid .item {
        height: auto;
        width: 280px;
        margin-bottom: 0
    }
}

.zfx-post-grid .no-post-found {
    color: #999;
    text-align: center;
    font-size: 18px
}

.zfx-post-grid .grid-nav-top {
    text-align: center;
    margin-bottom: 30px
}

.zfx-post-grid .grid-nav-top .nav-search {
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    position: relative
}

.zfx-post-grid .grid-nav-top .nav-search .submit-search {
    cursor: pointer;
    height: 24px;
    background: #ddd;
    margin: 0;
    padding: 5px 10px;
    font-size: 13px;
    display: inline-block
}

.zfx-post-grid .grid-nav-top .nav-search .search {
    vertical-align: top;
    border: 1px solid #ddd;
    border-radius: 0;
    padding-left: 35px;
    display: inline-block
}

.zfx-post-grid .grid-nav-top .nav-search .search-icon {
    color: #0000004d;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%)
}

.zfx-post-grid .grid-nav-top .nav-per-page-count {
    float: right
}

.zfx-post-grid .pagination {
    text-align: center;
    margin: 30px 0;
    line-height: normal;
    clear: both !important
}

.zfx-post-grid .pagination .current, .zfx-post-grid .pagination .pager.active {
    opacity: .6
}

.zfx-post-grid .pagination .page-numbers, .zfx-post-grid .pagination .pager, .zfx-post-grid .pagination .paginate.next-previous a {
    color: #fff;
    cursor: pointer;
    margin: 5px 2px;
    padding: 7px 15px;
    font-size: 17px;
    line-height: normal;
    text-decoration: none;
    display: inline-block
}

.zfx-post-grid .pagination .infinite-scroll {
    color: #fff;
    cursor: pointer;
    background: #dcdcdc4d;
    border: 1px solid #fff;
    padding: 5px 15px;
    display: inline-block
}

.zfx-post-grid .pagination .load-more {
    color: #fff;
    cursor: pointer;
    background: #dcdcdc4d;
    border-radius: 3px;
    padding: 5px 25px;
    display: inline-block
}

.zfx-post-grid .pagination .load-more-spinner {
    display: none
}

.zfx-post-grid .pagination .load-more.loading .load-more-spinner {
    display: inline-block
}

.zfx-post-grid .pagination .load-more.no-post {
    border: 1px dashed #ff5b22
}

.zfx-post-grid .pagination .paginate-ajax .prev, .zfx-post-grid .pagination .paginate-ajax .next {
    display: none
}

.zfx-post-grid .pagination .page-numbers {
    color: #fff;
    background: #646464;
    border-radius: 0;
    font-size: 16px
}

.zfx-post-grid .pagination .page-numbers.curent {
    pointer-events: none
}

.zfx-post-grid .pagination .page-numbers:hover, .zfx-post-grid .pagination .page-numbers.current {
    background: #4b4b4b
}