@charset "UTF-8";
/*---12900---*//*---5414 - bootstrap---*//*---6369 - old start---*/

.error-span {
position: relative;
}

.close-error-span {
    display: inline-block;
    position: absolute;
    top: 12px;
    right:20px;
    width: 20px;
    height: 20px;
    background: transparent url("../img/close.html") no-repeat 50% 60%/60%;
}

.close-error-span:hover {
    cursor: pointer;
    opacity: .5;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}
.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset!important;
        animation: unset!important;
        -webkit-transition: none!important;
        transition: none!important;
    }
}
@-webkit-keyframes fadeIn {
     0% {
         opacity: 0;
     }
     to {
         opacity: 1;
     }
}@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
     0% {
         opacity: 1;
     }
     to {
         opacity: 0;
     }
}
.fadeOut {
      -webkit-animation-name: fadeOut;
      animation-name: fadeOut;
}
.full {
    width: 100%
}
.relative {
    position: relative;
}
.table {
    display: table;
    table-layout: fixed;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.table-top {
    vertical-align: top;
}
[role=button], button {
    cursor: pointer;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}
.fade-enter-to, .fade-leave {
    opacity: 1;
}
.fade-enter-active {
    -webkit-transition: 1s;
    transition: 1s;
}
.fade-leave-active {
    -webkit-transition: .5s;
    transition: .5s;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
    width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: 'Futura PT', 'Open Sans', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
[tabindex="-1"]:focus {
    outline: 0!important;
}
hr {
    -webkit-box-sizing: content-box;
    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[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    font-style: normal;
    line-height: inherit;
}
address, dl, ol, ul {
    margin-bottom: 1rem;
}
dl, ol, ul {
    margin-top: 0;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.h1, h1 {
    font-size: 1.25rem;
}
.h2, h2 {
    font-size: 1.375rem;
}
.h3, h3 {
    font-size: 1.125rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
}
.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 16px;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014   \A0"
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width:1400px) {
    .container {
        max-width: 1340px;
    }
}
.mp-container{
    max-width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1, .col-auto {
    -webkit-box-flex: 0;
}
.col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%}
.col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%}
.col-2, .col-3 {
    -webkit-box-flex: 0;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%}
.col-4, .col-5 {
    -webkit-box-flex: 0;
}
.col-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-6, .col-7 {
    -webkit-box-flex: 0;
}
.col-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%}
.col-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%}
.col-8, .col-9 {
    -webkit-box-flex: 0;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%}
.col-10, .col-11 {
    -webkit-box-flex: 0;
}
.col-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333333%}
.offset-2 {
    margin-left: 16.66666667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.33333333%}
.offset-5 {
    margin-left: 41.66666667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.33333333%}
.offset-8 {
    margin-left: 66.66666667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.33333333%}
.offset-11 {
    margin-left: 91.66666667%}
@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%}
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%}
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%}
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%}
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%}
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%}
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%}
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%}
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%}
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%}
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%}
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%}
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%}
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%}
    .offset-sm-2 {
        margin-left: 16.66666667%}
    .offset-sm-3 {
        margin-left: 25%}
    .offset-sm-4 {
        margin-left: 33.33333333%}
    .offset-sm-5 {
        margin-left: 41.66666667%}
    .offset-sm-6 {
        margin-left: 50%}
    .offset-sm-7 {
        margin-left: 58.33333333%}
    .offset-sm-8 {
        margin-left: 66.66666667%}
    .offset-sm-9 {
        margin-left: 75%}
    .offset-sm-10 {
        margin-left: 83.33333333%}
    .offset-sm-11 {
        margin-left: 91.66666667%}
}
@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%}
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%}
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%}
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%}
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%}
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%}
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%}
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%}
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%}
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%}
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%}
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%}
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%}
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%}
    .offset-md-2 {
        margin-left: 16.66666667%}
    .offset-md-3 {
        margin-left: 25%}
    .offset-md-4 {
        margin-left: 33.33333333%}
    .offset-md-5 {
        margin-left: 41.66666667%}
    .offset-md-6 {
        margin-left: 50%}
    .offset-md-7 {
        margin-left: 58.33333333%}
    .offset-md-8 {
        margin-left: 66.66666667%}
    .offset-md-9 {
        margin-left: 75%}
    .offset-md-10 {
        margin-left: 83.33333333%}
    .offset-md-11 {
        margin-left: 91.66666667%}
}@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%}
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%}
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%}
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%}
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%}
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%}
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%}
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%}
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%}
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%}
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%}
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%}
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%}
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%}
    .offset-lg-2 {
        margin-left: 16.66666667%}
    .offset-lg-3 {
        margin-left: 25%}
    .offset-lg-4 {
        margin-left: 33.33333333%}
    .offset-lg-5 {
        margin-left: 41.66666667%}
    .offset-lg-6 {
        margin-left: 50%}
    .offset-lg-7 {
        margin-left: 58.33333333%}
    .offset-lg-8 {
        margin-left: 66.66666667%}
    .offset-lg-9 {
        margin-left: 75%}
    .offset-lg-10 {
        margin-left: 83.33333333%}
    .offset-lg-11 {
        margin-left: 91.66666667%}
}
@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%}
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%}
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%}
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%}
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%}
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%}
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%}
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%}
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%}
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%}
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%}
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%}
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%}
    .offset-xl-2 {
        margin-left: 16.66666667%}
    .offset-xl-3 {
        margin-left: 25%}
    .offset-xl-4 {
        margin-left: 33.33333333%}
    .offset-xl-5 {
        margin-left: 41.66666667%}
    .offset-xl-6 {
        margin-left: 50%}
    .offset-xl-7 {
        margin-left: 58.33333333%}
    .offset-xl-8 {
        margin-left: 66.66666667%}
    .offset-xl-9 {
        margin-left: 75%}
    .offset-xl-10 {
        margin-left: 83.33333333%}
    .offset-xl-11 {
        margin-left: 91.66666667%}
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0 solid transparent;
    padding: .625rem 1.25rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
 }
@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}
.btn:focus, .btn:hover {
     text-decoration: none;
 }
.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none;
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #58a840;
    border-color: #58a840;
}
.btn-primary:hover {
    color: #fff;
    background-color: #498c35;
    border-color: #458332;
}
.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #58a840;
    border-color: #58a840;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #458332;
    border-color: #407a2e;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
}
.btn-success {
    color: #fff;
    background-color: #58a840;
    border-color: #58a840;
}
.btn-success:hover {
    color: #fff;
    background-color: #498c35;
    border-color: #458332;
}
.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #58a840;
    border-color: #58a840;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #458332;
    border-color: #407a2e;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
}
.btn-info {
    color: #212529;
    background-color: #d1e3ea;
    border-color: #d1e3ea;
}
.btn-info:hover {
    color: #212529;
    background-color: #b7d3de;
    border-color: #aeceda;
}
.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(209, 227, 234, .5);
    box-shadow: 0 0 0 .2rem rgba(209, 227, 234, .5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #d1e3ea;
    border-color: #d1e3ea;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #212529;
    background-color: #aeceda;
    border-color: #a5c8d6;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(209, 227, 234, .5);
    box-shadow: 0 0 0 .2rem rgba(209, 227, 234, .5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus, .btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-primary {
    color: #58a840;
    background-color: transparent;
    background-image: none;
    border-color: #58a840;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #58a840;
    border-color: #58a840;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #58a840;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #58a840;
    border-color: #58a840;
}
.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
}
.btn-outline-success {
    color: #58a840;
    background-color: transparent;
    background-image: none;
    border-color: #58a840;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #58a840;
    border-color: #58a840;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #58a840;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #58a840;
    border-color: #58a840;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(88, 168, 64, .5);
}
.btn-outline-info {
    color: #d1e3ea;
    background-color: transparent;
    background-image: none;
    border-color: #d1e3ea;
}
.btn-outline-info:hover {
    color: #212529;
    background-color: #d1e3ea;
    border-color: #d1e3ea;
}
.btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(209, 227, 234, .5);
    box-shadow: 0 0 0 .2rem rgba(209, 227, 234, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #d1e3ea;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #d1e3ea;
    border-color: #d1e3ea;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(209, 227, 234, .5);
    box-shadow: 0 0 0 .2rem rgba(209, 227, 234, .5);
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}
.btn-link:hover {
    color: #0056b3;
    background-color: transparent;
}
.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: underline;
    border-color: transparent;
}
.btn-link.focus, .btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0;
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: .765625rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: .5rem;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.form-control {
    display: block;
    width: 100%;
    padding: .75rem .9375rem;
    font-size: .875rem;
    line-height: 1.3;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1e3ea;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control::-ms-expand {
     background-color: transparent;
     border: 0;
 }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.6375rem + 2px);
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%}
.col-form-label {
    padding-top: calc(.75rem + 1px);
    padding-bottom: calc(.75rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.3;
}
.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.09375rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .765625rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-bottom: 0;
    line-height: 1.3;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg>.form-control-plaintext.form-control, .input-group-lg>.input-group-append>.form-control-plaintext.btn, .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-prepend>.form-control-plaintext.btn, .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text, .input-group-sm>.form-control-plaintext.form-control, .input-group-sm>.input-group-append>.form-control-plaintext.btn, .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-prepend>.form-control-plaintext.btn, .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .765625rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}
.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: .25rem;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem;
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745;
}
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
    display: block;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #28a745;
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
    display: block;
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid~.custom-control-label:before, .was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #71dd8a;
}
.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked~.custom-control-label:before, .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus~.custom-control-label:before, .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid~.custom-file-label:before, .was-validated .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit;
}
.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid~.custom-control-label:before, .was-validated .custom-control-input:invalid~.custom-control-label:before {
    background-color: #efa2a9;
}
.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked~.custom-control-label:before, .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus~.custom-control-label:before, .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid~.custom-file-label:before, .was-validated .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit;
}
.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width:576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .form-group, .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select, .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content, .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer>:not(:first-child) {
    margin-left: .25rem;
}
.modal-footer>:not(:last-child) {
    margin-right: .25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}@media (min-width:992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}
@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #2e5721;
    background-color: #deeed9;
    border-color: #d0e7ca;
}
.alert-primary hr {
    border-top-color: #c0dfb8;
}
.alert-primary .alert-link {
    color: #1a3213;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #2e5721;
    background-color: #deeed9;
    border-color: #d0e7ca;
}
.alert-success hr {
    border-top-color: #c0dfb8;
}
.alert-success .alert-link {
    color: #1a3213;
}
.alert-info {
    color: #6d767a;
    background-color: #f6f9fb;
    border-color: #f2f7f9;
}
.alert-info hr {
    border-top-color: #e1ecf1;
}
.alert-info .alert-link {
    color: #555c5f;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group>.custom-file:focus, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: 3;
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control {
    margin-left: -1px;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label, .input-group>.custom-file:not(:first-child) .custom-file-label:after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem .9375rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #d1e3ea;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 8px;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8125rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: .9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
.align-baseline {
    vertical-align: baseline!important;
}
.align-top {
    vertical-align: top!important;
}
.align-middle {
    vertical-align: middle!important;
}
.align-bottom {
    vertical-align: bottom!important;
}
.align-text-bottom {
    vertical-align: text-bottom!important;
}
.align-text-top {
    vertical-align: text-top!important;
}
.bg-primary {
    background-color: #58a840!important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #458332!important;
}
.bg-secondary {
    background-color: #6c757d!important;
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62!important;
}
.bg-success {
    background-color: #58a840!important;
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #458332!important;
}
.bg-info {
    background-color: #d1e3ea!important;
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #aeceda!important;
}
.bg-warning {
    background-color: #ffc107!important;
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00!important;
}
.bg-danger {
    background-color: #dc3545!important;
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130!important;
}
.bg-light {
    background-color: #f8f9fa!important;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5!important;
}
.bg-dark {
    background-color: #343a40!important;
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124!important;
}
.bg-white {
    background-color: #fff!important;
}
.bg-transparent {
    background-color: transparent!important;
}
.border {
    border: 1px solid #dee2e6!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.border-right {
    border-right: 1px solid #dee2e6!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.border-left {
    border-left: 1px solid #dee2e6!important;
}
.border-0 {
    border: 0!important;
}
.border-top-0 {
    border-top: 0!important;
}
.border-right-0 {
    border-right: 0!important;
}
.border-bottom-0 {
    border-bottom: 0!important;
}
.border-left-0 {
    border-left: 0!important;
}
.border-primary {
    border-color: #58a840!important;
}
.border-secondary {
    border-color: #6c757d!important;
}
.border-success {
    border-color: #58a840!important;
}
.border-info {
    border-color: #d1e3ea!important;
}
.border-warning {
    border-color: #ffc107!important;
}
.border-danger {
    border-color: #dc3545!important;
}
.border-light {
    border-color: #f8f9fa!important;
}
.border-dark {
    border-color: #343a40!important;
}
.border-white {
    border-color: #fff!important;
}
.rounded {
    border-radius: .25rem!important;
}
.rounded-top {
    border-top-left-radius: .25rem!important;
}
.rounded-right, .rounded-top {
    border-top-right-radius: .25rem!important;
}
.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem!important;
}
.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem!important;
}
.rounded-left {
    border-top-left-radius: .25rem!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.rounded-0 {
    border-radius: 0!important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: ""}
.d-none {
    display: none!important;
}
.d-inline {
    display: inline!important;
}
.d-inline-block {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}
.d-table {
    display: table!important;
}
.d-table-row {
    display: table-row!important;
}
.d-table-cell {
    display: table-cell!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
@media (min-width:576px) {
    .d-sm-none {
        display: none!important;
    }
    .d-sm-inline {
        display: inline!important;
    }
    .d-sm-inline-block {
        display: inline-block!important;
    }
    .d-sm-block {
        display: block!important;
    }
    .d-sm-table {
        display: table!important;
    }
    .d-sm-table-row {
        display: table-row!important;
    }
    .d-sm-table-cell {
        display: table-cell!important;
    }
    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
    }
}
@media (min-width:768px) {
    .d-md-none {
        display: none!important;
    }
    .d-md-inline {
        display: inline!important;
    }
    .d-md-inline-block {
        display: inline-block!important;
    }
    .d-md-block {
        display: block!important;
    }
    .d-md-table {
        display: table!important;
    }
    .d-md-table-row {
        display: table-row!important;
    }
    .d-md-table-cell {
        display: table-cell!important;
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
    }
}
@media (min-width:992px) {
    .d-lg-none {
        display: none!important;
    }
    .d-lg-inline {
        display: inline!important;
    }
    .d-lg-inline-block {
        display: inline-block!important;
    }
    .d-lg-block {
        display: block!important;
    }
    .d-lg-table {
        display: table!important;
    }
    .d-lg-table-row {
        display: table-row!important;
    }
    .d-lg-table-cell {
        display: table-cell!important;
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
    }
}
@media (min-width:1200px) {
    .d-xl-none {
        display: none!important;
    }
    .d-xl-inline {
        display: inline!important;
    }
    .d-xl-inline-block {
        display: inline-block!important;
    }
    .d-xl-block {
        display: block!important;
    }
    .d-xl-table {
        display: table!important;
    }
    .d-xl-table-row {
        display: table-row!important;
    }
    .d-xl-table-cell {
        display: table-cell!important;
    }
    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
    }
}.embed-responsive {
     position: relative;
     display: block;
     width: 100%;
     padding: 0;
     overflow: hidden;
 }
.embed-responsive:before {
    display: block;
    content: ""}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.85714286%}
.embed-responsive-16by9:before {
    padding-top: 56.25%}
.embed-responsive-4by3:before {
    padding-top: 75%}
.embed-responsive-1by1:before {
    padding-top: 100%}
.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-column, .flex-row {
    -webkit-box-direction: normal!important;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse!important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal!important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important;
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important;
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important;
    }
}@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal!important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important;
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important;
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important;
    }
}@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal!important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important;
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important;
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important;
    }
}@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal!important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important;
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important;
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important;
    }
}.float-left {
     float: left!important;
 }
.float-right {
    float: right!important;
}
.float-none {
    float: none!important;
}
@media (min-width:576px) {
    .float-sm-left {
        float: left!important;
    }
    .float-sm-right {
        float: right!important;
    }
    .float-sm-none {
        float: none!important;
    }
}@media (min-width:768px) {
    .float-md-left {
        float: left!important;
    }
    .float-md-right {
        float: right!important;
    }
    .float-md-none {
        float: none!important;
    }
}@media (min-width:992px) {
    .float-lg-left {
        float: left!important;
    }
    .float-lg-right {
        float: right!important;
    }
    .float-lg-none {
        float: none!important;
    }
}@media (min-width:1200px) {
    .float-xl-left {
        float: left!important;
    }
    .float-xl-right {
        float: right!important;
    }
    .float-xl-none {
        float: none!important;
    }
}.position-static {
     position: static!important;
 }
.position-relative {
    position: relative!important;
}
.position-absolute {
    position: absolute!important;
}
.position-fixed {
    position: fixed!important;
}
.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}.sr-only {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     white-space: nowrap;
     border: 0;
 }
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}
.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.w-25 {
    width: 25%!important;
}
.w-50 {
    width: 50%!important;
}
.w-75 {
    width: 75%!important;
}
.w-100 {
    width: 100%!important;
}
.w-auto {
    width: auto!important;
}
.h-25 {
    height: 25%!important;
}
.h-50 {
    height: 50%!important;
}
.h-75 {
    height: 75%!important;
}
.h-100 {
    height: 100%!important;
}
.h-auto {
    height: auto!important;
}
.mw-100 {
    max-width: 100%!important;
}
.mh-100 {
    max-height: 100%!important;
}
.m-0 {
    margin: 0!important;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.mr-0, .mx-0 {
    margin-right: 0!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.ml-0, .mx-0 {
    margin-left: 0!important;
}
.m-1 {
    margin: 4px!important;
}
.mt-1, .my-1 {
    margin-top: 4px!important;
}
.mr-1, .mx-1 {
    margin-right: 4px!important;
}
.mb-1, .my-1 {
    margin-bottom: 4px!important;
}
.ml-1, .mx-1 {
    margin-left: 4px!important;
}
.m-2 {
    margin: 8px!important;
}
.mt-2, .my-2 {
    margin-top: 8px!important;
}
.mr-2, .mx-2 {
    margin-right: 8px!important;
}
.mb-2, .my-2 {
    margin-bottom: 8px!important;
}
.ml-2, .mx-2 {
    margin-left: 8px!important;
}
.m-3 {
    margin: 16px!important;
}
.mt-3, .my-3 {
    margin-top: 16px!important;
}
.mr-3, .mx-3 {
    margin-right: 16px!important;
}
.mb-3, .my-3 {
    margin-bottom: 16px!important;
}
.ml-3, .mx-3 {
    margin-left: 16px!important;
}
.m-4 {
    margin: 20px!important;
}
.mt-4, .my-4 {
    margin-top: 20px!important;
}
.mr-4, .mx-4 {
    margin-right: 20px!important;
}
.mb-4, .my-4 {
    margin-bottom: 20px!important;
}
.ml-4, .mx-4 {
    margin-left: 20px!important;
}
.m-5 {
    margin: 30px!important;
}
.mt-5, .my-5 {
    margin-top: 30px!important;
}
.mr-5, .mx-5 {
    margin-right: 30px!important;
}
.mb-5, .my-5 {
    margin-bottom: 30px!important;
}
.ml-5, .mx-5 {
    margin-left: 30px!important;
}
.m-6 {
    margin: 40px!important;
}
.mt-6, .my-6 {
    margin-top: 40px!important;
}
.mr-6, .mx-6 {
    margin-right: 40px!important;
}
.mb-6, .my-6 {
    margin-bottom: 40px!important;
}
.ml-6, .mx-6 {
    margin-left: 40px!important;
}
.p-0 {
    padding: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.p-1 {
    padding: 4px!important;
}
.pt-1, .py-1 {
    padding-top: 4px!important;
}
.pr-1, .px-1 {
    padding-right: 4px!important;
}
.pb-1, .py-1 {
    padding-bottom: 4px!important;
}
.pl-1, .px-1 {
    padding-left: 4px!important;
}
.p-2 {
    padding: 8px!important;
}
.pt-2, .py-2 {
    padding-top: 8px!important;
}
.pr-2, .px-2 {
    padding-right: 8px!important;
}
.pb-2, .py-2 {
    padding-bottom: 8px!important;
}
.pl-2, .px-2 {
    padding-left: 8px!important;
}
.p-3 {
    padding: 16px!important;
}
.pt-3, .py-3 {
    padding-top: 16px!important;
}
.pr-3, .px-3 {
    padding-right: 16px!important;
}
.pb-3, .py-3 {
    padding-bottom: 16px!important;
}
.pl-3, .px-3 {
    padding-left: 16px!important;
}
.p-4 {
    padding: 20px!important;
}
.pt-4, .py-4 {
    padding-top: 20px!important;
}
.pr-4, .px-4 {
    padding-right: 20px!important;
}
.pb-4, .py-4 {
    padding-bottom: 20px!important;
}
.pl-4, .px-4 {
    padding-left: 20px!important;
}
.p-5 {
    padding: 30px!important;
}
.pt-5, .py-5 {
    padding-top: 30px!important;
}
.pr-5, .px-5 {
    padding-right: 30px!important;
}
.pb-5, .py-5 {
    padding-bottom: 30px!important;
}
.pl-5, .px-5 {
    padding-left: 30px!important;
}
.p-6 {
    padding: 40px!important;
}
.pt-6, .py-6 {
    padding-top: 40px!important;
}
.pr-6, .px-6 {
    padding-right: 40px!important;
}
.pb-6, .py-6 {
    padding-bottom: 40px!important;
}
.pl-6, .px-6 {
    padding-left: 40px!important;
}
.m-auto {
    margin: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important;
    }
    .mt-sm-0, .my-sm-0 {
        margin-top: 0!important;
    }
    .mr-sm-0, .mx-sm-0 {
        margin-right: 0!important;
    }
    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0!important;
    }
    .ml-sm-0, .mx-sm-0 {
        margin-left: 0!important;
    }
    .m-sm-1 {
        margin: 4px!important;
    }
    .mt-sm-1, .my-sm-1 {
        margin-top: 4px!important;
    }
    .mr-sm-1, .mx-sm-1 {
        margin-right: 4px!important;
    }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: 4px!important;
    }
    .ml-sm-1, .mx-sm-1 {
        margin-left: 4px!important;
    }
    .m-sm-2 {
        margin: 8px!important;
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: 8px!important;
    }
    .mr-sm-2, .mx-sm-2 {
        margin-right: 8px!important;
    }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: 8px!important;
    }
    .ml-sm-2, .mx-sm-2 {
        margin-left: 8px!important;
    }
    .m-sm-3 {
        margin: 16px!important;
    }
    .mt-sm-3, .my-sm-3 {
        margin-top: 16px!important;
    }
    .mr-sm-3, .mx-sm-3 {
        margin-right: 16px!important;
    }
    .mb-sm-3, .my-sm-3 {
        margin-bottom: 16px!important;
    }
    .ml-sm-3, .mx-sm-3 {
        margin-left: 16px!important;
    }
    .m-sm-4 {
        margin: 20px!important;
    }
    .mt-sm-4, .my-sm-4 {
        margin-top: 20px!important;
    }
    .mr-sm-4, .mx-sm-4 {
        margin-right: 20px!important;
    }
    .mb-sm-4, .my-sm-4 {
        margin-bottom: 20px!important;
    }
    .ml-sm-4, .mx-sm-4 {
        margin-left: 20px!important;
    }
    .m-sm-5 {
        margin: 30px!important;
    }
    .mt-sm-5, .my-sm-5 {
        margin-top: 30px!important;
    }
    .mr-sm-5, .mx-sm-5 {
        margin-right: 30px!important;
    }
    .mb-sm-5, .my-sm-5 {
        margin-bottom: 30px!important;
    }
    .ml-sm-5, .mx-sm-5 {
        margin-left: 30px!important;
    }
    .m-sm-6 {
        margin: 40px!important;
    }
    .mt-sm-6, .my-sm-6 {
        margin-top: 40px!important;
    }
    .mr-sm-6, .mx-sm-6 {
        margin-right: 40px!important;
    }
    .mb-sm-6, .my-sm-6 {
        margin-bottom: 40px!important;
    }
    .ml-sm-6, .mx-sm-6 {
        margin-left: 40px!important;
    }
    .p-sm-0 {
        padding: 0!important;
    }
    .pt-sm-0, .py-sm-0 {
        padding-top: 0!important;
    }
    .pr-sm-0, .px-sm-0 {
        padding-right: 0!important;
    }
    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0!important;
    }
    .pl-sm-0, .px-sm-0 {
        padding-left: 0!important;
    }
    .p-sm-1 {
        padding: 4px!important;
    }
    .pt-sm-1, .py-sm-1 {
        padding-top: 4px!important;
    }
    .pr-sm-1, .px-sm-1 {
        padding-right: 4px!important;
    }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: 4px!important;
    }
    .pl-sm-1, .px-sm-1 {
        padding-left: 4px!important;
    }
    .p-sm-2 {
        padding: 8px!important;
    }
    .pt-sm-2, .py-sm-2 {
        padding-top: 8px!important;
    }
    .pr-sm-2, .px-sm-2 {
        padding-right: 8px!important;
    }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: 8px!important;
    }
    .pl-sm-2, .px-sm-2 {
        padding-left: 8px!important;
    }
    .p-sm-3 {
        padding: 16px!important;
    }
    .pt-sm-3, .py-sm-3 {
        padding-top: 16px!important;
    }
    .pr-sm-3, .px-sm-3 {
        padding-right: 16px!important;
    }
    .pb-sm-3, .py-sm-3 {
        padding-bottom: 16px!important;
    }
    .pl-sm-3, .px-sm-3 {
        padding-left: 16px!important;
    }
    .p-sm-4 {
        padding: 20px!important;
    }
    .pt-sm-4, .py-sm-4 {
        padding-top: 20px!important;
    }
    .pr-sm-4, .px-sm-4 {
        padding-right: 20px!important;
    }
    .pb-sm-4, .py-sm-4 {
        padding-bottom: 20px!important;
    }
    .pl-sm-4, .px-sm-4 {
        padding-left: 20px!important;
    }
    .p-sm-5 {
        padding: 30px!important;
    }
    .pt-sm-5, .py-sm-5 {
        padding-top: 30px!important;
    }
    .pr-sm-5, .px-sm-5 {
        padding-right: 30px!important;
    }
    .pb-sm-5, .py-sm-5 {
        padding-bottom: 30px!important;
    }
    .pl-sm-5, .px-sm-5 {
        padding-left: 30px!important;
    }
    .p-sm-6 {
        padding: 40px!important;
    }
    .pt-sm-6, .py-sm-6 {
        padding-top: 40px!important;
    }
    .pr-sm-6, .px-sm-6 {
        padding-right: 40px!important;
    }
    .pb-sm-6, .py-sm-6 {
        padding-bottom: 40px!important;
    }
    .pl-sm-6, .px-sm-6 {
        padding-left: 40px!important;
    }
    .m-sm-auto {
        margin: auto!important;
    }
    .mt-sm-auto, .my-sm-auto {
        margin-top: auto!important;
    }
    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto!important;
    }
    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto!important;
    }
    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto!important;
    }
}@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important;
    }
    .mt-md-0, .my-md-0 {
        margin-top: 0!important;
    }
    .mr-md-0, .mx-md-0 {
        margin-right: 0!important;
    }
    .mb-md-0, .my-md-0 {
        margin-bottom: 0!important;
    }
    .ml-md-0, .mx-md-0 {
        margin-left: 0!important;
    }
    .m-md-1 {
        margin: 4px!important;
    }
    .mt-md-1, .my-md-1 {
        margin-top: 4px!important;
    }
    .mr-md-1, .mx-md-1 {
        margin-right: 4px!important;
    }
    .mb-md-1, .my-md-1 {
        margin-bottom: 4px!important;
    }
    .ml-md-1, .mx-md-1 {
        margin-left: 4px!important;
    }
    .m-md-2 {
        margin: 8px!important;
    }
    .mt-md-2, .my-md-2 {
        margin-top: 8px!important;
    }
    .mr-md-2, .mx-md-2 {
        margin-right: 8px!important;
    }
    .mb-md-2, .my-md-2 {
        margin-bottom: 8px!important;
    }
    .ml-md-2, .mx-md-2 {
        margin-left: 8px!important;
    }
    .m-md-3 {
        margin: 16px!important;
    }
    .mt-md-3, .my-md-3 {
        margin-top: 16px!important;
    }
    .mr-md-3, .mx-md-3 {
        margin-right: 16px!important;
    }
    .mb-md-3, .my-md-3 {
        margin-bottom: 16px!important;
    }
    .ml-md-3, .mx-md-3 {
        margin-left: 16px!important;
    }
    .m-md-4 {
        margin: 20px!important;
    }
    .mt-md-4, .my-md-4 {
        margin-top: 20px!important;
    }
    .mr-md-4, .mx-md-4 {
        margin-right: 20px!important;
    }
    .mb-md-4, .my-md-4 {
        margin-bottom: 20px!important;
    }
    .ml-md-4, .mx-md-4 {
        margin-left: 20px!important;
    }
    .m-md-5 {
        margin: 30px!important;
    }
    .mt-md-5, .my-md-5 {
        margin-top: 30px!important;
    }
    .mr-md-5, .mx-md-5 {
        margin-right: 30px!important;
    }
    .mb-md-5, .my-md-5 {
        margin-bottom: 30px!important;
    }
    .ml-md-5, .mx-md-5 {
        margin-left: 30px!important;
    }
    .m-md-6 {
        margin: 40px!important;
    }
    .mt-md-6, .my-md-6 {
        margin-top: 40px!important;
    }
    .mr-md-6, .mx-md-6 {
        margin-right: 40px!important;
    }
    .mb-md-6, .my-md-6 {
        margin-bottom: 40px!important;
    }
    .ml-md-6, .mx-md-6 {
        margin-left: 40px!important;
    }
    .p-md-0 {
        padding: 0!important;
    }
    .pt-md-0, .py-md-0 {
        padding-top: 0!important;
    }
    .pr-md-0, .px-md-0 {
        padding-right: 0!important;
    }
    .pb-md-0, .py-md-0 {
        padding-bottom: 0!important;
    }
    .pl-md-0, .px-md-0 {
        padding-left: 0!important;
    }
    .p-md-1 {
        padding: 4px!important;
    }
    .pt-md-1, .py-md-1 {
        padding-top: 4px!important;
    }
    .pr-md-1, .px-md-1 {
        padding-right: 4px!important;
    }
    .pb-md-1, .py-md-1 {
        padding-bottom: 4px!important;
    }
    .pl-md-1, .px-md-1 {
        padding-left: 4px!important;
    }
    .p-md-2 {
        padding: 8px!important;
    }
    .pt-md-2, .py-md-2 {
        padding-top: 8px!important;
    }
    .pr-md-2, .px-md-2 {
        padding-right: 8px!important;
    }
    .pb-md-2, .py-md-2 {
        padding-bottom: 8px!important;
    }
    .pl-md-2, .px-md-2 {
        padding-left: 8px!important;
    }
    .p-md-3 {
        padding: 16px!important;
    }
    .pt-md-3, .py-md-3 {
        padding-top: 16px!important;
    }
    .pr-md-3, .px-md-3 {
        padding-right: 16px!important;
    }
    .pb-md-3, .py-md-3 {
        padding-bottom: 16px!important;
    }
    .pl-md-3, .px-md-3 {
        padding-left: 16px!important;
    }
    .p-md-4 {
        padding: 20px!important;
    }
    .pt-md-4, .py-md-4 {
        padding-top: 20px!important;
    }
    .pr-md-4, .px-md-4 {
        padding-right: 20px!important;
    }
    .pb-md-4, .py-md-4 {
        padding-bottom: 20px!important;
    }
    .pl-md-4, .px-md-4 {
        padding-left: 20px!important;
    }
    .p-md-5 {
        padding: 30px!important;
    }
    .pt-md-5, .py-md-5 {
        padding-top: 30px!important;
    }
    .pr-md-5, .px-md-5 {
        padding-right: 30px!important;
    }
    .pb-md-5, .py-md-5 {
        padding-bottom: 30px!important;
    }
    .pl-md-5, .px-md-5 {
        padding-left: 30px!important;
    }
    .p-md-6 {
        padding: 40px!important;
    }
    .pt-md-6, .py-md-6 {
        padding-top: 40px!important;
    }
    .pr-md-6, .px-md-6 {
        padding-right: 40px!important;
    }
    .pb-md-6, .py-md-6 {
        padding-bottom: 40px!important;
    }
    .pl-md-6, .px-md-6 {
        padding-left: 40px!important;
    }
    .m-md-auto {
        margin: auto!important;
    }
    .mt-md-auto, .my-md-auto {
        margin-top: auto!important;
    }
    .mr-md-auto, .mx-md-auto {
        margin-right: auto!important;
    }
    .mb-md-auto, .my-md-auto {
        margin-bottom: auto!important;
    }
    .ml-md-auto, .mx-md-auto {
        margin-left: auto!important;
    }
}@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important;
    }
    .mt-lg-0, .my-lg-0 {
        margin-top: 0!important;
    }
    .mr-lg-0, .mx-lg-0 {
        margin-right: 0!important;
    }
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0!important;
    }
    .ml-lg-0, .mx-lg-0 {
        margin-left: 0!important;
    }
    .m-lg-1 {
        margin: 4px!important;
    }
    .mt-lg-1, .my-lg-1 {
        margin-top: 4px!important;
    }
    .mr-lg-1, .mx-lg-1 {
        margin-right: 4px!important;
    }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: 4px!important;
    }
    .ml-lg-1, .mx-lg-1 {
        margin-left: 4px!important;
    }
    .m-lg-2 {
        margin: 8px!important;
    }
    .mt-lg-2, .my-lg-2 {
        margin-top: 8px!important;
    }
    .mr-lg-2, .mx-lg-2 {
        margin-right: 8px!important;
    }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: 8px!important;
    }
    .ml-lg-2, .mx-lg-2 {
        margin-left: 8px!important;
    }
    .m-lg-3 {
        margin: 16px!important;
    }
    .mt-lg-3, .my-lg-3 {
        margin-top: 16px!important;
    }
    .mr-lg-3, .mx-lg-3 {
        margin-right: 16px!important;
    }
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 16px!important;
    }
    .ml-lg-3, .mx-lg-3 {
        margin-left: 16px!important;
    }
    .m-lg-4 {
        margin: 20px!important;
    }
    .mt-lg-4, .my-lg-4 {
        margin-top: 20px!important;
    }
    .mr-lg-4, .mx-lg-4 {
        margin-right: 20px!important;
    }
    .mb-lg-4, .my-lg-4 {
        margin-bottom: 20px!important;
    }
    .ml-lg-4, .mx-lg-4 {
        margin-left: 20px!important;
    }
    .m-lg-5 {
        margin: 30px!important;
    }
    .mt-lg-5, .my-lg-5 {
        margin-top: 30px!important;
    }
    .mr-lg-5, .mx-lg-5 {
        margin-right: 30px!important;
    }
    .mb-lg-5, .my-lg-5 {
        margin-bottom: 30px!important;
    }
    .ml-lg-5, .mx-lg-5 {
        margin-left: 30px!important;
    }
    .m-lg-6 {
        margin: 40px!important;
    }
    .mt-lg-6, .my-lg-6 {
        margin-top: 40px!important;
    }
    .mr-lg-6, .mx-lg-6 {
        margin-right: 40px!important;
    }
    .mb-lg-6, .my-lg-6 {
        margin-bottom: 40px!important;
    }
    .ml-lg-6, .mx-lg-6 {
        margin-left: 40px!important;
    }
    .p-lg-0 {
        padding: 0!important;
    }
    .pt-lg-0, .py-lg-0 {
        padding-top: 0!important;
    }
    .pr-lg-0, .px-lg-0 {
        padding-right: 0!important;
    }
    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0!important;
    }
    .pl-lg-0, .px-lg-0 {
        padding-left: 0!important;
    }
    .p-lg-1 {
        padding: 4px!important;
    }
    .pt-lg-1, .py-lg-1 {
        padding-top: 4px!important;
    }
    .pr-lg-1, .px-lg-1 {
        padding-right: 4px!important;
    }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: 4px!important;
    }
    .pl-lg-1, .px-lg-1 {
        padding-left: 4px!important;
    }
    .p-lg-2 {
        padding: 8px!important;
    }
    .pt-lg-2, .py-lg-2 {
        padding-top: 8px!important;
    }
    .pr-lg-2, .px-lg-2 {
        padding-right: 8px!important;
    }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: 8px!important;
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: 8px!important;
    }
    .p-lg-3 {
        padding: 16px!important;
    }
    .pt-lg-3, .py-lg-3 {
        padding-top: 16px!important;
    }
    .pr-lg-3, .px-lg-3 {
        padding-right: 16px!important;
    }
    .pb-lg-3, .py-lg-3 {
        padding-bottom: 16px!important;
    }
    .pl-lg-3, .px-lg-3 {
        padding-left: 16px!important;
    }
    .p-lg-4 {
        padding: 20px!important;
    }
    .pt-lg-4, .py-lg-4 {
        padding-top: 20px!important;
    }
    .pr-lg-4, .px-lg-4 {
        padding-right: 20px!important;
    }
    .pb-lg-4, .py-lg-4 {
        padding-bottom: 20px!important;
    }
    .pl-lg-4, .px-lg-4 {
        padding-left: 20px!important;
    }
    .p-lg-5 {
        padding: 30px!important;
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 30px!important;
    }
    .pr-lg-5, .px-lg-5 {
        padding-right: 30px!important;
    }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 30px!important;
    }
    .pl-lg-5, .px-lg-5 {
        padding-left: 30px!important;
    }
    .p-lg-6 {
        padding: 40px!important;
    }
    .pt-lg-6, .py-lg-6 {
        padding-top: 40px!important;
    }
    .pr-lg-6, .px-lg-6 {
        padding-right: 40px!important;
    }
    .pb-lg-6, .py-lg-6 {
        padding-bottom: 40px!important;
    }
    .pl-lg-6, .px-lg-6 {
        padding-left: 40px!important;
    }
    .m-lg-auto {
        margin: auto!important;
    }
    .mt-lg-auto, .my-lg-auto {
        margin-top: auto!important;
    }
    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto!important;
    }
    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto!important;
    }
    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto!important;
    }
}@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important;
    }
    .mt-xl-0, .my-xl-0 {
        margin-top: 0!important;
    }
    .mr-xl-0, .mx-xl-0 {
        margin-right: 0!important;
    }
    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0!important;
    }
    .ml-xl-0, .mx-xl-0 {
        margin-left: 0!important;
    }
    .m-xl-1 {
        margin: 4px!important;
    }
    .mt-xl-1, .my-xl-1 {
        margin-top: 4px!important;
    }
    .mr-xl-1, .mx-xl-1 {
        margin-right: 4px!important;
    }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: 4px!important;
    }
    .ml-xl-1, .mx-xl-1 {
        margin-left: 4px!important;
    }
    .m-xl-2 {
        margin: 8px!important;
    }
    .mt-xl-2, .my-xl-2 {
        margin-top: 8px!important;
    }
    .mr-xl-2, .mx-xl-2 {
        margin-right: 8px!important;
    }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: 8px!important;
    }
    .ml-xl-2, .mx-xl-2 {
        margin-left: 8px!important;
    }
    .m-xl-3 {
        margin: 16px!important;
    }
    .mt-xl-3, .my-xl-3 {
        margin-top: 16px!important;
    }
    .mr-xl-3, .mx-xl-3 {
        margin-right: 16px!important;
    }
    .mb-xl-3, .my-xl-3 {
        margin-bottom: 16px!important;
    }
    .ml-xl-3, .mx-xl-3 {
        margin-left: 16px!important;
    }
    .m-xl-4 {
        margin: 20px!important;
    }
    .mt-xl-4, .my-xl-4 {
        margin-top: 20px!important;
    }
    .mr-xl-4, .mx-xl-4 {
        margin-right: 20px!important;
    }
    .mb-xl-4, .my-xl-4 {
        margin-bottom: 20px!important;
    }
    .ml-xl-4, .mx-xl-4 {
        margin-left: 20px!important;
    }
    .m-xl-5 {
        margin: 30px!important;
    }
    .mt-xl-5, .my-xl-5 {
        margin-top: 30px!important;
    }
    .mr-xl-5, .mx-xl-5 {
        margin-right: 30px!important;
    }
    .mb-xl-5, .my-xl-5 {
        margin-bottom: 30px!important;
    }
    .ml-xl-5, .mx-xl-5 {
        margin-left: 30px!important;
    }
    .m-xl-6 {
        margin: 40px!important;
    }
    .mt-xl-6, .my-xl-6 {
        margin-top: 40px!important;
    }
    .mr-xl-6, .mx-xl-6 {
        margin-right: 40px!important;
    }
    .mb-xl-6, .my-xl-6 {
        margin-bottom: 40px!important;
    }
    .ml-xl-6, .mx-xl-6 {
        margin-left: 40px!important;
    }
    .p-xl-0 {
        padding: 0!important;
    }
    .pt-xl-0, .py-xl-0 {
        padding-top: 0!important;
    }
    .pr-xl-0, .px-xl-0 {
        padding-right: 0!important;
    }
    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0!important;
    }
    .pl-xl-0, .px-xl-0 {
        padding-left: 0!important;
    }
    .p-xl-1 {
        padding: 4px!important;
    }
    .pt-xl-1, .py-xl-1 {
        padding-top: 4px!important;
    }
    .pr-xl-1, .px-xl-1 {
        padding-right: 4px!important;
    }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: 4px!important;
    }
    .pl-xl-1, .px-xl-1 {
        padding-left: 4px!important;
    }
    .p-xl-2 {
        padding: 8px!important;
    }
    .pt-xl-2, .py-xl-2 {
        padding-top: 8px!important;
    }
    .pr-xl-2, .px-xl-2 {
        padding-right: 8px!important;
    }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: 8px!important;
    }
    .pl-xl-2, .px-xl-2 {
        padding-left: 8px!important;
    }
    .p-xl-3 {
        padding: 16px!important;
    }
    .pt-xl-3, .py-xl-3 {
        padding-top: 16px!important;
    }
    .pr-xl-3, .px-xl-3 {
        padding-right: 16px!important;
    }
    .pb-xl-3, .py-xl-3 {
        padding-bottom: 16px!important;
    }
    .pl-xl-3, .px-xl-3 {
        padding-left: 16px!important;
    }
    .p-xl-4 {
        padding: 20px!important;
    }
    .pt-xl-4, .py-xl-4 {
        padding-top: 20px!important;
    }
    .pr-xl-4, .px-xl-4 {
        padding-right: 20px!important;
    }
    .pb-xl-4, .py-xl-4 {
        padding-bottom: 20px!important;
    }
    .pl-xl-4, .px-xl-4 {
        padding-left: 20px!important;
    }
    .p-xl-5 {
        padding: 30px!important;
    }
    .pt-xl-5, .py-xl-5 {
        padding-top: 30px!important;
    }
    .pr-xl-5, .px-xl-5 {
        padding-right: 30px!important;
    }
    .pb-xl-5, .py-xl-5 {
        padding-bottom: 30px!important;
    }
    .pl-xl-5, .px-xl-5 {
        padding-left: 30px!important;
    }
    .p-xl-6 {
        padding: 40px!important;
    }
    .pt-xl-6, .py-xl-6 {
        padding-top: 40px!important;
    }
    .pr-xl-6, .px-xl-6 {
        padding-right: 40px!important;
    }
    .pb-xl-6, .py-xl-6 {
        padding-bottom: 40px!important;
    }
    .pl-xl-6, .px-xl-6 {
        padding-left: 40px!important;
    }
    .m-xl-auto {
        margin: auto!important;
    }
    .mt-xl-auto, .my-xl-auto {
        margin-top: auto!important;
    }
    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto!important;
    }
    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto!important;
    }
    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto!important;
    }
}.text-monospace {
     font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
 }
.text-justify {
    text-align: justify!important;
}
.text-nowrap {
    white-space: nowrap!important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}
@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important;
    }
    .text-sm-right {
        text-align: right!important;
    }
    .text-sm-center {
        text-align: center!important;
    }
}@media (min-width:768px) {
    .text-md-left {
        text-align: left!important;
    }
    .text-md-right {
        text-align: right!important;
    }
    .text-md-center {
        text-align: center!important;
    }
}@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important;
    }
    .text-lg-right {
        text-align: right!important;
    }
    .text-lg-center {
        text-align: center!important;
    }
}@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important;
    }
    .text-xl-right {
        text-align: right!important;
    }
    .text-xl-center {
        text-align: center!important;
    }
}.text-lowercase {
     text-transform: lowercase!important;
 }
.text-uppercase {
    text-transform: uppercase!important;
}
.text-capitalize {
    text-transform: capitalize!important;
}
.font-weight-light {
    font-weight: 300!important;
}
.font-weight-normal {
    font-weight: 400!important;
}
.font-weight-bold {
    font-weight: 600!important;
}
.font-italic {
    font-style: italic!important;
}
.text-white {
    color: #fff!important;
}
.text-primary {
    color: #58a840!important;
}
a.text-primary:focus, a.text-primary:hover {
    color: #458332!important;
}
.text-secondary {
    color: #6c757d!important;
}
a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62!important;
}
.text-success {
    color: #58a840!important;
}
a.text-success:focus, a.text-success:hover {
    color: #458332!important;
}
.text-info {
    color: #d1e3ea!important;
}
a.text-info:focus, a.text-info:hover {
    color: #aeceda!important;
}
.text-warning {
    color: #ffc107!important;
}
a.text-warning:focus, a.text-warning:hover {
    color: #d39e00!important;
}
.text-danger, span.form-error {
    color: #dc3545!important;
}
a.text-danger:focus, a.text-danger:hover {
    color: #bd2130!important;
}
.text-light {
    color: #f8f9fa!important;
}
a.text-light:focus, a.text-light:hover {
    color: #dae0e5!important;
}
.text-dark {
    color: #343a40!important;
}
a.text-dark:focus, a.text-dark:hover {
    color: #1d2124!important;
}
.text-body {
    color: #212529!important;
}
.text-muted {
    color: #6c757d!important;
}
.text-black-50 {
    color: rgba(0, 0, 0, .5)!important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible!important;
}
.invisible {
    visibility: hidden!important;
}
/*bootstrap end / slick start*/
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc button, .fc table, body .fc {
    font-size: 1em;
}
.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
    bottom: 0;
}
.fc-icon, .fc-unselectable {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
.fc {
    direction: ltr;
    text-align: left;
}
.fc-rtl {
    text-align: right;
}
.fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar, .fc th {
    text-align: center;
}
.fc-highlight {
    background: #bce8f1;
    opacity: .3;
}
.fc-bgevent {
    background: #8fdf82;
    opacity: .3;
}
.fc-nonbusiness {
    background: #d7d7d7;
}
.fc button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    white-space: nowrap;
    cursor: pointer;
}
.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0;
}
.fc-state-default {
    border: 1px solid;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background-image: linear-gradient(180deg, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px hsla(0, 0%, 100%, .75);
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle;
}
.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    color: #333;
    background-color: #e6e6e6;
}
.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.fc-state-active, .fc-state-down {
    background-color: #ccc;
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
    cursor: pointer;
}
.fc-button-group {
    display: inline-block;
}
.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px;
}
.fc .fc-button-group>:first-child {
    margin-left: 0;
}
.fc-popover {
    position: absolute;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.fc-popover .fc-header {
    padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
    margin: 0 2px;
}
.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
    float: right;
}
.fc-divider {
    border-style: solid;
    border-width: 1px;
}
hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0;
}
.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
    height: 100%}
.fc-clear {
    clear: both;
}
.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.fc table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}
.fc td.fc-today {
    border-style: double;
}
a[data-goto]:hover {
    text-decoration: underline;
}
.fc .fc-row {
    border-style: solid;
    border-width: 0;
}
.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
    border-top: 0 hidden transparent;
}
.fc-row {
    position: relative;
}
.fc-row .fc-bg {
    z-index: 1;
}
.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
    border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
    z-index: 2;
}
.fc-row .fc-highlight-skeleton {
    z-index: 3;
}
.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
}
.fc-row .fc-helper-skeleton {
    z-index: 5;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    border-top: 0;
}
.fc-scroller {
    -webkit-overflow-scrolling: touch;
}
.fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
    overflow: hidden;
}
.fc-scroller>.fc-day-grid, .fc-scroller>.fc-time-grid {
    position: relative;
    width: 100%}
.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
}
.fc-event, .fc-event-dot {
    background-color: #3a87ad;
}
.fc-event, .fc-event:hover {
    color: #fff;
    text-decoration: none;
}
.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed;
}
.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
}
.fc-event .fc-content {
    position: relative;
    z-index: 2;
}
.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
    display: block;
}
.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}
.fc-event.fc-selected {
    z-index: 9999!important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.fc-event.fc-selected.fc-dragging {
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
}
.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px;
}
.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px;
}
tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px;
}
.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25;
}
.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden;
}
.fc-day-grid-event .fc-time {
    font-weight: 700;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px;
}
a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}
a.fc-more:hover {
    text-decoration: underline;
}
.fc.fc-bootstrap3 a, .ui-widget .fc-event {
    text-decoration: none;
}
.fc-limited {
    display: none;
}
.fc-icon, .fc-toolbar .fc-center {
    display: inline-block;
}
.fc-day-grid .fc-row {
    z-index: 1;
}
.fc-more-popover {
    z-index: 2;
    width: 220px;
}
.fc-more-popover .fc-event-container {
    padding: 10px;
}
.fc-bootstrap3 .fc-popover .panel-body, .fc-bootstrap4 .fc-popover .card-body {
    padding: 0;
}
.fc-now-indicator {
    position: absolute;
    border: 0 solid red;
}
.fc-bootstrap3 .fc-today.alert, .fc-bootstrap4 .fc-today.alert {
    border-radius: 0;
}
.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ddd;
}
.fc-unthemed .fc-popover {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
    background: #eee;
}
.fc-unthemed td.fc-today {
    background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3;
}
.fc-icon {
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    font-family: Courier New, Courier, monospace;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fc-icon:after {
    position: relative;
}
.fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: 700;
    font-size: 200%;
    top: -7%}
.fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%}
.fc-icon-left-double-arrow:after {
    content: "\AB";
    font-size: 160%;
    top: -7%}
.fc-icon-right-double-arrow:after {
    content: "\BB";
    font-size: 160%;
    top: -7%}
.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%}
.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%}
.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%}
.fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%}
.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
    font-size: .9em;
    margin-top: 2px;
}
.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5;
}
.ui-widget .fc-disabled-day {
    background-image: none;
}
.fc-bootstrap3 .fc-time-grid .fc-slats table, .fc-bootstrap4 .fc-time-grid .fc-slats table, .fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0;
}
.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0;
}
.fc-bootstrap3 hr.fc-divider, .fc-bootstrap4 hr.fc-divider {
    border-color: inherit;
}
.ui-widget .fc-event {
    color: #fff;
    font-weight: 400;
}
.ui-widget td.fc-axis {
    font-weight: 400;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline;
}
.fc.fc-bootstrap4 a {
    text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
    text-decoration: underline;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
    position: absolute;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em;
}
.fc-toolbar .fc-left {
    float: left;
}
.fc-toolbar .fc-right {
    float: right;
}
.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em;
}
.fc .fc-toolbar>*>:first-child {
    margin-left: 0;
}
.fc-toolbar h2 {
    margin: 0;
}
.fc-toolbar button {
    position: relative;
}
.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
    z-index: 2;
}
.fc-toolbar .fc-state-down {
    z-index: 3;
}
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 4;
}
.fc-toolbar button:focus {
    z-index: 5;
}
.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.fc-view, .fc-view>table {
    position: relative;
    z-index: 1;
}
.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
    padding-bottom: 1em;
}
.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
}
.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.fc-day-top.fc-other-month {
    opacity: .3;
}
.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 2px;
}
.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
    padding: 0 2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: grey;
}
.fc-basic-view td.fc-week-number>* {
    display: inline-block;
    min-width: 1.25em;
}
.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em;
}
.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}
.fc-ltr .fc-axis {
    text-align: right;
}
.fc-rtl .fc-axis {
    text-align: left;
}
.fc-time-grid, .fc-time-grid-container {
    position: relative;
    z-index: 1;
}
.fc-time-grid {
    min-height: 100%}
.fc-time-grid table {
    border: 0 hidden transparent;
}
.fc-time-grid>.fc-bg {
    z-index: 1;
}
.fc-time-grid .fc-slats, .fc-time-grid>hr {
    position: relative;
    z-index: 2;
}
.fc-time-grid .fc-content-col {
    position: relative;
}
.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
}
.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2;
}
.fc-time-grid .fc-highlight-container {
    z-index: 3;
    position: relative;
}
.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
    z-index: 5;
}
.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6;
}
.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted;
}
.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%}
.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    position: absolute;
    z-index: 1;
}
.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0;
}
.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.fc-time-grid-event.fc-selected {
    overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
    display: none;
}
.fc-time-grid-event .fc-content {
    overflow: hidden;
}
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    padding: 0 1px;
}
.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
    display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
    content: "\A0-\A0"}
.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="}
.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
}
.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
.fc-rtl .fc-list-view {
    direction: rtl;
}
.fc-list-view {
    border-width: 1px;
    border-style: solid;
}
.fc .fc-list-table {
    table-layout: auto;
}
.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px;
}
.fc-list-table tr:first-child td {
    border-top-width: 0;
}
.fc-list-heading {
    border-bottom-width: 1px;
}
.fc-list-heading td {
    font-weight: 700;
}
.fc-ltr .fc-list-heading-main {
    float: left;
}
.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
    float: right;
}
.fc-rtl .fc-list-heading-alt {
    float: left;
}
.fc-list-item.fc-has-url {
    cursor: pointer;
}
.fc-list-item-marker, .fc-list-item-time {
    white-space: nowrap;
    width: 1px;
}
.fc-ltr .fc-list-item-marker {
    padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
    padding-left: 0;
}
.fc-list-item-title a {
    text-decoration: none;
    color: inherit;
}
.fc-list-item-title a[href]:hover {
    text-decoration: underline;
}
.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table;
}
.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fc-unthemed .fc-list-empty {
    background-color: #eee;
}

/*old start*/

@font-face{
    font-family: 'Futura PT';
    src: url('fonts/Futura/FuturaPT-Light.html');
    src: url('fonts/Futura/FuturaPT-Light86d786d786d7.html') format('eot'),
    url('fonts/Futura/FuturaPT-Light-2.html') format('woff'),
    url('fonts/Futura/FuturaPT-Light-3.html') format('truetype'),
    url('fonts/Futura/FuturaPT-Light-4.html#webfont') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Futura PT';
    src: url('fonts/Futura/FuturaPT-LightObl.html');
    src: url('fonts/Futura/FuturaPT-LightObl86d786d786d7.html') format('eot'),
    url('fonts/Futura/FuturaPT-LightObl-2.html') format('woff'),
    url('fonts/Futura/FuturaPT-LightObl-3.html') format('truetype'),
    url('fonts/Futura/FuturaPT-LightObl-4.html#webfont') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face{
    font-family: 'Futura PT';
    src: url('fonts/Futura/FuturaPTBook.html');
    src: url('fonts/Futura/FuturaPTBook86d786d786d7.html') format('eot'),
    url('fonts/Futura/FuturaPTBook-2.html') format('woff'),
    url('fonts/Futura/FuturaPTBook-3.html') format('truetype'),
    url('fonts/Futura/FuturaPTBook-4.html#webfont') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Futura PT';
    src: url('fonts/Futura/FuturaPTBookObl.html');
    src: url('fonts/Futura/FuturaPTBookObl86d786d786d7.html') format('eot'),
    url('fonts/Futura/FuturaPTBookObl-2.html') format('woff'),
    url('fonts/Futura/FuturaPTBookObl-3.html') format('truetype'),
    url('fonts/Futura/FuturaPTBookObl-4.html#webfont') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face{
    font-family: 'Futura PT';
    src: url('fonts/Futura/FuturaPTMedium.html');
    src: url('fonts/Futura/FuturaPTMedium86d786d786d7.html') format('eot'),
    url('fonts/Futura/FuturaPTMedium-2.html') format('woff'),
    url('fonts/Futura/FuturaPTMedium-3.html') format('truetype'),
    url('fonts/Futura/FuturaPTMedium-4.html#webfont') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Futura PT';
    src: url('fonts/Futura/FuturaPTMediumObl.html');
    src: url('fonts/Futura/FuturaPTMediumObl86d786d786d7.html') format('eot'),
    url('fonts/Futura/FuturaPTMediumObl-2.html') format('woff'),
    url('fonts/Futura/FuturaPTMediumObl-3.html') format('truetype'),
    url('fonts/Futura/FuturaPTMediumObl-4.html#webfont') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face{
    font-family: 'Futura PT';
    src: url('fonts/Futura/FuturaPTDemi.html');
    src: url('fonts/Futura/FuturaPTDemi86d786d786d7.html') format('eot'),
    url('fonts/Futura/FuturaPTDemi-2.html') format('woff'),
    url('fonts/Futura/FuturaPTDemi-3.html') format('truetype'),
    url('fonts/Futura/FuturaPTDemi-4.html#webfont') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'Futura PT';
    src: url('fonts/Futura/FuturaPTDemiObl.html');
    src: url('fonts/Futura/FuturaPTDemiObl86d786d786d7.html') format('eot'),
    url('fonts/Futura/FuturaPTDemiObl-2.html') format('woff'),
    url('fonts/Futura/FuturaPTDemiObl-3.html') format('truetype'),
    url('fonts/Futura/FuturaPTDemiObl-4.html#webfont') format('svg');
    font-weight: 600;
    font-style: italic;
}



@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    color: #1F2026;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.inline-flex {
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    display: -webkit-inline-box;
    display: inline-flex;
}
.justify-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.justify-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.align-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grow-full {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.container.no-reletive {
    position: inherit;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.hide-video.hide {
    display: none;
}
.show-video {
    font-size: 16px;
    line-height: 19px;
    color: #000!important;
    text-decoration: none!important;
    display: block;
}
.show-video span {
    border-bottom: 1px dashed #8a9196;
}
.show-video:hover {
    color: #58a840!important;
}
.show-video:hover span {
    border-bottom: 1px dashed transparent;
}
.show-video i {
    background-color: #75a64a;
    border-radius: 5px;
    color: #d9e6cd;
    font-size: 19px;
    padding: 2px 12px;
    margin-left: 10px;
}
.show-video span.hide {
    display: none;
}
.show-video i.deg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    cursor: pointer;
}
#timer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#timer h3 {
    color: #2a2b2c;
    margin-top: 50px;
}
#timer h3 span {
    color: red;
}
#timer h3 .webinar-date {
    color: #2a2b2c;
    font-weight: 600;
    font-size: 50px;
    display: block;
    margin-top: 30px;
}
#timer .date-text {
    display: block;
    color: #2a2b2c;
    font-size: 16px;
    text-align: center;
}
#timer .char-wrap {
    margin: 0 5px;
    vertical-align: top;
    width: 60px;
}
#timer .char-wrap, #timer .char-wrap-days {
    display: inline-block;
}
#timer .char-wrap.char-wrap-dots {
    width: 10px;
}
#timer .char-inner {
    color: #2a2b2c;
    font-size: 50px;
    font-weight: 600;
}
#webinarTitle {
    font-weight: 600;
    color: #000;
    text-align: center;
}
#timer .text-wrap {
    margin-top: 30px;
}
#timer .you-btn {
    border-radius: 4px;
    line-height: 40px;
    background-color: red;
    display: block;
    color: #fff!important;
    height: 40px;
    width: 200px;
    text-decoration: none!important;
    text-transform: uppercase;
    margin: 0 auto;
}
#timer .you-btn i {
    width: 32px;
    height: 32px;
    background-image: url("../img/youtube.html");
    background-repeat: no-repeat;
    background-size: cover;
}
#timer .you-btn i, #timer .you-btn span {
    display: inline-block;
    vertical-align: middle;
}
#timer .you-btn span {
    margin-left: 15px;
}
@media (max-device-width:767px), (max-width:767px) {
    #timer .char-inner {
        font-size: 28px;
    }
    #timer .char-wrap {
        width: 40px;
    }
    #timer .date-text {
        font-size: 12px;
    }
}







/*----------------------------------new--------------------------------*/
html[lang="ar"] {
    direction: rtl;
}
.btn {
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    border: none;
}
.btn-link:hover {
    text-decoration: none;
}
.btn-success, .btn-success:disabled {
    background: #25b372;
}
.btn-success:hover {
    color: #25b372;
    background: transparent;
    box-shadow: inset 0 0 0 3px #25b372;
}
.btn-danger {
    background: #ff0000;
}
.btn-danger:hover {
    color: #ff0000;
    background: transparent;
    box-shadow: inset 0 0 0 3px #ff0000;
}
.top-bar__account-block {
    margin: 0;
}
.top-bar__account-block > li {
    float: left;
}
.top-bar__account-block .log-in-btn a {
    height: 40px;
    border: 1px solid #00a975;
    padding: 10px 18px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    font-weight: 500;
    margin: 0 0 0 13px;
}
.top-bar__account-block .head-cabinet .log-in-btn a {
    margin-left: 0 !important;
}
.top-bar__account-block .log-in-btn a:hover {
    color: #00a975;
}
.top-bar__account-block .log-in-btn a i {
    color: #abaeb9;
    margin: -3px 8px 0 0;
    font-size: 16px;
    vertical-align: middle;
}
.ar-lang .top-bar__account-block .log-in-btn a i {
    margin: -3px 0 0 8px;
}
.top-bar__account-block .green a {
    display: block;
    height: 40px;
    border-radius: 4px;
    background: #00a975;
    color: #fff;
    text-decoration: none;
    padding: 11px 18px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.top-bar__account-block .green a:hover {
    background: #17e184;
}
.top-bar__account-block .green a i {
    font-size: 24px;
    margin: -1px 10px 0 0;
    vertical-align: top;
    position: relative;
}
.ar-lang .top-bar__account-block .green a i {
    margin: -1px 0 0 10px;
}
.top-bar__account-block .green a i:after {
    position: absolute;
    right: -4px;
    bottom: -2px;
    content: '+';
    color: #25b372;
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
    font-size: 16px;
    font-family: sans-serif;
    transition: 0.3s;
}
.top-bar__account-block .green a:hover i:after {
    color: #17e184;
}
.top-bar .logo {
    float: left;
    width: 131px;
    margin: 5px 0 0 0;
}
.top-bar .logo > span {
    display: inline-block;
}
.top-bar .logo img {
    display: block;
    max-height: 50px;
}
#main-nav {
    margin: 0 0px 0 0;
    padding: 0;
    text-align: left;

}
#main-nav .submenu-box{
    text-align: left;
}

#main-nav > li {
    list-style-type: none;
    /*float: left;*/
    display: inline-block;
}
.ar-lang #main-nav > li {
    float: right;
    text-align: right;
}
#main-nav .submenu-block {
    display: none;
}
#main-nav > li > a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 5px 16px;
    border-radius: 4px 4px 0 0;
    display: block;
}

html[lang="es"] #main-nav > li > a{
    font-size: 18px;
    padding: 15px 5px;
}

#main-nav > li:last-child > a{
    padding-right: 0;
}
#main-nav > li > a:hover {
    color: #00a975;
}
a, button {
    transition: 0.3s;
}
#main-nav > li > a i {
    transition: 0.3s;
    transform: rotate(-90deg);
    margin: -2px 5px 0 0;
    color: #fff;
    vertical-align: middle;
}

.ar-lang #main-nav > li > a i {
    margin: -2px 0 0 15px;
}
#main-nav > li > a.selected {
    background: #242630;
    color: #fff;
    text-decoration: none;
}
#main-nav > li > a.selected i, #main-nav > li > a:hover i {
    transform: none;
}
#main-nav > li > a.selected i {
    color: #25ab6e;
}
.top-bar__language {
    z-index: 2;
    margin: 0 0 0 10px;
}
.languages {
    position: absolute;
    width: 100%;
    margin: 0px 0 0 0;
}
.language_current {
    padding: 7px 18px;
    height: 40px;
    color: #646369;
}
.language a {
    height: 40px;
    padding: 10px 0 0 0;
    text-align: center;
    margin: 8px 0;
}
.language a + a {
    margin-top: -8px;
}
.language__flag {
    width: 20px;
    display: inline-block;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    vertical-align: sub;
}
.language_current .language__flag {
    margin: 0 5px 0 0;
}
.ar-lang .language_current .language__flag {
    margin: 0 0 0 5px;
}
.ar-lang .list-inline, .ar-lang .list-unstyled {
    padding-right: 0;
}
.language {
    cursor: pointer;
    background: #1f2026;
    border: 1px solid #303030;
    border-radius: 4px;
    color: #ffffff;
}
.language, .language a {
    display: block;
}

.language a{
    text-align: left;
    margin-left: 8px;
    text-decoration: none;
    color: #ffffff;
}

.language i {
    color: #abaeb9;
    font-size: 16px;
    vertical-align: middle;
    margin: -2px 0 0 0;;
}
.top-bar__account-block, .top-bar__language {
    margin-top: 9px;
}
.top-bar__account-block-hidden{
    display: none;
}
.top-bar__language{
    margin-top: 9px;
}
.top-bar {
    padding: 12px 0px;
    position: relative;
    margin: 0 0 10px 0;
}
.submenu-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 69px;
    background: #242630;
    padding: 50px 0 70px 0;
    z-index: 50;
}
.sub-close {
    position: absolute;
    width: 50px;
    height: 46px;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -25px;
    text-align: center;
    transition: 0.3s;
    color: #25b372;
    line-height: 42px;
    font-size: 42px;
    cursor: pointer;
}
.sub-close:hover {
    color: #fff;
    background: #10d078;
}
.submenu-box .box .submenu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.submenu-box .box .submenu a {
    font-size: 15px;
    color: #25b372;
    padding: 10px 0 10px 25px;
    display: inline-block;
    position: relative;
}
.ar-lang .submenu-box .box .submenu a {
    padding: 10px 25px 10px 0;
}
.submenu-box .box .submenu a:before {
    position: absolute;
    content: '';
    left: 0;
    transition: 0.3s;
    top: 50%;
    margin: -3px 0 0 0;
    width: 6px;
    height: 6px;
    border: 3px solid #25b372;
    border-radius: 50%;
}
.ar-lang .submenu-box .box .submenu a:before {
    left: auto;
    right: 0;
}
.submenu-box .box .submenu a:hover:before {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 0;
    border: 2px solid #25b372;
}
.submenu-box .box .title-submenu {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px 0;
}
.submenu-box .box .title-submenu i {
    margin: 0 18px 0 0;
    color: #25b372;
    font-size: 24px;
    width: 26px;
}
.ar-lang .submenu-box .box .title-submenu i {
    margin: 0 0 0 18px;
}
.submenu-box .box .desc {
    line-height: 2;
    color: #64687c;
    font-size: 16px;
}
.submenu-box .box .title {
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px 0;
}
.platform-item a {
    position: relative;
    display: block;
    max-width: 320px;
    margin: 80px auto 70px auto;
    text-align: left;
}
.platform-item a > span {
    position: absolute;
    text-transform: uppercase;
    font-size: 22px;
    color: #95a2c2;
    font-weight: 300;
    top: 3px;
    left: 45px;
    text-decoration: none;
}
.platform-item a > span span {
    color: #d50505;
}
.platform-item a > span strong {
    display: block;
    margin: -5px 0 0 0;
    color: #25b372;
}
.platform-item a:hover > span strong {
    text-decoration: underline;
}

.platform-item a > span.platform-soon{
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-transform: none;
    top: 60px;
}

.top-menu-toggle {
    display: none;
}
#footer {
    background: #1b1b21;
    padding: 80px 0 60px 0;
    color: #fff;
    display: inline-block;
    width: 100%;
}
#footer .logo {
    float: left;
    width: 180px;
    margin: 0 65px 20px 0;
}
#footer .logo img {
    display: block;
    max-height: 68px;
}
#footer .top-foot{
    /*padding-bottom: 70px;*/
    margin-bottom: 50px;
    /*border-bottom: 1px solid #6d6d84;*/
}

.reg-providers-lines{
    padding: 30px 0 20px;
    position: relative;
    margin-bottom: 70px;
}
.reg-providers-lines:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 30px);
    height: 1px;
    background: #2C2D38;
}
.reg-providers-lines:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 30px);
    height: 1px;
    background: #2C2D38;
}


.reg-providers-wrap {
    /*padding-bottom: 40px;*/
    margin-bottom: 65px;
    /*border-bottom: 1px solid #6d6d84;*/
}

.reg-providers-wrap span, .reg-providers-lines span {
    color: #5C5E6B;
    font-size: 16px
}
.reg-providers-lines .providers{
    margin-bottom: 0;
}

.reg-providers-wrap img{
    width: auto;
}

.providers{
    width: 100%;
    margin-bottom: 40px;
}
.corp-providers img{
    margin-right: 30px;
}
.providers span{
    color: #5C5E6B;
    font-size: 16px;
}
.providers .reg-img span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
}

.ar-lang #footer .logo {
    float: right;
    margin: 0 0 20px 65px;
}
#footer .logo + a {
    margin-top: -5px;
    display: inline-block;
}
.highslide-container > table {
    display: none !important;
}
.highslide-container > .highslide-wrapper {
    box-shadow: 0 0 250px 0 rgba(61, 61, 67, 0.3);
    border-radius: 10px;
    overflow: hidden;
}
.foot-menu {
    margin: 0;
    padding: 0;
}
.foot-menu li {
    list-style-type: none;
}
.foot-menu li:first-of-type {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}
.foot-menu li a {
    color: #00a975;
    font-size: 16px;
    padding: 5px 0;
    display: inline-block;
}
#footer .copyright-block {
    line-height: 2;
    color: #5C5E6B;
    font-size: 14px;
    margin: 50px 0;
}
#footer .copyright-block a {
    color: #00a975;
}
/* #footer .copyright-block > p:first-of-type {
    font-size: 18px;
} */
.foot-apps {
    float: right;
    margin: 0;
    padding: 0;
}
.ar-lang .foot-apps {
    float: left;
}
.foot-apps li {
    float: left;
    list-style-type: none;
    margin: 0 0 0 25px;
}
.ar-lang .foot-apps li {
    float: right;
    margin: 0 25px 0 0;
}
.foot-apps li a {
    display: inline-block;
    vertical-align: top;
    width: 120px;
}
.bottom-foot .copyright {
    float: left;
    font-size: 14px;
    color: #aeb7e1;
    margin: 6px 0;
}
.ar-lang .bottom-foot .copyright {
    float: right;
}
.bottom-foot .copyright a {
    color: #aeb7e1;
    display: inline-block;
}
.mp-slider {
    width: 100%;
    /* background-image:  url('../img/slider-bg.jpg'); */
    background-color: #1c1c22;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    /* padding-top: 175px; */
    margin-top: -170px;
    margin-top: -10px;
}

.mp-slider-wrap{
    /* max-width: 1340px;
    margin: 0 auto;
    padding: 0 15px; */
}

.mp-slider .item-slider {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover; 
    padding-top: 175px;
}

.mp-slider .item-slider .row {
    /*max-width: 1340px;*/
    /*margin: 0 auto;*/
     padding: 0 15px;
}

.mp-slider .item-slider-1 {
    background-image:  url('../img/slide11_bgc4cac4cac4ca.jpg');
    background-position: center right -270px;
}
.mp-slider .item-slider-2 {
    background-image:  url('../img/slide22_bgc4cac4cac4ca.jpg');
    background-position: center right -270px;
}
.mp-slider .item-slider-3 {
    background-image:  url('../img/slide33_bgc4cac4cac4ca.jpg');
    background-position: center right -270px;
}

.slidepay:before, .slider:before {
    content: "";
    background: #fff url(../img/ajax-loader.html) 50% no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    -webkit-box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.slidepay.hide:before, .slider.hide:before {
    display: none;
}
.slider .item-slider {
    padding: 30px 0px 135px 0px;
    min-height: 705px;
    color: #ffffff;
}
.slider-nav-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 55px;
    padding: 0 30px;
}
.ar-lang .slider-nav-wrap {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.slick-dots {
    padding: 0;
    margin: 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 6px;
    vertical-align: top;
    line-height: 1px;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -10000px;
    box-shadow: inset 0 0 0 2px rgba(0, 169, 117, 0.2);
    outline: none !important;
    padding: 0;
}
.slick-dots li.slick-active button {
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0);
    background: #00a975;
}
.slider-nav-wrap .slick-arrow {
    position: absolute;
    top: 0;
    color: #00a975;
    height: 16px;
    line-height: 16px;
    font-size: 28px;
    padding: 0;
    opacity: 0.25;
    outline: none !important;
}
.slider-nav-wrap .slick-arrow:hover {
    opacity: 1;
}
.slider-nav-wrap .slick-prev:before {
    content: "\f104";
}
.slider-nav-wrap .slick-next:before {
    content: "\f105";
}
.slider-nav-wrap .slick-prev {
    left: 0;
    padding-right: 15px;
}
.slider-nav-wrap .slick-next {
    right: 0;
    padding-left: 15px;
}

.slider .desc {
    line-height: 1.25;
}

.slider .desc .text {
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
}
.slider .desc .text.text_green {
    color: #00a975;
}
.slider .desc .title {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
}

.slider .desc .title.title_big {
    font-size: 69px;
    line-height: 1.1;
}
.slider .desc .title span {

}
.slider .slider-content {
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    font-weight: 300;
    color: #ffffff;
}
.slider .desc .small {
    margin: 0 0 12px 0;
}
.slider .desc {
    padding: 0 0;
    min-height: 360px;
    margin-top: 75px;
    margin-bottom: 40px;
    margin-left: 5px;
    max-width: 52%;
    justify-content: unset;
}
.slider {
    overflow: hidden;
}

.slider .desc__regulation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slider .desc-title__wrap {
    margin-right: 32px;
}

.ar-lang .slider {
    text-align: right;
}
.slider-app-btns {
    position: absolute;
    right: 100px;
    bottom: 43px;
    display: none;
}
.slider-app-btns h5 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 15px 0;
    text-shadow: 1px 1px 1px #232429;
}
.slider-app-btns ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.slider-app-btns li {
    float: left;
    list-style-type: none;
    margin: 0 10px 0 0;
}
.slider-app-btns li:last-of-type {
    margin: 0;
}
.slider-app-btns a {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    border-radius: 4px;
    overflow: hidden;
}
.slider .btn, .mp-trades .btn, .mp-steps-wrap .btn {
    font-size: 19px;
    height: 82px;
    font-weight: 600;
    padding: 0 25px 0 20px;
    line-height: 82px;
    background-color: #00a975;
    color: #ffffff;
}

.mp-steps-wrap .btn-demo{
    margin-left: 20px;
}
.slider .btn {
    background-color: #52dab7;
}
.slider .btn:hover,
.mp-trades .btn:hover,
.mp-steps-wrap .btn:hover{
    color: #00a975;
    background: transparent;
    box-shadow: inset 0 0 0 3px #00a975;
}

.slider .btn-demo, .mp-trades .btn-demo, .mp-steps-wrap .btn-demo{
    color: #00a975;
    background: transparent;
    box-shadow: inset 0 0 0 3px #00a975;
    margin-left: 20px;
}

.slider .btn-demo{
    color: #ffffff;
    margin-left: 5px;
}
.mp-trades .btn-demo{
    margin-left: 0;
    color: #ffffff;
}

.mp-steps-wrap .btn-demo{
    margin-bottom: 0;
}


.mp-trades-wrap .btn i{
    margin-left: 15px;
}
.acc-btn-wrap .btn-hidden{
    display: none;
}
.acc-btn-wrap i{
    margin-left: 15px;
}



.mp-trades-list{
    margin-top: 149px;
}





.slider .btn-join {
    color: #ffffff;
    box-shadow: inset 0 0 0 1px #52dab7;
    font-weight: 300;
    background: transparent;
    margin-left: 5px;
}

.ar-lang .slider .btn-demo, .ar-lang .mp-trades .btn-demo, .ar-lang .mp-steps-wrap .btn-demo{
    margin-right: 20px;
}

.slider .btn-demo:hover,
.slider .btn-join:hover,
.mp-trades .btn-demo:hover,
.mp-steps-wrap .btn-demo:hover,
.mp-steps-wrap .btn-demo:hover{
    background-color: #00a975;
    color: #ffffff;
}





.ar-lang .slider .btn {
    padding: 0 20px 0 25px;
}
.slider .btn i {
    font-size: 24px;
    margin: -6px 0 0 15px;
    vertical-align: middle;
}
.ar-lang .slider .btn i {
    margin: -4px 0 0 15px;
}
.item-slider img {
    max-width: unset;
    width: 635px;
    margin: 25% 0 -100% -10%;
    position: relative;
    /* z-index: -1; */
}
.ar-lang .item-slider img {
    margin: 25% -10% -100% 0;
}
.instruments {
    padding: 40px 30px 20px 30px;
    background: #e4e7f2;
    border-radius: 0 0 10px 10px;
}
.instruments .item {
    margin: 0 18px 20px 18px;
    max-width: 210px;
    font-weight: 600;
    color: #717c82;
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.instruments .item span {
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.instruments .item img {
    width: 52px;
    min-width: 52px;
    margin: 0 25px 0 0;
    height: 46px;
}
.ar-lang .instruments .item img {
    margin: 0 0 0 25px;
}
.mp-odds {
    margin: 80px 0;
}


.mp-title {
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 45px 0;
    line-height: 1.3;
    text-transform: uppercase;
}
.mp-odds .mp-title{
    text-transform: none;
    color: #292945;
    font-weight: bold;
}
.mp-odds__item{
    margin-bottom: 50px;
    /* padding-left: 100px; */
    position: relative;
}
.mp-odds__item img{
    left: 0;
    top: 0;
    margin-bottom: 25px;
    height: 63px;
}
.mp-odds__item h3{
    color: #00a975;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mp-odds__item p{
    font-size: 16px;
    line-height: 1.4em;
    color: #1c1c22;
}


.mp-title strong, .mp-title b {
    font-weight: 600;
}
.mp-bullet {
    position: relative;
    padding: 0 0 50px 38px;
    font-size: 18px;
    font-weight: 600;
}
.ar-lang .mp-bullet {
    padding: 0 38px 50px 0;
}
.mp-bullet span {
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin: 5px 0 0 0;
}
.mp-bullet i {
    position: absolute;
    left: 0;
    top: 0;
    color: #10d078;
    font-size: 24px;
}
.ar-lang .mp-bullet i {
    left: auto;
    right: 0;
}
.mp-odds .btn {
    height: 60px;
    line-height: 60px;
    padding: 0 25px 0 20px;
    font-size: 16px;
}
.ar-lang .mp-odds .btn {
    padding: 0 20px 0 25px;
}
.mp-odds .btn i {
    font-size: 22px;
    margin: -4px 15px 0 0;
    vertical-align: middle;
}
.ar-lang .mp-odds .btn i {
    margin: -4px 0 0 15px;
}
.mp-popular {
    direction: ltr;
}
.mp-popular > div {
    overflow: hidden;
    pointer-events: none;
}
.mp-popular > div .tradingview-widget-container {
    margin: -50px -5px -40px -20px;
    width: auto !important;
}
/*.ar-lang .mp-popular > div .tradingview-widget-container {
    margin: -50px -20px -40px -5px;
}*/
.mp-popular h3 {
    color: #a7a9b4;
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 400;
}
.mp-popular {
    margin: 0 0 40px 0;
}
.mp-trades-wrap {
    width: 100%;
    /*padding: 0 15px;*/
    margin: 0 auto;
    background: #1b1b21;
    position: relative;
}
.mp-trades-wrap:after{
    content: '';
    position: absolute;
    height: 100%;
    width: calc(50% + 62px);
    right: 0;
    bottom: 0;
    background: #282930;
}
.mp-trades {
    padding: 100px 0;
    border-radius: 10px;
    margin: 0 auto;
    color: #fff;
}
.mp-trades .btn{

}
.mp-trades h2{
    text-align: left;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 45px;
}

.mp-trades-nav {
    padding: 20px 0 35px 0;
    margin: 0;
    justify-content: space-between;
}
.mp-trades-nav li {
    cursor: pointer;
    position: relative;
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    padding: 5px 0 5px 36px;
    margin: 0 20px 10px 0;
}
.mp-trades-nav li:nth-child(5),
.mp-trades-nav li:nth-child(6){
    display: none;
}
.ar-lang .mp-trades-nav li {
    padding: 5px 36px 5px 0;
    margin: 0 0 10px 20px;
}
.mp-trades-nav li:last-of-type {
    margin-right: 0;
}
.ar-lang .mp-trades-nav li:last-of-type {
    margin-left: 0;
}
.mp-trades-nav li:hover, .mp-trades-nav li.current {
    color: #0fd299;
}
.mp-trades-icon {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    transition: 0.3s;
    /*background: url("../img/mp-trades-icons.png") no-repeat;*/

    background-size: contain !important;

}
.ar-lang .mp-trades-icon {
    left: auto;
    right: 0;
}
.mp-trades-nav li .mp-trades-icon + .mp-trades-icon, .mp-trades-nav li.current .mp-trades-icon, .mp-trades-nav li:hover .mp-trades-icon {
    opacity: 0;
}
.mp-trades-nav li.current .mp-trades-icon + .mp-trades-icon, .mp-trades-nav li:hover .mp-trades-icon + .mp-trades-icon {
    opacity: 1;
}
.mp-trades-nav li.current .mp-trades-icon, .mp-trades-nav li:hover .mp-trades-icon{
    opacity: 1;
}
.mp-trades-icon-1-1 {
    /*background-position: -10px -8px !important;*/
    background: url("../img/mp-icon1.html") no-repeat;
}
.mp-trades-icon-1-2 {
    background-position: -44px -8px !important;
}
.mp-trades-icon-2-1 {
    /*background-position: -10px -40px !important;*/
    background: url("../img/mp-icon2.html") no-repeat;
}
.mp-trades-icon-2-2 {
    background-position: -44px -40px !important;
}
.mp-trades-icon-3-1 {
    /*background-position: -10px -74px !important;*/
    background: url("../img/mp-icon3.html") no-repeat;
}
.mp-trades-icon-3-2 {
    background-position: -44px -74px !important;
}
.mp-trades-icon-4-1 {
    /*background-position: -10px -107px !important;*/
    background: url("../img/mp-icon4.html") no-repeat;
}
.mp-trades-icon-4-2 {
    background-position: -44px -107px !important;
}
.mp-trades-icon-5-1 {
    background-position: -10px -141px !important;
}
.mp-trades-icon-5-2 {
    background-position: -44px -141px !important;
}
.mp-trades-icon-6-1 {
    background-position: -10px -173px !important;
}
.mp-trades-icon-6-2 {
    background-position: -44px -173px !important;
}
.mp-trades-icon-7-1 {
    background-position: -10px -206px !important;
}
.mp-trades-icon-7-2 {
    background-position: -44px -206px !important;
}
.mp-trades-nav-content {
    padding: 0;
    margin: 0;
}
.mp-trades-nav-content > li {
    list-style-type: none;
    display: none;
}
.mp-trades-nav-content > li.current {
    display: block;
}
.mp-trades-table {
    display: table;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mp-trades-table li {
    display: table-row;
    list-style-type: none;
    /*border-bottom: 1px solid #4f525f;*/
    direction: ltr;
}
.mp-trades-table li:first-of-type, .mp-trades-table li:last-of-type {
    border: none;
}
.mp-trades-table div {
    display: table-cell;
    font-size: 18px;
    padding: 11px 20px 11px 0;
    width: 30%;
    color: #ffffff;
    vertical-align: middle;
}
.ar-lang .mp-trades-table div {
    padding: 11px 0 11px 20px;
}
.mp-trades-table div:last-of-type {
    padding-right: 0;
    text-align: right;
}
.ar-lang .mp-trades-table div:last-of-type {
    padding-left: 0;
}
.mp-trades-table div:first-of-type {
    font-weight: 400;
    color: #fff;
    border-radius: 4px 0 0 4px;
    padding-left: 15px;
}
.mp-trades-table div:last-of-type {
    font-weight: 400;
    color: #fff;
    border-radius: 0 4px 4px 0;
    padding-right: 15px;
}
.mp-trades-table li:nth-of-type(even){
    background-color: #282930;
}
.mp-trades-table li:first-of-type div {
    font-weight: 500;
    color: #5C5E6B;
    padding-bottom: 15px;
}
.mp-trades-table div.down {
    color: #ff676e;
}
.mp-trades-table div.up {
    color: #10d078;
}
.mp-trades-list li {
    display: flex;
    font-size: 29px;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.mp-trades-list li i {
    margin: 8px 15px 0 0;
    color: #10d078;
}
.ar-lang .mp-trades-list li i {
    margin: 0 0 0 15px;
}
.mp-trades-nav-content h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0 90px 0;
}
.mp-platform {
    /* margin: 100px 0; */
    position: relative;
}
.mp-platform:after{
    content: '';
    position: absolute;
    height: 100%;
    width: calc(50% + 62px);
    right: 0;
    bottom: 0;
    background: linear-gradient(149.6deg, #DDE1EA -5.26%, rgba(221, 225, 234, 0) 53.07%);
}

.mp-platform__content {
   max-width: 620px;
   padding: 30px 0;
}

.mp-platform__image-block {
    max-width: 310px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 50;
}

.mp-platform__image-block img {
    display: inline-block;
}

.mp-platform h3 {
    text-transform: none;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 45px;
    color: #292945;
}
.mp-header{
    display: flex;
    justify-content: space-between;
}
.header-btn-wrap{
    order: 3;
}
.top-bar .sub-nav{
    order: 2;
}
.top-bar .logo{
    order: 1;
}

.mp-platform .header img{
    position: absolute;
    top: 0;
    right: 40px;
}

.ar-lang .mp-platform .header img{
    position: absolute;
    top: 0;
    left: 40px;
    right: inherit;
}
.mp-platform .header span{
    display: inline-block;
    border: 1px solid #00a975;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 19px;
}
.mp-platform__item-text{
    min-height: 100px;
    padding-bottom: 30px;
    margin-top: 40px;
}

@media (min-width: 768px) {

    .mp-platform__image-block {
        max-width: 100%;
        padding-top: 20px;
        /*background: linear-gradient(149.6deg, #DDE1EA -5.26%, rgba(221, 225, 234, 0) 53.07%);*/
    }
    
    .mp-platform__image-block img {
        margin-right: 83px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .mp-platform {
        padding-bottom: 50px;
    }

    .mp-platform__content {
        padding: 85px 10px 0 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-platform {
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {

    .mp-platform__item-text{
        margin-bottom: 40px;
    }
}

b, strong {
    font-weight: 600;
}
.mp-platform p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #656565;
}

.mp-platform__item-icons{
    justify-content: space-around;
    flex-wrap: wrap;

}
.mp-pl-icons__item img, .mp-pl-icons__item span{
    display: inline-block;
    vertical-align: middle;
}
.mp-pl-icons__item span{
    color: #00a975;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-left: 15px;
}


.mp-platform-list {
    margin: 0 0 60px 0;
}
.mp-platform-list li {
    font-size: 30px;
    font-weight: 300;
}
.mp-platform-list li i {
    margin: 0 15px 0 0;
    color: #1fa869;
    font-size: 20px;
}
.ar-lang .mp-platform-list li i {
    margin: 0 0 0 15px;
}
.mp-platform h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.mp-platform-apps li {
    margin: 0 7px 10px 0;
    display: inline-block;
}
.mp-platform-apps li a {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    border-radius: 4px;
}
.mp-platform-apps {
    margin: 0 0 -10px 0;
}
.mp-platform .img-fluid {
    margin: 15px 0 0 0;
}
.mp-vebinar-wrap {
    width: 100%;
    background: #2f313b ;



}
.mp-vebinar {
    overflow: hidden;
    color: #fff;
    position: relative;
    padding: 25px 840px 25px 125px;
    background-size: 300px auto;
    min-height: 110px;
}
.ar-lang .mp-vebinar {
    background: #2f313b;
    background-size: 300px auto;
    padding: 25px 125px 25px 840px;
}
.mp-vebinar > i {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 80px;
    top: 50%;
    margin: -14px 0 0 0;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    background: #00a975;
    box-shadow: 0 0 0 9px rgba(0,169,117,1), 0 0 0 42px rgba(0,169,117,.4), 0 0 0 71px rgba(0,169,117,.2);
}
.ar-lang .mp-vebinar > i {
    left: auto;
    right: 80px;
}
.mp-vebinar .btn {
    padding: 14px 30px;
    position: absolute;
    right: 80px;
    top: 50%;
    background-color: #00a975;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.mp-vebinar .btn:hover{
    color: #00a975;
    background: transparent;
    box-shadow: inset 0 0 0 3px #00a975;
}

.ar-lang .mp-vebinar .btn {
    right: auto;
    left: 80px;
}
.mp-vebinar h2 {
    margin: 0 auto 0 0;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-left: 50px;
}
.ar-lang .mp-vebinar h2 {
    margin: 0 0 0 auto;
    margin-right: 50px;
}
#webinar-time > span, #webinar-time ul > li:last-of-type {
    display: none;
}
#webinar-time ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#webinar-time > figure {
    width: 42px !important;
    margin: 0 20px 24px 0;
    font-size: 16px;
    font-family: 'Futura PT', sans-serif;
    position: relative;
    border-radius: 50%;
    height: 42px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
}
.ar-lang #webinar-time > figure {
    margin: 0 0 24px 20px;
}
#webinar-time > figure:last-of-type {
    margin-right: 0;
}
.ar-lang #webinar-time > figure:last-of-type {
    margin-left: 0;
}
#webinar-time > figure > div {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
#webinar-time figcaption {
    position: absolute;
    font-size: 16px !important;
    bottom: -24px;
    padding: 0 !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1.3;
}
.vebinar-time-bot {
    display: inline-block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 450px;
}
.ar-lang .vebinar-time-bot {
    right: auto;
    left: 450px;
}
.vebinar-time-bot h3 {
    font-size: 16px;
    margin: 0 35px 15px 0;
    float: left;
}
.ar-lang .vebinar-time-bot h3 {
    margin: 10px 0 15px 35px;
    float: right;
}
.mp-steps-wrap {
    margin: 100px 0;
    overflow: hidden;
}

.mp-steps-wrap h2{
    text-align: center;
    font-weight: bold;
    margin-bottom: 65px;
}
.mp-steps {
    margin: 0 -60px 50px;
}
.mp-steps li {
    float: left;
    width: 25%;
    padding: 0 60px 30px 60px;
}
.ar-lang .mp-steps li {
    float: right;
}
.mp-steps h3 {
    margin: 25px 0 15px 0;
    font-weight: 600;
    font-size: 18px;
}
.mp-steps p {
    margin: 0;
    font-weight: 300;
    color: #1F2026;
    font-size: 16px;
    line-height: 1.3;
}
.mp-steps li div {
    position: relative;
}
/* .mp-steps li div:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url("../img/mp-steps-arrow.png") no-repeat center;
    background-size: auto 44px;
    top: 50%;
    margin: -30px 0 0 0;
    right: -90px;
} */
/* .ar-lang .mp-steps li div:after {
    right: auto;
    left: -90px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
} */
/* .mp-steps li:last-of-type div:after {
    display: none;
} */
.mp-steps-wrap .start-trade .btn {
    margin: 40px 0 0 0;
}
.seo-text-title {
    font-size: 35px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.seo-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #1F2026;
    margin: 0 0 50px 0;
}
.seo-text h3{
    color: #1F2026;
    font-weight: bold;
}
.protection-item .header{
    position: relative;
    padding-left: 71px;
    min-height: 53px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ar-lang .protection-item .header{
     padding-left: 0px;
    padding-right: 71px;
}
.protection-item .header img {
    position: absolute;
    left: 0;
    top: 0;
}

.ar-lang .protection-item .header img {
    position: absolute;
    left: inherit;
    top: 0;
    right: 0;
}

.protection-item .header span{
    color: #00a975;
    font-size: 20px;
    font-weight: bold;
}

.seo-text .protection-heading{
    font-size: 30px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 50px;

}
.seo-text .btn {
    font-size: 16px;
    font-weight: 300;
    height: 64px;
    padding: 21px 35px 0 25px;
    margin: 0 0 35px 0;
}
.ar-lang .seo-text .btn {
    padding: 21px 25px 0 35px;
}
.seo-text .btn i {
    font-size: 24px;
    margin: -6px 20px 0 0;
    vertical-align: middle;
}
.ar-lang .seo-text .btn i {
    margin: -6px 0 0 20px;
}
.seo-text {
    margin: 0 0 30px 0;
}
.icon-switch {
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 200;
}
.icon-switch i {
    color: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #25b372;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0 2px 0 0;
    display: inline-block;
}
.icon-switch i.active {
    background-color: #ff0000;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#chat-widget-container {
    right: 55px!important;
    bottom: 0!important;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#chat-widget-container iframe {
    top: 0!important;
}
#chat-widget-container.off {
    -webkit-transform: scale(.3) translateX(222px) translateY(-14px)!important;
    transform: scale(.3) translateX(222px) translateY(-14px)!important;
    z-index: 10!important;
}
.invoke-call {
    background: #25b372;
    padding: 0;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    font-size: 32px;
    right: 140px;
    bottom: 14px;
    line-height: 62px;
    width: 64px;
    height: 64px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
    z-index: 10;
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    transition: .3s;
}
.invoke-call.off {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    right: -1px;
    bottom: 14px;
}
.active-call {
    -webkit-animation: call 1s infinite;
    animation: call 1s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes call {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    30% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes call {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    30% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.fade.in {
    opacity: .5!important;
}
.modal.fade.in {
    opacity: 1!important;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-body {
    padding: 20px;
}
#modal-help-advice .modal-body, #webinar-remind .modal-body {
    padding: 20px 80px 0 80px;
}
#modal-help-advice .modal-header, #webinar-remind .modal-header {
    padding: 15px 80px;
}
.form-group {
    position: relative;
}
.form-group.form-error .form-control, .form-group.form-error .input-group-text {
    border-color: #dc3545;
}
span.form-error {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: .75rem;
    line-height: 1;
    margin: 2px 0 0 0;
}
.ar-lang span.form-error {
    left: auto;
    right: 0;
}
.time-select-wrap {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
}
.time-select-wrap .select-box, .time-select-wrap span {
    float: left;
}
.ar-lang .time-select-wrap .select-box, .ar-lang .time-select-wrap span {
    float: right;
}
.time-choose {
    font-size: 18px;
    margin: 7px 10px 5px 0;
}
.ar-lang .time-choose {
    margin: 7px 0 5px 10px;
}
.time-symbol {
    font-size: 18px;
    margin: 6px 7px 0 7px;
}
.form-control {
    border: 1px solid #d6dce4;
    border-radius: 4px;
    border-left-width: 4px;
    font-size: 18px;
    color: #242630;
}
.ar-lang .form-control {
    border-left-width: 1px;
    border-right-width: 4px;
}
input.form-control, select.form-control {
    height: 52px !important;
}
.form-control:focus {
    outline: none;
    border-color: #d6dce4;
    border-left-color: #25b372;
    box-shadow: none;
}
.ar-lang .form-control:focus {
    border-color: #d6dce4;
    border-right-color: #25b372;
}
.ar-lang .form-control[name="country"] option {
    direction: ltr;
}
.ar-lang .input-group-prepend {
    margin-right: 0;
    margin-left: -1px;
}
.ar-lang .input-group>.input-group-prepend>.input-group-text {
    border-radius: 0 4px 4px 0;
}
.ar-lang .input-group>.form-control:not(:first-child) {
    border-left-width: 1px;
    border-radius: 4px 0 0 4px;
}
.input-title {
    display: block;
    font-size: 16px;
    color: #aab0ca;
    margin: 0 0 5px 0;
    font-weight: 300;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-left-width: 0;
}
.input-group-text {
    background: #d6dce4;
    border-color: #d6dce4;
    color: #242630;
    font-size: 18px;
    padding: 0 15px;
}
#modal-help-advice .modal-footer, #webinar-remind .modal-footer {
    border: none;
    padding: 30px 20px;
}
#modal-help-advice .select-box .form-control {
    height: 42px !important;
    padding: 0 12px;
}
.custom-btn {
    height: 52px;
    line-height: 54px;
    padding: 0 25px;
    font-size: 16px;
}
.custom-btn i {
    font-size: 24px;
    margin: -4px 15px 0 -5px;
    vertical-align: middle;
}
.ar-lang .custom-btn i {
    margin: -4px -5px 0 15px;
}
.breadcrumbs-wrap {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f6fa 51%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(51%, #f5f6fa), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f6fa 51%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f5f6fa 51%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f6fa 51%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f5f6fa 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    box-shadow: 0 3px 8px 0 rgba(126,132,166,0.5);
    position: relative;
    z-index: 0;
    margin: 5px 0 80px 0;
}
.breadcrumbs-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    background: #fff;
    top: -5px;
    border-bottom: 1px dashed #ced2de;
}
.breadcrumb {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    line-height: 17px;
    color: #8d969d;
    font-size: 14px;
}
.breadcrumb li {
    float: left;
    margin: -2px 15px 0 0;
}
.ar-lang .breadcrumb li {
    float: right;
    margin: -2px 0 0 15px;
}
.breadcrumb li i {
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    font-size: 10px;
    background: #abaeb9;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
}
.breadcrumb a {
    color: #1ab36d;
}
#google-container {
    height: 540px;
}
.contact-wrap h2 {
    font-size: 30px;
    margin: 0 0 45px 0;
    text-transform: uppercase;
    font-weight: 300;
}
.contact-wrap textarea {
    height: 246px;
}
.contact-wrap .g-recaptcha {
    margin: 20px 0 15px 0;
}
.contact-wrap {
    margin: 20px 0 70px 0;
}
.contact-info li {
    position: relative;
    padding: 0 0 35px 42px;
    font-size: 17px;
    color: #6a738b;
    font-weight: 500;
}
.ar-lang .contact-info li {
    padding: 0 42px 35px 0;
}
.contact-info span {
    font-weight: 300;
}
.contact-info i {
    position: absolute;
    left: 0;
    top: -1px;
    color: #c9cbd2;
    font-size: 28px;
}
.ar-lang .contact-info i {
    left: auto;
    right: 0;
}
.contact-info a {
    color: #6a738b;
}
.contact-info small {
    font-size: 15px;
    margin: 0 0 10px 0;
    display: inline-block;
}
.contact-info {
    margin: 0;
    padding: 25px 0 0 0;
}
.modal .close {
    font-size: 32px;
    line-height: 20px;
}
.right-menu-tit {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 35px 0 35px 0px;
    /*background: url("../img/right-menu-tit-bg.png") no-repeat left center;*/
    background-size: 32px auto;
}
.ar-lang .right-menu-tit {
    padding: 35px 0px 35px 0;
    /*background: url(../img/right-menu-tit-bg.png) no-repeat right center;*/
    background-size: 32px auto;
}
.right-menu-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.right-menu-ul a {
    font-weight: 500;
    font-size: 20px;
    color: #25b372;
    text-decoration: none;
    padding: 12px 20px;
    border-left: 3px solid #10d078;
    display: inline-block;
    width: 100%;
}
.ar-lang .right-menu-ul a {
    border-left: none;
    border-right: 3px solid #10d078;
}
.right-menu-ul a:hover, .right-menu-ul a.active, .right-menu-ul .active a {
    border-color: #555869;
    color: #666976;
}
.right-menu-ul a.active {
    background: #d4d6e1;
}
.main-title {
    margin: 0 0 45px 0;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.3;
    color: #363946;
}
.about-wrap p {
    margin: 0 0 50px 0;
}
.about-wrap {
    font-size: 16px;
    color: #6a738b;
}
.about-wrap h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 45px 0;
    font-weight: 300;
    color: #363946;
}
.start-trade .btn {
    position: relative;
    padding: 22px 40px 0 120px;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    height: 100px;
    margin: 0 0 100px 0;
    white-space: nowrap;
}
.ar-lang .start-trade .btn {
    text-align: right;
    padding: 22px 120px 0 40px;
}
.withdrawal-start-trade.start-trade .btn {
    padding-top: 33px;
}
.start-trade .btn i {
    position: absolute;
    left: 30px;
    top: 23px;
    font-size: 52px;
}
.ar-lang .start-trade .btn i {
    left: auto;
    right: 30px;
}
.start-trade .btn span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    margin: -5px 0 0 0;
}
.about-ul li {
    margin: 0 0 50px 0;
}
.about-ul li img {
    margin: 0 40px 0 0;
}
.ar-lang .about-ul li img {
    margin: 0 0 0 40px;
}
.aff-program .start-trade .btn {
    padding-top: 32px;
}
.platforms-top-wrap {
    width: 100%;
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
.platforms-heading {
    background: #dadde6;
    border-radius: 10px 10px 0 0;
    padding: 50px 100px;
    color: #505568;
}
.platforms-img {
    margin: auto;
    width: 100%;
}
.platforms-heading h1 {
    font-size: 52px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    color: #505568;
    line-height: 1.1;
}
.platforms-heading h1 span {
    color: #fc0607;
}
.platforms-heading__list {
    margin: 40px 0 30px 0;
}
.platforms-heading__list li {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.platforms-heading__list li i, .platforms ul li i {
    color: #26b273;
    margin: 0 10px 0 0;
}
.ar-lang .platforms-heading__list li i, .ar-lang .platforms ul li i {
    margin: 0 0 0 10px;
}
.platforms-heading .btn {
    height: 70px;
    padding: 18px 30px 0 30px;
    font-size: 24px;
}
.platforms-heading .btn i {
    margin: -3px 20px 0 0;
    font-size: 30px;
    vertical-align: middle;
}
.ar-lang .platforms-heading .btn i {
    margin: -3px 0 0 20px;
}
.platforms h2 {
    background: url("../img/Mt5_logo.html") no-repeat left center;
    background-size: 52px;
    padding: 25px 0 25px 70px;
    font-size: 32px;
    font-weight: 600;
    margin: 40px 0 35px 0;
}
.ar-lang .platforms h2 {
    background: url("../img/Mt5_logo.html") no-repeat right center;
    background-size: 52px;
    padding: 25px 70px 25px 0;
}
.platforms {
    color: #505568;
    font-size: 18px;
    padding: 0 0 40px 0;
}
.platforms p, .platforms ul {
    margin: 0 0 40px 0;
}
.platforms ul li {
    margin: 0 0 10px 0;
}
.btn-platform-mobile {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 200px;
}
.ar-lang .btn-platform-mobile {
    margin: 0 0 10px 10px;
}
.btn-steps-link {
    color: #24b373 !important;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 40px 0;
    display: inline-block;
    padding: 15px;
}
.btn-steps-link i {
    background: #24b373;
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    line-height: 29px;
    margin: -4px 30px 0 0;
    box-shadow: 0 0 0 10px #a8dfc7, 0 0 0 25px #e7f5ef;
}
.btn-steps-link i {
    margin: -4px 0 0 30px;
}
.btn-steps-link i:before {
    color: #fff;
}
.inner-page {
    color: #6a738b;
    font-size: 17px;
}
.inner-page h2 {
    color: #363946;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 40px 0;
    font-size: 26px;
}
.inner-page p, .inner-page ul, .inner-page ol, .inner-page table, .inner-page h3, .inner-page .alert {
    margin: 0 0 40px 0;
}
.inner-page-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.inner-page-table-wrap {
    overflow: hidden;
    overflow-x: auto;
    padding: 1px;
}
.inner-page-table td, .inner-page-table th {
    padding: 12px 0 12px 25px;
    border-bottom: 1px solid #cbd6dd;;
}
.inner-page-table td:last-of-type, .inner-page-table th:last-of-type {
    padding-right: 25px;
}
.ar-lang .inner-page-table td, .ar-lang .inner-page-table th {
    padding: 12px 25px 12px 0;
}
.ar-lang .inner-page-table td:last-of-type, .ar-lang .inner-page-table th:last-of-type {
    padding-left: 25px;
}
.inner-page-table thead th {
    background: #e6ebf1;
    border-top: 1px solid #cbd6dd;
}
.inner-page-table thead th:first-of-type {
    border-left: 1px solid #cbd6dd;
    border-radius: 6px 0 0 0;
}
.ar-lang .inner-page-table thead th:first-of-type {
    border-left: none;
    border-right: 1px solid #cbd6dd;
    border-radius: 0 6px 0 0;
}
.inner-page-table thead th:last-of-type {
    border-right: 1px solid #cbd6dd;
    border-radius: 0 6px 0 0;
}
.ar-lang .inner-page-table thead th:last-of-type {
    border-right: none;
    border-left: 1px solid #cbd6dd;
    border-radius: 6px 0 0 0;
}
.inner-page-table td:first-of-type {
    border-left: 1px solid #cbd6dd;
}
.ar-lang .inner-page-table td:first-of-type {
    border-left: none;
    border-right: 1px solid #cbd6dd;
}
.inner-page-table td:last-of-type {
    border-right: 1px solid #cbd6dd;
}
.ar-lang .inner-page-table td:last-of-type {
    border-right: none;
    border-left: 1px solid #cbd6dd;
}
.calculator {
    padding: 20px 0 10px 0;
}
.data-output {
    display: table;
    width: 100%;
}
.data-output__item {
    display: table-cell;
    font-size: 17px;
    color: #6a738b;
    text-align: center;
    vertical-align: top;
}
.data-output__heading {
    font-weight: 600;
    background: #e6ebf1;
    border-bottom: 1px solid #cbd6dd;
    border-top: 1px solid #cbd6dd;
    display: flex;
    height: 60px;
    padding: 0 10px;
}
.data-output__heading span {
    margin: auto;
}
.data-output .data-output__item:first-of-type .data-output__heading {
    border-left: 1px solid #cbd6dd;
    border-radius: 6px 0 0 0;
}
.ar-lang .data-output .data-output__item:first-of-type .data-output__heading {
    border-left: none;
    border-right: 1px solid #cbd6dd;
    border-radius: 0 6px 0 0;
}
.data-output .data-output__item:last-of-type .data-output__heading {
    border-right: 1px solid #cbd6dd;
    border-radius: 0 6px 0 0;
}
.ar-lang .data-output .data-output__item:last-of-type .data-output__heading {
    border-right: none;
    border-left: 1px solid #cbd6dd;
    border-radius: 6px 0 0 0;
}
.data-output .data-output__item:first-of-type .data-output__text {
    border-left: 1px solid #cbd6dd;
}
.ar-lang .data-output .data-output__item:first-of-type .data-output__text {
    border-left: none;
    border-right: 1px solid #cbd6dd;
}
.data-output .data-output__item:last-of-type .data-output__text {
    border-right: 1px solid #cbd6dd;
}
.ar-lang .data-output .data-output__item:last-of-type .data-output__text {
    border-right: none;
    border-left: 1px solid #cbd6dd;
}
.data-output__text {
    border-bottom: 1px solid #cbd6dd;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    flex-direction: column;
}
.data-output__text span {
    white-space: nowrap;
}
#form_calculator {
    margin: 0 0 60px 0;
}
.list-checked i {
    color: #25b372;
    margin: 0 10px 0 0;
}
.ar-lang .list-checked i {
    margin: 0 0 0 10px;
}
.right-menu {
    margin-bottom: 50px;
}
.list-numbered > li {
    padding: 0 0 15px 40px;
    counter-increment: item-1;
    position: relative;
}
.ar-lang .list-numbered > li {
    padding: 0 40px 15px 0;
}
.ar-lang [dir="ltr"] .list-numbered > li {
    padding: 0 0 15px 40px;
}
.list-numbered > li:last-of-type {
    padding-bottom: 0;
}
.list-numbered > li:before {
    content: counter(item-1);
    font-size: 15px;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -1px;
    background: #25b372;
    text-align: center;
}
.ar-lang .list-numbered > li:before {
    left: auto;
    right: 0;
}
.ar-lang [dir="ltr"] .list-numbered > li:before {
    left: 0;
    right: auto;
}
.inner-page h3 {
    color: #363946;
    font-size: 18px;
    text-transform: uppercase;
}
.text-success {
    color: #25b372 !important;
}
.overlayer {
    background: #f5f7f8;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.webinar-page .warning-text {
    color: red!important;
    text-align: center;
}
.menu-dropdown {
    position: absolute;
    left: 0;
    width: 220px;
    border-radius: 6px;
    background: #242630;
    top: 100%;
    margin: 5px 0 0 0;
    z-index: 200;
}
.ar-lang #menu-dropdown {
    left: auto;
    right: 0;
}
.menu-dropdown li:first-of-type {
    padding: 10px 0 0 0;
}
.menu-dropdown li:last-of-type {
    padding: 0 0 10px 0;
}
.menu-dropdown a {
    color: #6a6f8a;
    text-decoration: none;
    font-size: 15px;
    border-left: 7px solid transparent;
    padding: 12px 15px;
    display: inline-block;
    width: 100%;
}
.ar-lang #menu-dropdown a {
    border: none;
    border-right: 7px solid transparent;
}
.menu-dropdown a:hover {
    color: #fff;
    background: #3b4151;
    border-left-color: #f8131e;
}
.ar-lang #menu-dropdown a:hover {
    border-right-color: #f8131e;
}
.menu-dropdown a i {
    margin: 0 15px 0 0;
    width: 18px;
    text-align: center;
}
.ar-lang #menu-dropdown a i {
    margin: 0 0 0 15px;
}
#education iframe[src*=calendar] {
    min-width: 450px;
}
#education iframe[src*=ebook] {
    min-width: 420px;
}
.list-numbered > li p {
    margin: 0 0 15px 0;
}
.list-numbered > li ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-numbered > li > ol > li {
    padding: 0 0 15px 40px;
    counter-increment: item-2;
    position: relative;
}
.ar-lang .list-numbered > li > ol > li {
    padding: 0 40px 15px 0;
}
.ar-lang [dir="ltr"] .list-numbered > li > ol > li {
    padding: 0 0 15px 40px;
}
.list-numbered > li > ol > li:before {
    content: counter(item-1) '.' counter(item-2);
    font-size: 15px;
    color: #25b372;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    position: absolute;
    left: 0;
    top: -1px;
    background: #e6ebf1;
    text-align: center;
    padding: 0 3px;
}
.ar-lang .list-numbered > li > ol > li:before {
    left: auto;
    right: 0;
}
.ar-lang [dir="ltr"] .list-numbered > li > ol > li:before {
    left: 0;
    right: auto;
}
.list-numbered > li > ol > li li {
    padding: 0 0 15px 25px;
    position: relative;
}
.ar-lang .list-numbered > li > ol > li li {
    padding: 0 25px 15px 0;
}
.ar-lang [dir="ltr"] .list-numbered > li > ol > li li {
    padding: 0 0 15px 25px;
}
.list-numbered > li > ol > li li:before {
    width: 11px;
    height: 11px;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background: #25b372;
}
.ar-lang .list-numbered > li > ol > li li:before {
    left: auto;
    right: 0;
}
.ar-lang [dir="ltr"] .list-numbered > li > ol > li li:before {
    left: 0;
    right: auto;
}
.list-numbered > li > ol > li li li:before {
    background: transparent;
    border: 1px solid #25b372;
}
.list-numbered > li li:last-of-type, .ar-lang .list-numbered > li li:last-of-type, .ar-lang [dir="ltr"] .list-numbered > li li:last-of-type {
    padding-bottom: 0;
}
.login-form {
    width: 100%;
    max-width: 400px;
    margin: 60px auto 80px auto;
}
.login-form .text-right a {
    color: #25b372;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0;
}
.login-form .btn-group {
    width: 100%;
    display: inline-block;
}
.login-page-logined {
    margin: 50px 0;
}
.login-page-logined li {
    margin: 0 0 40px 0;
}
.login-page-logined i {
    font-size: 72px;
    color: #e1e3eb;
}
.login-page-logined h4 {
    margin: 20px 0;
}
.login-page-logined p {
    margin: 0 0 25px 0;
}
.registration {
    margin: 60px auto 80px auto;
    max-width: 700px;
}
.checkbox-label {
    position: relative;
    padding: 0 0 0 35px;
}
.ar-lang .checkbox-label {
    padding: 0 35px 0 0;
}
.checkbox-label i {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    border: 1px solid #d6dce4;
    left: 0;
    top: 0;
    line-height: 22px;
    text-align: center;
    color: transparent;
    transition: 0.3s;
}
.ar-lang .checkbox-label i {
    left: auto;
    right: 0;
}
.checkbox-label input:checked + i {
    color: #25b372;
}
.form-error .checkbox-label i {
    border-color:#dc3545;
}
.registration .checkbox-label {
    margin: 0 0 19px 0;
}
.tm-inner-page {
    margin: 50px 0 70px 0;
}
.withdrawal-payment {
    background: #fff;
    border-radius: 6px;
    padding: 30px 25px 40px 25px;
    overflow: hidden;
    box-shadow: 0 0 9px 0 rgba(125,136,196,0.65);
    transition: 0.5s;
    max-height: 110px;
    position: relative;
    will-change: height;
}
.withdrawal-payment:hover {
    z-index: 2;
    max-height: 400px;
    box-shadow: 0 0 50px 0 rgba(125,136,196,0.65);
}
.withdrawal-img {
    float: left;
    width: 120px;
    border-right: 1px dotted #9197bc;
    height: 50px;
    position: relative;
}
.ar-lang .withdrawal-img {
    float: right;
    border: none;
    border-left: 1px dotted #9197bc;
}
.withdrawal-img img {
    position: absolute;
    left: 0;
    right: 25px;
    top: 0;
    bottom: 0;
    max-width: 75%;
    max-height: 70px;
    margin: auto;
}
.ar-lang .withdrawal-img img {
    left: 25px;
    right: 0;
}
.withdrawal-payment h3 {
    display: flex;
    position: relative;
    padding: 0 50px 0 35px;
    height: 50px;
    text-transform: none;
    align-items: center;
    font-size: 20px;
    margin: 0;
}
.ar-lang .withdrawal-payment h3 {
    padding: 0 35px 0 50px;
}
.withdrawal-payment h3 i {
    position: absolute;
    right: 0;
    color: #abaeb9;
    font-size: 18px;
    transition: 0.3s;
}
.ar-lang .withdrawal-payment h3 i {
    right: auto;
    left: 0;
}
.withdrawal-payment:hover h3 i {
    transform: rotate(90deg);
}
.ar-lang .withdrawal-payment:hover h3 i {
    transform: rotate(-90deg);
}
.withdrawal-payment p {
    clear: both;
    margin: 40px 0 35px 0;
}
.withdrawal-payment a {
    text-decoration: none;
    color: #25b372;
    display: inline-block;
    position: relative;
    padding: 3px 0 3px 32px;
}
.ar-lang .withdrawal-payment a {
    padding: 3px 32px 3px 0;
}
.withdrawal-payment a i {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -11px 0 0 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #25b372;
    line-height: 18px;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
}
.ar-lang .withdrawal-payment a i {
    left: auto;
    right: 0;
}
.withdrawal-page .row {
    height: 110px;
    margin: 0 -15px 70px -15px;
}
.navigation {
    margin: 40px 0 60px 0;
    text-align: center;
    width: 100%;
}
.navigation * {
    display: inline-block;
    font-size: 16px;
}
.navigation span, .navigation a {
    min-width: 32px;
    height: 32px;
    background: #e6ebf1;
    text-decoration: none;
    color: #25b372;
    line-height: 32px;
    padding: 0 5px;
    border-radius: 4px;
    margin: 0 2px 5px 2px;
}
.navigation span {
    color: #363946;
    opacity: 0.3;
}
.navigation a:hover {
    background: #25b372;
    color: #fff;
}
.navigation i {
    font-size: 18px;
}
.blog-soc {
    margin: 40px 0 20px;
    direction: ltr;
}
.pluso-wrap {
    display: inline !important;
    padding-right: 50px !important;
}
.pluso-counter b {
    top: -11px !important;
    left: 0 !important;
    padding: 6px 10px !important;
}
.pluso-counter {
    height: 26px;
    display: inline-block;
    margin: 0 0 0 -30px;
    padding-right: 0 !important;
}
.fullstory-top p {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.fullstory-top img {
    width: 100%;
    margin: 0 0 40px 0;
}
.fullstory-top h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 35px 0;
}
.fullstory-content h1, .fullstory-content h2, .fullstory-content h3, .fullstory-content h4, .fullstory-content h5, .fullstory-content h6 {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.fullstory-content h2,
.fullstory-content h3{
    margin-top: 20px;
}

.fullstory-content {
    font-size: 16px;
}
.fullstory-content figcaption {
    margin: 10px 0 0 0;
    font-style: italic;
    transform: skewX(-10deg);
}
.fullstory-content i {
    font-style: italic;
    transform: skewX(-10deg);
}
.fullstory-content p {
    margin: 0;
}
.fullstory-content ul, .fullstory-content ol {
    padding: 0;
    list-style-type: none;
}
.fullstory-content ul li, .fullstory-content ul ul li, .fullstory-content ul ol li, .fullstory-content ol ol li, .fullstory-content ol ul li {
    padding: 0 0 10px 25px;
    position: relative;
}
.fullstory-content ul li:before, .fullstory-content ul ul li:before, .fullstory-content ul ol li:before, .fullstory-content ol ol li:before, .fullstory-content ol ul li:before {
    width: 11px;
    height: 11px;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background: #25b372;
}
.fullstory-content ol li {
    padding: 0 0 10px 40px;
    counter-increment: item-1;
    position: relative;
}
.fullstory-content ul li:last-of-type, .fullstory-content ol li:last-of-type {
    padding-bottom: 0;
}
.fullstory-content ol li:before {
    content: counter(item-1);
    font-size: 15px;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -1px;
    background: #25b372;
    text-align: center;
}
.first-steps .step {
    color: #6a738b;
}
.first-steps h2 {
    position: relative;
    font-size: 30px;
    margin: 190px 0 15px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.first-steps .step:first-of-type h2, .first-steps .step:last-of-type h2 {
    margin-top: 100px;
}
.first-steps h2:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 120px;
    background: #bcc1d6;
    top: 50%;
    left: -150px;
}
.first-steps .step:nth-of-type(even) h2:before {
    left: auto;
    right: -150px;
}
.ar-lang .first-steps h2:before {
    left: auto;
    right: -150px;
}
.ar-lang .first-steps .step:nth-of-type(even) h2:before {
    right: auto;
    left: -150px;
}
.first-steps p {
    font-size: 25px;
}
.step-markets a {
    float: left;
    width: 160px;
    margin: 0 25px 10px 0;
}
.ar-lang .step-markets a {
    float: right;
    margin: 0 0 10px 25px;
}
.step-markets {
    display: inline-block;
    position: relative;
    margin: 50px 0 0 0;
}
.step-markets:before {
    position: absolute;
    content: '';
    width: 38px;
    height: 85px;
    background: url("../img/step-arrow.html") no-repeat center;
    background-size: contain;
    left: -70px;
    top: -42px;
}
.ar-lang .step-markets:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: auto;
    right: -70px;
}
.first-steps .step-start-trade {
    text-decoration: none;
    padding: 20px 30px 20px 105px;
    color: #fff;
    display: inline-block;
    position: relative;
    border-radius: 6px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    background: #25b372;
    margin: 50px 0 0 0;
}
.ar-lang .first-steps .step-start-trade {
    padding: 20px 145px 20px 70px;
}
.first-steps .step-start-trade i {
    position: absolute;
    left: 25px;
    font-size: 50px;
    top: 30px;
}
.ar-lang .first-steps .step-start-trade i {
    left: auto;
    right: 65px;
}
.first-steps .step-start-trade:hover {
    background: #19cb79;
}
.first-steps {
    margin: 0 0 100px 0;
}
.step-mobile {
    display: none;
}
.acc-type {
    float: left;
    width: 20%;
    text-align: left;
    background: #fff;
    position: relative;
    margin: 0 0 80px 0;
}
.ar-lang .acc-type {
    float: right;
}
.acc-types-wrap {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 60px 0 0 0;
}
.acc-types-wrap:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 200px;
    box-shadow: 0 0 90px 0 rgba(51, 54, 65, 0.46);
}
.acc-type-head {
    height: 80px;
    padding: 0 20px 0 75px;
    position: relative;
    border-radius: 8px 8px 0 0;
    transition: 0.3s;
    color: #3c404d;
    align-content: center;
    margin: -60px 0 -20px 0;
    z-index: 3;
}
.ar-lang .acc-type-head {
    padding: 0 75px 0 20px;
}
.acc-type-head img {
    position: absolute;
    left: 15px;
    width: 52px;
    top: 14px;
}
.ar-lang .acc-type-head img {
    left: auto;
    right: 15px;
}
.acc-type-head h2 {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
.acc-type:hover .acc-type-head {
    color: #fff;
    background: #3c404d;
}
.acc-type-head span {
    font-size: 18px;
    direction: ltr;
}
.acc-type-list {
    margin: 0;
    list-style-type: none;
    padding: 20px 20px 0 20px;
    border: 1px solid #d6d9e8;
    border-left: none;
    position: relative;
    transition: 0.3s;
}
.acc-type-list:first-of-type {
    border-left: 1px solid #d6d9e8;
}
.acc-type-list li {
    font-size: 15px;
    color: #888b99;
    height: 100px;
    border-bottom: 1px solid #d1d3df;
    line-height: 1.3;
}
.acc-type-list li span + span {
    color: #2e303a;
    text-align: right;
}
.acc-type-list li:last-of-type, .acc-type-list li:nth-last-of-type(2) {
    border: none;
}
.acc-type-list li span {
    width: 50%;
}
.ar-lang .acc-type-list li span {
    text-align: right;
}
.ar-lang .acc-type-list li span + span {
    text-align: left;
}
.acc-type:hover .acc-type-list {
    border-color: #fff;
    z-index: 2;
    box-shadow: 0 0 45px 0 #ced1e1;
}
.acc-types .acc-start-trade {
    width: 100%;
    display: inline-block;
    color: #fff;
    background: #25b372;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 15px 15px 60px;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
}
.acc-types .acc-start-trade i {
    font-size: 26px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.acc-types .acc-start-trade:hover {
    background: #fc0607;
}
.acc-type-list li:last-of-type {
    height: auto;
    padding: 10px 0 30px 0;
}
.success-pay {
    padding: 100px 0;
    text-align: center;
}
.success-pay img {
    width: 150px;
    margin: 0 0 30px 0;
}
.success-pay h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #1ca102;
    margin: 0;
}
.registration-profile-wrap {
    padding: 60px 0 80px 0;
}
.registration-profile-wrap .custom-btn {
    margin-top: 15px;
}
.calendar-wrapper {
    position: relative;
    padding: 0 0 0 300px;
    margin: 0 0 100px 0;
    box-shadow: 0 0 50px 0 rgba(63,71,101,0.3);
}
#calendar-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 89px;
    width: 300px;
    padding: 120px 30px 40px 30px;
    background: #747a94;
    background: -moz-linear-gradient(-45deg, #747a94 0%, #747a94 15%, #323540 50%, #131317 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #747a94), color-stop(15%, #747a94), color-stop(50%, #323540), color-stop(100%, #131317));
    background: -webkit-linear-gradient(-45deg, #747a94 0%, #747a94 15%, #323540 50%, #131317 100%);
    background: -o-linear-gradient(-45deg, #747a94 0%, #747a94 15%, #323540 50%, #131317 100%);
    background: -ms-linear-gradient(-45deg, #747a94 0%, #747a94 15%, #323540 50%, #131317 100%);
    background: linear-gradient(135deg, #747a94 0%, #747a94 15%, #323540 50%, #131317 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747a94', endColorstr='#131317', GradientType=1 );
}
#calendar-remind {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 300px;
    text-transform: uppercase;
    background: #25b372;
    font-size: 24px;
    color: #fff;
    z-index: 5;
    box-shadow: 0 0 15px 0 rgba(37, 179, 114, 0);
}
#calendar-remind:hover {
    box-shadow: 0 0 15px 0 rgba(37, 179, 114, 1);
}
#calendar-remind i {
    margin: -4px 15px 0 0;
    font-size: 32px;
    vertical-align: middle;
}
.ar-lang #calendar-remind i {
    margin: -4px 0 0 15px;
}
#calendar-remind:disabled {
    cursor: default;
}
#calendar-remind:disabled:before {
    content: 'Вебинар прошел';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #25b372;
    opacity: 0;
    transition: 0.3s;
    font-size: 18px;
    line-height: 90px;
    font-weight: 300;
}
html[lang="en"] #calendar-remind:disabled:before {
    content: 'Webinar has passed';
}
html[lang="fr"] #calendar-remind:disabled:before {
    content: 'Le webinaire est passé';
}
html[lang="it"] #calendar-remind:disabled:before {
    content: 'Il webinar è passato';
}
html[lang="es"] #calendar-remind:disabled:before {
    content: 'Webinario pasado';
}
html[lang="de"] #calendar-remind:disabled:before {
    content: 'Webinar ist leider vorbei';
}
html[lang="pt"] #calendar-remind:disabled:before {
    content: 'O seminário online já teve lugar';
}


#calendar-remind:disabled:hover:before {
    opacity: 1;
}
.fc-toolbar.fc-header-toolbar {
    position: absolute;
    left: 0;
    width: 300px;
    top: 35px;
    z-index: 2;
}
.fc-toolbar.fc-header-toolbar .fc-left, .fc-toolbar.fc-header-toolbar .fc-right {
    position: absolute;
    top: 0;
    right: 30px;
}
.fc-toolbar.fc-header-toolbar .fc-left {
    right: 72px;
}
.fc-toolbar.fc-header-toolbar button {
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    outline: none;
}
.fc-toolbar.fc-header-toolbar button:hover {
    color: #18dd83;
    border-color: #fff;
}
.fc-icon-left-single-arrow:after, .fc-icon-right-single-arrow:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: static;
    line-height: 30px;
    font-size: 24px;
}
.fc-icon-left-single-arrow:after {
    content: "\f104";
    margin: 0 0 0 -3px;
}
.fc-icon-right-single-arrow:after {
    content: "\f105";
    margin: 0 -3px 0 0;
}
.fc-toolbar.fc-header-toolbar button .fc-icon {
    display: inline;
}
.fc-toolbar.fc-header-toolbar .fc-center {
    width: 100%;
    padding: 0 110px 0 30px;
}
.fc-toolbar.fc-header-toolbar .fc-center h2 {
    float: none;
    /*text-transform: uppercase;*/
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    white-space: nowrap;
    line-height: 36px;
    text-align: left;
}
#eventPopup {
    color: #fff;
    height: 100%;
}
#eventPopup .event__start {
    position: relative;
    font-size: 24px;
    font-weight: 600;
}
/*#eventPopup .event__start:after {*/
    /*position: absolute;*/
    /*content: 'GMT +2';*/
    /*right: 0;*/
    /*top: 4px;*/
    /*font-weight: 300;*/
    /*font-size: 18px;*/
/*}*/
#eventPopup .event {
    position: relative;
    height: 100%;
}
#eventPopup .event__status {
    font-size: 18px;
    color: #23df89;
    text-transform: uppercase;
    margin: -5px 0 25px 2px;
}
#eventPopup .event__title {
    font-size: 16px;
    font-weight: 300;
}
#eventPopup .event__title-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.event-popup__content {
    height: 100%;
}
.event-narrator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.event-narrator .img-box {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
}
.event-narrator .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-narrator h4 {
    font-size: 22px;
    font-weight: 300;
    margin: 5px 0 0 0;
}
.fc table {
    width: 100%;
}
.fc-unthemed th.fc-day-header {
    font-size: 15px;
    font-weight: 500;
    color: #242731;
    height: 38px;
    vertical-align: middle;
    border: none;
}
.fc-head-container.fc-widget-header {
    border: none;
}
.fc-body .fc-day, .fc-content-skeleton > table, .fc-day-grid .fc-row {
    height: 90px !important;
}
.fc-widget-content .fc-scroller {
    height: auto !important;
    overflow: visible !important;
    margin: -1px;
}
.fc-row.fc-rigid .fc-content-skeleton {
    pointer-events: none;
    padding-bottom: 0;
}
#calendar td {
    border-color: transparent;
    height: 20px;
}
#calendar .fc-bg td {
    border-color: #d1d3da;
    transition: 0.3s;
    position: relative;
    tab-index: 0;
}
#calendar .fc-bg td:hover, #calendar .fc-bg td.selected {
    box-shadow: 0 0 40px 2px rgba(102,108,133,0.5);
    z-index: 2;
}
#calendar .fc-bg td.fc-today:hover, #calendar .fc-bg td.selected.fc-today:hover, #calendar .fc-bg td.fc-today.selected {
    box-shadow: inset 0 0 100px 0 #545a71, 0 0 40px 2px rgba(102,108,133,0.5);
    z-index: 2;
}
#calendar .fc-highlight {
    background: transparent;
    opacity: 0;
}
#calendar .fc-day-number {
    float: left;
    padding: 0;
    color: #63687e;
    font-size: 18px;
    font-weight: 300;
    margin: 9px 0 0 15px;
}
.ar-lang #calendar .fc-day-number {
    float: right;
    margin: 9px 15px 0 0;
}
#calendar .fc-row .fc-bg table {
    border: 1px solid #d1d3da;
    border-top: 0 hidden transparent;
}
#calendar .fc-row:first-of-type .fc-bg table {
    border: 1px solid #d1d3da;
}
#calendar .fc-head .fc-row table {
    border: none;
}
.calendar-other-month {
    opacity: 0.3;
}
.fc-event-container {
    padding: 0 0 0 15px !important;
    color: #7f849c;
    font-size: 15px;
    font-weight: 300;
}
.ar-lang .fc-event-container {
    padding: 0 15px 0 0 !important;
    text-align: right;
}
.fc-event-container .fc-event__start {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin: 2px 0 -5px -2px;
}
.fc-unthemed .fc-bg td.fc-today{
    background: #d9dbe4;
    box-shadow: inset 0 0 100px 0 #545a71;
}
#calendar .fc-today .fc-day-number, .fc-event-container.calendar-today {
    color: #fff;
}
.fc-row.fc-rigid {
    overflow: visible;
}
.fc-event-container.calendar-future .fc-event__start {
    color: #25b372;
}
.news-short-row {
    margin: 0 -10px 0 -30px;
}
.ar-lang .news-short-row {
    margin: 0 -30px 0 -10px;
}
.news-short {
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 40px 0 rgba(110,124,160,0);
    text-decoration: none !important;
    color: #6a738b !important;
}
.news-short:hover {
    box-shadow: 0 0 40px 0 rgba(110,124,160,0.7);
}
.news-short-img {
    float: left;
    width: 135px;
    height: 135px;
    overflow: hidden;
    border-radius: 4px;
}
.ar-lang .news-short-img {
    float: right;
}
.news-short-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-short-media {
    padding: 0 0 0 150px;
    position: relative;
    height: 100%;
}
.ar-lang .news-short-media {
    padding: 0 150px 0 0;
}
.news-short-date {
    left: 150px;
    bottom: -5px;
    position: absolute;
    font-weight: 300;
}
.news-short-date i {
    margin: 0 5px 0 0;
}
.ar-lang .news-short-date i {
    margin: 0 0 0 5px;
}
.news-short-category {
    position: absolute;
    left: 150px;
    bottom: 25px;
    padding: 0 7px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background: #25b372;
    border-radius: 4px;
}
.ar-lang .news-short-category, .ar-lang .news-short-date {
    left: auto;
    right: 150px;.
}
.news-short-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    line-height: 1.4;
    max-height: 75px;
}
.full-read-also {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.platforms-all-top h1 {
    margin-bottom: 50px;
}
.platforms-all-top p {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    width: 100%;
}
.platforms-all {
    margin-top: 30px;
    margin-bottom: 80px;
}
.platforms-all .platforms-all-img {
    margin: 0 20px 0 0;
    height: 120px;
}
.ar-lang .platforms-all .platforms-all-img {
    margin: 0 0 0 20px;
}
.platforms-all .flex {
    margin: 50px 0 0 0;
}
.platforms-all p {
    margin: 50px 0 0 0;
    font-size: 16px;
    color: #6a738b;
    font-weight: 300;
    width: 100%;
    /*max-width: 330px;*/

    height: 200px;
    overflow: hidden;
}
.platforms-all h2 {
    margin: 0;
    font-size: 17px;
    color: #1d1e23;
}
.platforms-all h2 strong {
    font-size: 25px;
    display: block;
}
.platforms-all-btns {
    margin-right: -20px;
}
.platforms-all-btns a {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.ar-lang .platforms-all-btns a {
    margin: 0 0 10px 10px;
}
.platforms-all-btns a + a, .ar-lang .platforms-all-btns a + a {
    margin: 0;
}
.platforms-all-btns img {
    height: 52px;
}
.deposit-wrap {
    padding: 50px 0 80px 0;
}
.deposit-summary {
    width: 380px;
    margin: 0 0 0 100px;
    min-width: 380px;
    padding: 0 40px;
    box-shadow: 0 0 40px 0 rgba(117,142,171,0.5);
    border-radius: 6px;
    height: auto;
}
.ar-lang .deposit-summary {
    margin: 0 100px 0 0;
}
.deposit-summary h3 {
    border-bottom: 6px dotted #eaeef2;
    padding: 25px 0 15px 0;
    margin: 0 0 30px 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #515669;
}
.dep-sum-top-info {
    font-size: 16px;
    font-weight: 300;
    color: #6a738b;
    border-bottom: 1px solid #eaeef2;
    padding: 10px 0;
}
.dep-sum-top-info .payment-icon img {
    height: 36px;
    margin: -3px 0;
}
.dep-sum-curr {
    margin-top: 15px;
    margin-bottom: 20px;
}
.dep-sum-total {
    font-size: 18px;
    color: #515669;
    font-weight: 600;
}
.deposit-summary__amount {
    font-size: 26px;
    margin: 0 0 -3px 0;
}
.deposit-summary__amount.usd-symbol:before, .deposit-summary__bonus.usd-symbol:before, .input-group-text.usd-symbol:before, .deposit-amount.usd-symbol:before {
    content: '$';
}
.deposit-summary__amount.eur-symbol:before, .deposit-summary__bonus.eur-symbol:before, .input-group-text.eur-symbol:before, .deposit-amount.eur-symbol:before {
    content: '€';
}
.deposit-summary__amount.gbp-symbol:before, .deposit-summary__bonus.gbp-symbol:before, .input-group-text.gbp-symbol:before, .deposit-amount.gbp-symbol:before {
    content: '£';
}
.deposit-summary .btn {
    margin: 30px 0 40px 0;
}
.deposit-summary__bonus {
    color: #25b372;
    margin: 10px 0 0 0;
}
.deposit-summary .checkbox-label {
    margin-top: 15px;
}
.deposits-amount-inner, .payment-methods-inner {
    height: 72px;
    border: 1px solid #d6dce4;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    color: #515669;
    margin: 0 0 15px 0;
    transition: 0.3s;
}
.deposits-amount-inner:hover, .payment-methods-inner:hover, .deposits-amount-inner.active, .payment-methods-inner.active {
    box-shadow: 0 0 40px 0 rgba(117,142,171,0.5);
    border-color: #fff;
}
.percentage-symbol:after {
    content: '%';
}
.deposits-amount-inner .deposit-bonus {
    font-size: 14px;
    margin: -5px 0 0 0;
    color: #a7acbe;
    font-weight: 400;
}
.payment-methods {
    margin: 50px 0 20px 0;
}
.payment-methods-inner img {
    max-width: 90%;
    max-height: 90%;
}
.payment-methods h2 {
    font-size: 16px;
    color: #6a738b;
    margin: 0 0 15px 0;
}
.deposit-left {
    width: 100%;
}
.amount-row {
    margin-top: 20px;
}
.platform-no-content {
    padding: 80px 0;
}
.platform-no-content h3 {
    text-transform: uppercase;
    margin: 0 0 50px 0;
}
.platform-no-content .btn {
    margin: 0 50px 10px 50px;
    width: 180px;
}
#webinar-remind h2 {
    color: #aab0ca;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.checkbox input {
    display: none;
}
.checkbox {
    display: inline-block;
    position: relative;
    padding: 0 0 0 28px;
    font-size: 16px;
    color: #242630;
}
.ar-lang .checkbox {
    padding: 0 28px 0 0;
}
.checkbox span {
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #d6dce4;
    transition: 0.3s;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: transparent;
}
.ar-lang .checkbox span {
    left: auto;
    right: 0;
}
.checkbox input:checked + span {
    color: #25b372;
}
.checkbox.disabled {
    pointer-events: none;
    opacity: 0.4;
}
.webinar-remind-checkboxes .checkbox {
    margin: 0 0 10px 0;
    width: 45%;
    white-space: nowrap;
}
.webinar-remind-checkboxes {
    margin: 15px 0 5px 0;
}
.btn:disabled {
    pointer-events: none;
}
#webinar-remind-full .modal-body, #webinar-remind-done .modal-body {
    padding: 40px 60px;
}
.fxred {
    color: #ff0000;
}
.slider .main-slider-img {
    display: none;
}
#submit-feedback-button {
    margin: 10px 0 0 0;
}
.table[data-v-74e19a77] {
    min-height: unset !important;
    margin: 0 0 20px 0;
}

.top-bar .sub-nav{
    margin-top: 0px;
    /*margin-right: 20px;*/

}

.regulation-ns__wrap div {
    display: inline-block;
}

.regulation-ns img{
    width: 66px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
    padding: 0;
}
.regulation-ns span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2em;
    margin-left: 20px;
    max-width: 300px;
}
.acc-btn-wrap{
    margin-bottom: 30px;
}
.mp-trades .acc-btn-wrap{
    justify-content: start;
    margin-top: 75px;
    margin-bottom: 0;
}
.mp-steps-wrap .acc-btn-wrap{
    justify-content: center;
}

.mp-steps-wrap .acc-btn-wrap{
    margin-bottom: 0;
}
.mp-advantages{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 50;
}

.mp-steps-wrap .acc-btn-wrap::before, .mp-steps-wrap .acc-btn-wrap::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 6px;
    background: #D5DAE7;
    align-self: center;
}

.mp-steps-wrap .acc-btn-wrap::before {
    margin-right: 30px;
}

.mp-steps-wrap .acc-btn-wrap::after {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .mp-steps-wrap .acc-btn-wrap::before, .mp-steps-wrap .acc-btn-wrap::after { 
        display: none;
    }
}

.protection-img{
    text-align: left;
}
header{
    background-color: #1f2026;
}

table.table-grey {
    border: 1px solid #d3d3d3;
    border-top: none;
    width: 100%;
    border-collapse: separate;
}

table.table-grey caption {
    background: #f7f7f7;
    border: 1px solid #d3d3d3;
    border-bottom: none;
    text-align: center;
    padding: 20px 0;
    caption-side: top;
}

table.table-grey a{
    color: #25b372;
}
table.table-grey .btn{
    color: #ffffff;
}
table.table-grey .btn:hover{
    color: #25b372;
}

table.table-grey caption h3 {
    display: inline-block;
    margin: auto;
    color: #16a37a;
    /* border-top: 2px solid #e9e9e9; */
    padding: 15px 25px;
}
table.table-grey tr:nth-child(odd) {
    background: #ffffff;
}

table.table-grey tr:nth-child(even) {
    background: #fafafa;
}

table.table-grey thead tr th, table.table-grey tbody tr td {
    padding: 5px;
}

table.table-grey thead tr th {
    background: #f7f7f7;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 400;
}

table.table-grey tr td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-weight: 300;
}

table.table-grey img{
    max-width: 50px;
}

.inner-text-link{
    color: #25b372;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    width: 100%;
}
.footer__socials {
    margin-top: 20px;
}
.socials__item{
    margin-left: 15px;
}
.socials__icon {
    display: block;
    width: 30px;
    height: 30px;
    fill: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.socials__item:hover .socials__icon {
    fill: #25b372;
}








/*------------------------Responsive-------------------------*/
@media (max-width: 1600px){
    .mp-container{
        max-width: 1340px;
    }
    .mp-trades-wrap:after,
    .mp-platform:after{
        width: calc(50% + 50px);
    }
    .mp-platform__image-block img {
        margin-right: 3px;
    }
    html[lang="es"] #main-nav > li > a, #main-nav > li > a {
        font-size: 14px;
    }
    .top-bar__account-block, .top-bar__language{
        margin-top: 8px;
    }
    .top-bar__language {
        margin-top: 8px;
    }
    .top-bar .sub-nav{
        margin-top: 2px;
    }
    .submenu-block{
        top: 65px;
    }
    .mp-trades-list{
        margin-top: 95px;
    }
    .mp-trades-nav li{
        font-size: 14px;
    }
    .mp-slider .item-slider-1, .mp-slider .item-slider-2, .mp-slider .item-slider-3{
        background-position: center right -350px;
    }
    .top-bar .logo{
        margin-top: 0;
    }
    .reg-providers-wrap img{
        height: 24px;
    }

}
@media (max-width: 1399.5px) {
    .top-bar__account-block, .top-bar__language{
        margin-top: 6px;
    }
    .top-bar__language {
        margin-top: 6px;
    }
    .submenu-block{
        top: 63px;
    }
    .mp-trades-list{
        margin-top: 90px;
    }
    .mp-trades-list li{
        font-size: 25px;
    }
    .mp-trades-list li i{
        margin: 5px 15px 0 0;
    }
    .mp-container{
        max-width: 1260px;
    }

    .slider .desc{
        max-width: 60%;
    }
    html[lang="es"] #main-nav > li > a{
        padding: 15px 3px;
        font-size: 14px;
    }

    #main-nav > li > a {
        font-size: 14px;
        padding: 14px 5px;
    }

    #main-nav > li > a i {
        margin: -2px 5px 0 0;
    }

    .top-bar__account-block .green a i {
        font-size: 20px;
        margin: 0 10px 0 0;
    }
    .top-bar__account-block .green a {
        height: 40px;
        padding: 11px 12px;
        font-size: 12px;
    }
    .top-bar__account-block .log-in-btn a {
        height: 40px;
        padding: 10px 12px;
        font-size: 12px;
        margin: 0 0 0 10px;
    }

    /*.language_current {*/
        /*padding: 9px 18px;*/
        /*height: 40px;*/
    /*}*/
    .language a {
        height: 34px;
        padding: 6px 0 0 0;
    }
    #main-nav {
        margin: 0 10px 0 0;
    }
    .top-bar__account-block, .top-bar__language {
        /*margin-top: 13px;*/
    }
    .top-bar .logo {
        margin: 0 0 0 0;
    }
    .foot-apps {
        float: left;
        width: 100%;
    }
    .foot-apps li {
        margin: 0 20px 10px 0;
    }
    .ar-lang .foot-apps li {
        margin: 0 0 10px 20px;
    }
    .bottom-foot .copyright {
        margin: 10px 0 40px 0;
    }
    .mp-vebinar .btn {
        right: 30px;
    }
    .ar-lang .mp-vebinar .btn {
        left: 30px;
    }
    .vebinar-time-bot {
        right: 385px;
    }
    .ar-lang .vebinar-time-bot {
        left: 385px;
    }
    .mp-vebinar {
        background: #2f313b;
        padding: 25px 740px 25px 110px;
        background-size: 300px auto;
    }
    .ar-lang .mp-vebinar {
        background: #2f313b;
        padding: 25px 110px 25px 740px;
        background-size: 300px auto;
    }
    .mp-vebinar h2 {
        font-size: 18px;
    }
    .mp-popular > div .tradingview-widget-container {
        margin: -45px -32px -50px -16px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    /*.ar-lang .mp-popular > div .tradingview-widget-container {
        margin: -45px -47px -50px 0;
    }*/
    .mp-popular {
        margin: 0 0 49px 0;
    }
    .mp-platform .img-fluid {
        margin: 60px 0 0 0;
    }
    .platforms-heading h1 {
        font-size: 42px;
    }
    .item-slider img {
        margin: 25% 0 -100% -15%;
    }
    .ar-lang .item-slider img {
        margin: 25% -15% -100% 0;
    }
    .top-bar .sub-nav{
        margin-right: 0;
    }
    .mp-slider .item-slider-1 {
        background-position: center right -470px;
    }
    .mp-slider .item-slider-2 {
        background-position: center right -470px;
    }
    .mp-slider .item-slider-3 {
        background-position: center right -470px;
    }
}
@media (max-width: 1280px){
    .top-bar__account-block .green a {
        height: 31px;
        padding: 7px 12px;
        font-size: 12px;
    }
    .top-bar__account-block .log-in-btn a{
        height: 31px;
        padding: 7px 12px;
    }
    .language_current {
        padding: 3px 18px;
        height: 32px;
    }
    .mp-slider .item-slider-1 {
        background-position: center right -530px;
    }
    .mp-slider .item-slider-2 {
        background-position: center right -530px;
    }
    .mp-slider .item-slider-3 {
        background-position: center right -530px;
    }
    .slider .desc .title{
        font-size: 40px;
    }
    .slider .desc {
        max-width: 57%;
    }
    .mp-header{
        display: inherit;
    }
    .top-bar .logo{
        width: 214px;
    }
    .top-bar{
        padding: 12px 0px 4px;
    }
    .top-bar .sub-nav{
        width: calc(100% - 214px);
        text-align: right;
        margin-top: 10px;
    }
    .top-bar #main-nav{
        display: inline-block;
    }
    .submenu-block{
        top: 101px;
    }
    #main-nav{
        margin-right: 0;
    }

    html[lang="es"] #main-nav > li > a {
        padding: 8px 3px 12px;
    }
    #main-nav > li > a {
        padding: 8px 3px 12px;
    }

    /*.top-bar .sub-nav{*/
        /*width: 100%;*/
        /*font-size: 15px;*/
    /*}*/

    /*.sub-close {*/
        /*display: none;*/
    /*}*/
}
@media (max-width: 1199.5px) {
    .socials{
        width: 100px;
    }
    #footer .logo{
        margin-right: 0;
    }
    .slider .btn-demo{
        margin-left: 0;
    }
    .mp-platform__image-block img {
        margin-right: 0px;
    }
    .mp-trades-wrap:after,
    .mp-platform:after{
        width: calc(50% + 0px);
    }
    .mp-trades-list {
        margin-top: 20px;
    }
    .mp-trades-list li {
        font-size: 22px;
    }
    .slider .desc{
        min-height: 210px;
    }
    #main-nav {
        margin: 0px 0 0 0;
    }
    /*.top-bar .sub-nav {*/
        /*width: 100%;*/
    /*}*/
    /*#main-nav > li > a {*/
        /*padding: 15px 5px;*/
    /*}*/
    /*.top-bar__account-block, .top-bar__language {*/
        /*margin-top: 2px;*/
    /*}*/
    .top-bar .logo {
        margin: 0px 0 0 0;
    }
    .foot-menu {
        margin: 30px 0 0 0;
    }
    #footer .copyright-block {
        margin: 40px 0;
    }
    .mp-trades-nav {
        justify-content: space-between;
        padding: 10px 0 40px 0;
    }
    .mp-trades-nav li {
        font-size: 16px;
    }
    /*.mp-trades {*/
        /*padding: 70px 50px;*/
    /*}*/
    .mp-vebinar .btn {
        right: 15px;
        padding: 10px 15px;
    }
    .ar-lang .mp-vebinar .btn {
        left: 15px;
    }
    #webinar-time > figure {
        width: 36px !important;
        margin: 0 15px 20px 0;
        font-size: 16px;
        height: 36px;
        line-height: 34px;
    }
    .ar-lang #webinar-time > figure {
        margin: 0 0 20px 15px;
    }
    #webinar-time figcaption {
        font-size: 14px !important;
        bottom: -20px;
    }
    .vebinar-time-bot h3, .ar-lang .vebinar-time-bot h3 {
        font-size: 16px;
        margin: 0 0 10px 0;
        float: none;
    }
    .vebinar-time-bot h3 br {
        display: none;
    }
    .vebinar-time-bot {
        right: 315px;
    }
    .ar-lang .vebinar-time-bot {
        left: 315px;
    }
    .mp-vebinar {
        background: #2f313b;
        padding: 25px 530px 25px 100px;
        background-size: 300px auto;
    }
    .ar-lang .mp-vebinar {
        background: #2f313b;
        padding: 25px 100px 25px 530px;
        background-size: 300px auto;
    }
    .mp-title {
        font-size: 32px;
        margin: 0 0 35px 0;
    }
    .mp-bullet {
        padding: 0 0 30px 30px;
        font-size: 16px;
    }
    .ar-lang .mp-bullet {
        padding: 0 30px 50px 0;
    }
    .mp-bullet i {
        top: 3px;
        font-size: 18px;
    }
    .mp-popular > div .tradingview-widget-container {
        margin: -40px -62px -60px -14px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    /*.ar-lang .mp-popular > div .tradingview-widget-container {
        margin: -40px -71px -60px 0;
    }*/
    .mp-popular {
        margin: 0 0 54px 0;
    }
    .ar-lang .mp-popular {
        margin: 0 0 63px 0;
    }
    [lang="en"] .mp-popular {
        margin: 0 0 30px 0;
    }
    .mp-trades-nav-content h3 {
        font-size: 22px;
        margin: 8px 0 90px 0;
    }
    .mp-platform h3 {
        font-size: 35px;
        /* margin: 35px 0 15px 0; */
    }
    .mp-steps-wrap, .mp-odds {
        margin: 60px 0;
    }
    .mp-platform p, .mp-platform-list {
        margin: 0 0 30px 0;
    }
    .mp-platform-list li {
        font-size: 24px;
    }
    .mp-platform .img-fluid {
        margin: 40px 0 0 0;
    }
    .mp-steps {
        margin: 0 -30px;
    }
    .mp-steps li {
        padding: 0 30px 30px 30px;
    }
    .mp-steps li div:after {
        right: -60px;
    }
    .ar-lang .mp-steps li div:after {
        left: -60px;
    }
    .mp-steps-wrap .start-trade .btn {
        margin: 20px 0 0 0;
    }
    .seo-text-title {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    .seo-text p {
        font-size: 16px;
        margin: 0 0 45px 0;
    }
    .seo-text .btn {
        margin: 0 0 20px 0;
    }
    #google-container {
        height: 440px;
    }
    .main-title {
        margin: 0 0 35px 0;
        font-size: 36px;
    }
    .right-menu-tit {
        margin: -15px 0 0 0;
    }
    .about-wrap p {
        margin: 0 0 40px 0;
    }
    .about-wrap h2 {
        font-size: 20px;
        margin: 0 0 35px 0;
    }
    .about-ul li img {
        margin: 0 30px 0 0;
    }
    .ar-lang .about-ul li img {
        margin: 0 0 0 30px;
    }
    .about-ul li {
        margin: 0 0 40px 0;
    }
    .start-trade .btn {
        padding: 17px 30px 0 90px;
        font-size: 20px;
        height: 80px;
        margin: 0 0 80px 0;
    }
    .ar-lang .start-trade .btn {
        padding: 17px 90px 0 30px;
    }
    .withdrawal-start-trade.start-trade .btn {
        padding-top: 25px;
    }
    .start-trade .btn span {
        font-size: 13px;
        margin: -3px 0 0 0;
    }
    .start-trade .btn i {
        left: 20px;
        top: 20px;
        font-size: 42px;
    }
    .ar-lang .start-trade .btn i {
        right: 20px;
    }
    .aff-program .start-trade .btn {
        padding-top: 26px;
    }
    .platforms-heading {
        padding: 40px;
    }
    .platforms-heading h1 {
        font-size: 38px;
    }
    .withdrawal-page .row {
        height: auto;
        margin: 0 -15px;
    }
    .withdrawal-payment {
        margin: 0 0 30px 0;
    }
    .first-steps h2 {
        margin: 120px 0 15px 0;
    }
    .first-steps .step:first-of-type h2, .first-steps .step:last-of-type h2 {
        margin-top: 70px;
    }
    .acc-type-list {
        padding: 20px 15px 0 15px;
    }
    .acc-type-list li {
        font-size: 14px;
    }
    .acc-types .acc-start-trade {
        font-size: 15px;
    }
    .platforms-all p {
        height: 210px;
    }
    .platforms-all .platforms-all-img {
        height: 100px;
    }
    .platforms-all-btns img {
        height: 42px;
        margin: 5px 0 0 0;
    }
    .platforms-all-btns {
        margin-right: -10px;
    }
    .deposit-summary {
        width: 340px;
        margin: 0 0 0 30px;
        min-width: 340px;
        padding: 0 30px;
    }
    .ar-lang .deposit-summary {
        margin: 0 30px 0 0;
    }
    .platform-item a {
        margin: 60px auto 45px auto;
    }
    .platform-item a > span {
        font-size: 20px;
        top: 2px;
        left: 38px;
    }
    .slider .desc .title, .slider .desc .text {
        font-size: 24px;
    }
    .item-slider img {
        margin: 25% 0 -100% -25%;
        /*width: 500px;*/
    }
    .ar-lang .item-slider img {
        margin: 25% -25% -100% 0;
    }
    .top-menu-toggle {
        margin: 6px 0 0 20px;
    }
    table.table-grey .btn{
        font-size: 12px;
    }
}
@media (max-width: 991.5px) {


    .mp-trades-wrap:after {
        display: none;
    }
    .mp-trades .acc-btn-wrap{
        margin-bottom: 50px;
        justify-content: center;
    }
    .mp-trades-nav{
        justify-content: space-around;
    }
    .list-icon {
        width: 22.67px;
        height: 22.67px;
        min-width: 22.67px;
        min-height: 22.67px;
    }
    .mp-trades-list li i {
        margin: 0px 15px 0 0;
    }
    .mp-trades-list{
        max-width: 485px;
        margin: 0 auto;
    }
    .mp-trades-list li {
        font-size: 18px;
    }
    .mp-trades h2{
        text-align: center;
    }
    .regulation-ns__wrap{
        margin: 15px 0;
    }
    .top-bar .logo {
        width: 131px;
    }
    .top-menu-toggle {
        float: right;
        display: block;
        width: 36px;
        height: 36px;
        margin: 5px 0 0 20px;
        padding: 0;
        font-size: 22px;
        color: #8699aa;
        outline: none !important;
        line-height: 36px;
    }
    .top-menu-toggle.active i:before {
        content: "\f00d";
        font-size: 18px;
    }
    .top-menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 50;
        background: #242630;
        top: 100%;
    }
    .top-menu.close {
        display: block;
    }
    #main-nav > li > a, #main-nav > li > a:hover {
        /*padding: 10px 0;*/
        /*font-size: 18px;*/
        color: #fff;
    }
    #main-nav > li > a i, #main-nav > li > a:hover i {
        color: #25ab6e;
        transform: rotate(-90deg);
    }
    #main-nav > li > a.selected i {
        transform: none;
    }
    #main-nav > li, .ar-lang #main-nav > li {
        width: 100%;
        float: none;
    }
    #main-nav {
        margin: 15px auto;
        max-width: 780px;
        width: 100%;
        padding: 0 15px;
    }
    .submenu-block {
        position: static;
        padding: 10px 0 0 3px;
        border-left: 3px solid #25b372;
        margin: 0 0 0 4px;
    }
    .ar-lang .submenu-block {
        border: none;
        border-right: 3px solid #25b372;
        margin: 0 4px 0 0;
        padding: 10px 3px 0 0;
    }
    .submenu-box .box .submenu a {
        font-size: 14px;
        padding: 7px 15px 7px 25px;
        min-width: 150px;
    }
    .submenu-box .box .title-submenu i {
        margin: 0 12px 0 0;
        font-size: 20px;
        width: auto;
    }
    .submenu-box .box .title-submenu {
        font-size: 18px;
        margin: 0 0 6px 0;
    }
    .top-menu .submenu-box .row > div {
        margin: 0 0 20px 0;
    }
    .top-menu .submenu-box .row > div:last-of-type {
        margin: 0;
    }
    .submenu-box .box .title {
        font-size: 18px;
        margin: 0 0 15px 0;
    }
    .submenu-box .box .desc {
        margin: 0 0 8px 0;
    }

    /* .providers{
        justify-content: center !important;
    } */
    .providers span {
        width: 100%;
        display: block;
        text-align: center;
    }
    .providers img{
        margin: 5px;
    }
    .corp-providers img{
        margin-right: 30px;
    }
    .protection-item .header span{
        font-size: 16px;
    }


    /* .mp-platform .header{
        text-align: center;
    } */
    /* .mp-platform .header img,
    .ar-lang .mp-platform .header img{
        padding-top: 30px;
        position: inherit;
        display: inline-block;
    } */
    
    .submenu-box .box .title {
        font-size: 22px;
    }
    .submenu-box .box .desc {
        line-height: 1.6;
        font-size: 14px;
    }
    .slider .item-slider {
        padding: 0 0px 60px 0px;
        /* min-height: 630px; */
    }
    .slider-app-btns {
        right: 50px;
        bottom: 10px;
    }
    .slider-nav-wrap {
        /*left: 90px;*/
        bottom: 35px;
    }

    .slider .desc {
        margin-bottom: 0;
    }
    .desc-mobile{
        min-height: 720px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .slider .desc-title__wrap {
        margin-right: 0;
    }

    .slider .desc__regulation {
        display: block;
    }
    
    .slider .desc .title, .slider .desc .text {
        font-size: 24px;
    }
    .slider .slider-content {
        font-size: 16px;
    }
    .slider .desc {
        padding: 40px 0;
        min-height: auto;
        text-align: center;
        max-width: 100%;
    }
    .slider .btn, .mp-odds .btn {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
    .instruments .item img {
        width: 46px;
        min-width: 46px;
        margin: 0 20px 0 0;
        height: 42px;
    }
    .instruments .item {
        margin: 0 20px 20px 20px;
        max-width: 200px;
        font-size: 16px;
    }
    .instruments .item span {
        font-size: 14px;
    }
    .instruments {
        padding: 30px 20px 10px 20px;
    }
    .mp-title {
        font-size: 28px;
        margin: 0 0 30px 0;
    }
    .mp-advantages {
        margin: 0 0 30px 0;
    }
    .mp-trades-nav-content h3 {
        margin: 50px 0 20px 0;
    }
    .mp-trades {
        padding: 100px 0 50px;
    }
    .mp-platform h3 {
        font-size: 36px;
    }
    .mp-platform .img-fluid {
        margin: 40px auto;
        display: block;
        width: 400px;
    }
    .mp-vebinar {
        background: #2f313b;
        padding: 25px 360px 25px 100px;
    }
    .ar-lang .mp-vebinar {
        background: #2f313b;
        padding: 25px 100px 25px 320px;
    }
    .vebinar-time-bot {
        right: 160px;
    }
    .ar-lang .vebinar-time-bot {
        left: 100px;
    }
    [lang="en"] .vebinar-time-bot {
        right: 135px;
    }
    .mp-steps {
        margin: 0 -15px;
    }
    .mp-steps li {
        padding: 0 15px 10px 15px;
    }
    .mp-steps h3 {
        margin: 15px 0 10px 0;
        font-size: 18px;
    }
    .mp-steps p {
        font-size: 16px;
    }
    .mp-steps li div:after {
        background-size: auto 32px !important;
        right: -46px;
        z-index: 5;
    }
    .ar-lang .mp-steps li div:after {
        left: -46px;
    }
    .seo-text .btn {
        height: 50px;
        padding: 13px 25px 0 20px;
    }
    .ar-lang .seo-text .btn {
        padding: 13px 20px 0 25px;
    }
    .seo-text .btn i {
        margin: -6px 15px 0 0;
    }
    .ar-lang .seo-text .btn i {
        margin: -6px 0 0 15px;
    }
    .invoke-call {
        right: 60px;
    }
    #chat-widget-container {
        display: none!important;
    }
    .contact-wrap {
        margin: 0 0 60px 0;
    }
    .contact-wrap textarea {
        height: 90px;
    }
    .breadcrumbs-wrap {
        margin: 5px 0 60px 0;
    }
    #google-container {
        height: 350px;
    }
    .main-title {
        font-size: 32px;
    }
    .right-menu-tit {
        font-size: 20px;
        margin: -10px 0 0 0;
        padding: 30px 0 30px 0px;
        /*background: url(../img/right-menu-tit-bg.png) no-repeat left center;*/
        background-size: 26px auto;
    }
    .ar-lang .right-menu-tit {
        padding: 30px 0px 30px 0;
        /*background: url(../img/right-menu-tit-bg.png) no-repeat right center;*/
        background-size: 26px auto;
    }
    .right-menu-ul a {
        font-size: 16px;
        padding: 10px 15px;
    }
    .platforms-heading .btn {
        height: 60px;
        padding: 15px 25px 0 25px;
        font-size: 20px;
    }
    .platforms-heading__list {
        margin: 20px 0 10px 0;
    }
    .platforms-heading h1 {
        font-size: 32px;
    }
    .platforms h2 {
        font-size: 28px;
        margin: 25px 0 20px 0;
    }
    .btn-platform-mobile {
        width: 140px;
    }
    .inner-page h2 {
        margin: 0 0 30px 0;
        font-size: 22px;
    }
    .inner-page p, .inner-page ul, .inner-page ol, .inner-page table, .inner-page h3, .inner-page .alert {
        margin: 0 0 30px 0;
    }
    .inner-page-table {
        font-size: 15px;
    }
    .inner-page-table td, .inner-page-table th {
        padding: 10px 0 10px 15px;
    }
    .inner-page-table td:last-of-type, .inner-page-table th:last-of-type {
        padding-right: 15px;
    }
    .ar-lang .inner-page-table td, .ar-lang .inner-page-table th {
        padding: 10px 15px 10px 0;
    }
    .ar-lang .inner-page-table td:last-of-type, .ar-lang .inner-page-table th:last-of-type {
        padding-left: 15px;
    }
    .data-output {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .data-output__item {
        display: inline-block;
        width: 100%;
        font-size: 15px;
    }
    .data-output__item > * {
        width: 50%;
        float: left;
    }
    .data-output__heading, .data-output__text {
        border-right: 1px solid #cbd6dd !important;
        border-left: none !important;
    }
    .data-output__heading {
        border-left: 1px solid #cbd6dd !important;
        border-top: none;
    }
    .data-output .data-output__item:first-of-type .data-output__heading {
        border-top: 1px solid #cbd6dd;
    }
    .ar-lang .data-output .data-output__item:first-of-type .data-output__heading {
        border-radius: 6px 0 0 0;
    }
    .data-output .data-output__item:first-of-type .data-output__text {
        border-top: 1px solid #cbd6dd;
        border-radius: 0 6px 0 0;
    }
    .data-output .data-output__item:last-of-type .data-output__heading {
        border-radius: 0 0 0 6px;
    }
    .data-output .data-output__item:last-of-type .data-output__text {
        border-radius: 0 0 6px 0;
    }
    .ar-lang .data-output .data-output__item:last-of-type .data-output__heading {
        border-radius: 0 0 0 6px;
    }
    .calculator {
        padding: 0;
    }
    .fullstory-top h1 {
        font-size: 28px;
    }
    .first-steps h2 {
        font-size: 24px;
    }
    .first-steps p {
        font-size: 18px;
    }
    .first-steps h2:before {
        width: 70px;
        left: -100px;
    }
    .first-steps .step:nth-of-type(even) h2:before {
        right: -100px;
    }
    .ar-lang .first-steps h2:before {
        right: -100px;
    }
    .ar-lang .first-steps .step:nth-of-type(even) h2:before {
        left: -100px;
    }
    .first-steps h2 {
        margin: 90px 0 15px 0;
    }
    .step-markets a {
        width: 120px;
        margin: 0 10px 10px 0;
    }
    .ar-lang .step-markets a {
        margin: 0 0 10px 10px;
    }
    .step-markets:before {
        left: -60px;
        top: -50px;
    }
    .ar-lang .step-markets:before {
        right: -60px;
    }
    .step-markets {
        margin: 30px 0 0 0;
    }
    .first-steps .step:first-of-type h2, .first-steps .step:last-of-type h2 {
        margin-top: 50px;
    }
    .first-steps .step-start-trade i {
        font-size: 42px;
        top: 22px;
    }
    .ar-lang .first-steps .step-start-trade i {
        right: 45px;
    }
    .first-steps .step-start-trade {
        padding: 15px 25px 15px 95px;
        font-size: 18px;
        margin: 30px 0 0 0;
    }
    .ar-lang .first-steps .step-start-trade {
        padding: 15px 115px 15px 45px;
    }
    .first-steps {
        margin: 0 0 70px 0;
    }
    .acc-types-wrap:before {
        display: none;
    }
    .acc-type {
        float: none;
        width: 200px;
        margin: 0 10px 90px 10px;
        display: inline-block;
    }
    .ar-lang .acc-type {
        float: none;
    }
    .acc-types-wrap {
        margin: 60px 0 -30px 0;
    }
    .registration-profile-wrap {
        padding: 40px 0 60px 0;
    }
    .fc-event-container .fc-event__start {
        display: none;
    }
    .fc-event-container .fc-event__status {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        overflow: hidden;
        text-indent: 5555px;
        box-sizing: border-box;
        display: block;
        background: #7f849c;
        margin: 0 auto;
    }
    .fc-event-container.calendar-today .fc-event__status {
        background: #fff
    }
    .fc-event-container.calendar-future .fc-event__status {
        background: #25b372;
    }
    .fc-body .fc-day, .fc-content-skeleton > table, .fc-day-grid .fc-row {
        height: 70px !important;
        min-height: unset !important;
    }
    .fc-event-container, .ar-lang .fc-event-container {
        padding: 0 !important;
    }
    #calendar .fc-day-number, .ar-lang #calendar .fc-day-number {
        float: none;
        margin: 22px 0 0 -1px;
        display: block;
        text-align: center;
    }
    #calendar-remind {
        height: 70px;
    }
    #calendar-remind:disabled:before {
        line-height: 70px;
    }
    #calendar-left {
        bottom: 69px;
    }
    .event-narrator {
        display: none;
    }
    .calendar-wrapper {
        margin: 0 0 70px 0;
    }
    .platforms-all-top h1 {
        margin-bottom: 30px;
    }
    .platforms-all-top p {
        font-size: 15px;
    }
    .platforms-all p {
        height: auto;
        max-width: unset;
        margin: 30px 0 20px 0;
    }
    .amount-row {
        margin-top: 10px;
    }
    .payment-methods {
        margin: 10px 0;
    }
    .deposit-wrap {
        padding: 30px 0 50px 0;
    }
    .platform-item a {
        margin: 50px auto 30px auto;
    }
    .platform-item a > span {
        font-size: 18px;
        top: 0;
        left: 26px;
    }
    .item-slider img {
        margin: 10% 0 -100% -15%;
        width: 450px;
    }
    .ar-lang .item-slider img {
        margin: 10% -15% -100% 0;
    }
    .item-slider.item-slider-3 img {
        margin-left: -5%;
    }
    .ar-lang .item-slider.item-slider-3 img {
        margin-left: 0;
        margin-right: -5%;
    }
    .acc-type-list {
        box-shadow: 0 0 45px 0 #ced1e1;
        border: none !important;
        border-radius: 4px;
    }
    #submit-feedback-button {
        margin: 0;
    }
    .ar-lang .mp-popular {
        margin: 0 0 50px 0;
    }
    .item-slider img {
        display: none;
    }
    .slider .item-slider .main-slider-img, .ar-lang .slider .item-slider .main-slider-img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 450px;
    }

    /*.mp-slider .item-slider-3 .main-slider-img {*/
        /*max-width: 250px;*/
    /*}*/

    .mp-slider{
        -webkit-background-size: cover;
        background-size: cover;
    }

    .mp-slider .item-slider-1 {
        background-image:  url('../img/slide1-mob_bg.jpg');
    }
    .mp-slider .item-slider-2 {
        background-image:  url('../img/slide2-mob_bg.jpg');
    }
    .mp-slider .item-slider-3 {
        background-image:  url('../img/slide3-mob_bg.jpg');
        background-position: left center;
        background-size: auto 100%;
    }

    .mp-slider .item-slider-3 .main-slider-img {
        /*visibility: hidden;*/
    }

    #main-nav > li > a{
        font-size: 14px;
    }
    .acc-btn-wrap{
        text-align: center;
        justify-content: center;
        margin-top: 30px;
    }
    .acc-btn-wrap a{
        display: inline-block;
    }
    .regulation-ns{
        text-align: center;
    }
    .regulation-ns img{
        display: inline-block;
        width: 66px;
    }

    .top-bar__account-block-hidden{
        display: block;
    }

    .header-btn-wrap .top-bar__account-block{
        display: none;
    }
    .acc-btn-wrap.acc-btn-wrap-top{
        display: none !important;
    }
    .acc-btn-wrap .btn-hidden{
        display: block;
    }

    .mp-trades-table{
        margin-bottom: 50px;
    }
    .mp-trades .btn-demo{
        margin-left: 20px;
    }




}
@media (max-width: 767.5px) {
    .mp-vebinar-wrap .mp-container{
        padding: 0;
    }
    .mp-platform:after{
        display: none;
    }
    #footer{
        padding: 50px 0;
    }
    .mp-trades{
        padding: 50px 0 0;
    }
    .mp-odds__item:last-child{
        margin-bottom: 0;
    }
    .mp-platform__item-text{
        min-height: auto;
    }
    .acc-btn-wrap{
        flex-direction: column;
    }
    .slider .btn-demo, .mp-trades .btn-demo, .mp-steps-wrap .btn-demo{
        margin-left: 0;
        margin-top: 20px;
    }

    .ar-lang .slider .btn-demo, .ar-lang .mp-trades .btn-demo, .ar-lang .mp-steps-wrap .btn-demo{
        margin-right: 0;
        margin-top: 20px;
    }

    /*.mp-slider .item-slider-3 {*/
        /*background-position: center -130px;*/
    /*}*/


    .top-bar__account-block {
        width: 100%;
        margin: 12px 0 0 0;
    }
    .top-bar__account-block .log-in-btn {
        float: right;
    }
    .top-bar__account-block .green a {
        height: 36px;
        padding: 9px 12px;
        font-size: 13px;
    }
    .top-bar__account-block .green a i {
        font-size: 16px;
    }
    .top-bar__account-block .log-in-btn a {
        height: 36px;
        padding: 8px 12px;
    }
    .language_current {
        padding: 7px 12px;
        height: 36px;
    }
    .language a {
        margin: 5px 0;
    }
    .language a + a {
        margin-top: -5px;
    }
    .top-bar .logo {
        margin: 7px 0 0 0;
        width: 131px;
    }
    .top-menu-toggle {
        float: right;
        display: block;
        width: 36px;
        height: 36px;
        margin: 7px 0 0 20px;
        padding: 0;
        font-size: 22px;
        color: #8699aa;
        outline: none !important;
        line-height: 36px;
    }
    /*.top-menu-toggle.active i:before {*/
        /*content: "\f00d";*/
        /*font-size: 18px;*/
    /*}*/
    .top-menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 50;
        background: #242630;
        top: 100%;
    }
    /*.top-menu.close {*/
        /*display: block;*/
    /*}*/
    /*#main-nav > li > a, #main-nav > li > a:hover {*/
        /*padding: 10px 0;*/
        /*font-size: 18px;*/
        /*color: #fff;*/
    /*}*/
    /*#main-nav > li > a i, #main-nav > li > a:hover i {*/
        /*color: #25ab6e;*/
        /*transform: rotate(-90deg);*/
    /*}*/
    /*#main-nav > li > a.selected i {*/
        /*transform: none;*/
    /*}*/
    #main-nav > li, .ar-lang #main-nav > li {
        width: 100%;
        float: none;
    }
    #main-nav {
        margin: 15px auto;
        max-width: 540px;
        width: 100%;
        padding: 0 15px;
    }
    .submenu-block {
        position: static;
        padding: 10px 0 0 3px;
        border-left: 3px solid #25b372;
        margin: 0 0 0 4px;
    }
    /*.ar-lang .submenu-block {*/
        /*border: none;*/
        /*border-right: 3px solid #25b372;*/
        /*margin: 0 4px 0 0;*/
        /*padding: 10px 3px 0 0;*/
    /*}*/
    /*.submenu-box .box .submenu a {*/
        /*font-size: 14px;*/
        /*padding: 7px 15px 7px 25px;*/
        /*min-width: 150px;*/
    /*}*/
    /*.submenu-box .box .title-submenu i {*/
        /*margin: 0 12px 0 0;*/
        /*font-size: 20px;*/
        /*width: auto;*/
    /*}*/
    /*.submenu-box .box .title-submenu {*/
        /*font-size: 18px;*/
        /*margin: 0 0 6px 0;*/
    /*}*/
    /*.top-menu .submenu-box .row > div {*/
        /*margin: 0 0 20px 0;*/
    /*}*/
    /*.top-menu .submenu-box .row > div:last-of-type {*/
        /*margin: 0;*/
    /*}*/
    /*.submenu-box .box .title {*/
        /*font-size: 18px;*/
        /*margin: 0 0 15px 0;*/
    /*}*/
    /*.submenu-box .box .desc {*/
        /*margin: 0 0 8px 0;*/
    /*}*/
    /*.sub-close {*/
        /*display: none;*/
    /*}*/
    .foot-menu li:first-of-type {
        margin: 0 0 15px 0;
    }
    #footer .copyright-block {
        line-height: 1.6;
    }
    .slider .desc .title, .slider .desc .text {
        font-size: 22px;
    }
    .slider .desc .title.title_big {
        font-size: 41px;
    }
    .slider .desc {
        padding: 30px 0 0 0;
        min-height: unset;
    }
    .slider-app-btns {
        position: static;
        margin: 30px 0 0 0;
    }
    .slider-nav-wrap {
        left: 50%;
        bottom: 30px;
        -webkit-transform: translate(-50, 0);
        -moz-transform: translate(-50, 0);
        -ms-transform: translate(-50, 0);
        -o-transform: translate(-50, 0);
        transform: translate(-50, 0);
    }
    .slider .item-slider {
        padding: 15px 0px 80px 0px;
    }
    .mp-title {
        font-size: 24px;
        margin: 0 0 25px 0;
    }
    .mp-platform, .mp-steps-wrap, .mp-odds {
        margin: 50px 0;
    }

    /* .mp-platform {
        margin-bottom: 50px;
    } */

    .mp-advantages {
        margin: 0 0 20px 0;
    }
    .mp-popular > div .tradingview-widget-container {
        margin: -40px -68px -60px -15px;
    }
    /*.ar-lang .mp-popular > div .tradingview-widget-container {
        margin: -40px -79px -60px 0;
    }*/
    .mp-popular, .ar-lang .mp-popular {
        margin: 0 0 30px 0;
    }
    /*.mp-trades {*/
        /*padding: 30px;*/
    /*}*/
    .mp-trades-nav {
        padding: 0 0 20px 0;
    }
    .mp-trades-nav-content h3 {
        margin: 30px 0 20px 0;
        font-size: 20px;
    }
    .mp-platform h3 {
        font-size: 35px;
    }
    .vebinar-time-bot {
        right: auto !important;
        left: 15px;
        top: auto;
        -webkit-transform: none;
        transform: none;
        bottom: 10px;
    }
    .ar-lang .vebinar-time-bot {
        left: auto;
        right: 15px !important;
    }
    .mp-vebinar .btn {
        right: 15px;
        padding: 10px 15px;
        bottom: 28px;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }
    .ar-lang .mp-vebinar .btn {
        left: 15px;
    }
    .mp-vebinar > i {
        left: 25px;
        top: 38px;
    }
    .ar-lang .mp-vebinar > i {
        right: 25px;
    }
    .mp-vebinar {
        padding: 25px 15px 110px 80px;
    }
    .ar-lang .mp-vebinar {
        padding: 25px 80px 110px 15px;
    }
    .mp-steps li {
        padding: 0 15px 30px 15px;
        width: 50%;
    }
    .mp-steps li:nth-of-type(2n+1) {
        clear: left;
    }
    .mp-steps li div:after {
        display: none;
    }
    .mp-steps li div img {
        width: 180px;
    }
    .mp-steps {
        margin: 0 -15px -20px -15px;
    }
    .seo-text-title {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    .seo-text p {
        font-size: 14px;
        margin: 0 0 30px 0;
    }
    #modal-help-advice .modal-dialog, #webinar-remind .modal-dialog, #webinar-remind-full .modal-dialog {
        padding: 20px 0;
        width: auto;
    }
    .breadcrumbs-wrap {
        margin: 8px 0 50px 0;
    }
    .contact-wrap h2 {
        font-size: 26px;
        margin: 0 0 30px 0;
    }
    #contact-form {
        margin: 0 0 50px 0;
    }
    .contact-info {
        padding: 0;
    }
    .contact-wrap {
        margin: 0 0 20px 0;
    }
    .right-menu {
        display: none;
    }
    .start-trade .btn {
        padding: 15px 30px 0 80px;
        font-size: 18px;
        height: 70px;
        margin: 0 0 60px 0;
    }
    .ar-lang .start-trade .btn {
        padding: 15px 80px 0 30px;
    }
    .withdrawal-start-trade.start-trade .btn {
        padding-top: 23px;
    }
    .start-trade .btn i {
        top: 17px;
        font-size: 36px;
    }
    .start-trade .btn span {
        font-size: 12px;
    }
    .aff-program .start-trade .btn {
        padding-top: 24px;
    }
    .platforms-img {
        margin: 45px auto 0 auto;
        width: 350px;
    }
    .platforms-heading {
        text-align: center;
    }
    .platforms-heading [class*=col-] {
        align-items: center;
    }
    .btn-platform-mobile {
        margin: 0 5px 10px 5px;
    }
    .btn-steps-link {
        font-size: 20px;
        margin: 0 0 25px 0;
    }
    .btn-steps-link i {
        margin: -4px 20px 0 0;
        box-shadow: 0 0 0 6px #a8dfc7, 0 0 0 15px #e7f5ef;
    }
    .btn-steps-link i {
        margin: -4px 0 0 18px;
    }
    .login-page-logined {
        margin: 30px 0;
    }
    .registration .checkbox-label {
        margin: 0;
    }
    .tm-inner-page {
        margin: 40px 0 50px 0;
    }
    .first-steps .img-fluid {
        margin: auto;
        width: 300px;
        display: block;
        max-width: 90%;
    }
    .first-steps .step h2, .first-steps .step:first-of-type h2, .first-steps .step:last-of-type h2 {
        margin: 0 0 15px 0;
    }
    .first-steps .step h2:before {
        display: none;
    }
    .step-mobile {
        display: block;
    }
    .step-desktop, .step-markets:before {
        display: none;
    }
    .first-steps .step, .first-steps {
        margin: 0 0 40px 0;
    }
    .first-steps .step-start-trade, .step-markets {
        margin: 10px 0 0 0;
    }
    .success-pay img {
        width: 100px;
    }
    .success-pay h2 {
        font-size: 20px;
    }
    .success-pay {
        padding: 70px 0;
    }
    .calendar-wrapper {
        padding: 0 0 0 240px;
    }
    #calendar-remind {
        width: 240px;
        font-size: 22px;
    }
    .fc-toolbar.fc-header-toolbar {
        width: 240px;
        top: 20px;
    }
    .fc-toolbar.fc-header-toolbar button {
        width: 30px;
        height: 30px;
    }
    .fc-icon-left-single-arrow:after, .fc-icon-right-single-arrow:after {
        line-height: 28px;
        font-size: 20px;
    }
    .fc-toolbar.fc-header-toolbar .fc-right {
        right: 15px;
    }
    .fc-toolbar.fc-header-toolbar .fc-left {
        right: 50px;
    }
    .fc-toolbar.fc-header-toolbar .fc-center {
        padding: 0 85px 0 15px;
    }
    .fc-toolbar.fc-header-toolbar .fc-center h2 {
        font-size: 18px;
        line-height: 30px;
    }
    #calendar-left {
        width: 240px;
        padding: 70px 15px 20px 15px;
    }
    .deposit-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .deposit-summary, .ar-lang .deposit-summary {
        width: 100%;
        margin: 30px 0 0 0;
        min-width: unset;
        padding: 0 30px;
    }
    .platform-no-content {
        padding: 50px 0;
    }
    .platform-item a {
        margin: 10px auto 0 auto;
        max-width: 220px;
    }

    .ar-lang #menu-dropdown {
        left: 0;
        right: auto;
    }
    .vue-chart-left[data-v-74e19a77] {
        padding-bottom: 30px !important;
    }
    .vue-chart-right[data-v-74e19a77] {
        padding-left: 0 !important;
    }
}
@media (max-width: 575.5px) {

    .mp-trades h2{
        font-size: 25px;
    }
    /*.reg-providers-wrap{*/
        /*display: none;*/
    /*}*/
    /*.mp-slider .item-slider-3 {*/
        /*background-position: center -110px;*/
    /*}*/
    #footer {
        padding: 50px 0;
    }
    .mp-platform, .mp-steps-wrap, .mp-odds {
        margin: 40px 0;
    }
    .mp-steps-wrap{
        margin: 40px 0;
    }
    /*.mp-trades {*/
        /*padding: 30px 15px;*/
    /*}*/
    .mp-trades-table div {
        font-size: 14px;
        padding: 10px 8px 10px 0;
    }
    .ar-lang .mp-trades-table div {
        padding: 10px 0 10px 8px;
    }
    .mp-trades-table li:first-of-type div {
        padding-bottom: 10px;
        font-size: 12px;
    }
    .instruments .item {
        margin: 0 auto 20px auto;
        max-width: 100%;
        width: 240px;
    }
    .mp-title {
        font-size: 22px;
        margin: 0 0 25px 0;
    }
    .mp-popular > div .tradingview-widget-container {
        margin: -40px -140px -60px -15px;
    }
    /*.ar-lang .mp-popular > div .tradingview-widget-container {
        margin: -40px -14px -60px -140px;
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }*/
    .mp-trades-nav li {
        font-size: 14px;
    }
    .mp-trades-nav {
        padding: 0 0 10px 0;
    }
    .mp-trades-nav-content h3 {
        font-size: 18px;
    }
    .mp-trades-list li, .mp-platform p, .mp-platform-list li i {
        font-size: 16px;
    }
    .mp-platform h3 {
        font-size: 35px;
        margin-bottom: 0;
    }
    .mp-platform-list li {
        font-size: 20px;
        margin: 0 0 5px 0;
    }

    .mp-platform__item-icons {
        justify-content: center;
        margin-left: -15px;
        margin-right: -15px;
    }

    .mp-pl-icons__wrap {
        flex-basis: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 40px;
        text-align: center;
    }

    .mp-pl-icons__item {
        display: inline-flex;
        align-items: center;
        width: 120px;
    }

    .mp-pl-icons__item span{
        margin-left: 10px;
    }
    
    .modal-content {
        width: 95%;
        margin: 0 auto;
    }
    #modal-help-advice .modal-header, #webinar-remind .modal-header {
        padding: 15px 20px;
    }
    input.form-control, select.form-control {
        height: 46px !important;
        padding: 0 15px;
    }
    .custom-btn {
        height: 46px;
        line-height: 48px;
        padding: 0 20px;
        font-size: 14px;
    }
    .custom-btn i {
        font-size: 22px;
        margin: -3px 10px 0 -5px;
    }
    .ar-lang .custom-btn i {
        margin: -3px -5px 0 10px;
    }
    #modal-help-advice .modal-body, #webinar-remind .modal-body {
        padding: 20px 20px 0 20px;
    }
    #google-container {
        height: 300px;
    }
    .main-title {
        font-size: 26px;
        margin: 0 0 30px 0;
    }
    .about-wrap p, .about-ul li {
        margin: 0 0 30px 0;
    }
    .about-wrap h2 {
        font-size: 18px;
        margin: 0 0 25px 0;
    }
    .platforms-heading {
        padding: 30px 15px;
    }
    .platforms-heading h1 {
        font-size: 26px;
    }
    .platforms-heading .btn {
        height: 50px;
        padding: 14px 20px 0 20px;
        font-size: 16px;
    }
    .platforms-heading .btn i {
        margin: -3px 12px 0 0;
        font-size: 24px;
    }
    .ar-lang .platforms-heading .btn i {
        margin: -3px 0 0 12px;
    }
    .platforms-img {
        margin: 35px auto 0 auto;
    }
    .platforms h2 {
        font-size: 24px;
        margin: 15px 0 8px 0;
        background-size: 42px auto !important;
        padding: 25px 0 25px 60px;
    }
    .ar-lang .platforms h2 {
        padding: 25px 60px 25px 0;
    }
    .platforms p, .platforms ul {
        margin: 0 0 25px 0;
    }
    .platforms {
        font-size: 16px;
        padding: 0 0 25px 0;
    }
    .inner-page h2 {
        margin: 0 0 25px 0;
        font-size: 20px;
    }
    .inner-page h3 {
        font-size: 16px;
    }
    .inner-page p, .inner-page ul, .inner-page ol, .inner-page table, .inner-page h3, .inner-page .alert {
        margin: 0 0 25px 0;
    }
    .inner-page {
        font-size: 15px;
    }
    .inner-page-table {
        font-size: 14px;
    }
    .data-output, #form_calculator {
        margin: 0 auto 40px auto;
    }
    .registration {
        margin: 40px auto;
        max-width: 350px;
    }
    .registration .checkbox-label {
        margin: 10px 0;
    }
    .fullstory-top h1 {
        font-size: 24px;
        margin: 0 0 25px 0;
    }
    .fullstory-top img {
        margin: 0 0 30px 0;
    }
    .fullstory-content h1, .fullstory-content h2, .fullstory-content h3, .fullstory-content h4, .fullstory-content h5, .fullstory-content h6 {
        font-size: 18px;
    }
    .fullstory-content {
        font-size: 14px;
    }
    #calendar-left {
        padding: 20px 15px;
        position: static;
        width: 100%;
    }
    #calendar-remind {
        width: 100%;
        position: relative;
        height: 60px;
        font-size: 20px;
    }
    #calendar-remind i {
        font-size: 24px;
    }
    #calendar-remind:disabled:before {
        line-height: 60px;
    }
    .fc-toolbar.fc-header-toolbar {
        width: 100%;
        top: -50px;
        position: relative;
        margin-bottom: -35px;
    }
    .calendar-wrapper {
        padding: 0;
        margin: 50px 0;
        display: inline-block;
        width: 100%;
    }
    .fc-toolbar.fc-header-toolbar button {
        width: 36px;
        height: 36px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        color: #000;
    }
    .fc-icon-left-single-arrow:after, .fc-icon-right-single-arrow:after {
        line-height: 30px;
        font-size: 24px;
    }
    .fc-toolbar.fc-header-toolbar .fc-right {
        right: 0;
    }
    .fc-toolbar.fc-header-toolbar .fc-left {
        right: 42px;
    }
    .fc-toolbar.fc-header-toolbar .fc-center {
        padding: 0 78px 0 0;
    }
    .fc-toolbar.fc-header-toolbar .fc-center h2 {
        font-size: 22px;
        line-height: 36px;
        color: #000;
        text-align: center;
    }
    .fc-toolbar.fc-header-toolbar button:hover {
        color: #000000;
        border-color: rgba(0, 0, 0, 0.2);
    }
    #calendar .fc-day-number, .ar-lang #calendar .fc-day-number {
        margin: 3px 0 0 0;
        font-size: 14px;
    }
    .fc-body .fc-day, .fc-content-skeleton > table, .fc-day-grid .fc-row {
        height: 40px !important;
    }
    .event-narrator {
        display: block;
        position: static;
        margin: 30px 0 0 0;
    }
    .news-short-row, .ar-lang .news-short-row {
        margin: 0;
    }
    .news-short {
        padding: 0;
        margin-bottom: 30px;
    }
    .news-short-img {
        width: 100px;
        height: 100px;
    }
    .news-short-media {
        padding: 0 0 0 115px;
    }
    .ar-lang .news-short-media {
        padding: 0 115px 0 0;
    }
    .news-short-category {
        position: static;
        padding: 4px 7px;
        line-height: 16px;
        white-space: normal;
        font-size: 12px;
        margin: 10px 0 5px 0;
        height: unset;
        display: inline-block;
    }
    .news-short-date {
        position: static;
    }
    .news-short-title {
        font-size: 16px;
        max-height: unset;
    }
    .news-short:hover {
        box-shadow: none;
    }
    .full-read-also {
        margin: 0 0 30px 0;
    }
    .platforms-all {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .deposits-amount-inner, .payment-methods-inner {
        height: 62px;
        font-size: 20px;
    }
    .slider-app-btns h5 {
        font-size: 18px;
    }
    .slider-app-btns {
        margin: 20px 0 0 0;
    }
    .slider-app-btns li {
        margin: 0 10px 10px 0;
    }
    .platform-no-content {
        padding: 30px 0;
    }
    .platform-no-content .btn {
        margin: 0 10px 10px 10px;
        width: 140px;
    }
    .mp-bullet {
        padding: 0 0 20px 30px;
    }
    .ar-lang .mp-bullet {
        padding: 0 30px 20px 0;
    }
    .mp-popular, .ar-lang .mp-popular {
        margin: 0 0 20px 0;
        width: 260px;
    }
    #webinar-remind-full .modal-body, #webinar-remind-done .modal-body {
        padding: 30px;
    }
    .mp-steps-wrap .start-trade .btn {
        margin: 10px 0 0 0;
    }
    .ar-lang .withdrawal-payment h3 {
        margin-bottom: 30px;
    }

    .regulation-ns span{

        display: block;
        margin: 20px auto 0;
    }
    table.table-grey thead tr th, table.table-grey tbody tr td{
        font-size: 10px;
    }
    table.table-grey thead tr th, table.table-grey tbody tr td {
        padding: 5px 2px;
    }

    table.table-grey .btn {
        font-size: 10px;
    }

}
@media (max-width: 379.5px) {
    table.table-grey img {
        max-width: 35px;
    }
    table.table-grey .btn{
        padding: .625rem 5px;
    }
    .slider .btn, .mp-trades .btn, .mp-steps-wrap .btn{
        font-size: 16px;
    }
    /*.desc-mobile {*/
        /*min-height: 520px;*/
    /*}*/
    .top-menu-toggle{
        float: none;
        position: relative;
        /* left: 62px; */
    }
    .slider .desc .title, .slider .desc .text {
        font-size: 20px;
    }
    .slider .desc {
        padding: 20px 0;
    }
    .slider .btn, .mp-odds .btn {
        font-size: 14px;
        height: 46px;
        line-height: 46px;
    }

    .slider .btn i, .mp-odds .btn i {
        font-size: 20px;
        margin: -4px 0 0 10px;
    }
    .ar-lang .slider .btn i, .ar-lang .mp-odds .btn i {
        margin: -2px 0 0 15px;
    }
    .mp-trades-list li {
        font-size: 14px;
    }
    .mp-platform .img-fluid {
        margin: 30px auto;
        width: 90%;
    }
    .mp-vebinar {
        padding: 25px 15px;
        display: block;
    }
    .ar-lang .mp-vebinar {
        padding: 25px 15px;
    }
    .vebinar-time-bot {
        position: relative;
        left: auto;
        bottom: auto;
        z-index: 2;
        width: 100%;
    }
    .ar-lang .vebinar-time-bot {
        right: auto !important;
    }
    .mp-vebinar .btn {
        position: static;
        margin: 20px 0 0 0;
    }
    .mp-vebinar h2 {
        font-size: 16px;
        padding: 0 0 0 65px;
        margin: 0 0 20px 0;
    }
    .ar-lang .mp-vebinar h2 {
        margin: 0 0 20px 0;
        padding: 0 65px 0 0;
    }
    .mp-steps h3 {
        font-size: 16px;
    }
    .mp-steps p {
        font-size: 14px;
    }
    .time-choose, .ar-lang .time-choose {
        font-size: 16px;
        margin: -20px 0 5px 0;
        width: 100%;
    }
    .contact-wrap .g-recaptcha {
        margin: 15px 0 5px 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-transform-origin: center 0;
        transform-origin: center 0;
    }
    .start-trade .btn, .aff-program .start-trade .btn {
        padding: 20px 20px 0 62px;
        font-size: 15px;
        height: 60px;
        margin: 0 0 50px 0;
    }
    .ar-lang .start-trade .btn {
        padding: 20px 62px 0 20px;
    }
    .withdrawal-start-trade.start-trade .btn {
        padding-top: 20px;
    }
    .start-trade .btn i {
        top: 17px;
        font-size: 28px;
        left: 15px;
    }
    .ar-lang .start-trade .btn i {
        right: 15px;
    }
    .start-trade .btn span {
        display: none;
    }
    .withdrawal-payment {
        padding: 30px 20px 40px 20px;
    }
    .withdrawal-img {
        width: 100px;
    }
    .withdrawal-payment h3 {
        padding: 0 30px 0 25px;
    }
    .ar-lang .withdrawal-payment h3 {
        padding: 0 25px 0 30px;
    }
    .first-steps h2 {
        font-size: 22px;
    }
    .first-steps p {
        font-size: 16px;
    }
    .first-steps .step-start-trade {
        padding: 12px 20px 12px 80px;
        font-size: 16px;
    }
    .ar-lang .first-steps .step-start-trade {
        padding: 12px 100px 12px 40px;
    }
    .first-steps .step-start-trade i {
        font-size: 36px;
        top: 17px;
        left: 20px;
    }
    .ar-lang .first-steps .step-start-trade i {
        right: 40px;
    }
    .acc-type {
        width: 250px;
    }
    .acc-type-list li {
        height: 70px;
    }
    .slider .item-slider .main-slider-img {
        margin: 0px 0 10px 0%;
        /* width: 120%; */
    }
    .ar-lang .slider .item-slider .main-slider-img {
        margin: 0px 0 10px 0;
        /* width: 120%; */
    }

}

@media (min-width: 1400px) {
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
}

.list-icon {
    display: inline-block;
    vertical-align: middle;
    width: 27.67px;
    height: 27.67px;
    min-width: 27.67px;
    min-height: 27.67px;
    background: url(../img/check.html) center no-repeat;
    background-size: 100%;
}