html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.loaded {
    animation: fx-animation-showUpOpacity .25s forwards;
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 480px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1024px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1900px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 480px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1024px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1900px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 480px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1024px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1900px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

*,
*::before,
*::after {
    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: Roboto, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.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: -0.25em;
}

sup {
    top: -0.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]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
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;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -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: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-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;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.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: 480px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 1024px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1900px) {
    .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: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* partials/helpers/fx-animations.scss */
@-webkit-keyframes fx-animation-tada {
    0% {
        transform: scaleX(1);
    }

    10%,
    20% {
        transform: scale3d(0.95, 0.95, 0.95) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.05, 1.05, 1.05) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.05, 1.05, 1.05) rotate(-3deg);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes fx-animation-tada {
    0% {
        transform: scaleX(1);
    }

    10%,
    20% {
        transform: scale3d(0.95, 0.95, 0.95) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.05, 1.05, 1.05) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.05, 1.05, 1.05) rotate(-3deg);
    }

    to {
        transform: scaleX(1);
    }
}

.fx-animation-tada {
    -webkit-animation-name: fx-animation-tada;
    animation-name: fx-animation-tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

.animated.initially-visible {
    opacity: 1;
}

.fx-animation-fadeInUp {
    -webkit-animation-name: fx-animation-fadeInUp;
    animation-name: fx-animation-fadeInUp;
}

.fx-animation-fadeInDown {
    -webkit-animation-name: fx-animation-fadeInDown;
    animation-name: fx-animation-fadeInDown;
}

.fx-animation-fadeInDown20px {
    -webkit-animation-name: fx-animation-fadeInDown20px;
    animation-name: fx-animation-fadeInDown20px;
}

.fx-animation-fadeInDown5px {
    -webkit-animation-name: fx-animation-fadeInDown5px;
    animation-name: fx-animation-fadeInDown5px;
}

.fx-animation-fadeOutUp20px {
    -webkit-animation-name: fx-animation-fadeOutUp20px;
    animation-name: fx-animation-fadeOutUp20px;
}

.fx-animation-fadeInUp20px {
    -webkit-animation-name: fx-animation-fadeInUp20px;
    animation-name: fx-animation-fadeInUp20px;
}

@-webkit-keyframes fx-animation-fadeInUp20px {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-fadeInUp20px {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fx-animation-fadeInUp50px {
    -webkit-animation-name: fx-animation-fadeInUp50px;
    animation-name: fx-animation-fadeInUp50px;
}

@-webkit-keyframes fx-animation-fadeInUp50px {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-fadeInUp50px {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fx-animation-fadeInUp100px {
    -webkit-animation-name: fx-animation-fadeInUp100px;
    animation-name: fx-animation-fadeInUp100px;
}

@-webkit-keyframes fx-animation-fadeInUp100px {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-fadeInUp100px {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fx-animation-fadeInUp150px {
    -webkit-animation-name: fx-animation-fadeInUp150px;
    animation-name: fx-animation-fadeInUp150px;
}

@-webkit-keyframes fx-animation-fadeInUp150px {
    0% {
        opacity: 0;
        transform: translate3d(0, 150px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-fadeInUp150px {
    0% {
        opacity: 0;
        transform: translate3d(0, 150px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fx-animation-fadeInUp200px {
    -webkit-animation-name: fx-animation-fadeInUp200px;
    animation-name: fx-animation-fadeInUp200px;
}

@-webkit-keyframes fx-animation-fadeInUp200px {
    0% {
        opacity: 0;
        transform: translate3d(0, 200px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-fadeInUp200px {
    0% {
        opacity: 0;
        transform: translate3d(0, 200px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fx-animation-fadeInRight200px {
    -webkit-animation-name: fx-animation-fadeInRight200px;
    animation-name: fx-animation-fadeInRight200px;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.fx-animation-boxShadowPulse {
    -webkit-animation: fx-animation-boxShadowPulse 0.5s;
    animation: fx-animation-boxShadowPulse 0.5s;
}

.fx-animation-showUpOpacity {
    -webkit-animation-name: fx-animation-showUpOpacity;
    animation-name: fx-animation-showUpOpacity;
}

.fx-animation-slideInRight {
    -webkit-animation-name: fx-animation-slideInRight;
    animation-name: fx-animation-slideInRight;
}

.fx-animation-slideInLeft {
    -webkit-animation-name: fx-animation-slideInLeft;
    animation-name: fx-animation-slideInLeft;
}

.fx-animation-step1 {
    -webkit-animation-name: fx-animation-step1;
    animation-name: fx-animation-step1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.fx-animation-step {
    -webkit-animation-name: fx-animation-step;
    animation-name: fx-animation-step;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes fx-animation-step1 {
    0% {
        opacity: 1;
        transform: translateX(170%);
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fx-animation-step1 {
    0% {
        opacity: 1;
        transform: translateX(170%);
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes fx-animation-step {
    0% {
        transform: translateX(-116%);
        opacity: 0;
    }

    1% {
        transform: translateX(-116%);
        opacity: 1;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fx-animation-step {
    0% {
        transform: translateX(-116%);
        opacity: 0;
    }

    1% {
        transform: translateX(-116%);
        opacity: 1;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes fx-animation-showUpOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fx-animation-showUpOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fx-animation-slideInBottom50px {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fx-animation-slideInBottom50px {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes fx-animation-fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fx-animation-fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fx-animation-fadeInDown20px {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-fadeInDown20px {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fx-animation-fadeInDown5px {
    0% {
        opacity: 0;
        transform: translate3d(0, -5px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-fadeInDown5px {
    0% {
        opacity: 0;
        transform: translate3d(0, -5px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fx-animation-fadeOutUp20px {
    0% {
        opacity: 1;
        transform: none;
    }

    to {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -20px, 0);
    }
}

@keyframes fx-animation-fadeOutUp20px {
    0% {
        opacity: 1;
        transform: none;
    }

    to {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -20px, 0);
    }
}

@-webkit-keyframes fx-animation-fadeInRight200px {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-fadeInRight200px {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fx-animation-slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fx-animation-slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fx-animation-slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.expandToFullScreen {
    -webkit-animation: fx-animation-expandToFullScreen 1s;
    animation: fx-animation-expandToFullScreen 1s;
}

@-webkit-keyframes fx-animation-expandToFullScreen {
    0% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 3500px rgba(0, 0, 0, 0.5);
    }
}

@keyframes fx-animation-expandToFullScreen {
    0% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 3500px rgba(0, 0, 0, 0.5);
    }
}

.fx-animation-sequence-all *:nth-child(1),
.fx-animation-sequence-all-0-300 *:nth-child(1) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.fx-animation-sequence-all *:nth-child(1) *,
.fx-animation-sequence-all-0-300 *:nth-child(1) * {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.fx-animation-sequence-all *:nth-child(2),
.fx-animation-sequence-all-0-300 *:nth-child(2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.fx-animation-sequence-all *:nth-child(2) *,
.fx-animation-sequence-all-0-300 *:nth-child(2) * {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.fx-animation-sequence-all *:nth-child(3),
.fx-animation-sequence-all-0-300 *:nth-child(3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.fx-animation-sequence-all *:nth-child(3) *,
.fx-animation-sequence-all-0-300 *:nth-child(3) * {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.fx-animation-sequence-all *:nth-child(4),
.fx-animation-sequence-all-0-300 *:nth-child(4) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.fx-animation-sequence-all *:nth-child(4) *,
.fx-animation-sequence-all-0-300 *:nth-child(4) * {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.fx-animation-sequence-all *:nth-child(5),
.fx-animation-sequence-all-0-300 *:nth-child(5) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.fx-animation-sequence-all *:nth-child(5) *,
.fx-animation-sequence-all-0-300 *:nth-child(5) * {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.fx-animation-sequence-all *:nth-child(6),
.fx-animation-sequence-all-0-300 *:nth-child(6) {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.fx-animation-sequence-all *:nth-child(6) *,
.fx-animation-sequence-all-0-300 *:nth-child(6) * {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.fx-animation-sequence-all *:nth-child(7),
.fx-animation-sequence-all-0-300 *:nth-child(7) {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

.fx-animation-sequence-all *:nth-child(7) *,
.fx-animation-sequence-all-0-300 *:nth-child(7) * {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

.fx-animation-sequence-all *:nth-child(8),
.fx-animation-sequence-all-0-300 *:nth-child(8) {
    -webkit-animation-delay: 2100ms;
    animation-delay: 2100ms;
}

.fx-animation-sequence-all *:nth-child(8) *,
.fx-animation-sequence-all-0-300 *:nth-child(8) * {
    -webkit-animation-delay: 2100ms;
    animation-delay: 2100ms;
}

.fx-animation-sequence-all *:nth-child(9),
.fx-animation-sequence-all-0-300 *:nth-child(9) {
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
}

.fx-animation-sequence-all *:nth-child(9) *,
.fx-animation-sequence-all-0-300 *:nth-child(9) * {
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
}

.fx-animation-sequence-all *:nth-child(10),
.fx-animation-sequence-all-0-300 *:nth-child(10) {
    -webkit-animation-delay: 2700ms;
    animation-delay: 2700ms;
}

.fx-animation-sequence-all *:nth-child(10) *,
.fx-animation-sequence-all-0-300 *:nth-child(10) * {
    -webkit-animation-delay: 2700ms;
    animation-delay: 2700ms;
}

.fx-animation-sequence-all *:nth-child(11),
.fx-animation-sequence-all-0-300 *:nth-child(11) {
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
}

.fx-animation-sequence-all *:nth-child(11) *,
.fx-animation-sequence-all-0-300 *:nth-child(11) * {
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
}

.fx-animation-sequence-all *:nth-child(12),
.fx-animation-sequence-all-0-300 *:nth-child(12) {
    -webkit-animation-delay: 3300ms;
    animation-delay: 3300ms;
}

.fx-animation-sequence-all *:nth-child(12) *,
.fx-animation-sequence-all-0-300 *:nth-child(12) * {
    -webkit-animation-delay: 3300ms;
    animation-delay: 3300ms;
}

.fx-animation-sequence-all *:nth-child(13),
.fx-animation-sequence-all-0-300 *:nth-child(13) {
    -webkit-animation-delay: 3600ms;
    animation-delay: 3600ms;
}

.fx-animation-sequence-all *:nth-child(13) *,
.fx-animation-sequence-all-0-300 *:nth-child(13) * {
    -webkit-animation-delay: 3600ms;
    animation-delay: 3600ms;
}

.fx-animation-sequence-all *:nth-child(14),
.fx-animation-sequence-all-0-300 *:nth-child(14) {
    -webkit-animation-delay: 3900ms;
    animation-delay: 3900ms;
}

.fx-animation-sequence-all *:nth-child(14) *,
.fx-animation-sequence-all-0-300 *:nth-child(14) * {
    -webkit-animation-delay: 3900ms;
    animation-delay: 3900ms;
}

.fx-animation-sequence *:nth-of-type(1),
.fx-animation-sequence-0-300 *:nth-of-type(1) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.fx-animation-sequence *:nth-of-type(1) *,
.fx-animation-sequence-0-300 *:nth-of-type(1) * {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.fx-animation-sequence *:nth-of-type(2),
.fx-animation-sequence-0-300 *:nth-of-type(2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.fx-animation-sequence *:nth-of-type(2) *,
.fx-animation-sequence-0-300 *:nth-of-type(2) * {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.fx-animation-sequence *:nth-of-type(3),
.fx-animation-sequence-0-300 *:nth-of-type(3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.fx-animation-sequence *:nth-of-type(3) *,
.fx-animation-sequence-0-300 *:nth-of-type(3) * {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.fx-animation-sequence *:nth-of-type(4),
.fx-animation-sequence-0-300 *:nth-of-type(4) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.fx-animation-sequence *:nth-of-type(4) *,
.fx-animation-sequence-0-300 *:nth-of-type(4) * {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.fx-animation-sequence *:nth-of-type(5),
.fx-animation-sequence-0-300 *:nth-of-type(5) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.fx-animation-sequence *:nth-of-type(5) *,
.fx-animation-sequence-0-300 *:nth-of-type(5) * {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.fx-animation-sequence *:nth-of-type(6),
.fx-animation-sequence-0-300 *:nth-of-type(6) {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.fx-animation-sequence *:nth-of-type(6) *,
.fx-animation-sequence-0-300 *:nth-of-type(6) * {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.fx-animation-sequence *:nth-of-type(7),
.fx-animation-sequence-0-300 *:nth-of-type(7) {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

.fx-animation-sequence *:nth-of-type(7) *,
.fx-animation-sequence-0-300 *:nth-of-type(7) * {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

.fx-animation-sequence *:nth-of-type(8),
.fx-animation-sequence-0-300 *:nth-of-type(8) {
    -webkit-animation-delay: 2100ms;
    animation-delay: 2100ms;
}

.fx-animation-sequence *:nth-of-type(8) *,
.fx-animation-sequence-0-300 *:nth-of-type(8) * {
    -webkit-animation-delay: 2100ms;
    animation-delay: 2100ms;
}

.fx-animation-sequence *:nth-of-type(9),
.fx-animation-sequence-0-300 *:nth-of-type(9) {
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
}

.fx-animation-sequence *:nth-of-type(9) *,
.fx-animation-sequence-0-300 *:nth-of-type(9) * {
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
}

.fx-animation-sequence *:nth-of-type(10),
.fx-animation-sequence-0-300 *:nth-of-type(10) {
    -webkit-animation-delay: 2700ms;
    animation-delay: 2700ms;
}

.fx-animation-sequence *:nth-of-type(10) *,
.fx-animation-sequence-0-300 *:nth-of-type(10) * {
    -webkit-animation-delay: 2700ms;
    animation-delay: 2700ms;
}

.fx-animation-sequence *:nth-of-type(11),
.fx-animation-sequence-0-300 *:nth-of-type(11) {
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
}

.fx-animation-sequence *:nth-of-type(11) *,
.fx-animation-sequence-0-300 *:nth-of-type(11) * {
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
}

.fx-animation-sequence *:nth-of-type(12),
.fx-animation-sequence-0-300 *:nth-of-type(12) {
    -webkit-animation-delay: 3300ms;
    animation-delay: 3300ms;
}

.fx-animation-sequence *:nth-of-type(12) *,
.fx-animation-sequence-0-300 *:nth-of-type(12) * {
    -webkit-animation-delay: 3300ms;
    animation-delay: 3300ms;
}

.fx-animation-sequence *:nth-of-type(13),
.fx-animation-sequence-0-300 *:nth-of-type(13) {
    -webkit-animation-delay: 3600ms;
    animation-delay: 3600ms;
}

.fx-animation-sequence *:nth-of-type(13) *,
.fx-animation-sequence-0-300 *:nth-of-type(13) * {
    -webkit-animation-delay: 3600ms;
    animation-delay: 3600ms;
}

.fx-animation-sequence *:nth-of-type(14),
.fx-animation-sequence-0-300 *:nth-of-type(14) {
    -webkit-animation-delay: 3900ms;
    animation-delay: 3900ms;
}

.fx-animation-sequence *:nth-of-type(14) *,
.fx-animation-sequence-0-300 *:nth-of-type(14) * {
    -webkit-animation-delay: 3900ms;
    animation-delay: 3900ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(1) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(1) * {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(2) {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(2) * {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(3) * {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(4) {
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(4) * {
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(5) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(5) * {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(6) {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(6) * {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(7) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(7) * {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(8) {
    -webkit-animation-delay: 1050ms;
    animation-delay: 1050ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(8) * {
    -webkit-animation-delay: 1050ms;
    animation-delay: 1050ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(9) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(9) * {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(10) {
    -webkit-animation-delay: 1350ms;
    animation-delay: 1350ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(10) * {
    -webkit-animation-delay: 1350ms;
    animation-delay: 1350ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(11) {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(11) * {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(12) {
    -webkit-animation-delay: 1650ms;
    animation-delay: 1650ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(12) * {
    -webkit-animation-delay: 1650ms;
    animation-delay: 1650ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(13) {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(13) * {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(14) {
    -webkit-animation-delay: 1950ms;
    animation-delay: 1950ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(14) * {
    -webkit-animation-delay: 1950ms;
    animation-delay: 1950ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(1) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(1) * {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(2) {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(2) * {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(3) * {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(4) {
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(4) * {
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(5) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(5) * {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(6) {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(6) * {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(7) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(7) * {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(8) {
    -webkit-animation-delay: 1050ms;
    animation-delay: 1050ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(8) * {
    -webkit-animation-delay: 1050ms;
    animation-delay: 1050ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(9) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(9) * {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(10) {
    -webkit-animation-delay: 1350ms;
    animation-delay: 1350ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(10) * {
    -webkit-animation-delay: 1350ms;
    animation-delay: 1350ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(11) {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(11) * {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(12) {
    -webkit-animation-delay: 1650ms;
    animation-delay: 1650ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(12) * {
    -webkit-animation-delay: 1650ms;
    animation-delay: 1650ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(13) {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(13) * {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(14) {
    -webkit-animation-delay: 1950ms;
    animation-delay: 1950ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(14) * {
    -webkit-animation-delay: 1950ms;
    animation-delay: 1950ms;
}

.swiper-lazy {
    opacity: 0;
}

.swiper-lazy.swiper-lazy-loaded {
    -webkit-animation: fx-animation-showUpOpacity 0.4s forwards;
    animation: fx-animation-showUpOpacity 0.4s forwards;
}

@-webkit-keyframes fx-animation-showUpOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fx-animation-showUpOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width:1024px) {
    sign-in-block {
        padding: 20px 0;
    }
}

.fx-animation-fadeInRightUp {
    animation-name: fx-animation-fadeInRightUp;
}


@keyframes fx-animation-fadeInRightUp {
    0% {
        opacity: 0;
        transform: translate3d(500px, 300px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fx-animation-fadeLeftUp {
    animation-name: fx-animation-fadeLeftUp;
}


@keyframes fx-animation-fadeLeftUp {
    0% {
        opacity: 0;
        transform: translate3d(-200px, 300px, 0)
    }


    to {
        opacity: 1;
        transform: none
    }

}

.fx-animation-sequence-all-0-80 *:nth-child(1) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(1) * {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(2) {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(2) * {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(3) {
    -webkit-animation-delay: 160ms;
    animation-delay: 160ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(3) * {
    -webkit-animation-delay: 160ms;
    animation-delay: 160ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(4) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(4) * {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(5) {
    -webkit-animation-delay: 320ms;
    animation-delay: 320ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(5) * {
    -webkit-animation-delay: 320ms;
    animation-delay: 320ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(6) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(6) * {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(7) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(7) * {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(8) {
    -webkit-animation-delay: 560ms;
    animation-delay: 560ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(8) * {
    -webkit-animation-delay: 560ms;
    animation-delay: 560ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(9) {
    -webkit-animation-delay: 640ms;
    animation-delay: 640ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(9) * {
    -webkit-animation-delay: 640ms;
    animation-delay: 640ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(10) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(10) * {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(11) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(11) * {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(12) {
    -webkit-animation-delay: 880ms;
    animation-delay: 880ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(12) * {
    -webkit-animation-delay: 880ms;
    animation-delay: 880ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(13) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(13) * {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(14) {
    -webkit-animation-delay: 1040ms;
    animation-delay: 1040ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(14) * {
    -webkit-animation-delay: 1040ms;
    animation-delay: 1040ms;
}

a {
    color: #009cfc;
}

p {
    margin-bottom: 1.5rem;
}

p a {
    font-weight: 500;
}

.text-black {
    color: #2d3436;
}

.font-size-big {
    font-size: 1.3em;
}

.list-two-columns {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    -moz-column-count: 2;
    column-count: 2;
    list-style-type: none;
}

.list-two-columns li {
    padding: 0 0 1.5rem;
}

.risk {
    color: #c8c8c8;
    font-size: 14px;
}

@media (min-width: 480px) {
    .risk {
        font-size: 14px;
    }
}

.decoration {
    border-bottom: 2px solid #009cfc;
    transition: border 0.4s;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.decoration:hover {
    border-bottom-color: transparent;
}

.hover-decoration {
    border-bottom: 2px solid transparent;
    transition: border 0.4s;
    line-height: 1;
}

.hover-decoration:hover {
    border-bottom-color: #0984e3;
}

p .hover-decoration {
    border-width: 1px;
}

.no-decoration {
    border: none;
}

.text-center {
    text-align: center;
}

@media (max-width: 1023.98px) {
    .text-center--sm {
        text-align: center;
    }
}

.h-100 {
    height: 100%;
}

.fx-warning {
    box-shadow: 0 0 16px 0 #dfe6e9;
    background-color: #ffffff;
    border: solid 1px #dfe6e9;
    padding: 3px 0;
    margin: 0 3px 3px;
    color: #636E72;
    font-size: 12px;
}

@media (min-width: 1024px) {
    .fx-warning {
        font-size: 14px;
        margin: 0 0 3px;
        padding: 5px 0;
    }
}

.fx-warning__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.fx-warning__content-wrapper {
    display: flex;
    align-items: center;
    padding: 0 5px;
}

@media (min-width: 1024px) {
    .fx-warning__content-wrapper {
        padding: 0 10px;
    }
}

.fx-warning__text {
    padding-left: 25px;
    position: relative;
    line-height: 1;
}

.fx-warning__text strong {
    color: #2d3436;
}

.fx-warning__accept-button {
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 3px;
    border: solid 1px #00b894;
    font-size: 11px;
    line-height: 1;
    color: #00b894;
    text-transform: uppercase;
    transition: background-color 0.4s;
    justify-content: center;
    margin-left: 10px;
    padding: 5px;
}

@media (min-width: 1024px) {
    .fx-warning__accept-button {
        padding: 8px 8px 7px;
    }
}

.fx-warning__accept-button:hover {
    color: #00b894;
    background: rgba(99, 110, 114, 0.05);
}

.fx-warning__accept-button .icon-close {
    position: relative;
    display: inline-flex;
    width: 12px;
    height: 12px;
    line-height: 12px;
}

.fx-warning__accept-button .icon-close:before,
.fx-warning__accept-button .icon-close:after {
    content: " ";
    left: 0;
    top: 50%;
    position: absolute;
    height: 1px;
    width: 12px;
    background-color: #00b894;
    transform: translateY(-50%) rotate(45deg);
}

.fx-warning__accept-button .icon-close:after {
    transform: translateY(-50%) rotate(-45deg);
}

.fx-warning__cross:before,
.fx-warning__cross:after {
    left: 8px;
    top: 50%;
    position: absolute;
    content: " ";
    height: 1px;
    width: 14px;
    background-color: #009cfc;
    transform: translateY(-50%) rotate(45deg);
}

.fx-warning__cross:after {
    transform: translateY(-50%) rotate(-45deg);
}

.fx-lazy--transparent {
    opacity: 0;
}

.fx-lazy.loaded,
.fx-lazy.fx-loaded {
    -webkit-animation: fx-animation-showUpOpacity 0.25s forwards;
    animation: fx-animation-showUpOpacity 0.25s forwards;
}

.fx-lazy.lqip {
    width: 100%;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.panel__heading {
    max-width: 770px;
    width: 100%;
    margin: 0 auto 3rem;
}

.panel__heading--title-color {
    color: #a79582 !important;
}

.panel__heading--title-color small {
    font-weight: 400;
}

.panel__heading sup {
    font-size: 47%;
    top: -1em;
    font-weight: 600;
}

.panel__heading .notes {
    color: #b2bec3;
    font-size: 14px;
}

.panel__heading .icon {
    color: #a79582;
    display: block;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

/* partials/helpers/fx-buttons.scss */
.btn {
    border-radius: 3px;
    min-width: 230px;
    position: relative;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.4s, color 0.4s, background-color 0.4s, transform 0.4s;
    text-align: center;
    display: inline-block;
    padding: 1rem;
    transform: translateY(0);
}

.btn:hover:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transform: translateY(-2px);
}

.btn.not-animated:hover {
    transform: translateY(0);
}

.btn.disabled {
    cursor: none;
    background: #dfe6e9 !important;
    color: #c8c8c8 !important;
    pointer-events: none;
}

.btn.btn-default {
    border: 1px solid #b2bec3;
    background: transparent;
    color: #2d3436;
}

.btn.btn-default:hover {
    background: #00b894;
    color: #fff;
}

.btn.btn-default:focus {
    background: #00b894;
    color: #fff;
}

.btn.btn-default.active {
    background: #00b894;
    color: #fff;
    border-color: #00b894;
}

.btn.btn-default.active:hover {
    background: #00b894;
    color: #fff;
}

.btn.btn-default.active:focus {
    background: #00b894;
    color: #fff;
}

.btn.btn-default:hover {
    border-color: #00b894;
}

.btn.btn-default:hover:focus,
.btn.btn-default:focus {
    border-color: #00b894;
}

.btn.btn-default.btn-error {
    background: transparent;
    color: #2d3436;
}

.btn.btn-default.btn-error:hover {
    background: #d63031;
    color: #fff;
}

.btn.btn-default.btn-error:focus {
    background: #d63031;
    color: #fff;
}

.btn.btn-default.btn-error.active {
    background: #d63031;
    color: #fff;
    border-color: #d63031;
}

.btn.btn-default.btn-error.active:hover {
    background: #d63031;
    color: #fff;
}

.btn.btn-default.btn-error.active:focus {
    background: #d63031;
    color: #fff;
}

.btn.btn-default.btn-error:hover {
    border-color: #d63031;
}

.btn.btn-default.btn-error:hover:focus,
.btn.btn-default.btn-error:focus {
    border-color: #d63031;
}

.btn.btn-outline {
    padding: 10px 1rem;
    min-width: 190px;
}

.btn.btn-outline-primary {
    background: transparent;
    color: #009cfc;
    border-width: 1px;
    border-style: solid;
    border: 1px solid #009cfc;
}

.btn.btn-outline-primary:hover {
    background: #0984e3;
    color: #fff;
}

.btn.btn-outline-primary:focus {
    background: #065b9c;
    color: #fff;
}

.btn.btn-outline-primary:hover .btn-arrow {
    border-color: #fff;
}

.btn.btn-outline-primary:hover:focus,
.btn.btn-outline-primary:focus {
    border-color: #009cfc;
}

.btn.btn-outline-primary:hover:focus .btn-arrow,
.btn.btn-outline-primary:focus .btn-arrow {
    border-color: #fff;
}

.btn.btn-outline-primary .btn-arrow {
    border-color: #009cfc;
}

.btn.btn-outline-primary.fx-color-base {
    background: transparent;
    color: #636E72;
}

.btn.btn-outline-primary.fx-color-base:hover {
    background: #0984e3;
    color: #fff;
}

.btn.btn-outline-primary.fx-color-base:focus {
    background: #065b9c;
    color: #fff;
}

.btn.btn-outline-success {
    border: 1px solid #00b894;
    background: transparent;
    color: #00b894;
}

.btn.btn-outline-success:hover {
    background: #00b894;
    color: #fff;
}

.btn.btn-outline-success:focus {
    background: #009678;
    color: #fff;
}

.btn.btn-outline-success:hover {
    border-color: #00b894;
}

.btn.btn-outline-success:hover .btn-arrow {
    border-color: #fff;
}

.btn.btn-outline-success:hover:focus,
.btn.btn-outline-success:focus {
    border-color: #009678;
}

.btn.btn-outline-success:hover:focus .btn-arrow,
.btn.btn-outline-success:focus .btn-arrow {
    border-color: #fff;
}

.btn.btn-outline-success .btn-arrow {
    border-color: #00b894;
}

.btn.btn-outline-gold {
    border: 1px solid #a58c66;
    background: transparent;
    color: #a58c66;
    padding: 10px 26px;
    font-size: 16px;
}

.btn.btn-outline-gold:hover {
    background: #a58c66;
    color: #fff;
}

.btn.btn-outline-gold:focus {
    background: #a58c66;
    color: #fff;
}

@media (min-width: 1024px) {
    .btn.btn-outline-gold {
        font-size: 18px;
        padding: 18px 26px;
    }
}

.btn.btn-outline-gold:hover {
    border-color: #a58c66;
}

.btn.btn-outline-gold:hover .btn-arrow {
    border-color: #fff;
}

.btn.btn-outline-gold:hover:focus,
.btn.btn-outline-gold:focus {
    border-color: #a58c66;
}

.btn.btn-outline-gold i {
    font-size: 37px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.btn.btn-outline--icon {
    background: #fff;
    z-index: 3;
    font-size: 14px;
    border-color: #dfe6e9;
}

.btn.btn-outline--icon:focus,
.btn.btn-outline--icon:hover {
    border-color: #0984e3;
    background: #0984e3;
    outline: none;
}

.btn.btn-outline--icon i {
    margin-right: 10px;
    font-size: 16px;
}

[lang=ar] .btn.btn-outline--icon i {
    margin-right: 0;
    margin-left: 10px;
}

.btn.btn-single-line {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.1;
    padding: 1.5rem 1rem;
}

.btn.btn-link {
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
    min-width: 10px;
    color: #009cfc;
    font-weight: 500;
    text-align: left;
    font-size: 1rem;
}

.btn.btn-link span {
    position: relative;
}

@media (min-width: 1024px) {
    .btn.btn-link span:after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 0;
        height: 2px;
        background: #009cfc;
        transition: width 0.4s ease-in-out;
    }
}

.btn.btn-link:hover,
.btn.btn-link.hover {
    box-shadow: none;
    transform: none;
}

@media (min-width: 1024px) {

    .btn.btn-link:hover span:after,
    .btn.btn-link.hover span:after {
        width: 100%;
    }
}

.btn.btn-link:hover .btn-arrow,
.btn.btn-link.hover .btn-arrow {
    margin-left: 11px;
}

.btn.btn-link:hover:focus,
.btn.btn-link:focus {
    color: #065b9c;
}

@media (min-width: 1024px) {

    .btn.btn-link:hover:focus span:after,
    .btn.btn-link:focus span:after {
        width: 100%;
        background: #065b9c;
    }
}

.btn.btn-link:hover:focus .btn-arrow,
.btn.btn-link:focus .btn-arrow {
    margin-left: 11px;
    border-color: #065b9c;
}

.btn.btn-link.not-animated:hover .btn-arrow,
.btn.btn-link.not-animated.hover .btn-arrow,
.btn.btn-link.not-animated:hover:focus .btn-arrow,
.btn.btn-link.not-animated:focus .btn-arrow {
    margin-left: 7px;
}

.btn.btn-link .btn-arrow {
    margin-left: 7px;
    border-color: #009cfc;
}

.btn.btn-link--static {
    padding: 5px 15px 5px 0;
    position: relative;
}

.btn.btn-link--static.not-animated:hover .btn-arrow,
.btn.btn-link--static.not-animated.hover .btn-arrow,
.btn.btn-link--static.not-animated:hover:focus .btn-arrow,
.btn.btn-link--static.not-animated:focus .btn-arrow {
    right: 0;
}

.btn.btn-link--static .btn-arrow {
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    position: absolute;
    right: 0;
    transition: color 0.4s, transform 0.4s;
    border-color: #009cfc;
}

.btn.btn-link .icon {
    color: #009cfc;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 0;
}

.btn.btn-link--back i {
    transform: rotateY(180deg);
}

.btn.btn-go {
    font-size: 18px;
    min-width: 79px;
    height: 79px;
    padding: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-go:hover {
    font-size: 0;
    line-height: 0;
}

.btn.btn-go:hover i {
    font-size: 27px;
}

.btn.btn-go i {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}

.btn.btn-primary {
    background: #009cfc;
    color: #fff;
}

.btn.btn-primary:hover {
    background: #0984e3;
    color: #fff;
}

.btn.btn-primary:focus {
    background: #065b9c;
    color: #fff;
}

.btn.btn-primary small {
    color: rgba(255, 255, 255, 0.8);
}

.btn.btn-secondary {
    background: #ff4aa1;
    color: #fff;
}

.btn.btn-secondary:hover {
    background: #e84393;
    color: #fff;
}

.btn.btn-secondary:focus {
    background: #cf3c83;
    color: #fff;
}

.btn.btn-danger {
    background: #ed1c24;
    color: #fff;
}

.btn.btn-danger:hover {
    background: #d63031;
    color: #fff;
}

.btn.btn-danger:focus {
    background: #b32727;
    color: #fff;
}

.btn.btn-success {
    background: #00d9ad;
    color: #fff;
}

.btn.btn-success:hover {
    background: #00b894;
    color: #fff;
}

.btn.btn-success:focus {
    background: #009678;
    color: #fff;
}

.btn.btn-blue-light {
    background: rgba(176, 219, 245, 0.5);
    color: #009cfc;
}

.btn.btn-blue-light:hover {
    background: #0984e3;
    color: #fff;
}

.btn.btn-blue-light:focus {
    background: #065b9c;
    color: #fff;
}

.btn.btn-sm {
    min-width: 10px;
    font-size: 14px;
    padding: 10px 1rem;
    display: inline-flex;
    align-items: center;
}

.btn.btn-md {
    padding: 12px 1rem;
    min-width: 190px;
}

.btn.btn-width-md {
    min-width: 210px;
}

@media (min-width: 1024px) {
    .btn.btn-width-md {
        min-width: 260px;
    }
}

.btn.btn-radius-lg {
    border-radius: 30px;
}

.btn.btn-large {
    font-size: 16px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    height: 60px;
    padding: 0 25px;
}

@media (min-width: 1024px) {
    .btn.btn-large {
        padding: 0 30px;
        font-size: 18px;
        height: 76px;
    }
}

.btn.btn-lg {
    font-size: 18px;
    padding: 1.25rem 3.5rem;
}

.btn i {
    font-size: 80%;
}

.btn>img {
    margin-right: 5px;
}

.btn small {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.btn .icon {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 1.25rem;
}

.btn-block {
    width: 100%;
}

@media (min-width: 480px) {
    .btn-sm-inline-block {
        width: auto;
    }
}

.default-text {
    color: #2d3436;
    display: inline-block;
    font-weight: 400;
}

.default-text small {
    color: #b2bec3;
}

.btn:focus .default-text,
.btn:hover .default-text {
    opacity: 0;
}

.hover-text {
    display: none;
    color: #fff;
    font-weight: 400;
}

.hover-text i {
    font-size: 80%;
    margin-left: 10px;
}

.btn:focus .hover-text,
.btn:hover .hover-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.direct-register-button-block {
    display: inline-flex;
    text-align: center;
    flex-direction: column;
}

.direct-register-button-block .btn {
    align-self: center;
}

.btn-arrow {
    position: relative;
    display: inline-flex;
    border: 1px solid #fff;
    border-width: 1px 0 0 1px;
    width: 8px;
    height: 8px;
    opacity: 1;
    transform: rotate(135deg);
    margin-left: 5px;
    transition: all 0.4s;
}

.btn-arrow.arrow-left {
    transform: rotate(-45deg);
    margin: 0 10px 0 0;
}

.btn-arrow.arrow-up {
    transform: rotate(45deg);
}

.btn-arrow.arrow-down {
    transform: rotate(225deg);
}

.btn-arrow.arrow-primary {
    border-color: #009cfc;
}

.btn-arrow.arrow-default {
    border-color: #636E72;
}

@media (min-width: 1024px) {
    .btn-arrow.position {
        position: absolute;
        top: 50%;
        right: -14px;
        transform: rotate(135deg) translateY(6px);
    }
}

.btn-go .btn-arrow {
    margin-left: 0;
}

.btn-text-xs {
    font-size: 13px;
}

.btn-text {
    position: relative;
}

.border-width-2 {
    border-width: 2px !important;
}

.arrow-item {
    display: inline-block;
    width: 18px;
    position: relative;
    margin-left: 7px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #009cfc;
    border-color: #009cfc transparent #009cfc #009cfc;
    transition: transform 0.4s;
}

.btn:hover .arrow-item {
    transform: rotate(360deg);
    border-color: #0984e3 transparent #0984e3 #0984e3;
}

.btn:hover:focus .arrow-item,
.btn:focus .arrow-item {
    border-color: #065b9c transparent #065b9c #065b9c;
}

.arrow-item .curve {
    position: absolute;
    width: 0;
    height: 0;
    left: 12px;
    top: -1px;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    transform: rotate(220deg);
    border-color: transparent #009cfc transparent transparent;
}

.btn:hover .arrow-item .curve {
    border-color: transparent #0984e3 transparent transparent;
}

.btn:hover:focus .arrow-item .curve,
.btn:focus .arrow-item .curve {
    border-color: transparent #065b9c transparent transparent;
}

a {
    transition: color 0.4s;
}

a:hover {
    text-decoration: none;
    color: #0984e3;
}

a:focus,
a:hover:focus {
    color: #065b9c;
}

button,
input[type=submit] {
    background: none;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.close-icon {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    padding: 4px;
}

@media (min-width: 1024px) {

    .close-icon:hover:after,
    .close-icon:hover:before {
        background: #2d3436;
    }
}

.close-icon:after,
.close-icon:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    background: #929daa;
    transition: all 0.4s;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.arrow-opener .btn-arrow {
    margin: auto;
}

.icon-decline {
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.icon-decline:after,
.icon-decline:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    background: #ed1c24;
    transition: all 0.4s;
    border-radius: 2px;
}

.icon-decline:before {
    transform: rotate(45deg);
}

.icon-decline:after {
    transform: rotate(-45deg);
}

.icon-accept {
    display: inline-block;
    width: 12px;
    height: 18px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #009cfc;
    margin: 0 auto;
    transform: rotate(45deg);
    border-radius: 2px;
}

.live-chat-link i {
    margin-right: 15px;
    font-size: 28px;
    font-weight: 600;
    color: #a58c66;
    margin-top: 4px;
    margin-bottom: -4px;
}

[lang=ar] .live-chat-link i {
    margin-left: 15px;
    margin-right: 0;
}

[lang=ar] .btn>img {
    margin-right: 0;
    margin-left: 5px;
}

[lang=ar] .btn .icon {
    margin-right: 0;
    margin-left: 10px;
}

[lang=ar] .btn-gold i {
    margin-left: 0;
    margin-right: 10px;
}

[lang=ar] .btn.btn-link {
    text-align: right;
}

@media (min-width: 1024px) {
    [lang=ar] .btn.btn-link span:after {
        left: auto;
        right: 0;
    }
}

[lang=ar] .btn.btn-link .icon {
    transform: rotateZ(180deg);
    margin-left: 0;
    margin-right: 10px;
}

[lang=ar] .btn.btn-link:hover:focus .btn-arrow,
[lang=ar] .btn.btn-link:focus .btn-arrow,
[lang=ar] .btn.btn-link:hover .btn-arrow,
[lang=ar] .btn.btn-link.hover .btn-arrow {
    margin-right: 11px;
    margin-left: 0;
}

[lang=ar] .btn.btn-link.not-animated:hover .btn-arrow,
[lang=ar] .btn.btn-link.not-animated.hover .btn-arrow,
[lang=ar] .btn.btn-link.not-animated:hover:focus .btn-arrow,
[lang=ar] .btn.btn-link.not-animated:focus .btn-arrow {
    margin-right: 7px;
    margin-left: 0;
}

[lang=ar] .btn.btn-link .btn-arrow {
    margin-right: 7px;
    margin-left: 0;
}

[lang=ar] .btn.btn-link--static {
    padding: 5px 0 5px 15px;
}

[lang=ar] .btn.btn-link--static.not-animated:hover .btn-arrow,
[lang=ar] .btn.btn-link--static.not-animated.hover .btn-arrow,
[lang=ar] .btn.btn-link--static.not-animated:hover:focus .btn-arrow,
[lang=ar] .btn.btn-link--static.not-animated:focus .btn-arrow {
    left: 0;
    right: auto;
}

[lang=ar] .btn.btn-link--static .btn-arrow {
    left: 0;
    right: auto;
}

[lang=ar] .btn.btn-go i {
    margin-left: 0;
    margin-right: 5px;
}

[lang=ar] .hover-text i {
    margin-left: 0;
    margin-right: 10px;
}

[lang=ar] .btn-arrow {
    margin-left: 0;
    margin-right: 5px;
    transform: rotate(-45deg);
}

[lang=ar] .btn-arrow.arrow-left {
    margin: 0 0 0 10px;
    transform: rotate(135deg);
}

@media (min-width: 1024px) {
    [lang=ar] .btn-arrow.position {
        left: -17px;
        right: auto;
    }
}

.btn-go [lang=ar] .btn-arrow {
    margin-right: 0;
}

[lang=ar] .fx-symbol-chevron {
    transform: rotate(180deg);
    display: inline-block;
}

.fx-symbol-chevron.rotated {
    display: inline-block;
    transform: rotateY(180deg);
    margin-left: unset;
    margin-right: 5px;
}

.btn-group .btn {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.btn-group small {
    font-size: 14px;
    color: #636E72;
}

.btn-group small a {
    margin-left: 3px;
}

/* partials/helpers/fx-forms.scss */
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 40px;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 10px;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #00d9ad;
    background-color: #fff;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #b2bec3;
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #fff;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: -11.25px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}

.custom-control-label::after {
    position: absolute;
    top: -11.25px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300d9ad' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%2300d9ad' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2300d9ad'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

form {
    position: relative;
}

form .form-group {
    text-align: left;
}

form .form-group:last-child .form-control {
    margin-bottom: 0;
}

form .form-group.underline-only {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
}

form .form-group.underline-only.fx-dropdown__wrapper {
    z-index: 3;
}

form .form-group.underline-only .fx-dropdown__container {
    bottom: -3px;
    z-index: 1;
}

form .form-group.underline-only .fx-dropdown__toggle {
    height: 50px;
    padding-bottom: 0;
}

form .form-group.underline-only .fx-dropdown__title {
    color: #2d3436;
    font-weight: 400;
    font-size: 16px;
}

form .form-group.underline-only textarea,
form .form-group.underline-only input,
form .form-group.underline-only .fx-dropdown__toggle {
    border: none;
    width: 100%;
    background: none;
    box-shadow: none;
    margin: 0;
    color: #2d3436;
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
}

form .form-group.underline-only textarea.ng-touched+label,
form .form-group.underline-only input.ng-touched+label,
form .form-group.underline-only .fx-dropdown__toggle.ng-touched+label {
    transform: none;
}

form .form-group.underline-only textarea+label,
form .form-group.underline-only input+label,
form .form-group.underline-only .fx-dropdown__toggle+label {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    color: #c8c8c8;
    transition: color 0.4s, top 0.4s, transform 0.4s;
    pointer-events: none;
}

form .form-group.underline-only textarea+label.translatable,
form .form-group.underline-only input+label.translatable,
form .form-group.underline-only .fx-dropdown__toggle+label.translatable {
    transform: translateY(35px);
}

form .form-group.underline-only textarea+label+.bar,
form .form-group.underline-only input+label+.bar,
form .form-group.underline-only .fx-dropdown__toggle+label+.bar {
    width: 100%;
    bottom: 0;
    display: block;
    height: 1px;
    background-color: #c8c8c8;
    transition: height 0.4s;
    display: flex;
    justify-content: center;
}

form .form-group.underline-only textarea+label+.bar:after,
form .form-group.underline-only input+label+.bar:after,
form .form-group.underline-only .fx-dropdown__toggle+label+.bar:after {
    width: 0;
    bottom: 0;
    display: block;
    content: "";
    height: 3px;
    border-radius: 1.5px;
    background-color: #009cfc;
    transition: width 0.4s;
}

form .form-group.underline-only textarea:focus,
form .form-group.underline-only textarea.dropdown-visible,
form .form-group.underline-only input:focus,
form .form-group.underline-only input.dropdown-visible,
form .form-group.underline-only .fx-dropdown__toggle:focus,
form .form-group.underline-only .fx-dropdown__toggle.dropdown-visible {
    border: none;
    box-shadow: none;
}

form .form-group.underline-only textarea:focus+label,
form .form-group.underline-only textarea.dropdown-visible+label,
form .form-group.underline-only input:focus+label,
form .form-group.underline-only input.dropdown-visible+label,
form .form-group.underline-only .fx-dropdown__toggle:focus+label,
form .form-group.underline-only .fx-dropdown__toggle.dropdown-visible+label {
    top: 0;
    transform: none;
    color: #009cfc;
}

form .form-group.underline-only textarea:focus+label+.bar:after,
form .form-group.underline-only textarea.dropdown-visible+label+.bar:after,
form .form-group.underline-only input:focus+label+.bar:after,
form .form-group.underline-only input.dropdown-visible+label+.bar:after,
form .form-group.underline-only .fx-dropdown__toggle:focus+label+.bar:after,
form .form-group.underline-only .fx-dropdown__toggle.dropdown-visible+label+.bar:after {
    width: 100%;
}

form .form-group.underline-only textarea.success+label,
form .form-group.underline-only textarea.success:focus+label,
form .form-group.underline-only textarea.success.dropdown-visible+label,
form .form-group.underline-only input.success+label,
form .form-group.underline-only input.success:focus+label,
form .form-group.underline-only input.success.dropdown-visible+label,
form .form-group.underline-only .fx-dropdown__toggle.success+label,
form .form-group.underline-only .fx-dropdown__toggle.success:focus+label,
form .form-group.underline-only .fx-dropdown__toggle.success.dropdown-visible+label {
    color: #00d9ad;
}

form .form-group.underline-only textarea.success+label+.bar,
form .form-group.underline-only textarea.success:focus+label+.bar,
form .form-group.underline-only textarea.success.dropdown-visible+label+.bar,
form .form-group.underline-only input.success+label+.bar,
form .form-group.underline-only input.success:focus+label+.bar,
form .form-group.underline-only input.success.dropdown-visible+label+.bar,
form .form-group.underline-only .fx-dropdown__toggle.success+label+.bar,
form .form-group.underline-only .fx-dropdown__toggle.success:focus+label+.bar,
form .form-group.underline-only .fx-dropdown__toggle.success.dropdown-visible+label+.bar {
    background-color: #00d9ad;
}

form .form-group.underline-only textarea.success+label+.bar:after,
form .form-group.underline-only textarea.success:focus+label+.bar:after,
form .form-group.underline-only textarea.success.dropdown-visible+label+.bar:after,
form .form-group.underline-only input.success+label+.bar:after,
form .form-group.underline-only input.success:focus+label+.bar:after,
form .form-group.underline-only input.success.dropdown-visible+label+.bar:after,
form .form-group.underline-only .fx-dropdown__toggle.success+label+.bar:after,
form .form-group.underline-only .fx-dropdown__toggle.success:focus+label+.bar:after,
form .form-group.underline-only .fx-dropdown__toggle.success.dropdown-visible+label+.bar:after {
    background-color: #00d9ad;
}

form .form-group.underline-only textarea.danger+label,
form .form-group.underline-only textarea.danger:focus+label,
form .form-group.underline-only textarea.danger.dropdown-visible+label,
form .form-group.underline-only input.danger+label,
form .form-group.underline-only input.danger:focus+label,
form .form-group.underline-only input.danger.dropdown-visible+label,
form .form-group.underline-only .fx-dropdown__toggle.danger+label,
form .form-group.underline-only .fx-dropdown__toggle.danger:focus+label,
form .form-group.underline-only .fx-dropdown__toggle.danger.dropdown-visible+label {
    color: #ed1c24;
}

form .form-group.underline-only textarea.danger+label+.bar,
form .form-group.underline-only textarea.danger:focus+label+.bar,
form .form-group.underline-only textarea.danger.dropdown-visible+label+.bar,
form .form-group.underline-only input.danger+label+.bar,
form .form-group.underline-only input.danger:focus+label+.bar,
form .form-group.underline-only input.danger.dropdown-visible+label+.bar,
form .form-group.underline-only .fx-dropdown__toggle.danger+label+.bar,
form .form-group.underline-only .fx-dropdown__toggle.danger:focus+label+.bar,
form .form-group.underline-only .fx-dropdown__toggle.danger.dropdown-visible+label+.bar {
    background-color: #ed1c24;
}

form .form-group.underline-only textarea.danger+label+.bar:after,
form .form-group.underline-only textarea.danger:focus+label+.bar:after,
form .form-group.underline-only textarea.danger.dropdown-visible+label+.bar:after,
form .form-group.underline-only input.danger+label+.bar:after,
form .form-group.underline-only input.danger:focus+label+.bar:after,
form .form-group.underline-only input.danger.dropdown-visible+label+.bar:after,
form .form-group.underline-only .fx-dropdown__toggle.danger+label+.bar:after,
form .form-group.underline-only .fx-dropdown__toggle.danger:focus+label+.bar:after,
form .form-group.underline-only .fx-dropdown__toggle.danger.dropdown-visible+label+.bar:after {
    background-color: #ed1c24;
}

form .error-message {
    color: #007bff;
    margin-top: 10px;
}

form label {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    color: #2d3436;
}

@media (min-width: 480px) {
    form label {
        font-size: 0.75rem;
    }
}

@media (min-width: 1024px) {
    form label {
        font-size: 1rem;
    }
}

form textarea,
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel] {
    height: 50px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #b2bec3;
    color: #2d3436;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 12px;
    transition: box-shadow 0.4s, border-color 0.4s;
}

@media (min-width: 1024px) {

    form textarea,
    form input[type=text],
    form input[type=password],
    form input[type=email],
    form input[type=tel] {
        padding: 10px 20px;
    }
}

form textarea::-webkit-input-placeholder,
form input[type=text]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder {
    color: #b2bec3;
    font-size: 14px;
    font-weight: 400;
}

form textarea:-moz-placeholder,
form input[type=text]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=tel]:-moz-placeholder {
    color: #b2bec3;
    font-size: 14px;
    font-weight: 400;
}

form textarea::-moz-placeholder,
form input[type=text]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=tel]::-moz-placeholder {
    color: #b2bec3;
    font-size: 14px;
    font-weight: 400;
}

form textarea:-ms-input-placeholder,
form input[type=text]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder {
    color: #b2bec3;
    font-size: 14px;
    font-weight: 400;
}

form textarea.error,
form textarea.ng-touched.ng-invalid,
form input[type=text].error,
form input[type=text].ng-touched.ng-invalid,
form input[type=password].error,
form input[type=password].ng-touched.ng-invalid,
form input[type=email].error,
form input[type=email].ng-touched.ng-invalid,
form input[type=tel].error,
form input[type=tel].ng-touched.ng-invalid {
    box-shadow: 0 0 0 1px #ed1c24;
    border-color: #ed1c24;
}

form textarea:focus,
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=tel]:focus {
    box-shadow: 0 0 0 1px #009cfc;
    border-color: #009cfc;
    outline: none;
}

form textarea:disabled,
form input[type=text]:disabled,
form input[type=password]:disabled,
form input[type=email]:disabled,
form input[type=tel]:disabled {
    background-color: #ebebe4;
    cursor: not-allowed;
}

form textarea {
    resize: none;
    height: 100px !important;
}

.checkbox {
    margin-bottom: 20px;
}

.custom-checkbox {
    padding: 0;
}

.custom-checkbox .custom-control-label {
    height: 24px;
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
    padding-left: 40px;
    font-weight: 400;
}

.custom-checkbox .custom-control-label:hover {
    cursor: pointer;
}

.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after {
    top: 0;
}

.custom-checkbox .custom-control-input~.custom-control-label:before {
    box-shadow: 0 0 0 1px #b2bec3;
}

.custom-checkbox .custom-control-input~.custom-control-label:hover:before {
    box-shadow: 0 0 0 1px #929daa;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background: #00d9ad;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    content: "";
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    width: 9px;
    height: 17px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: white;
    margin: 0.1rem 1.5rem 0.1rem 0.5rem;
    transform: rotate(45deg);
}

.custom-checkbox-secondary {
    margin: 0;
}

@media (min-width: 480px) {
    .custom-checkbox-secondary {
        margin: 0 0 0 40px;
    }
}

.custom-checkbox-secondary .custom-control-label {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    padding-top: 0;
    padding-left: 28px;
    color: #2d3436;
    white-space: nowrap;
}

.custom-checkbox-secondary .custom-control-input~.custom-control-label:before {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #21a1fc;
}

.custom-checkbox-secondary .custom-control-input~.custom-control-label:after {
    width: 18px;
    height: 18px;
}

.custom-checkbox-secondary .custom-control-input~.custom-control-label:hover:before {
    box-shadow: 0 0 0 1px #21a1fc;
}

.custom-checkbox-secondary .custom-control-input:checked~.custom-control-label:before {
    background: #fff;
}

.custom-checkbox-secondary .custom-control-input:checked~.custom-control-label:after {
    content: "";
    position: absolute;
    background: none;
    top: -2px;
    left: -2px;
    width: 8px;
    height: 14px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #21a1fc;
    margin: 0.1rem 1.5rem 0.1rem 0.5rem;
    transform: rotate(45deg);
}

.fx-dropdown__toggle {
    min-width: 180px;
    min-height: 42px;
    border-radius: 3px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: #2d3436;
    background-color: #f8f8f8;
    font-size: 16px;
    padding: 10px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.fx-dropdown__toggle.dropdown-visible:after {
    transform: rotate(180deg);
}

.fx-dropdown__toggle:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    transition: transform 0.4s;
    margin-left: 10px;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #636e72 transparent transparent transparent;
}

.fx-dropdown__container {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transform: translateY(calc(100% - 10px));
    border-radius: 3px;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    background: white;
    color: #2d3436;
    font-size: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 8px 32px 0 rgba(76, 83, 107, 0.11);
}

.fx-dropdown__container.show {
    transform: translateY(100%);
    opacity: 1;
    pointer-events: auto;
}

.fx-dropdown--scrollable .fx-dropdown__options {
    max-height: 270px;
    overflow-y: scroll;
}

.fx-dropdown__options>div {
    padding: 10px;
    transition: background-color 0.2s;
}

.fx-dropdown__options>div:hover {
    background-color: rgba(223, 230, 233, 0.3);
}

.fx-dropdown__title {
    font-size: 14px;
    text-align: left;
    color: #b2bec3;
}

.fx-dropdown__title>* {
    pointer-events: none
}

.fx-dropdown__title span {
    color: #2d3436;
}

.fx-dropdown__search {
    position: relative;
    padding: 10px;
}

.fx-dropdown__search-icon {
    font-size: 15px;
    color: #636e72;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.fx-dropdown__search input {
    width: 100%;
    border-radius: 2px;
    height: 30px;
    padding-left: 25px !important;
    background-color: #fff;
    border: solid 1px #dfe6e9;
}

[lang=ar] form .form-group {
    text-align: right !important;
}

[lang=ar] form .form-group.underline-only textarea+label,
[lang=ar] form .form-group.underline-only input+label,
[lang=ar] form .form-group.underline-only .fx-dropdown__toggle+label {
    left: auto !important;
    right: 0 !important;
}

[lang=ar] form .form-group.underline-only .fx-dropdown__toggle {
    margin: 0 !important;
}

[lang=ar] form label {
    text-align: right !important;
}

[lang=ar] .custom-checkbox {
    padding: 0;
}

[lang=ar] .custom-checkbox .custom-control-label {
    padding-right: 40px !important;
    padding-left: 0 !important;
}

[lang=ar] .custom-checkbox .custom-control-label:before {
    right: 0 !important;
    left: auto !important;
}

[lang=ar] .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    left: auto !important;
    right: 0 !important;
    margin: 0.1rem 0.5rem 0.1rem 1.5rem !important;
}

@media (min-width: 480px) {
    [lang=ar] .custom-checkbox-secondary {
        margin: 0 40px 0 0 !important;
    }
}

[lang=ar] .custom-checkbox-secondary .custom-control-label {
    padding-right: 28px !important;
    padding-left: 0 !important;
}

[lang=ar] .custom-checkbox-secondary .custom-control-input:checked~.custom-control-label:after {
    left: auto !important;
    right: -2px !important;
    margin: 0.1rem 0.5rem 0.1rem 1.5rem !important;
}

[lang=ar] .fx-dropdown__toggle {
    margin-right: 20px !important;
    margin-left: 0 !important;
}

[lang=ar] .fx-dropdown__toggle:after {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

[lang=ar] .fx-dropdown__container {
    left: auto !important;
    right: 0 !important;
}

[lang=ar] .fx-dropdown__title {
    text-align: right !important;
}

[lang=ar] .fx-dropdown__search-icon {
    left: auto !important;
    right: 16px !important;
}

[lang=ar] .fx-dropdown__search input {
    padding-left: 0 !important;
    padding-right: 25px !important;
}

section,
.footer {
    padding: 3.3333333333rem 0;
}

@media (min-width: 1024px) {

    section,
    .footer {
        padding: 5rem 0;
    }
}

.fx-section {
    padding: 3.3333333333rem 0;
}

@media (min-width: 1024px) {
    .fx-section {
        padding: 5rem 0;
    }
}

.fx-section--full-viewport-height {
    min-height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fx-margin-bottom-section {
    margin-bottom: 2.2727272727rem !important;
}

@media (min-width: 1024px) {
    .fx-margin-bottom-section {
        margin-bottom: 5rem !important;
    }
}

.fx-margin-top-section {
    margin-top: 2.2727272727rem !important;
}

@media (min-width: 1024px) {
    .fx-margin-top-section {
        margin-top: 5rem !important;
    }
}

h2 {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    h2 {
        margin-bottom: 40px;
    }
}

.clearfix:after {
    display: table;
    content: "";
    clear: both;
}

.section-space-after-header {
    padding-top: 80px;
}

@media (min-width: 1024px) {
    .section-space-after-header {
        padding-top: 224px;
    }
}

.fx-section--small-padding {
    padding: 3.3333333333rem 0;
}

@media (min-width: 1024px) {
    .fx-section--small-padding {
        padding: 5rem 0;
    }
}

/* partials/helpers/fx-modals.scss */
body.no-scroll {
    overflow: hidden;
}

body.backdrop {
    overflow: hidden;
}

body.backdrop:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    bottom: 0;
    background: rgba(45, 52, 54, 0.2);
}

.responsive-wrapper {
    border-top: 1px solid rgba(223, 230, 233, 0.6);
    border-bottom: 1px solid rgba(223, 230, 233, 0.6);
    padding-bottom: 5px !important;
    min-height: 6em !important;
}

.responsive-wrapper [style*="margin:3.2em"] {
    margin-top: 2.2em !important;
}

.responsive-wrapper [style*="margin:2em"] {
    margin-top: 1em !important;
}

.responsive-wrapper [style*="margin:2.6em"] {
    margin-top: 1.6em !important;
}

.fx-modal-window {
    background: white;
    border-radius: 6px;
    box-shadow: 0 9px 31px 1px rgba(118, 134, 143, 0.47);
    z-index: 2;
    padding: 30px;
    margin: 30px auto;
    position: relative;
    overflow: auto;
    width: 90%;
    max-height: 500px;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@media (min-width: 480px) {
    .fx-modal-window {
        padding: 40px;
        margin: 1.5rem;
        bottom: 0;
    }
}

@media (min-width: 1024px) {
    .fx-modal-window {
        padding: 60px;
        width: 940px;
        max-height: 100%;
    }
}

.fx-modal-window__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    z-index: 9999;
}

.fx-modal-window__wrapper .embed-responsive iframe {
    height: 300px;
    width: 100%;
}

@media (min-width: 480px) {
    .fx-modal-window__wrapper .embed-responsive iframe {
        height: 500px;
        width: 100%;
    }
}


.fx-modal-window * {
    z-index: 2;
}

.fx-modal-window a {
    color: #f41112;
}

.fx-modal-window .close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
}

@media (min-width: 480px) {
    .fx-modal-window .close-icon {
        right: 20px;
        top: 20px;
    }
}

.fx-modal-window__close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: opacity 0.4s, transform 0.4s;
    text-decoration: none;
}

@media (min-width: 480px) {
    .fx-modal-window__close {
        right: 20px;
        top: 20px;
    }
}

.fx-modal-window__close:hover {
    cursor: pointer;
    opacity: 1;
    transform: rotate(45deg);
}

.fx-modal-window__close:before,
.fx-modal-window__close:after {
    position: absolute;
    content: " ";
    height: 100%;
    width: 1px;
    left: 50%;
    background-color: #3b3b3b;
}

.fx-modal-window__close:before {
    transform: rotate(90deg);
}

.fx-modal-window+.fx-modal-backdrop {
    display: block;
    content: "";
    position: fixed;
    background: white;
    opacity: 0.8;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: opacity 0.4s, transform 0.4s;
    transform: none;
}

.fx-modal-window+.fx-modal-backdrop.dark {
    background: #282828;
}

.fx-modal-window+.fx-modal-backdrop.hide {
    opacity: 0;
}

.fx-modal-window+.fx-modal-backdrop.hide.rotated-slideIn {
    transform: translateY(-9999px) rotate(-45deg) scale(6);
}

.fx-modal-window+.fx-modal-backdrop.rotated-slideIn {
    transform: translateY(0) rotate(-45deg) scale(6);
}

.fx-modal-window.fx-modal-window--no-padding {
    padding: 0;
    border-radius: 0;
    font-size: 0;
    overflow: visible;
}

.fx-modal-window.fx-modal-window--no-padding .fx-modal-window__close {
    height: 20px;
    width: 20px;
    top: -25px;
    right: 0;
}

@media (min-width: 1024px) {
    .fx-modal-window.fx-modal-window--no-padding .fx-modal-window__close {
        right: -25px;
    }
}

.fx-modal-window.fx-modal-window--dark {
    box-shadow: none;
    background-color: black;
    box-shadow: 0px 9px 31px 1px rgba(0, 0, 0, 0.5);
    background-color: black;
}

.fx-modal-window.fx-modal-window--dark .fx-modal-window__close:before,
.fx-modal-window.fx-modal-window--dark .fx-modal-window__close:after {
    background-color: white;
}

.fx-modal-window.fx-modal-window--dark+.fx-modal-backdrop {
    background-color: black;
    opacity: 0.5;
}

.fx-modal-window.fx-modal-window--with-loader:before {
    display: block;
    width: 80px;
    height: 80px;
    background: #f41112;
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    -webkit-animation: rotate 5s infinite;
    animation: rotate 5s infinite;
    transform: rotate(45deg);
}


@-webkit-keyframes rotate {
    0% {
        transform: rotate(45deg);
    }

    33% {
        transform: rotate(135deg);
    }

    66% {
        transform: rotate(225deg);
    }

    100% {
        transform: rotate(315deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(45deg);
    }

    33% {
        transform: rotate(135deg);
    }

    66% {
        transform: rotate(225deg);
    }

    100% {
        transform: rotate(315deg);
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.fx-modal-window.fx-modal-window--full-screen {
    position: fixed;
    padding: 0;
    border-radius: 0;
    bottom: 0;
    overflow: hidden;
    box-shadow: none;
    width: 100%;
    margin: 0;
    max-height: 100%;
}

.fx-modal-window.fx-modal-sm {
    width: 300px;
}

@media (min-width: 1024px) {
    .fx-modal-window.fx-modal-sm {
        width: 560px;
    }
}

.adroll_consent_persistent_icon,
.adroll_mini_consent_banner,
#adroll_consent_banner {
    display: none !important;
}

#cbh .cbh-button.cbh-fixed,
#cbh .cbh-slider.cbh-fixed {
    bottom: 18px !important;
    right: 18px !important;
}

.fx-theme--light {
    color: #636E72;
    background-color: #fff;
}

.fx-theme--light h1,
.fx-theme--light h2,
.fx-theme--light h3,
.fx-theme--light h4,
.fx-theme--light h5,
.fx-theme--light h6,
.fx-theme--light .text-size-h1,
.fx-theme--light .text-size-h2,
.fx-theme--light .text-size-h3,
.fx-theme--light .text-size-h4,
.fx-theme--light .text-size-h5,
.fx-theme--light .text-size-h6,
.fx-theme--light .fx-color--heading {
    color: #2d3436;
}

.fx-theme--light .fx-color--secondary {
    color: #979797;
}

.fx-theme--light .fx-color--main {
    color: #636E72;
}

.fx-theme--light .fx-color--highlight {
    color: #009cfc;
}

.fx-theme--light .fx-color--highlight-bg {
    background-color: #009cfc;
}

.fx-theme--light .fx-color-border--secondary {
    border-color: #979797;
}

.fx-theme--light .risk,
.fx-theme--light .fx-color--risk {
    color: #575757;
}

.fx-theme--light .fx-color--header {
    color: rgba(85, 85, 85, 0.75);
}

.fx-theme--dark {
    color: white;
    background-color: #131416;
}

.fx-theme--dark h1,
.fx-theme--dark h2,
.fx-theme--dark h3,
.fx-theme--dark h4,
.fx-theme--dark h5,
.fx-theme--dark h6,
.fx-theme--dark .text-size-h1,
.fx-theme--dark .text-size-h2,
.fx-theme--dark .text-size-h3,
.fx-theme--dark .text-size-h4,
.fx-theme--dark .text-size-h5,
.fx-theme--dark .text-size-h6,
.fx-theme--dark .fx-color--heading {
    color: white;
}

.fx-theme--dark .fx-color--secondary {
    color: #979797;
}

.fx-theme--dark .fx-color--main {
    color: white;
}

.fx-theme--dark .fx-color--highlight {
    color: #009cfc;
}

.fx-theme--dark .fx-color--highlight-bg {
    background-color: #009cfc;
}

.fx-theme--dark .fx-color-border--secondary {
    border-color: #979797;
}

.fx-theme--dark .risk,
.fx-theme--dark .fx-color--risk {
    color: #a9abb0;
}

.fx-theme--dark .fx-color--header {
    color: #c8c8c8;
}

.fx-theme--gray {
    color: #636E72;
    background-color: #F8F8F8;
}

.fx-theme--gray h1,
.fx-theme--gray h2,
.fx-theme--gray h3,
.fx-theme--gray h4,
.fx-theme--gray h5,
.fx-theme--gray h6,
.fx-theme--gray .text-size-h1,
.fx-theme--gray .text-size-h2,
.fx-theme--gray .text-size-h3,
.fx-theme--gray .text-size-h4,
.fx-theme--gray .text-size-h5,
.fx-theme--gray .text-size-h6,
.fx-theme--gray .fx-color--heading {
    color: #333333;
}

.fx-theme--gray .fx-color--secondary {
    color: #575757;
}

.fx-theme--gray .fx-color--main {
    color: #636E72;
}

.fx-theme--gray .fx-color--highlight {
    color: #009cfc;
}

.fx-theme--gray .fx-color--highlight-bg {
    background-color: #009cfc;
}

.fx-theme--gray .fx-color-border--secondary {
    border-color: #575757;
}

.fx-theme--gray .risk,
.fx-theme--gray .fx-color--risk {
    color: #575757;
}

.fx-theme--gray .fx-color--header {
    color: rgba(0, 0, 0, 0.5);
}

.fx-theme--highlight {
    color: white;
    background-color: #009cfc;
}

.fx-theme--highlight h1,
.fx-theme--highlight h2,
.fx-theme--highlight h3,
.fx-theme--highlight h4,
.fx-theme--highlight h5,
.fx-theme--highlight h6,
.fx-theme--highlight .text-size-h1,
.fx-theme--highlight .text-size-h2,
.fx-theme--highlight .text-size-h3,
.fx-theme--highlight .text-size-h4,
.fx-theme--highlight .text-size-h5,
.fx-theme--highlight .text-size-h6,
.fx-theme--highlight .fx-color--heading {
    color: white;
}

.fx-theme--highlight .fx-color--secondary {
    color: #fefefe;
}

.fx-theme--highlight .fx-color--main {
    color: white;
}

.fx-theme--highlight .fx-color--highlight {
    color: #575757;
}

.fx-theme--highlight .fx-color--highlight-bg {
    background-color: #575757;
}

.fx-theme--highlight .fx-color-border--secondary {
    border-color: #fefefe;
}

.fx-theme--highlight .risk,
.fx-theme--highlight .fx-color--risk {
    color: #fefefe;
}

.fx-theme--highlight .fx-color--header {
    color: white;
}

.fx-color--danger {
    color: #ed1c24;
}

.fx-color--primary {
    color: #009cfc;
}

.fx-color--success {
    color: #00b894;
}

.fx-color-gray-100 {
    color: #b2bec3;
}

.fx-color--yellow {
    color: #ffc600;
}

.fx-color--black {
    color: #2d3436;
}

/* partials/helpers/fx-typography.scss */
body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #636E72;
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

@media (min-width: 480px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1900px) {
    html {
        font-size: 16px;
    }
}

html[lang=ar] {
    direction: rtl;
    text-align: right;
}

html[lang=ar] .offset-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
}

html[lang=ar] .offset-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
}

html[lang=ar] .offset-3 {
    margin-right: 25%;
    margin-left: 0;
}

html[lang=ar] .offset-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
}

html[lang=ar] .offset-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
}

html[lang=ar] .offset-6 {
    margin-right: 50%;
    margin-left: 0;
}

html[lang=ar] .offset-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
}

html[lang=ar] .offset-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
}

html[lang=ar] .offset-9 {
    margin-right: 75%;
    margin-left: 0;
}

html[lang=ar] .offset-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
}

html[lang=ar] .offset-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
}

@media (min-width: 480px) {
    html[lang=ar] .offset-sm-0 {
        margin-right: 0;
        margin-left: 0;
    }

    html[lang=ar] .offset-sm-1 {
        margin-right: 8.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-sm-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-sm-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    html[lang=ar] .offset-sm-4 {
        margin-right: 33.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-sm-5 {
        margin-right: 41.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-sm-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    html[lang=ar] .offset-sm-7 {
        margin-right: 58.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-sm-8 {
        margin-right: 66.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-sm-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    html[lang=ar] .offset-sm-10 {
        margin-right: 83.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-sm-11 {
        margin-right: 91.6666666667%;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    html[lang=ar] .offset-md-0 {
        margin-right: 0;
        margin-left: 0;
    }

    html[lang=ar] .offset-md-1 {
        margin-right: 8.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-md-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-md-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    html[lang=ar] .offset-md-4 {
        margin-right: 33.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-md-5 {
        margin-right: 41.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-md-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    html[lang=ar] .offset-md-7 {
        margin-right: 58.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-md-8 {
        margin-right: 66.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-md-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    html[lang=ar] .offset-md-10 {
        margin-right: 83.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-md-11 {
        margin-right: 91.6666666667%;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    html[lang=ar] .offset-lg-0 {
        margin-right: 0;
        margin-left: 0;
    }

    html[lang=ar] .offset-lg-1 {
        margin-right: 8.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-lg-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-lg-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    html[lang=ar] .offset-lg-4 {
        margin-right: 33.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-lg-5 {
        margin-right: 41.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-lg-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    html[lang=ar] .offset-lg-7 {
        margin-right: 58.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-lg-8 {
        margin-right: 66.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-lg-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    html[lang=ar] .offset-lg-10 {
        margin-right: 83.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-lg-11 {
        margin-right: 91.6666666667%;
        margin-left: 0;
    }
}

@media (min-width: 1900px) {
    html[lang=ar] .offset-xl-0 {
        margin-right: 0;
        margin-left: 0;
    }

    html[lang=ar] .offset-xl-1 {
        margin-right: 8.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-xl-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-xl-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    html[lang=ar] .offset-xl-4 {
        margin-right: 33.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-xl-5 {
        margin-right: 41.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-xl-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    html[lang=ar] .offset-xl-7 {
        margin-right: 58.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-xl-8 {
        margin-right: 66.6666666667%;
        margin-left: 0;
    }

    html[lang=ar] .offset-xl-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    html[lang=ar] .offset-xl-10 {
        margin-right: 83.3333333333%;
        margin-left: 0;
    }

    html[lang=ar] .offset-xl-11 {
        margin-right: 91.6666666667%;
        margin-left: 0;
    }
}

html[lang=ar] body {
    text-align: right;
}

@media (min-width: 1024px) {
    html[lang=ar] .text-md-left {
        text-align: right !important;
    }
}

html[lang=vi] * {
    font-family: "Inter", "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

html[lang=vi] h2 {
    font-family: "Inter", "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

html[lang=vi] [class^=fx-symbol-],
html[lang=vi] [class*=" fx-symbol-"] {
    font-family: "fx-symbols-web-2-0" !important;
}

h1,
.text-size-h1,
h2,
.text-size-h2,
h3,
.text-size-h3,
h4,
.text-size-h4,
h5,
.text-size-h5,
h6,
.text-size-h6 {
    font-weight: 500;
    font-family: "Futura", "Roboto", "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-bottom: 0.6em;
    color: #2d3436;
}

@media (min-width: 1024px) {

    h1,
    .text-size-h1,
    h2,
    .text-size-h2,
    h3,
    .text-size-h3,
    h4,
    .text-size-h4,
    h5,
    .text-size-h5,
    h6,
    .text-size-h6 {
        margin-bottom: 0.6em;
    }
}

h1 small,
.text-size-h1 small,
h2 small,
.text-size-h2 small,
h3 small,
.text-size-h3 small,
h4 small,
.text-size-h4 small,
h5 small,
.text-size-h5 small,
h6 small,
.text-size-h6 small {
    display: block;
    color: #2d3436;
    font-size: 70%;
}

.fx-theme--dark h1 small,
.fx-theme--dark .text-size-h1 small,
.fx-theme--dark h2 small,
.fx-theme--dark .text-size-h2 small,
.fx-theme--dark h3 small,
.fx-theme--dark .text-size-h3 small,
.fx-theme--dark h4 small,
.fx-theme--dark .text-size-h4 small,
.fx-theme--dark h5 small,
.fx-theme--dark .text-size-h5 small,
.fx-theme--dark h6 small,
.fx-theme--dark .text-size-h6 small {
    color: white;
}

h1,
.text-size-h1 {
    font-size: 36px;
    line-height: 1.3;
}

@media (min-width: 1024px) {

    h1,
    .text-size-h1 {
        font-size: 46px;
    }
}

h2,
.text-size-h2 {
    font-size: 1.75rem;
    line-height: 1.2142857143;
}

@media (min-width: 480px) {

    h2,
    .text-size-h2 {
        font-size: 2.2857142857rem;
        line-height: 1.0625;
    }
}

@media (min-width: 1024px) {

    h2,
    .text-size-h2 {
        font-size: 2.25rem;
        line-height: 1.2777777778;
    }
}

h3,
.text-size-h3 {
    font-size: 1.625rem;
    line-height: 1.0769230769;
}

@media (min-width: 480px) {

    h3,
    .text-size-h3 {
        font-size: 2rem;
        line-height: 1.1071428571;
    }
}

@media (min-width: 1024px) {

    h3,
    .text-size-h3 {
        font-size: 2rem;
        line-height: 1.125;
    }
}

h4,
.text-size-h4 {
    font-size: 1.375rem;
    line-height: 1.0909090909;
}

@media (min-width: 480px) {

    h4,
    .text-size-h4 {
        font-size: 1.7142857143rem;
        line-height: 1.1666666667;
    }
}

@media (min-width: 1024px) {

    h4,
    .text-size-h4 {
        font-size: 1.625rem;
        line-height: 1.3076923077;
    }
}

h5,
.text-size-h5 {
    font-size: 1.25rem;
    line-height: 1.2;
}

@media (min-width: 480px) {

    h5,
    .text-size-h5 {
        font-size: 1.5714285714rem;
        line-height: 1.1818181818;
    }
}

@media (min-width: 1024px) {

    h5,
    .text-size-h5 {
        font-size: 1.5rem;
        line-height: 1.1666666667;
    }
}

h6,
.text-size-h6 {
    font-size: 1.125rem;
    line-height: 1.3333333333;
}

@media (min-width: 480px) {

    h6,
    .text-size-h6 {
        font-size: 1.2857142857rem;
        line-height: 1.3333333333;
    }
}

@media (min-width: 1024px) {

    h6,
    .text-size-h6 {
        font-size: 1.125rem;
        line-height: 1.4444444444;
    }
}

.text-decoration {
    text-decoration: underline;
}

*::-moz-selection {
    background: #009cfc;
    color: white;
}

*::selection {
    background: #009cfc;
    color: white;
}

.display-1 {
    font-size: 1.2857rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.75rem;
    color: #2d3436;
    font-size: 1.2857rem;
}

@media (min-width: 1024px) {
    .display-1 {
        font-size: 1.25rem;
    }
}

.display-6 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
}

@media (min-width: 1024px) {
    .display-6 {
        font-size: 0.875rem;
    }
}

.fx-font-size-base-xs {
    font-size: 14px;
}

.list-checkmark li:before,
.list-bullet li:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 11px;
    height: 17px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #009cfc;
    margin: 0.1rem 1.5rem 0.1rem 0.2rem;
    transform: rotate(46deg);
}

.list-bullet {
    margin: 0 0 3rem;
    max-width: 25.5rem;
    flex: 1 1 auto;
}

@media (min-width: 1200px) {
    .list-bullet {
        padding-top: 3rem;
    }
}

.list-bullet li {
    position: relative;
    padding: 0 0 1rem 2rem;
}

.list-checkmark li {
    position: relative;
}

.list-checkmark li:not(:last-child) {
    padding: 0 0 1rem 3rem;
}

.list-checkmark li:last-child {
    padding: 0 0 0 3rem;
}

.list-checkmark li.not-accepted:before {
    height: 2px;
    top: 7px;
    left: -3px;
    width: 14px;
    border-color: #ed1c24;
    transform: rotate(0);
}

strong {
    font-weight: 500;
}

[lang=ar] .list-bullet li:before,
.list-bullet [lang=ar] li:before,
[lang=ar] .list-checkmark li:before,
.list-checkmark [lang=ar] li:before {
    left: auto !important;
    right: 0 !important;
    margin: 0.1rem 0.5rem 0.1rem 1.5rem !important;
}

[lang=ar] .list-bullet li {
    padding: 0 2rem 1rem 0 !important;
}

@media (min-width: 1024px) {
    [lang=ar] .list-bullet li {
        padding-right: 3rem !important;
        padding-left: 0 !important;
    }
}

[lang=ar] .list-checkmark li:not(:last-child) {
    padding: 0 2rem 1rem 0 !important;
}

[lang=ar] .list-checkmark li:last-child {
    padding: 0 2rem 0 0 !important;
}

[lang=ar] .list-checkmark li.not-accepted:before {
    right: -3px !important;
    left: auto !important;
}

@media (min-width: 1024px) {
    body[lang=uk] .direct-register-button-block {
        margin-bottom: -20px;
    }
}

@media (max-width: 479.98px) {

    body[lang=id] .fx-section--video h1,
    body[lang=es] .fx-section--video h1,
    body[lang=de] .fx-section--video h1 {
        font-size: 30px;
    }
}

@media (max-width: 479.98px) {
    body[lang=ms] .fx-section--video h1 {
        font-size: 30px;
    }
}

@media (max-width: 479.98px) {
    body[lang=ms] h2 {
        font-size: 23px;
    }
}

@media (max-width: 479.98px) {
    body[lang=pt] .fx-section--video h1 {
        font-size: 28px;
    }
}

body[lang=ar] {
    direction: rtl;
    text-align: right;
}

body[lang=ar] .offset-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
}

body[lang=ar] .offset-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
}

body[lang=ar] .offset-3 {
    margin-right: 25%;
    margin-left: 0;
}

body[lang=ar] .offset-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
}

body[lang=ar] .offset-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
}

body[lang=ar] .offset-6 {
    margin-right: 50%;
    margin-left: 0;
}

body[lang=ar] .offset-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
}

body[lang=ar] .offset-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
}

body[lang=ar] .offset-9 {
    margin-right: 75%;
    margin-left: 0;
}

body[lang=ar] .offset-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
}

body[lang=ar] .offset-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
}

@media (min-width: 480px) {
    body[lang=ar] .offset-sm-0 {
        margin-right: 0;
        margin-left: 0;
    }

    body[lang=ar] .offset-sm-1 {
        margin-right: 8.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-sm-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-sm-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    body[lang=ar] .offset-sm-4 {
        margin-right: 33.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-sm-5 {
        margin-right: 41.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-sm-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    body[lang=ar] .offset-sm-7 {
        margin-right: 58.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-sm-8 {
        margin-right: 66.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-sm-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    body[lang=ar] .offset-sm-10 {
        margin-right: 83.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-sm-11 {
        margin-right: 91.6666666667%;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    body[lang=ar] .offset-md-0 {
        margin-right: 0;
        margin-left: 0;
    }

    body[lang=ar] .offset-md-1 {
        margin-right: 8.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-md-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-md-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    body[lang=ar] .offset-md-4 {
        margin-right: 33.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-md-5 {
        margin-right: 41.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-md-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    body[lang=ar] .offset-md-7 {
        margin-right: 58.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-md-8 {
        margin-right: 66.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-md-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    body[lang=ar] .offset-md-10 {
        margin-right: 83.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-md-11 {
        margin-right: 91.6666666667%;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    body[lang=ar] .offset-lg-0 {
        margin-right: 0;
        margin-left: 0;
    }

    body[lang=ar] .offset-lg-1 {
        margin-right: 8.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-lg-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-lg-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    body[lang=ar] .offset-lg-4 {
        margin-right: 33.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-lg-5 {
        margin-right: 41.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-lg-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    body[lang=ar] .offset-lg-7 {
        margin-right: 58.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-lg-8 {
        margin-right: 66.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-lg-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    body[lang=ar] .offset-lg-10 {
        margin-right: 83.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-lg-11 {
        margin-right: 91.6666666667%;
        margin-left: 0;
    }
}

@media (min-width: 1900px) {
    body[lang=ar] .offset-xl-0 {
        margin-right: 0;
        margin-left: 0;
    }

    body[lang=ar] .offset-xl-1 {
        margin-right: 8.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-xl-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-xl-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    body[lang=ar] .offset-xl-4 {
        margin-right: 33.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-xl-5 {
        margin-right: 41.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-xl-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    body[lang=ar] .offset-xl-7 {
        margin-right: 58.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-xl-8 {
        margin-right: 66.6666666667%;
        margin-left: 0;
    }

    body[lang=ar] .offset-xl-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    body[lang=ar] .offset-xl-10 {
        margin-right: 83.3333333333%;
        margin-left: 0;
    }

    body[lang=ar] .offset-xl-11 {
        margin-right: 91.6666666667%;
        margin-left: 0;
    }
}

@media (min-width: 480px) {
    body[lang=ar] .header .logo-wrapper {
        margin-right: auto;
        margin-left: 40px;
    }
}

@media (min-width: 1024px) {
    body[lang=ar] .header .header__watford-caption {
        margin-right: 20px;
        margin-left: auto;
    }
}

body[lang=ar] .fx-section--testimonials .swiper-controls-wrapper {
    direction: ltr;
}

body[lang=ar] .fx-section--features-tabs .tabset__nav-item>i {
    margin-right: 0;
    margin-left: 5px;
}

body[lang=ar] .fx-section--features-tabs .tabset__img-holder {
    margin-left: auto;
    margin-right: -20px;
}

body[lang=ar] .fx-section--features-tabs .tabset__img-holder>img {
    transform: rotateY(180deg);
}

@media (min-width: 480px) {
    body[lang=ar] .fx-section--promotion-details .promo__panel {
        text-align: right !important;
    }
}

body[lang=ar] .fx-section--promotion-details .promo__description::after {
    left: 0;
    right: auto !important;
}

body[lang=ar] .fx-section--trading-platforms-panels .platform__controls {
    left: 0;
    right: auto !important;
}

body[lang=ar] .fx-section--trading-platforms-panels .platform__controls>a:nth-child(1) {
    order: 1;
}

body[lang=ar] .fx-section--focus-on-clients .focus-block__value:after {
    right: auto !important;
    left: 0;
    transform: translateY(-50%) translateX(calc(50% - 20px)) !important;
}

body[lang=ar] .award__caption {
    direction: ltr;
}

@media screen and (min-width: 700px) {
    body[lang=ar] footer .pre-footer__item--social-icons>a:first-child {
        margin-left: 24px !important;
    }
}

body[lang=ar] footer .pre-footer__item--social-icons>a:last-child {
    margin-left: 0 !important;
}

body[lang=ar] footer .footer__regulator-item>img {
    margin-right: 0;
    margin-left: 15px;
}

.list-checkmark,
.list-bullet,
.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.back-to-top {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='up' xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 { fill: %23b2bec3; opacity: 0.5; } .cls-2 { fill: %23fff; fill-rule: evenodd; } %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='20.5' cy='20.5' r='20.5'/%3E%3Cpath id='_-e-arrow' data-name='-e-arrow' class='cls-2' d='M40.206,22.314l-6.882,6.567a1.033,1.033,0,0,0,0,1.512,1.156,1.156,0,0,0,1.584,0L39.93,25.6V38.937a1.067,1.067,0,0,0,2.134,0V25.6l5.022,4.792a1.16,1.16,0,0,0,1.585,0,1.035,1.035,0,0,0,0-1.513l-6.882-6.567A1.158,1.158,0,0,0,40.206,22.314Z' transform='translate(-20 -10)'/%3E%3C/svg%3E");
    position: fixed;
    z-index: 9999;
    width: 41px;
    height: 41px;
    display: block;
    transition: opacity .4s, transform .4s;
    transform: translateY(10px);
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    bottom: 125px;
    right: 15px;
}

@media (min-width: 480px) {
    .back-to-top {
        bottom: 90px;
        right: 18px;
    }
}

@media (min-width: 1024px) {
    .back-to-top {
        bottom: 75px;
        right: 30px;
    }
}

.visible .back-to-top {
    pointer-events: all;
    opacity: 1;
    transform: none;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 2.1875rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #b2bec3;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #b2bec3;
}

.breadcrumb {
    font-size: 0.75rem;
}

.breadcrumb a {
    color: #b2bec3;
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:hover:focus {
    color: #2d3436;
}

.btn.btn-primary {
    background: #303135;
    color: #fff;
    border-radius: 9px;
}

.btn.btn-primary.has-dark-bg,
.btn.btn-primary.has-dark-bg:hover,
.btn.btn-primary.has-dark-bg:focus {
    background: #32A071;
    color: #fff;
}

.btn.btn-primary:hover {
    background: #303135;
    color: #fff;
}

.btn.btn-primary:focus {
    background: #303135;
    color: #fff;
}

.btn.btn-primary small {
    color: rgba(255, 255, 255, 0.8);
}

small a,
small a:hover,
small a:focus {
    color: #b68756;
}


.btn.btn-outline-primary {
    background: transparent;
    color: #2D3436;
    border-width: 1px;
    border-style: solid;
    border: 1px solid #303135;
}

.btn.btn-outline-primary:hover {
    background: #303135;
    color: #fff;
    border-color: #303135;
}

.btn.btn-outline-primary:focus {
    background: #303135;
    color: #fff;
    border-color: #303135;
}

.btn.btn-link {
    color: #0c6cf2;
}

@media (min-width: 1024px) {
    .btn.btn-link span:after {
        background: #0c6cf2;
    }
}

.fx-section--support {
    padding: 0 0 2rem;
}

.fx-section--support .qr-code {
    position: absolute;
    right: 100%;
    margin-right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    border: 4px solid #009cfc;
}

.fx-section--support .btn-qr-code-desktop {
    display: none;
}

@media (min-width: 1024px) {
    .fx-section--support .btn-qr-code-desktop {
        display: block;
    }
}

@media (min-width: 1024px) {
    .fx-section--support .btn-qr-code-mobile {
        display: none;
    }
}

.fx-section--support .floating-panel {
    position: fixed;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 15;
    flex-direction: column;
}

.fx-section--support .floating-panel .btn {
    font-size: 11px;
    line-height: 1.1;
    min-width: 60px;
    height: 60px;
    border-radius: 4px 0 0 4px;
    padding: 5px;
    text-align: center;
    opacity: 1;
    transition: all .2s ease-in;
}

.fx-section--support .floating-panel .btn+.btn {
    margin-top: 5px;
}

.fx-section--support .floating-panel .btn .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31px;
    font-size: 31px;
    margin: 0 auto 4px;
}

.fx-section--support .floating-panel .btn .icon.fx-symbol-feedback {
    font-size: 25px;
}

.fx-section--support .static-panel {
    position: relative;
    z-index: 13;
    opacity: 1;
    transition: opacity .4s;
}

.fx-section--support .static-panel .btn {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transition: box-shadow .4s, color .4s, background-color .4s, transform .8s;
}

@media (min-width: 480px) {
    .fx-section--support .static-panel .btn {
        font-size: 3vw;
        justify-content: center;
    }

    .fx-section--support .static-panel .btn br {
        display: none;
    }
}

@media (min-width: 1024px) {
    .fx-section--support .static-panel .btn {
        font-size: 27px;
    }
}

.fx-section--support .static-panel .btn a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
}

.fx-section--support .static-panel .btn mark {
    background: white;
    width: 38px;
    height: 38px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}

.fx-section--support .static-panel .btn mark .btn-arrow {
    border-color: #0a95ff;
    margin: 0 0 0 -2px;
}

.fx-section--support .static-panel .btn .icon {
    font-size: 31px;
    line-height: 31px;
}

.fx-section--support .static-panel .btn strong {
    margin-left: 0.5rem;
}

.popup-regulator {
    max-width: 574px;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 0 18px 0 rgba(76, 83, 107, .25);
    background: #fff;
    font-size: 12px;
    color: #2d3436
}

@media (min-width:1024px) {
    .popup-regulator {
        padding: 30px;
        font-size: 14px
    }
}

.popup-regulator .text-size-h3 {
    color: #f5a305;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: Roboto, Segoe UI, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    display: flex;
    align-items: center
}

@media (min-width:1024px) {
    .popup-regulator .text-size-h3 {
        font-size: 18px
    }
}

.popup-regulator .text-size-h3 i {
    color: currentColor;
    font-size: 20px;
    margin-right: 10px;
    line-height: 1
}

[lang=ar][_nghost-ng-cli-universal-c72] .popup-regulator .text-size-h3 i,
[lang=ar] [_nghost-ng-cli-universal-c72] .popup-regulator .text-size-h3 i {
    margin-right: 0;
    margin-left: 10px
}

.popup-regulator .btn {
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 51px;
    display: flex
}

@media (min-width:1024px) {
    .popup-regulator .btn {
        display: inline-flex
    }
}

.popup-regulator .btn+.btn {
    margin-top: 10px
}

@media (min-width:480px) {
    .popup-regulator .btn+.btn {
        margin-left: 20px;
        margin-top: 0
    }

    [lang=ar][_nghost-ng-cli-universal-c72] .popup-regulator .btn+.btn,
    [lang=ar] [_nghost-ng-cli-universal-c72] .popup-regulator .btn+.btn {
        margin-left: 0;
        margin-right: 20px
    }
}

.popup-regulator .box-info {
    color: #929daa;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 10px
}

@media (min-width:480px) {
    .popup-regulator .box-info {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #dfe6e9;
        margin-top: 0
    }

    [lang=ar][_nghost-ng-cli-universal-c72] .popup-regulator .box-info,
    [lang=ar] [_nghost-ng-cli-universal-c72] .popup-regulator .box-info {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #dfe6e9
    }
}

.popup-regulator .box-info a {
    color: #009cfc
}


footer .pt-risk-2-0 .block--3 ul,
footer .pt-risk-2-0 .block--3 li,
footer .pt-risk-direct .block3 ul,
footer .col-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer {
    font-size: 0.7857rem;
    padding-bottom: 6rem;
}

@media (min-width: 480px) {
    footer {
        font-size: 12px
    }
}

footer .pre-footer {
    border: 1px solid rgba(146, 157, 170, 0.22);
    border-width: 1px 0;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 1rem 0;
    position: relative;
}

@media (min-width: 1024px) {
    footer .pre-footer {
        padding: 5px 0;
        margin-bottom: 0.6875rem;
        text-align: left;
        justify-content: space-between;
    }
}

footer .pre-footer:hover .fx-logo {
    color: #ed1c24;
}

footer .pre-footer__content {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(146, 157, 170, 0.22);
    padding-bottom: 1rem;
}

@media (min-width: 480px) {
    footer .pre-footer__content {
        justify-content: space-between;
        padding-bottom: 0;
        border-bottom: 0;
    }
}

footer .fx-dropdown__toggle {
    min-height: 50px;
    padding: 5px 10px;
    margin: 1rem 0 0;
    width: 100%;
}

@media (min-width: 1024px) {
    footer .fx-dropdown__toggle {
        font-size: 27px;
        width: auto;
        min-height: 30px;
        margin: 0 0 0 20px;
    }
}

footer .fx-dropdown__container {
    font-size: 14px;
    z-index: 15;
}

footer .copyright {
    cursor: default;
    line-height: 1;
}

@media (min-width: 480px) {
    footer .copyright {
        margin-right: 2rem;
    }

    [lang=ar][_nghost-ng-cli-universal-c89] footer .copyright,
    [lang=ar] [_nghost-ng-cli-universal-c89] footer .copyright {
        margin-left: 2rem;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    footer .copyright {
        margin-right: 3rem;
    }

    [lang=ar][_nghost-ng-cli-universal-c89] footer .copyright,
    [lang=ar] [_nghost-ng-cli-universal-c89] footer .copyright {
        margin-left: 3rem;
        margin-right: 0;
    }
}

footer .copyright .fx-logo {
    font-size: 1rem;
    margin-right: 1rem;
    transition: color 0.4s ease-out;
}

[lang=ar][_nghost-ng-cli-universal-c89] footer .copyright .fx-logo,
[lang=ar] [_nghost-ng-cli-universal-c89] footer .copyright .fx-logo {
    margin-left: 1rem;
    margin-right: 0;
}

footer .socials-links a {
    font-size: 1rem;
    color: #dfe6e9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

[lang=ar][_nghost-ng-cli-universal-c89] footer .socials-links a,
[lang=ar] [_nghost-ng-cli-universal-c89] footer .socials-links a {
    margin-left: 15px;
    margin-right: 0;
}

@media (min-width: 1024px) {
    footer .socials-links a {
        margin-right: 32px;
    }

    [lang=ar][_nghost-ng-cli-universal-c89] footer .socials-links a,
    [lang=ar] [_nghost-ng-cli-universal-c89] footer .socials-links a {
        margin-left: 32px;
    }
}

@media (min-width: 1200px) {
    footer .socials-links a {
        margin-right: 2.5rem;
    }

    [lang=ar][_nghost-ng-cli-universal-c89] footer .socials-links a,
    [lang=ar] [_nghost-ng-cli-universal-c89] footer .socials-links a {
        margin-left: 2.5rem;
    }
}

footer .socials-links a:hover {
    color: #b68756;
}

footer .socials-links a:hover:focus,
footer .socials-links a:focus {
    color: #b68756;
}

footer .footer-content .info-sponsor-block {
    margin: 40px 0;
    max-width: 150px;
}

footer .footer-content .info-sponsor-block img {
    width: 100%;
    margin: 0;
}

footer .footer-content p {
    margin-bottom: 0;
}

footer .contact-info {
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    footer .contact-info {
        margin-bottom: 0;
    }
}

footer .link-sitemap {
    color: #636E72;
    height: 39px;
    line-height: 39px;
    padding-right: 10px;
}

[lang=ar][_nghost-ng-cli-universal-c89] footer .link-sitemap,
[lang=ar] [_nghost-ng-cli-universal-c89] footer .link-sitemap {
    padding-left: 10px;
    padding-right: 0;
}

@media (min-width: 480px) {
    footer .link-sitemap {
        height: auto;
        padding-right: 0;
        line-height: 1.2;
    }

    [lang=ar][_nghost-ng-cli-universal-c89] footer .link-sitemap,
    [lang=ar] [_nghost-ng-cli-universal-c89] footer .link-sitemap {
        padding-left: 0;
    }
}

footer .link-sitemap:hover {
    color: #009cfc;
}

@media (min-width: 1024px) {
    footer a[href^=tel] {
        pointer-events: none;
        color: #636E72;
    }
}

footer .footer-columns {
    margin: 0 0 2.8571rem;
}

@media (min-width: 480px) {
    footer .footer-columns {
        margin: 0 -20px 0;
    }
}

footer .col-footer {
    line-height: 1.25rem;
    padding: 0;
    border-bottom: 1px solid rgba(146, 157, 170, 0.22);
}

@media (min-width: 480px) {
    footer .col-footer {
        border: none;
        padding: 0 20px;
    }
}

footer .col-footer.expanded .title i {
    transform: rotate(45deg);
}

footer .col-footer .title {
    color: #2d3436;
    height: 39px;
    display: flex;
    line-height: 1.2;
    align-items: center;
    justify-content: space-between;
}

.fx-theme--dark footer .col-footer .title {
    color: #d0d8da;
}

@media (min-width: 480px) {
    footer .col-footer .title {
        margin-bottom: 10px;
        font-weight: 600;
        height: auto;
        display: block;
    }
}

footer .col-footer .title i {
    transition: transform 0.4s;
    font-size: 8px;
}

@media (min-width: 480px) {
    footer .col-footer .title i {
        display: none;
    }
}

footer .col-footer ul {
    padding: 0 0 10px 20px;
}

@media (min-width: 480px) {
    footer .col-footer ul {
        margin-bottom: 2rem;
        padding: 0;
    }
}

footer .col-footer ul:last-child {
    margin-bottom: 0;
}

footer .col-footer ul li {
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

footer .col-footer ul li:last-child {
    margin-bottom: 0;
}

footer .col-footer ul a,
footer .col-footer ul span {
    color: #2d3436;
}

.fx-theme--dark footer .col-footer ul a,
.fx-theme--dark footer .col-footer ul span {
    color: #748083;
}

footer .col-footer ul a:hover,
footer .col-footer ul a:focus {
    color: #0c6cf2 !important;
}

footer .col-footer ul a:hover,
footer .col-footer ul a:hover:focus,
footer .col-footer ul a:focus {
    color: #009cfc;
}

footer .footer-frame {
    padding: 0 0 2.5rem;
}

@media (min-width: 480px) {
    footer .footer-frame {
        border-top: 1px solid rgba(146, 157, 170, 0.22);
        padding: 0 0 1.75rem;
        border: none;
    }
}

@media (min-width: 1024px) {
    footer .text-entry {
        padding-right: 2.75rem;
    }

    [lang=ar][_nghost-ng-cli-universal-c89] footer .text-entry,
    [lang=ar] [_nghost-ng-cli-universal-c89] footer .text-entry {
        padding-left: 2.75rem;
        padding-right: 0;
    }
}

.footer-frame [class*=col-]:last-child footer .text-entry {
    padding-right: 0;
}

[lang=ar][_nghost-ng-cli-universal-c89] .footer-frame [class*=col-]:last-child footer .text-entry,
[lang=ar] [_nghost-ng-cli-universal-c89] .footer-frame [class*=col-]:last-child footer .text-entry {
    padding-left: 0;
}

footer .text-entry strong {
    color: #2d3436;
    font-weight: 700;
}

footer .text-entry a,
footer .text-entry a:hover,
footer .text-entry a:focus {
    color: #b68756;
}

footer .footer-logo {
    margin-right: 1.25rem;
}

[lang=ar][_nghost-ng-cli-universal-c89] footer .footer-logo,
[lang=ar] [_nghost-ng-cli-universal-c89] footer .footer-logo {
    margin-left: 1.25rem;
    margin-right: 0;
}

footer .img-decor {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100px;
    height: auto;
}

[lang=ar][_nghost-ng-cli-universal-c89] footer .img-decor,
[lang=ar] [_nghost-ng-cli-universal-c89] footer .img-decor {
    left: auto;
    right: 0;
}

footer .img-decor.right {
    left: auto;
    right: 0;
}

[lang=ar][_nghost-ng-cli-universal-c89] footer .img-decor.right,
[lang=ar] [_nghost-ng-cli-universal-c89] footer .img-decor.right {
    right: auto;
    left: 0;
}

footer .sponsor__row {
    border-bottom: 1px solid rgba(146, 157, 170, 0.22);
    position: relative;
    margin-bottom: 2rem;
    margin-top: 5rem;
}

@media (min-width: 1024px) {
    footer .sponsor__row {
        margin: 0 0 2.9375rem;
    }
}

footer .sponsor__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
}

@media screen and (max-width: 900px) {
    footer .sponsor__info {
        max-width: 50% !important;
        flex: 0 0 50%;
        padding-bottom: 30px;
        margin-top: -2rem;
    }
}

footer .sponsor__title {
    display: flex;
    justify-content: flex-start;
}

footer .sponsor__title sup {
    font-size: 11px;
    line-height: 2;
}

footer .sponsor__title>span {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    justify-content: center;
    line-height: 1.22;
    color: #636e72;
    transition: color ease-out 0.4s;
}

footer .sponsor__title>span>strong {
    font-family: "Futura", "Roboto", "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #010d16;
    transition: color ease-out 0.4s;
}

footer .sponsor__logo {
    margin-right: 20px;
    align-self: flex-start;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 50px;
}

[lang=ar][_nghost-ng-cli-universal-c89] footer .sponsor__logo,
[lang=ar] [_nghost-ng-cli-universal-c89] footer .sponsor__logo {
    margin-left: 20px;
    margin-right: 0;
}

footer .sponsor__logo.mclaren-logo img {
    max-width: 300px;
}

footer .sponsor__logo.monaco-logo img {
    max-width: 330px;
}

footer .sponsor__poster {
    justify-content: center;
}

@media screen and (max-width: 900px) {
    footer .sponsor__poster {
        display: none !important;
    }
}

footer .sponsor__poster>img,
footer .sponsor__poster>picture img {
    width: 100%;
    max-width: 300px;
    padding-bottom: 30px;

}

@media (min-width: 1200px) {

    footer .sponsor__poster>img,
    footer .sponsor__poster>picture img {
        max-width: 300px;
    }
}

footer .sponsor__poster-shadow {
    display: flex;
    display: none;
    position: absolute;
    left: 20px;
    top: 0;
    right: 20px;
    bottom: 0;
    outline: 1px solid red;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    footer .sponsor__poster-shadow {
        display: none;
    }
}

footer .sponsor__poster-shadow>img,
footer .sponsor__poster-shadow>picture img {
    align-self: flex-end;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    max-width: 146px;
    align-self: flex-end;
}

footer .dropdown-visible i {
    color: #0984e3;
}

footer .pt-risk {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}

footer .pt-risk .block {
    border: 1px solid #9caebe;
    font: 12px/18px Arial, Helvetica, sans-serif;
    float: left;
    padding: 13px 10px 0 10px;
    height: 100px;
}

footer .pt-risk .block p {
    padding: 0;
    color: #000;
}

footer .pt-risk .block1 {
    border-right: 0;
    text-align: right;
    width: 190px;
}

footer .pt-risk .block2 {
    border-color: #ed1c24;
    width: 249px;
    padding: 13px 0 0 10px;
    background: url("/assets/img/sections/footer-web/pt-risk.jpg") 144px 15px no-repeat;
}

footer .pt-risk .block2 strong {
    font: bold 14px/17px Arial, Helvetica, sans-serif;
    color: #000;
    width: 115px;
    display: block;
    font-weight: 700;
}

footer .pt-risk .block2 p {
    text-transform: uppercase;
    font: 10px/12px Arial, Helvetica, sans-serif;
    margin: 6px 0 0 0;
}

footer .pt-risk .block3 {
    border-left: 0;
    width: 287px;
}

footer .pt-risk .block3 ul li {
    font-size: 12px;
    padding: 0 0 0 15px !important;
    position: relative;
    margin: 0 !important;
    background: none;
}

footer .pt-risk-direct {
    background: #fff;
}

footer .pt-risk-direct .block {
    border: 1px solid #9caebe;
    font: 10px/12px Arial, Helvetica, sans-serif;
    padding: 5px 5px 7px;
    width: auto;
    font-weight: bold;
}

footer .pt-risk-direct .block p {
    font: 10px/13px Arial, Helvetica, sans-serif;
    padding: 0;
    color: #000;
    opacity: 1;
}

footer .pt-risk-direct .block1 {
    border-bottom: 0;
}

footer .pt-risk-direct .block2 {
    border: 1px solid #ed1c24;
    position: relative;
    padding-right: 21px;
}

footer .pt-risk-direct .block2 .box {
    border: 3px solid #000;
    position: relative;
    padding: 5px 5px 7px;
}

footer .pt-risk-direct .block2 .box:before {
    content: "";
    position: absolute;
    top: -13px;
    right: 10px;
    background: url("/assets/img/sections/footer-web/pt-risk.jpg") 0 0 no-repeat;
    width: 71px;
    height: 64px;
}

footer .pt-risk-direct .block2 .box p {
    margin: 6px 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 9px;
}

footer .pt-risk-direct .block3 {
    border-top: 0;
}

footer .pt-risk-direct .block3 ul li {
    position: relative;
    background: none;
    padding: 0;
    font: 10px/12px Arial, Helvetica, sans-serif;
    margin: 4px 0 0 0;
    padding: 0 0 0 10px;
}

footer .pt-risk-direct .block3 ul li:before {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: #ed1c24;
}

footer .pt-risk-direct strong {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 0px 58px 19px 0px;
    display: block;
    color: #000;
    text-transform: none;
    line-height: 12px;
}

footer .pt-risk-direct.fixed {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 100;
    width: 183px;
    margin: -200px 0 0 0;
}

footer .pt-risk-direct.fixed .block1 {
    font-weight: bold;
}

footer .pt-risk-direct.fixed .block1 p {
    margin: 18px 0 0 0;
}

footer .pt-risk-direct.fixed .block2 {
    border: 1px solid #000;
    padding-right: 21px;
}

footer .pt-risk-direct.fixed .block2 .box {
    border: 3px solid #000;
    position: relative;
    padding: 5px 5px 7px;
}

footer .pt-risk-direct.fixed .block2 .box:before {
    top: 5px;
    right: 10px;
    background: url("/assets/img/sections/footer-web/pt-risk-direct-left.png") 0 0 no-repeat;
    width: 128px;
    height: 100px;
}

footer .pt-risk-direct.fixed .block2 .box p {
    margin: 1px 0 0 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 9px;
}

footer .pt-risk-direct.fixed strong {
    padding: 5px 56px 39px 13px;
}

footer .pt-risk-2-0 .block {
    width: 33.33333%;
    padding: 15px;
    border: 1px solid #9caebe;
    font: 12px/18px Arial, Helvetica, sans-serif;
}

@media (min-width: 1024px) {
    footer .pt-risk-2-0 .block--1 {
        border-right: 0;
    }
}

footer .pt-risk-2-0 .block--2 {
    border-color: red;
    position: relative;
    display: flex;
    justify-content: space-between;
}

footer .pt-risk-2-0 .block--2 img {
    align-self: center;
}

footer .pt-risk-2-0 .block--2 p {
    text-transform: uppercase;
    font: 10px/12px Arial, Helvetica, sans-serif;
    margin: 6px 0 0 0;
    color: #000;
}

@media (min-width: 1024px) {
    footer .pt-risk-2-0 .block--3 {
        border-left: 0;
    }
}

footer .pt-risk-2-0 .block--3 p {
    padding: 0 0 5px 0;
    margin: 0;
    color: #000;
}

footer .pt-risk-2-0 .block--3 li {
    padding-left: 15px;
    position: relative;
}

footer .pt-risk-2-0 .block--3 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #ed1c24;
}

footer .pt-risk-2-0 strong {
    font: bold 14px/17px Arial, Helvetica, sans-serif;
    color: #000;
    width: 115px;
    display: block;
}

footer .info-sponsor-block {
    text-align: center;
    margin-bottom: 3.0714rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .info-sponsor-block,
footer .info-sponsor-block:hover,
footer .info-sponsor-block:active {
    color: #636e72;
}

footer .info-sponsor-block:not(:last-child):after {
    height: 100%;
    width: 1px;
    background: rgba(146, 157, 170, 0.22);
    content: "";
    position: absolute;
    right: 0px;
}

[lang=ar][_nghost-ng-cli-universal-c89] footer .info-sponsor-block:not(:last-child):after,
[lang=ar] [_nghost-ng-cli-universal-c89] footer .info-sponsor-block:not(:last-child):after {
    right: auto;
    left: 0;
}

footer .info-sponsor-block img {
    display: block;
    margin: auto auto 1.3571rem;
}

.fx-dropdown--countries {
    min-width: 187px;
}

.fx-dropdown--countries .fx-dropdown__options>div {
    padding-left: 17px;
}

.fx-dropdown__title {
    display: flex;
    flex: 1;
    align-items: center;
}

.fx-dropdown__title,
.fx-dropdown__container,
#selected-country,
#selected-regulator {
    color: #2d3436;
}

#selected-country:after,
#selected-regulator:after {
    content: "";
    margin: 0;
}

.fx-dropdown__title span,
.fx-dropdown__container span {
    color: #b2bec3;
    flex: 0 0 auto;
}

.fx-dropdown__title span:after,
.fx-dropdown__container span:after {
    content: "·";
    margin-right: 5px;
    margin-left: 5px;
}

.fx-dropdown__title .flag-icon,
.fx-dropdown__container .flag-icon {
    vertical-align: text-top;
    margin-right: 5px;
    flex: 0 0 16px;
    height: 16px;
}

.search-component {
    padding: 20px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.2s ease-out;
    background-color: #303135;
}

.search-component.slideInTop {
    transform: translateY(0);
}

.search-component.slideInTop+.search-component__backdrop {
    opacity: 0;
}

@media (min-width: 480px) {
    .search-component {
        padding: 32px 0;
    }
}

.search-component .container {
    position: relative;
}

.search-component .text-size-h2 {
    font-size: 1rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0 30px;
    color: white;
}

.search-component .text-note {
    font-size: 12px;
}

@media (min-width: 480px) {
    .search-component .text-note {
        font-size: 14px;
    }
}

.search-component .text-note span {
    color: #fff;
}

.search-component .text-note a {
    color: #0c6cf2;
}

.search-component .text-note a:hover,
.search-component .text-note a:focus {
    color: #0c6cf2;
}

.search-component .close-button {
    padding: 10px;
    font-size: 0;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 999;
}

.search-component .close-button:hover .close-icon:after,
.search-component .close-button:hover .close-icon:before,
.search-component .close-button .close-icon:after,
.search-component .close-button .close-icon:before {
    background: #fff;
}

.search-component .close-button:after,
.search-component .close-button:before {
    background: #fff;
}

.search-component .help-center {
    color: #fff;
    font-size: 14px;
}

.search-component .help-center a {
    font-weight: 500;
    color: #0c6cf2;
}

[lang=ar] .search-component .close-button {
    right: auto !important;
    left: 10px !important;
}

.ng-select.ng-select-opened[_ngcontent-ng-cli-universal-c100]>.ng-select-container[_ngcontent-ng-cli-universal-c100] {
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9
}

.ng-select.ng-select-opened[_ngcontent-ng-cli-universal-c100]>.ng-select-container[_ngcontent-ng-cli-universal-c100]:hover {
    box-shadow: none
}

.ng-select.ng-select-opened[_ngcontent-ng-cli-universal-c100]>.ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-arrow[_ngcontent-ng-cli-universal-c100] {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
}

.ng-select.ng-select-opened[_ngcontent-ng-cli-universal-c100]>.ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-arrow[_ngcontent-ng-cli-universal-c100]:hover {
    border-color: transparent transparent #333
}

.ng-select.ng-select-opened.ng-select-bottom[_ngcontent-ng-cli-universal-c100]>.ng-select-container[_ngcontent-ng-cli-universal-c100] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.ng-select.ng-select-opened.ng-select-top[_ngcontent-ng-cli-universal-c100]>.ng-select-container[_ngcontent-ng-cli-universal-c100] {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.ng-select.ng-select-focused[_ngcontent-ng-cli-universal-c100]:not(.ng-select-opened)>.ng-select-container[_ngcontent-ng-cli-universal-c100] {
    border-color: #303135;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1)
}

.ng-select.ng-select-disabled[_ngcontent-ng-cli-universal-c100]>.ng-select-container[_ngcontent-ng-cli-universal-c100] {
    background-color: #f9f9f9
}

.ng-select[_ngcontent-ng-cli-universal-c100] .ng-has-value[_ngcontent-ng-cli-universal-c100] .ng-placeholder[_ngcontent-ng-cli-universal-c100] {
    display: none
}

.ng-select[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-height: 36px;
    align-items: center
}

.ng-select[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100]:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06)
}

.ng-select[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] {
    align-items: center;
    padding-left: 10px
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-select[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] {
    padding-right: 10px;
    padding-left: 0
}

.ng-select[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-placeholder[_ngcontent-ng-cli-universal-c100] {
    color: #999
}

.ng-select.ng-select-single[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] {
    height: 36px
}

.ng-select.ng-select-single[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-input[_ngcontent-ng-cli-universal-c100] {
    top: 5px;
    left: 0;
    padding-left: 10px;
    padding-right: 50px
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-select.ng-select-single[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-input[_ngcontent-ng-cli-universal-c100] {
    padding-right: 10px;
    padding-left: 50px
}

.ng-select.ng-select-multiple.ng-select-disabled[_ngcontent-ng-cli-universal-c100]>.ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value[_ngcontent-ng-cli-universal-c100] {
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6
}

.ng-select.ng-select-multiple.ng-select-disabled[_ngcontent-ng-cli-universal-c100]>.ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value[_ngcontent-ng-cli-universal-c100] .ng-value-label[_ngcontent-ng-cli-universal-c100] {
    padding: 0 5px
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] {
    padding-top: 5px;
    padding-left: 7px
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] {
    padding-right: 7px;
    padding-left: 0
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value[_ngcontent-ng-cli-universal-c100] {
    font-size: .9em;
    margin-bottom: 5px;
    background-color: #ebf5ff;
    border-radius: 2px;
    margin-right: 5px
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value[_ngcontent-ng-cli-universal-c100] {
    margin-right: 0;
    margin-left: 5px
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value.ng-value-disabled[_ngcontent-ng-cli-universal-c100] {
    background-color: #f9f9f9
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value.ng-value-disabled[_ngcontent-ng-cli-universal-c100] .ng-value-label[_ngcontent-ng-cli-universal-c100] {
    padding-left: 5px
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value.ng-value-disabled[_ngcontent-ng-cli-universal-c100] .ng-value-label[_ngcontent-ng-cli-universal-c100] {
    padding-left: 0;
    padding-right: 5px
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value[_ngcontent-ng-cli-universal-c100] .ng-value-label[_ngcontent-ng-cli-universal-c100] {
    display: inline-block;
    padding: 1px 5px
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value[_ngcontent-ng-cli-universal-c100] .ng-value-icon[_ngcontent-ng-cli-universal-c100] {
    display: inline-block;
    padding: 1px 5px
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value[_ngcontent-ng-cli-universal-c100] .ng-value-icon[_ngcontent-ng-cli-universal-c100]:hover {
    background-color: #d1e8ff
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value[_ngcontent-ng-cli-universal-c100] .ng-value-icon.left[_ngcontent-ng-cli-universal-c100] {
    border-right: 1px solid #b8dbff
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value[_ngcontent-ng-cli-universal-c100] .ng-value-icon.left[_ngcontent-ng-cli-universal-c100] {
    border-left: 1px solid #b8dbff;
    border-right: none
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value[_ngcontent-ng-cli-universal-c100] .ng-value-icon.right[_ngcontent-ng-cli-universal-c100] {
    border-left: 1px solid #b8dbff
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-value[_ngcontent-ng-cli-universal-c100] .ng-value-icon.right[_ngcontent-ng-cli-universal-c100] {
    border-left: 0;
    border-right: 1px solid #b8dbff
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-input[_ngcontent-ng-cli-universal-c100] {
    padding: 0 0 3px 3px
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-input[_ngcontent-ng-cli-universal-c100] {
    padding: 0 3px 3px 0
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-placeholder[_ngcontent-ng-cli-universal-c100] {
    top: 5px;
    padding-bottom: 5px;
    padding-left: 3px
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100] .ng-select-container[_ngcontent-ng-cli-universal-c100] .ng-value-container[_ngcontent-ng-cli-universal-c100] .ng-placeholder[_ngcontent-ng-cli-universal-c100] {
    padding-right: 3px;
    padding-left: 0
}

.ng-select[_ngcontent-ng-cli-universal-c100] .ng-clear-wrapper[_ngcontent-ng-cli-universal-c100] {
    color: #999
}

.ng-select[_ngcontent-ng-cli-universal-c100] .ng-clear-wrapper[_ngcontent-ng-cli-universal-c100]:hover .ng-clear[_ngcontent-ng-cli-universal-c100] {
    color: #D0021B
}

.ng-select[_ngcontent-ng-cli-universal-c100] .ng-spinner-zone[_ngcontent-ng-cli-universal-c100] {
    padding: 5px 5px 0 0
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-select[_ngcontent-ng-cli-universal-c100] .ng-spinner-zone[_ngcontent-ng-cli-universal-c100] {
    padding: 5px 0 0 5px
}

.ng-select[_ngcontent-ng-cli-universal-c100] .ng-arrow-wrapper[_ngcontent-ng-cli-universal-c100] {
    width: 25px;
    padding-right: 5px
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-select[_ngcontent-ng-cli-universal-c100] .ng-arrow-wrapper[_ngcontent-ng-cli-universal-c100] {
    padding-left: 5px;
    padding-right: 0
}

.ng-select[_ngcontent-ng-cli-universal-c100] .ng-arrow-wrapper[_ngcontent-ng-cli-universal-c100]:hover .ng-arrow[_ngcontent-ng-cli-universal-c100] {
    border-top-color: #666
}

.ng-select[_ngcontent-ng-cli-universal-c100] .ng-arrow-wrapper[_ngcontent-ng-cli-universal-c100] .ng-arrow[_ngcontent-ng-cli-universal-c100] {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    left: 0
}

.ng-dropdown-panel.ng-select-bottom[_ngcontent-ng-cli-universal-c100] {
    top: 100%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-color: #e6e6e6;
    margin-top: -1px
}

.ng-dropdown-panel.ng-select-bottom[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option[_ngcontent-ng-cli-universal-c100]:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.ng-dropdown-panel.ng-select-top[_ngcontent-ng-cli-universal-c100] {
    bottom: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-color: #e6e6e6;
    margin-bottom: -1px
}

.ng-dropdown-panel.ng-select-top[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option[_ngcontent-ng-cli-universal-c100]:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-header[_ngcontent-ng-cli-universal-c100] {
    border-bottom: 1px solid #ccc;
    padding: 5px 7px
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-footer[_ngcontent-ng-cli-universal-c100] {
    border-top: 1px solid #ccc;
    padding: 5px 7px
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-optgroup[_ngcontent-ng-cli-universal-c100] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-optgroup.ng-option-disabled[_ngcontent-ng-cli-universal-c100] {
    cursor: default
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-optgroup.ng-option-marked[_ngcontent-ng-cli-universal-c100] {
    background-color: #f5faff
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-optgroup.ng-option-selected[_ngcontent-ng-cli-universal-c100],
.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-optgroup.ng-option-selected.ng-option-marked[_ngcontent-ng-cli-universal-c100] {
    background-color: #ebf5ff;
    font-weight: 600
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option[_ngcontent-ng-cli-universal-c100] {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    padding: 8px 10px
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option.ng-option-selected[_ngcontent-ng-cli-universal-c100],
.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option.ng-option-selected.ng-option-marked[_ngcontent-ng-cli-universal-c100] {
    color: #333;
    background-color: #ebf5ff
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option.ng-option-selected[_ngcontent-ng-cli-universal-c100] .ng-option-label[_ngcontent-ng-cli-universal-c100],
.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option.ng-option-selected.ng-option-marked[_ngcontent-ng-cli-universal-c100] .ng-option-label[_ngcontent-ng-cli-universal-c100] {
    font-weight: 600
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option.ng-option-marked[_ngcontent-ng-cli-universal-c100] {
    background-color: #f5faff;
    color: #333
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option.ng-option-disabled[_ngcontent-ng-cli-universal-c100] {
    color: #ccc
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option.ng-option-child[_ngcontent-ng-cli-universal-c100] {
    padding-left: 22px
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option.ng-option-child[_ngcontent-ng-cli-universal-c100] {
    padding-right: 22px;
    padding-left: 0
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option[_ngcontent-ng-cli-universal-c100] .ng-tag-label[_ngcontent-ng-cli-universal-c100] {
    font-size: 80%;
    font-weight: 400;
    padding-right: 5px
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100] .ng-option[_ngcontent-ng-cli-universal-c100] .ng-tag-label[_ngcontent-ng-cli-universal-c100] {
    padding-left: 5px;
    padding-right: 0
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] {
    direction: rtl;
    text-align: right
}

.search-widget[_ngcontent-ng-cli-universal-c100] .form-group[_ngcontent-ng-cli-universal-c100] {
    margin-bottom: 15px;
    position: relative;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .form-control[_ngcontent-ng-cli-universal-c100] {
    width: 100%;
    display: block;
    font-size: 16px;
    background: #fff;
    padding: 13px 60px 13px 24px;
    border: none;
    height: 48px;
    border-radius: 3px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.09);
    color: #2d3436;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .form-control[_ngcontent-ng-cli-universal-c100]::-webkit-input-placeholder {
    color: #b2bec3;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .form-control[_ngcontent-ng-cli-universal-c100]:-moz-placeholder {
    color: #b2bec3;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .form-control[_ngcontent-ng-cli-universal-c100]::-moz-placeholder {
    color: #b2bec3;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .form-control[_ngcontent-ng-cli-universal-c100]:-ms-input-placeholder {
    color: #b2bec3;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .form-control.autocomplete-visible[_ngcontent-ng-cli-universal-c100] {
    border-radius: 3px 3px 0 0;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .form-control[_ngcontent-ng-cli-universal-c100]:focus {
    outline: none;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .btn-search[_ngcontent-ng-cli-universal-c100] {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.09);
}

.search-widget[_ngcontent-ng-cli-universal-c100] .btn-search[_ngcontent-ng-cli-universal-c100] svg {
    width: 14px;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .autocomplete[_ngcontent-ng-cli-universal-c100] {
    position: absolute;
    bottom: 0;
    background: white;
    color: #2d3436;
    padding: 0;
    margin: 0;
    transform: translateY(100%);
    left: 0;
    right: 0;
    box-shadow: 0 8px 32px 0 rgba(76, 83, 107, 0.11);
}

.search-widget[_ngcontent-ng-cli-universal-c100] .autocomplete[_ngcontent-ng-cli-universal-c100] a[_ngcontent-ng-cli-universal-c100] {
    padding: 12px 20px;
    display: block;
    color: #2d3436;
    margin: 0;
    transition: background-color 0.2s;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .autocomplete[_ngcontent-ng-cli-universal-c100] a[_ngcontent-ng-cli-universal-c100]:hover {
    color: #2d3436;
    background: rgba(0, 0, 0, 0.05);
}

.search-widget[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel {
    top: 100%;
    border-radius: 3px;
    margin-top: 5px;
    right: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
}

.search-widget[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel .ng-option {
    padding: 0.5rem 1.5rem;
    color: #2d3436;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel .search-results .ng-option.selected {
    background: rgba(223, 230, 233, 0.5);
}

.search-widget[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel .ng-dropdown-panel-items {
    max-height: 400px !important;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .ng-placeholder {
    color: #636E72;
    font-weight: 300;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .ng-input input {
    padding: 0;
    line-height: 1;
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100] {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .search-widget.faq[_ngcontent-ng-cli-universal-c100] {
        margin-bottom: 60px;
    }
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100] .btn-search[_ngcontent-ng-cli-universal-c100],
.search-widget.faq[_ngcontent-ng-cli-universal-c100] .form-control[_ngcontent-ng-cli-universal-c100] {
    box-shadow: none !important;
    background: #fff !important;
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100] .form-control[_ngcontent-ng-cli-universal-c100] {
    font-size: 16px !important;
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100] .form-group[_ngcontent-ng-cli-universal-c100] {
    border-radius: 3px;
    border: 1px solid #b2bec3;
    margin-bottom: 5px !important;
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100] .btn-search[_ngcontent-ng-cli-universal-c100] {
    color: #b2bec3;
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100] .btn-search[_ngcontent-ng-cli-universal-c100] i[_ngcontent-ng-cli-universal-c100] {
    font-size: 21px !important;
}

@media (min-width: 1024px) {
    .search-widget.faq {
        margin-bottom: 60px;
    }
}

.search-widget.faq .btn-search,
.search-widget.faq .form-control {
    box-shadow: none !important;
    background: #fff !important;
}

.search-widget.faq .form-control {
    font-size: 16px !important;
}

.search-widget.faq .form-group {
    border-radius: 3px;
    border: 1px solid #b2bec3;
    margin-bottom: 5px !important;
}

.search-widget.faq .btn-search {
    color: #b2bec3;
}

.search-widget.faq .btn-search i {
    font-size: 21px !important;
}

[lang=ar] .search-widget .form-control {
    padding: 13px 24px 13px 60px !important;
}

[lang=ar] .search-widget .form-control.autocomplete-visible {
    border-radius: 3px 0 0 3px !important;
}

[lang=ar] .search-widget .btn-search {
    right: auto !important;
    left: 0 !important;
}

[lang=ar] .search-widget .ng-dropdown-panel {
    right: auto !important;
    left: 0 !important;
    padding: 0 !important;
}


.ng-select {
    position: relative;
    display: block;
    box-sizing: border-box
}

.ng-select div,
.ng-select input,
.ng-select span {
    box-sizing: border-box
}

.ng-select [hidden] {
    display: none
}

.ng-select.ng-select-searchable .ng-select-container .ng-value-container .ng-input {
    opacity: 1
}

.ng-select.ng-select-opened .ng-select-container {
    z-index: 1001
}

.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder,
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.ng-select.ng-select-disabled .ng-arrow-wrapper {
    cursor: default
}

.ng-select.ng-select-filtered .ng-placeholder {
    display: none
}

.ng-select .ng-select-container {
    color: #333;
    cursor: default;
    display: flex;
    outline: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.ng-select .ng-select-container .ng-value-container {
    display: flex;
    flex: 1
}

.ng-select .ng-select-container .ng-value-container .ng-input {
    opacity: 0
}

.ng-select .ng-select-container .ng-value-container .ng-input>input {
    box-sizing: content-box;
    background: none;
    border: 0;
    box-shadow: none;
    outline: 0;
    cursor: default;
    width: 100%
}

.ng-select .ng-select-container .ng-value-container .ng-input>input::-ms-clear {
    display: none
}

.ng-select .ng-select-container .ng-value-container .ng-input>input[readonly] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
    padding: 0
}

.ng-select.ng-select-single.ng-select-filtered .ng-select-container .ng-value-container .ng-value {
    visibility: hidden
}

.ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value .ng-value-icon {
    display: none
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    position: absolute;
    left: 0;
    width: 100%
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-icon {
    display: none
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    flex-wrap: wrap
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    white-space: nowrap
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-icon {
    display: none
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
    cursor: pointer
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    flex: 1;
    z-index: 2
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    position: absolute;
    z-index: 1
}

.ng-select .ng-clear-wrapper {
    cursor: pointer;
    position: relative;
    width: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ng-select .ng-clear-wrapper .ng-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    pointer-events: none
}

.ng-select .ng-spinner-loader {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid rgba(66, 66, 66, .2);
    border-right: 2px solid rgba(66, 66, 66, .2);
    border-bottom: 2px solid rgba(66, 66, 66, .2);
    border-left: 2px solid #424242;
    transform: translateZ(0);
    -webkit-animation: .8s linear infinite load8;
    animation: .8s linear infinite load8
}

.ng-select .ng-spinner-loader:after {
    border-radius: 50%;
    width: 17px;
    height: 17px
}

@-webkit-keyframes load8 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ng-select .ng-arrow-wrapper {
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ng-select .ng-arrow-wrapper .ng-arrow {
    pointer-events: none;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative
}

.ng-dropdown-panel {
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    width: 100%;
    z-index: 1050;
    -webkit-overflow-scrolling: touch
}

.ng-dropdown-panel .ng-dropdown-panel-items {
    display: block;
    height: auto;
    box-sizing: border-box;
    max-height: 240px;
    overflow-y: auto
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted {
    font-weight: 700;
    text-decoration: underline
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.disabled {
    cursor: default
}

.ng-dropdown-panel .scroll-host {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    display: block;
    -webkit-overflow-scrolling: touch
}

.ng-dropdown-panel .scrollable-content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.ng-dropdown-panel .total-padding {
    width: 1px;
    opacity: 0
}


.modal-backdrop {
    background: red;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9998;
    opacity: 0;
    transition: opacity .2s
}

regulator-popup {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-68%);
    z-index: 9999
}

@media (min-width:1024px) {
    regulator-popup {
        bottom: 64px;
        top: auto;
        transform: translateY(0)
    }
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0c6cf2;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.language-switcher[_ngcontent-ng-cli-universal-c92] {
    position: static;
}

.language-switcher[_ngcontent-ng-cli-universal-c92] .language-current[_ngcontent-ng-cli-universal-c92] {
    position: relative;
    background: none;
    font-weight: 500;
    border: none;
    color: #636E72;
}

.fx-theme--dark .language-switcher[_ngcontent-ng-cli-universal-c92] .language-current[_ngcontent-ng-cli-universal-c92] {
    color: white;
}

.language-switcher[_ngcontent-ng-cli-universal-c92] .language-current[_ngcontent-ng-cli-universal-c92].btn.btn-link span:after {
    display: none;
}

@media (min-width: 1024px) {
    .fx-theme--dark .language-switcher[_ngcontent-ng-cli-universal-c92] .language-current[_ngcontent-ng-cli-universal-c92] .fx-symbol-globe.fx-color--main {
        color: white;

    }
}

.language-switcher[_ngcontent-ng-cli-universal-c92] .language-current[_ngcontent-ng-cli-universal-c92]:hover span[_ngcontent-ng-cli-universal-c92]:after {
    display: none;
}

.language-switcher[_ngcontent-ng-cli-universal-c92] .language-current[_ngcontent-ng-cli-universal-c92]>i[_ngcontent-ng-cli-universal-c92] {
    margin-right: 5px;
    transition: color .1s ease-out;
}

.language-switcher[_ngcontent-ng-cli-universal-c92] .language-current[_ngcontent-ng-cli-universal-c92]:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    margin-top: -3px;
    border: 1px solid #969a9b;
    border-width: 2px 0 0 2px;
    transform: rotate(-135deg);
    transition: transform .2s ease-out, border-color .1s;
}

.language-switcher .language-current:after,
.fx-theme-light .language-switcher .language-current:after {
    border-color: #fff transparent transparent transparent;
}

.fx-theme--dark .language-switcher .language-current:after {
    border-color: #fff transparent transparent transparent;
}

@media (max-width: 1024px) {

    .language-switcher .language-current:after,
    .fx-theme-light .language-switcher .language-current:after {
        border-color: #0c6cf2 transparent transparent transparent;
    }

    .fx-theme--dark .language-switcher .language-current:after {
        border-color: #0c6cf2 transparent transparent transparent;
    }
}

.language-switcher .language-current:hover,
.language-switcher .language-current:active,
.language-switcher .language-current:focus,
.language-switcher .language-current:hover:focus,
.fx-theme-light .language-switcher .language-current:hover,
.fx-theme-light .language-switcher .language-current:active,
.fx-theme-light .language-switcher .language-current:focus,
.fx-theme-light .language-switcher .language-current:hover:focus {
    color: #fff;
}

.fx-theme--dark .language-switcher .language-current {
    color: white;
}

.fx-theme--dark .language-switcher .language-current:hover,
.fx-theme--dark .language-switcher .language-current:active,
.fx-theme--dark .language-switcher .language-current:focus,
.fx-theme--dark .language-switcher .language-current:hover:focus {
    color: white;
}

.language-switcher.show[_ngcontent-ng-cli-universal-c92] .language-current[_ngcontent-ng-cli-universal-c92] {
    color: #0c6cf2;
}

.language-switcher.show[_ngcontent-ng-cli-universal-c92] .language-current[_ngcontent-ng-cli-universal-c92] i[_ngcontent-ng-cli-universal-c92] {
    color: #0c6cf2;
}

.language-switcher.show[_ngcontent-ng-cli-universal-c92] .language-current[_ngcontent-ng-cli-universal-c92]:after {
    transform: rotate(45deg) translateY(2px) translateX(2px);
    border-color: #0c6cf2;
}

.language-switcher.show.menu-behavior--hover[_ngcontent-ng-cli-universal-c92]:before {
    background: red;
    content: "";
    left: 0;
    right: 0;
    height: 90px;
    top: 0;
    opacity: 0;
    z-index: 0;
}

@media (min-width: 1024px) {
    .language-switcher.show.menu-behavior--hover[_ngcontent-ng-cli-universal-c92]:before {
        position: absolute;
        display: block;
    }
}

.language-switcher[_ngcontent-ng-cli-universal-c92] .dropdown-menu[_ngcontent-ng-cli-universal-c92] {
    transform: none !important;
    top: 80px !important;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    border-radius: 0;
    border: none;
    float: none;
    margin: 0 -20px;
    left: 20px !important;
    right: 20px;
    z-index: 9999;
    padding: 20px;
    padding-bottom: 0;
}

@media (min-width: 1024px) {
    .language-switcher[_ngcontent-ng-cli-universal-c92] .dropdown-menu[_ngcontent-ng-cli-universal-c92] {
        margin: 0;
        border-radius: 3px;
        padding: 40px 20px 15px 60px;
        box-shadow: 0 8px 32px 0 rgba(76, 83, 107, 0.11);
    }
}

.language-switcher[_ngcontent-ng-cli-universal-c92] .dropdown-item[_ngcontent-ng-cli-universal-c92] {
    line-height: 2.25;
    padding: 0;
    margin-right: 40px;
}

.language-switcher[_ngcontent-ng-cli-universal-c92] .dropdown-item[_ngcontent-ng-cli-universal-c92]:hover,
.language-switcher[_ngcontent-ng-cli-universal-c92] .dropdown-item[_ngcontent-ng-cli-universal-c92]:focus,
.language-switcher[_ngcontent-ng-cli-universal-c92] .dropdown-item[_ngcontent-ng-cli-universal-c92]:hover:focus {
    background: none;
    color: #0c6cf2;
}

.language-switcher[_ngcontent-ng-cli-universal-c92] .flag-icon[_ngcontent-ng-cli-universal-c92] {
    margin-right: 9px;
}

@media (max-width: 1023.98px) {
    .language-switcher[_ngcontent-ng-cli-universal-c92] .flag-icon[_ngcontent-ng-cli-universal-c92] {
        margin-right: 3px;
        vertical-align: middle;
    }
}

.language-switcher[_ngcontent-ng-cli-universal-c92] .language-holder[_ngcontent-ng-cli-universal-c92] {
    padding-bottom: 30px;
}

@media (min-width: 480px) {
    .language-switcher[_ngcontent-ng-cli-universal-c92] .language-holder[_ngcontent-ng-cli-universal-c92] {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}

@media (min-width: 1024px) {
    .language-switcher[_ngcontent-ng-cli-universal-c92] .language-holder[_ngcontent-ng-cli-universal-c92] {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }
}

.language-switcher[_ngcontent-ng-cli-universal-c92] .language-title[_ngcontent-ng-cli-universal-c92] {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dfe6e9;
    font-size: 22px;
    color: #2d3436;
    line-height: 1.2;
    font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}

@media (min-width: 1024px) {
    .col-right {
        margin-top: 7px;
    }
}

.col-right .language-switcher {
    display: none;
}

@media (min-width: 1024px) {
    .col-right .language-switcher {
        display: block;
    }
}

.navbar-collapse .language-switcher {
    display: block;
    padding: 0 0 0 20px;
}

@media (min-width: 1024px) {
    .navbar-collapse .language-switcher {
        display: none;
        padding: 35px 0 0;
    }
}

.navbar-collapse .language-switcher .language-current {
    color: #0c6cf2;
    font-weight: 500 !important;
    font-family: Inter, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
}

.navbar-collapse .language-switcher .language-current .flag-icon {
    vertical-align: 0;
    font-size: 100%;
}

.navbar-collapse .language-switcher .dropdown-menu {
    position: static;
    margin-top: 20px !important;
    background: rgba(223, 230, 233, 0.5);
}

[lang='ar'] .language-switcher .language-current>i {
    margin-left: 5px !important;
    margin-right: 0 !important;
}

[lang='ar'] .language-switcher .language-current:after {
    margin-right: 4px !important;
    margin-left: 0 !important;
}

[lang='ar'] .language-switcher .dropdown-menu {
    padding: 28px 39px 28px 20px !important;
}

@media (min-width: 1024px) {
    [lang='ar'] .language-switcher .dropdown-menu {
        padding-left: 20px !important;
        padding-right: 60px !important;
    }
}

[lang='ar'] .language-switcher .dropdown-item {
    margin-left: 40px !important;
    margin-right: 0 !important;
    text-align: right !important;
}

[lang='ar'] .language-switcher .flag-icon {
    margin-right: 0 !important;
    margin-left: 9px !important;
}


.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.sign-in-block {
    line-height: 1.3;
    position: relative;
}

@media (min-width: 1200px) {
    .sign-in-block {
        padding-left: 20px;
        margin-left: 20px;
    }

    [lang=bg] .sign-in-block {
        padding-left: 13px;
        margin-left: 13px;
    }
}

@media (min-width: 1200px) {
    .sign-in-block:before {
        content: '';
        height: 31px;
        left: 0;
        width: 1px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #b2bec3;
    }
}

.sign-in-block .dropdown>span {
    transition: color .1s;
    color: #fff;
    font-weight: 500;
}

.sign-in-block .dropdown.hovered.menu-behavior--hover {
    z-index: 9999;
    position: relative;
}

.sign-in-block .dropdown.hovered.menu-behavior--hover:before {
    background: red;
    display: block;
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    height: 90px;
    opacity: 0;
    top: 0;
    z-index: -1;
}

.sign-in-block .dropdown-toogle {
    position: relative;
    color: #0c6cf2;
    padding-top: 0;
}

.sign-in-block .dropdown-toogle:focus {
    color: #0c6cf2;
}

.sign-in-block .dropdown-toogle:focus:after {
    border-color: #0c6cf2;
}

.sign-in-block .dropdown-toogle:focus span:after {
    display: none;
}

.sign-in-block .dropdown-toogle:hover,
.sign-in-block .dropdown-toogle.hover {
    color: #0c6cf2;
}

.sign-in-block .dropdown-toogle:hover:after,
.sign-in-block .dropdown-toogle.hover:after {
    border-color: #0c6cf2;
}

.sign-in-block .dropdown-toogle:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    margin-top: -3px;
    border: 2px solid #0c6cf2;
    border-width: 2px 0 0 2px;
    transform: rotate(-135deg);
    transition: transform .2s ease-out;
}

.sign-in-block .dropdown-menu {
    width: 180px;
    padding: 10px !important;
    border-radius: 2px;
    border: none;
    left: 50% !important;
    transform: none !important;
    margin-left: -90px !important;
    top: 100% !important;
    margin-top: 20px !important;
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(76, 83, 107, 0.25);
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    position: absolute;
    z-index: 9999;
}

.sign-in-block .dropdown-menu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    border: 6px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg) translateX(-50%) translateY(-6px);
    box-shadow: -5px 5px 12px 0 rgba(76, 83, 107, 0.15);
}

.sign-in-block .dropdown-menu .btn {
    min-width: 10px;
    padding: 17px 1rem;
}

.sign-in-block .dropdown-menu .text-sign-in {
    padding-top: 10px;
    font-size: 14px;
}

.sign-in-block .btn-register {
    min-width: 120px;
    font-weight: 500;
    padding: 10px 1rem;
    transition: box-shadow .2s, color .2s, background-color .2s, transform .2s;
    margin-left: 30px;
    color: #0c6cf2;
    border-radius: 6px;
    border-color: #0c6cf2;
}

.sign-in-block .btn-register:focus,
.sign-in-block .btn-register:hover {
    background-color: rgba(182, 135, 86, 0.4);
    color: #0c6cf2;
    border-color: #0c6cf2;
}

[lang=bg] .sign-in-block .btn-register {
    margin-left: 14px;
}

.header-link-register {
    line-height: 34px;
}

.header-link-register .btn-login {
    padding: 6px 17px;
    min-width: 10px;
    font-size: 13px;
    border-color: #0c6cf2;
    color: #0c6cf2;
}

.header-link-register .link-login {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    font-size: 24px;
}

@media screen and (min-width: 375px) {
    .header-link-register .link-login {
        margin-left: 12px;
    }
}

.fx-theme--light .header-link-register .link-login {
    color: #636E72;
}

.fx-theme--dark .header-link-register .link-login {
    color: white;
}

@media (min-width: 1200px) {
    [lang='ar'] .sign-in-block {
        padding-right: 20px !important;
        margin-right: 20px !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 1200px) {
    [lang='ar'] .sign-in-block:before {
        left: auto !important;
        right: 0 !important;
    }
}

[lang='ar'] .sign-in-block .dropdown-toogle:after {
    margin-left: 0 !important;
    margin-right: 4px !important;
}

[lang='ar'] .sign-in-block .btn-register {
    margin-left: 0 !important;
    margin-right: 30px !important;
}

[lang='ar'] .header-link-register .link-login {
    margin-left: 0 !important;
    margin-right: 7px !important;
    transform: rotate(180deg) !important;
}


.header-web .sub-menu-holder .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.navbar {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 479.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 480px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1023.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1899.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1900px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.header-ghost {
    height: 144px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.header-ghost+.subheader-ghost {
    height: 57px;
    position: absolute;
    top: 145px;
    left: 0;
    right: 0;
    opacity: 0.3;
    pointer-events: none;
    background: red;
    transition: background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.header-ghost+.subheader-ghost.sticky-header {
    top: 145px;
    background: white;
}

.sub-menu {
    background: transparent;
}

.sub-menu-holder {
    height: 57px;
}

.header-web.sticky-header {
    height: 57px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.header-web.sticky-header>.container {
    max-width: 100%;
    padding: 0;
}

.header-web {
    padding: 10px 0 30px;
    background: none;
    position: relative;
    position: absolute;
    left: 0;
    z-index: 9998;
    right: 0;
    transition: border-color 0.4s;
}

@media (min-width: 1024px) {
    .header-web {
        padding: 20px 0 30px;
    }
}

.header-web-wrapper {
    background: none;
}

@-webkit-keyframes fadeIn {
    0% {
        background: transparent;
    }

    100% {
        background: white;
    }
}

@keyframes fadeIn {
    0% {
        background: transparent;
    }

    100% {
        background: white;
    }
}

.header-web .logo {
    background: #0c6cf2;
    border-radius: 50px;
    overflow: hidden;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    margin: 0 auto;
    transition: box-shadow 0.4s ease-in-out;
}

@media (min-width: 1024px) {
    .header-web .logo {
        position: static;
        width: 110px;
        margin: 0 50px 0 0;
        max-height: 110px;
        transform: scale(.95);
        padding: 5px 10px;
    }

    [lang=bg] .header-web .logo {
        margin: 0 30px 0 0;
    }

    [lang=de] .header-web .logo {
        margin: 0 30px 0 0;
    }

    .header-web .logo:hover {
        box-shadow: 0 3px 16px 0 rgba(237, 28, 36, 0.52);
    }

    .header-web .logo:hover:focus {
        box-shadow: none;
    }
}

@media (min-width: 1024px) {
    .header-web .logo img {
        width: 100%;
        height: 100%;
    }
}

.header-web .logo i {
    color: #ed1c24;
}

@media (min-width: 1024px) {
    .header-web .logo-mobile {
        display: none;
    }
}

.header-web .logo-desktop {
    /* display: none; */
    width: 60px;
}

@media (min-width: 1024px) {
    .header-web .logo-desktop {
        display: block;
    }
}

.header-web .navbar-toggler {
    position: relative;
    display: inline-block;
    min-width: fit-content;
    height: 27px;
    border-radius: 13.5px;
    color: #0c6cf2;
    font-size: 13px;
    max-width: fit-content;
    border: 1px solid #0c6cf2;
    outline: none;
    padding: 6px 5px 6px 26px;
}

@media (min-width: 1024px) {
    .header-web .navbar-toggler {
        display: none;
    }
}

.header-web .navbar-toggler span {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 11px;
    height: 1px;
    margin-top: -1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.3s;
    background: #0c6cf2;
}

.header-web .navbar-toggler span:after,
.header-web .navbar-toggler span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c6cf2;
    transition: transform 0.3s;
}

.header-web .navbar-toggler span:before {
    transform: translateY(-4px);
}

.header-web .navbar-toggler span:after {
    transform: translateY(4px);
}

.header-web .navbar {
    position: static;
    padding: 0;
}

@media (min-width: 1024px) {
    .header-web .navbar {
        position: relative;
        z-index: 9;
    }
}

.header-web .navbar-collapse.collapsing {
    height: calc(100vh - 76px) !important;
}

@media (min-width: 1024px) {
    .header-web .navbar-collapse.collapsing {
        height: auto !important;
    }
}

.header-web .heading-top {
    padding: 0 20px;
}

.header-web .heading-top .logo-menu {
    font-size: 24px;
}

.header-web .navbar-collapse {
    position: absolute;
    height: calc(100vh - 76px);
    visibility: hidden;
    left: 0;
    z-index: -1;
    opacity: 0.9;
    transition: all 0.4s;
    overflow: auto;
    position: fixed;
    min-width: 100%;
    bottom: 0;
    height: auto;
}

@media (max-width: 1023.98px) {
    .header-web .navbar-collapse {
        top: 0;
        padding-top: 10px;
        padding-bottom: 130px;
        transform: translateX(-100%);
    }
}

@media (min-width: 480px) {
    .header-web .navbar-collapse {
        max-width: 425px;
        min-width: 400px;
    }
}

@media (max-width: 480px) {
    .header-web .navbar-collapse.show {
        background: #131416;
    }
}

.cookie-warning-displayed .header-web .navbar-collapse {
    top: 100px !important;
}

@media (min-width: 1024px) {
    .header-web .navbar-collapse {
        display: flex;
        flex: auto;
        position: static;
        overflow: visible;
        opacity: 1;
        height: auto;
        z-index: 3;
        visibility: visible;
    }
}

.header-web .navbar-collapse.top-position-menu {
    padding-top: 10px;
}

@media (min-width: 1024px) {
    .header-web .navbar-collapse.top-position-menu {
        padding: 0;
    }
}

.header-web .navbar-collapse.top-position-menu .left-holder {
    display: flex;
    align-items: center;
}

.header-web .navbar-collapse div,
.header-web .navbar-collapse ul {
    opacity: 0;
    transition: opacity 0.4s;
}

@media (min-width: 1024px) {

    .header-web .navbar-collapse div,
    .header-web .navbar-collapse ul {
        opacity: 1;
    }
}

.header-web .navbar-collapse.show {
    transform: translateX(0);
    opacity: 1;
    box-shadow: 0 0 9px 0 rgba(19, 19, 19, 0.13);
    z-index: 999;
    visibility: visible;
}

@media (min-width: 1024px) {
    .header-web .navbar-collapse.show {
        background: none;
        box-shadow: none;
    }
}

.header-web .navbar-collapse.show div,
.header-web .navbar-collapse.show ul {
    opacity: 1;
}

.header-web .navbar-nav {
    padding: 2px 0 0;
}

@media (min-width: 1024px) {
    .header-web .navbar-nav {
        flex-direction: row;
        padding-bottom: 0;
    }
}

.header-web .navbar-nav .nav-item .nav-link {
    display: flex;
    font-size: 20px;
    line-height: 1.8;
    color: inherit;
    padding: 2px 20px;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

@media (min-width: 1024px) {

    .header-web .navbar-nav .nav-item .nav-link,
    .fx-theme--light .header-web .navbar-nav .nav-item .nav-link {
        color: #636E72;
    }

    .header-web .navbar-nav .nav-item .nav-link:hover,
    .header-web .navbar-nav .nav-item .nav-link:active,
    .header-web .navbar-nav .nav-item .nav-link:focus,
    .header-web .navbar-nav .nav-item .nav-link:hover:focus,
    .fx-theme--light .header-web .navbar-nav .nav-item .nav-link:hover,
    .fx-theme--light .header-web .navbar-nav .nav-item .nav-link:active,
    .fx-theme--light .header-web .navbar-nav .nav-item .nav-link:focus,
    .fx-theme--light .header-web .navbar-nav .nav-item .nav-link:hover:focus,
    .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link.active {
        color: #636E72;
    }
}

@media (min-width: 1024px) {
    .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link {
        color: #9FA4A5;
    }

    .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link:hover,
    .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link:active,
    .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link:focus,
    .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link:hover:focus,
    .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link.active {
        color: #FFFFFF;
    }
}

@media (min-width: 1024px) {
    .header-web .navbar-nav .nav-item .nav-link {
        padding: 0;
        padding-right: 35px;
        font-size: 16px;
    }

    [lang=bg] .header-web .navbar-nav .nav-item .nav-link {
        padding: 0;
        padding-right: 15px;
        font-size: 16px;
    }

    [lang=bg] .header-web .quick-access-button {
        margin-left: 10px !important;
        width: 95px !important;
    }

    [lang=vi] .header-web .navbar-nav .nav-item .nav-link {
        padding-right: 15px;
    }

    [lang=de] .header-web .navbar-nav .nav-item .nav-link {
        padding-right: 20px;
    }

    [lang=es] .header-web .navbar-nav .nav-item .nav-link {
        padding-right: 30px;
    }

    [lang=es] .header-web .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 20px;
    }

    [lang=da] .header-web .navbar-nav .nav-item .nav-link,
    [lang=hr] .header-web .navbar-nav .nav-item .nav-link,
    [lang=vi] .header-web .navbar-nav .nav-item .nav-link {
        padding-right: 22px;
    }
}

@media (min-width:1024px) and (max-width:1150px) {
    [lang=ru] .header-web .navbar-nav .nav-item .nav-link {
        padding-right: 15px;
    }

    [lang=ru] .header-web .logo {
        margin-right: 20px;
    }
}

.header-web .navbar-nav .nav-item .nav-link i {
    color: #303135;
    font-size: 12px;
    transform: rotate(90deg);
    display: block;
    transform-origin: 50% 50%;
    position: relative;
}

@media (min-width: 1024px) {
    .header-web .navbar-nav .nav-item .nav-link i {
        display: none;
    }
}

@media (min-width: 1024px) {
    .header-web .navbar-nav .nav-item .nav-link:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 1px;
        background: #636E72;
        transition: width 0.4s ease-in-out;
    }
}

.header-web .navbar-nav .nav-item .nav-link:after {
    display: none;
}

@media (min-width: 1024px) {
    .header-web .navbar-nav .nav-item .nav-link:after {
        display: inline-block;
    }
}

@media (max-width: 479.98px) {
    .header-web .navbar-nav .nav-item {
        overflow: hidden;
    }
}

.menu-behavior--hover .header-web .navbar-nav .nav-item.show {
    position: relative;
}

.menu-behavior--hover .header-web .navbar-nav .nav-item.show:before {
    background: red;
    display: block;
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    height: 90px;
    top: 0;
    opacity: 0;
    z-index: -1;
}

@media (min-width: 1024px) {
    .header-web .navbar-nav .nav-item.active .nav-link:before {
        width: calc(100% - 30px);
        transform: translateX(-5px);
    }
}

@media (min-width: 1024px) {
    .header-web .navbar-nav .nav-item.show .nav-link:after {
        transform: rotate(45deg) translateY(2px) translateX(2px);
    }
}

.header-web .navbar-nav .nav-item.show .nav-link i {
    transform: rotate(-90deg);
}

@media (min-width: 1024px) {
    .header-web .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 20px;
    }

    [lang=de] .header-web .navbar-nav .nav-item:last-child .nav-link,
    [lang=da] .header-web .navbar-nav .nav-item:last-child .nav-link,
    [lang=hr] .header-web .navbar-nav .nav-item:last-child .nav-link,
    [lang=vi] .header-web .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 10px;
    }
}

@media (min-width: 1024px) {
    .header-web .navbar-nav .nav-item:last-child.active .nav-link:before {
        width: calc(100% - 20px);
    }
}

@media (min-width: 1024px) {
    .header-web .dropdown-holder {
        padding-top: 30px;
    }
}

.header-web .dropdown-column {
    margin-bottom: 20px;
}

.header-web .dropdown-column:last-child {
    margin: 0;
}

@media (min-width: 1024px) {
    .header-web .dropdown-column {
        margin-bottom: 0;
        padding-bottom: 15px;
        min-width: 260px;
    }
}

.header-web .dropdown-column .title {
    font-weight: 500;
    color: #A4B1B7;
    padding: 0 20px 5px;
    font-size: 18px;
}

@media (min-width: 1024px) {
    .header-web .dropdown-column .title {
        padding: 0 30px 20px;
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .header-web .dropdown-column {
        width: 50%;
    }

    .header-web .dropdown-column:first-child {
        border-right: 1px solid #dfe6e9;
    }

    .header-web .dropdown-column:first-child[dir=ar][_nghost-ng-cli-universal-c93] .header-web .dropdown-column:first-child,
    [dir=ar] [_nghost-ng-cli-universal-c93] .header-web .dropdown-column:first-child {
        border-left: 1px solid #dfe6e9;
        border-right: 0;
    }
}

.header-web .nav-item .dropdown-menu {
    border: none;
    margin: 0 !important;
    background: #F8F8F9;
    border-radius: 0;
    padding: 0;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    transition: all 0.1s ease-in-out;
}

@media (min-width: 1024px) {
    .header-web .nav-item .dropdown-menu {
        min-width: 250px;
        margin-top: 20px !important;
        left: -30px;
        background-color: #fff;
        box-shadow: 0 8px 32px 0 rgba(76, 83, 107, 0.11);
    }
}

.header-web .dropdown-menu.show {
    margin: 5px 0;
    padding: 15px 0;
}

@media (min-width: 1024px) {
    .header-web .dropdown-menu.show {
        position: absolute;
        margin: 20px 0 0;
        padding: 0;
        border-radius: 3px;
    }
}

@media (max-width: 1023.98px) {
    .header-web .dropdown-menu.fx-animation-fadeInDown20px {
        -webkit-animation: none;
        animation: none;
    }
}

@media (max-width: 1023.98px) {
    .header-web .dropdown-menu.fx-animation-fadeInUp20px {
        -webkit-animation: none;
        animation: none;
    }
}

.header-web .dropdown-item {
    font-size: 18px;
    line-height: 2;
    color: #2d3436;
    transition: background 0.1s, color 0.1s;
    padding: 1px 20px;
}

@media (min-width: 1024px) {
    .header-web .dropdown-item {
        text-align: left;
        display: inline-block;
        font-size: 16px;
        padding: 7px 30px;
        line-height: 2.25;
    }

    .header-web .dropdown-item:first-child {
        padding-top: 14px;
    }

    .header-web .dropdown-item:last-child {
        padding-bottom: 14px;
    }
}

.header-web .dropdown-item:hover,
.header-web .dropdown-item:focus,
.header-web .dropdown-item:hover:focus {
    background: #fff;
    color: #2d3436;
}

@media (min-width: 1024px) {

    .header-web .dropdown-item:hover,
    .header-web .dropdown-item:focus,
    .header-web .dropdown-item:hover:focus {
        background: #F8F8F8;
        color: #0c6cf2;
    }
}

.header-web .dropdown-item.current-page {
    pointer-events: none;
    color: #b2bec3 !important;
}

.header-web .dropdown-item.has-icon {
    display: flex;
    position: relative;
    align-items: center;
    transition: color 0.2s;
    justify-content: center;
}

@media (max-width: 1023.98px) {
    .header-web .dropdown-item.has-icon {
        width: auto;
        display: inline-flex;
        position: relative;
        justify-self: center;
    }
}

@media (min-width: 1024px) {
    .header-web .dropdown-item.has-icon {
        justify-content: flex-start;
    }
}

.header-web .dropdown-item.has-icon>i {
    font-size: 27px;
    margin-right: 15px;
}

@media (max-width: 1023.98px) {
    .header-web .dropdown-item.has-icon>i {
        position: absolute;
        left: 0;
        transform: translateX(calc(-100% - 5px));
    }
}

.header-web .dropdown-item.has-icon:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #0c6cf2;
}

@media (min-width: 1024px) {
    .header-web .dropdown-item.has-icon:last-child {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.header-web .dropdown-item.has-icon:last-child:hover {
    color: #0984e3;
    text-decoration: none;
    background: none;
}

@media (min-width: 1024px) {
    .header-web .dropdown-item.has-icon:last-child:hover {
        background: #fbfbfc;
    }
}

.header-web .dropdown-item.has-icon:last-child:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #dfe6e9;
    position: absolute;
    display: none;
}

@media (min-width: 1024px) {
    .header-web .dropdown-item.has-icon:last-child:before {
        display: block;
    }
}

.header-web .dropdown-toggle.expanded+.dropdown-menu {
    display: block;
}

.header-web .dropdown-toggle:after {
    display: none;
}

@media (min-width: 1024px) {
    .header-web .dropdown-toggle:after {
        display: inline-block;
        position: relative;
        display: inline-flex;
        width: 7px;
        height: 7px;
        opacity: 1;
        margin-left: 7px;
        transform: rotate(-135deg);
        transition: all 0.4s;
        margin-top: -3px;
    }

    .header-web .dropdown-toggle:after,
    .fx-theme--light .header-web .dropdown-toggle:after {
        border: 1px solid #969A9B;
        border-width: 2px 0 0 2px;
    }

    .fx-theme--dark .header-web .dropdown-toggle:after {
        border: 1px solid white;
        border-width: 2px 0 0 2px;
    }
}

.header-web .button-holder {
    padding: 0 20px 15px;
}

.header-web .text-sign-in a {
    color: #0c6cf2;
}

.header-web .button-holder .btn-primary {
    padding: 15px 10px;
    min-width: 100%;
    margin-top: 20px;
    border-radius: 9px;
    max-width: 450px;
    background-color: #303135;
}

.header-web .sub-menu-holder {
    flex: 1 1 100%;
    margin-top: 14px;
    z-index: 3;
}

.header-web .sub-menu-holder .inline-menu-list {
    overflow: hidden;
}

.header-web .sub-menu-holder .inline-menu-list a,
.header-web .sub-menu-holder .inline-menu-list span {
    margin-right: 15px;
    font-size: 16px;
    transition: transform 0.2s, opacity 0.2s, color 0.4s;
    display: inline-block;
}

.header-web .sub-menu-holder .inline-menu-list span {
    cursor: default;
}

.fx-theme--light .header-web .sub-menu-holder .inline-menu-list span {
    color: #2d3436;
}

.fx-theme--dark .header-web .sub-menu-holder .inline-menu-list span {
    color: #798e96;
}

.header-web .sub-menu-holder .inline-menu-list a {
    color: #0c6cf2;
}

.fx-theme--light .header-web .sub-menu-holder .inline-menu-list a:hover,
.fx-theme--light .header-web .sub-menu-holder .inline-menu-list a:active {
    color: #8e9da1;
}

.fx-theme--dark .header-web .sub-menu-holder .inline-menu-list a:hover,
.fx-theme--dark .header-web .sub-menu-holder .inline-menu-list a:active {
    color: #ebeef0;
}

.header-web .sub-menu-holder .inline-menu-list.submenu-visible {
    width: 0;
    height: 0;
}

.header-web .sub-menu-holder .inline-menu-list.submenu-visible a,
.header-web .sub-menu-holder .inline-menu-list.submenu-visible span {
    transform: translateX(300px);
    opacity: 0;
}

.header-web .sub-menu-holder .inline-menu-list__wrapper {
    display: inline-flex;
    align-items: center;
}

.header-web .sub-menu-holder.show-full-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #b2bec3;
}

.header-web .sub-menu-holder.show-full-menu .heading {
    z-index: 3;
    padding: 0;
    border-bottom: none;
    display: inline-flex !important;
}

.header-web .sub-menu-holder.show-full-menu .title {
    padding: 0;
    flex: auto;
}

.header-web .sub-menu-holder.show-full-menu .opener-sub-menu {
    display: none;
}

.header-web .sub-menu-holder.show-full-menu .sub-menu {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
}

.header-web .sub-menu-holder.show-full-menu .sub-menu li {
    margin-left: 20px;
}

.header-web .sub-menu-holder.show-full-menu .sub-menu a,
.header-web .sub-menu-holder.show-full-menu .sub-menu span {
    padding: 0;
    display: inline-block;
    font-size: 13px;
}

.header-web .sub-menu-holder.show-full-menu .dropdown-menu {
    background: none;
    position: static;
    box-shadow: none;
    display: inline-block;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    width: auto;
    opacity: 1;
    z-index: 3;
}

.header-web .sub-menu-holder .heading {
    padding: 8px 0;
    border-bottom: 1px solid #b2bec3;
    z-index: 9999;
    justify-content: space-between;
}


@media (max-width: 1023.98px) {

    .header-web .sub-menu-holder .heading.expanded .title,
    .header-web .sub-menu-holder .heading.expanded .current-page span {
        color: #2d3436;
    }
}

@media (min-width: 1023.99px) {
    .header-web.sticky-header .sub-menu-holder .heading {
        justify-content: flex-end;
    }
}

.header-web .sub-menu-holder .heading.expanded+.dropdown-menu .current-page span {
    color: #2d3436 !important;
}

@media (max-width: 1023.98px) {
    .header-web .sub-menu-holder .heading.expanded .title {
        z-index: 9999;
    }
}

.header-web .sub-menu-holder .title {
    font-weight: 500;
    font-size: 14px;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 9;
}

@media (min-width: 480px) {
    .header-web .sub-menu-holder .title {
        font-size: 16px;
    }
}

.header-web .sub-menu-holder .title,
.sticky-header-wrapper .header-web .sub-menu-holder .title,
.fx-theme--dark .header-web .sub-menu-holder .title {
    color: white;
}

.fx-theme--light .header-web .sub-menu-holder .title,
.sticky-header-wrapper .header-web .sub-menu-holder .title {
    color: #2d3436;
}

.header-web .sub-menu-holder .opener-sub-menu {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    z-index: 9999;
    color: #0c6cf2;
}

@media (min-width: 480px) {
    .header-web .sub-menu-holder .opener-sub-menu {
        white-space: nowrap;
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .header-web .sub-menu-holder .opener-sub-menu {
        border: solid 1px #dfe6e9;
        background: white;
        width: 41px;
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .fx-theme--dark .header-web .sub-menu-holder .opener-sub-menu {
        border: solid 1px #798e96;
        background: rgba(255, 255, 255, 0.1);
    }
}

.header-web .sub-menu-holder .opener-sub-menu__title {
    padding-right: 5px;
}

@media (min-width: 1024px) {
    .header-web .sub-menu-holder .opener-sub-menu__title {
        padding: 0;
    }
}

.header-web .sub-menu-holder .opener-sub-menu:after {
    content: "";
    display: inline-flex;
    border-width: 1px 0 0 1px;
    border-style: solid;
    width: 6px;
    height: 6px;
    top: -2px;
    position: relative;
    opacity: 1;
    transform: rotate(-135deg);
    transform-origin: 50%;
}

@media (min-width: 1024px) {
    .header-web .sub-menu-holder .opener-sub-menu:after {
        display: none;
    }
}

[lang=ar][_nghost-ng-cli-universal-c93] .header-web .sub-menu-holder .opener-sub-menu:after,
[lang=ar] [_nghost-ng-cli-universal-c93] .header-web .sub-menu-holder .opener-sub-menu:after {
    right: auto;
    left: 0;
}

.fx-theme--light .header-web .sub-menu-holder .opener-sub-menu:after {
    border-color: #2d3436;
}

.fx-theme--dark .header-web .sub-menu-holder .opener-sub-menu:after {
    border-color: #b2bec3;
}

.header-web .sub-menu-holder .opener-sub-menu.expanded {
    border-color: transparent;
}

@media (min-width: 1024px) {
    .header-web .sub-menu-holder .opener-sub-menu.expanded {
        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.15);
    }
}

@media (min-width: 1024px) {
    .header-web .sub-menu-holder .opener-sub-menu.expanded:before {
        content: "";
        position: absolute;
        bottom: -17px;
        left: -24px;
        right: -1px;
        height: 16px;
        background: #fff;
        z-index: 2;
    }

    [lang=ar][_nghost-ng-cli-universal-c93] .header-web .sub-menu-holder .opener-sub-menu.expanded:before,
    [lang=ar] [_nghost-ng-cli-universal-c93] .header-web .sub-menu-holder .opener-sub-menu.expanded:before {
        right: -22px;
        left: -1px;
    }
}

.fx-theme--light .header-web .sub-menu-holder .opener-sub-menu.expanded:after {
    border-color: #b2bec3;
}

.fx-theme--dark .header-web .sub-menu-holder .opener-sub-menu.expanded:after {
    border-color: #2d3436;
}

@media (max-width: 1023.98px) {
    .header-web .sub-menu-holder .opener-sub-menu .bullets {
        display: none;
    }
}

.header-web .sub-menu-holder .opener-sub-menu__title {
    -webkit-animation: animateTitle 0.1s forwards;
    animation: animateTitle 0.1s forwards;
}

@media (max-width: 1023.98px) {
    .header-web .sub-menu-holder .opener-sub-menu__title {
        display: none;
    }
}

@-webkit-keyframes animateTitle {
    from {
        transform: translateY(-20px);
    }

    to {
        transform: none;
    }
}

@keyframes animateTitle {
    from {
        transform: translateY(-20px);
    }

    to {
        transform: none;
    }
}

.fx-theme--light .header-web .sub-menu-holder .opener-sub-menu__title {
    color: #2d3436;
}

.fx-theme--dark .header-web .sub-menu-holder .opener-sub-menu__title {
    color: #b2bec3;
}

.header-web .sub-menu-holder .expanded .opener-sub-menu:after {
    top: 1px;
    transform: rotate(45deg);
}

.header-web .sub-menu-holder .sub-menu {
    padding: 10px;
}

.header-web .sub-menu-holder .sub-menu .current-page a,
.header-web .sub-menu-holder .sub-menu .current-page span {
    pointer-events: none;
}

.fx-theme--dark .header-web .sub-menu-holder .sub-menu .current-page a,
.fx-theme--dark .header-web .sub-menu-holder .sub-menu .current-page span {
    color: white;
}

.header-web .sub-menu-holder .sub-menu .current-page a,
.fx-theme--light .header-web .sub-menu-holder .sub-menu .current-page a,
.sticky-header-wrapper .header-web .sub-menu-holder .sub-menu .current-page a,
.header-web .sub-menu-holder .sub-menu .current-page span,
.fx-theme--light .header-web .sub-menu-holder .sub-menu .current-page span,
.sticky-header-wrapper .header-web .sub-menu-holder .sub-menu .current-page span {
    color: #b2bec3;
}

.header-web .sub-menu-holder .sub-menu a,
.header-web .sub-menu-holder .sub-menu span {
    font-size: 13px;
    padding: 5px 10px;
    display: block;
}

.header-web .sub-menu-holder .sub-menu a:hover,
.header-web .sub-menu-holder .sub-menu a:focus,
.header-web .sub-menu-holder .sub-menu span:hover,
.header-web .sub-menu-holder .sub-menu span:focus {
    color: #303135;
}

.header-web .sub-menu-holder .dropdown-menu {
    top: 0;
    right: -20px;
    left: -20px;
    padding: 37px 20px 0;
    margin-top: 0 !important;
    background: none;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    text-align: center;
}

@media (max-width: 1023.98px) {
    .header-web .sub-menu-holder .dropdown-menu.fx-animation-fadeInDown20px {
        -webkit-animation-name: fx-animation-fadeInDown20px;
        animation-name: fx-animation-fadeInDown20px;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}

@media (min-width: 1024px) {
    .header-web .sub-menu-holder .dropdown-menu {
        width: 265px;
        top: 48px;
        left: auto;
        box-shadow: 0px 2px 13px 0 rgba(0, 0, 0, 0.15);
        right: -1px;
        text-align: left;
        padding: 0 30px 0 20px;
    }
}

.header-web .sub-menu-holder .dropdown-menu a {
    color: #0c6cf2;
}

.header-web .sub-menu-holder .dropdown-menu a:hover {
    color: #007cc9;
}

.header-web .header-holder {
    flex-wrap: wrap;
}

.header-web .navbar-close-menu {
    color: #0c6cf2;
    font-size: 15px;
    position: relative;
}

.header-web .notifications-amount {
    position: absolute;
    right: -1px;
    top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: white;
    background-color: #F8C83C;
    font-size: 10px;
    line-height: 16px;
}

.header-web .notifications-amount.important {
    background-color: red;
}

.header-web .logo-menu {
    color: #ed1c24;
}

.header-web .navbar-opener {
    display: none;
}

@media (min-width: 1024px) {
    .header-web.sticky-header {
        border-bottom: 1px solid #b2bec3;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .navbar-opener {
        display: inline-block;
        color: #0c6cf2;
        font-size: 14px;
        position: relative;
        line-height: 28px;
        margin-right: 24px;
        outline: 0;
        flex: 0 0 60px;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .header-holder {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .col-right {
        display: none !important;
    }
}

.header-web.sticky-header .logo:hover {
    box-shadow: none;
}

@media (min-width: 1024px) {
    .header-web.sticky-header .logo {
        width: auto;
        margin-right: 30px;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .logo-desktop {
        display: none;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .logo-mobile {
        display: block;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .navbar-opener {
        display: inline-block;
        color: #0c6cf2;
        font-size: 14px;
        position: relative;
        line-height: 28px;
        margin-right: 24px;
        outline: none;
        flex: 0 0 60px;
        min-width: fit-content;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .navbar-opener:after {
        content: "";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #0c6cf2;
        border-width: 1px 0 0 1px;
        width: 6px;
        height: 6px;
        opacity: 1;
        transform: rotate(135deg);
        margin-left: 10px;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .navbar-opener.collapsed:after {
        transform: rotate(-45deg);
    }

    .header-web.sticky-header .navbar-opener.collapsed .text-open {
        display: none;
    }

    .header-web.sticky-header .navbar-opener.collapsed .text-close {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .navbar-opener .text-close {
        display: none;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .navbar-collapse {
        display: none;
        margin-right: 5rem;
        white-space: nowrap;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .navbar-collapse.show {
        display: flex;
    }
}

.header-web.sticky-header .navbar-collapse.show ul {
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .header-web.sticky-header .navbar {
        flex-wrap: nowrap;
        flex: 0 0 auto;
    }
}

@media (min-width: 1024px) {
    .header-web.sticky-header .navbar .dropdown-menu {
        white-space: normal;
    }
}

.header-web.sticky-header .sub-menu-holder {
    z-index: 3;
}

@media (min-width: 1024px) {
    .header-web.sticky-header .sub-menu-holder {
        padding: 0;
        border: none;
        width: auto;
        white-space: nowrap;
        flex: auto;
        overflow: hidden;
        position: relative;
        z-index: 9;
        margin: 0;
        overflow: visible;
    }
}

.header-web.sticky-header .sub-menu-holder .heading {
    border: none;
}

@media (min-width: 1024px) {
    .header-web.sticky-header .sub-menu-holder .heading {
        padding: 8px 0;
    }
}

.header-web .mark-label {
    color: #ed1c24;
    font-size: 11px;
    line-height: 1;
    top: -0.8em;
}

.header-web .navbar-collapse.show .btn.btn-link {
    color: #0c6cf2;
}

.header-web .help-section {
    margin: 0 20px 15px;
    border-width: 1px 0;
}

.header-web .help-section a {
    color: #303135;
    font-size: 13px;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    display: flex;
    background: #F8F8F9;
    border-radius: 9px;
}

.header-web .help-section a .text {
    text-align: left;
}

.header-web .help-section a i {
    font-size: 26px;
    margin-right: 10px;
}

[lang=ar][_nghost-ng-cli-universal-c93] .header-web .help-section a i,
[lang=ar] [_nghost-ng-cli-universal-c93] .header-web .help-section a i {
    margin-right: 0;
    margin-left: 10px;
}

@media (min-width: 1024px) {
    body.sticky-header-visible {
        overflow: visible !important;
    }
}

@media (min-width: 1024px) {
    body.sticky-header-visible .sticky-header .sub-menu-holder {
        justify-content: flex-start !important;
    }

    body.sticky-header-visible .sticky-header .sub-menu-holder:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 30px;
        z-index: 9999;
        bottom: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    }
}

.fx-theme--dark .header-web.sticky-header .dropdown-toggle:after {
    border-color: #636e72;
}

.sub-menu-backdrop {
    background: red;
    opacity: 0.3;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

@media (min-width: 1024px) {
    [lang=ar] .header-web .logo {
        margin: 0 0 0 50px !important;
    }
}

[lang=ar] .header-web .navbar-toggler {
    transform: rotate(180deg) !important;
}

@media (min-width: 1024px) {
    [lang=ar] .header-web .navbar-nav .nav-item .nav-link {
        text-align: right !important;
        padding-right: 0 !important;
        padding-left: 40px !important;
    }
}

@media (min-width: 1024px) {
    [lang=ar] .header-web .navbar-nav .nav-item .nav-link:before {
        left: auto !important;
        right: 0 !important;
    }
}

@media (min-width: 1024px) {
    [lang=ar] .header-web .navbar-nav .nav-item:last-child .nav-link {
        padding-left: 20px !important;
        margin-left: 10px !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 1024px) {
    [lang=ar] .header-web .dropdown-menu {
        text-align: right !important;
        left: auto !important;
        right: -30px !important;
    }
}

@media (min-width: 1024px) {
    [lang=ar] .header-web .dropdown-item {
        text-align: right !important;
    }
}

[lang=ar] .header-web .dropdown-item.has-icon>i {
    margin-right: 0 !important;
    margin-left: 15px !important;
}

@media (max-width: 1023.98px) {
    [lang=ar] .header-web .dropdown-item.has-icon>i {
        left: auto !important;
        right: 0 !important;
    }
}

@media (min-width: 1024px) {
    [lang=ar] .header-web .dropdown-toggle:after {
        margin-left: 0 !important;
        margin-right: 7px !important;
    }
}

[lang=ar] .header-web .sub-menu-holder .inline-menu-list a,
[lang=ar] .header-web .sub-menu-holder .inline-menu-list span {
    margin-right: 0 !important;
    margin-left: 15px !important;
}

[lang=ar] .header-web .sub-menu-holder.show-full-menu .sub-menu li {
    margin-left: 0 !important;
    margin-right: 20px !important;
}

[lang=ar] .header-web .sub-menu-holder.show-full-menu .title {
    padding: 0 0 0 10px !important;
}

@media (min-width: 1024px) {
    [lang=ar] .header-web .sub-menu-holder .dropdown-menu {
        left: 0 !important;
        right: auto !important;
        padding: 20px 20px 0 30px !important;
    }
}

@media (min-width: 1024px) {
    [lang=ar] .header-web.sticky-header .logo {
        margin-left: 30px !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 1024px) {
    [lang=ar] .header-web.sticky-header .navbar-opener {
        margin-right: 0 !important;
        margin-left: 24px !important;
    }
}

@media (min-width: 1024px) {
    [lang=ar] .header-web.sticky-header .navbar-opener:after {
        margin-left: 0 !important;
        margin-right: 10px !important;
        transform: rotate(-45deg) !important;
    }
}

@media (min-width: 1024px) {
    [lang=ar] .header-web.sticky-header .navbar-opener.collapsed:after {
        transform: rotate(135deg) !important;
    }
}

@media (min-width: 1024px) {
    [lang=ar] .header-web.sticky-header .navbar-collapse {
        margin-right: 0 !important;
        margin-left: 5rem !important;
    }
}

.search-toggle {
    position: relative;
    z-index: 3;
    padding: 6px;
    color: #0c6cf2 !important;

}

.search-toggle:hover,
.search-toggle:focus {
    color: #0c6cf2;
}

@media (min-width: 1024px) {
    .search-toggle {
        margin-top: 10px;
    }

    [lang=bg] .search-toggle {
        margin-left: -15px;
    }
}

.search-toggle--mobile {
    position: relative;
    display: inline-block;
    min-width: 27px;
    height: 27px;
    border-radius: 13.5px;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
    outline: none;
    padding: 6px 5px;
    margin-left: 6px;
}

.btn.btn-blue-light.search-toggle--mobile {
    background: rgba(182, 135, 86, 0.2);
    color: #0c6cf2;

}

.header-web .quick-access-button {
    display: flex;
    width: 105px;
    min-height: 40px;
    border-radius: 6px;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    line-height: 95%;
    font-size: 12px;
    min-width: 0;
    text-align: left;
    color: #0c6cf2;
    border: none;
    background-color: rgba(182, 135, 86, 0.2);
    padding: 9px;
}

.header-web .quick-access-button:hover,
.header-web .quick-access-button:focus {
    color: #0c6cf2;
    background-color: rgba(182, 135, 86, 0.4);
}

.header-web .quick-access-button .settings-icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    flex-shrink: 0;
}

.new-instruments-popup-mobile {
    display: flex;
    background: rgba(24, 134, 255, 0.1);
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 23px 32px 23px 20px;
    margin: 0 0 30px;
    justify-content: space-between;
}

.new-instruments-popup-mobile .popup-title {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding: 0 20px 0 10px;
}

.new-instruments-popup-mobile .popup-link-new {
    padding: 5px 20px 0 10px;
}

.new-instruments-popup-mobile .popup-link-new a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.new-instruments-popup-mobile span.new-badge {
    position: relative;
    padding: 4px 6px 4px 7px;
    margin: 0;
    border-radius: 6px;
    font-family: Inter;
    font-weight: 700;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    background: #FF0000;
    border-radius: 57px;
}

.new-instruments-popup-mobile .icon-circle:host-context([lang="ar"]) .new-instruments-popup .icon-circle {
    left: auto;
    right: 28px;
}

.new-instruments-popup-mobile.collapsed {
    width: 45px;
    height: 45px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.new-instruments-popup-mobile.collapsed .close-icon {
    display: none;
}

.new-instruments-popup-mobile.collapsed .notifications-popup__text {
    display: none;
}

.new-instruments-popup-mobile.collapsed .notifications-popup__icon {
    margin: 0;
}

.new-instruments-popup-mobile .close-icon {
    color: #1886FF;
}

:host-context([lang="ar"]) .new-instruments-popup-mobile .close-icon {
    right: auto;
    left: 10px;
}

.new-instruments-popup-mobile .close-icon::before,
.new-instruments-popup-mobile .close-icon::after {
    background: #1886FF;
    height: 2px;
}

.new-instruments-popup-mobile .notifications-popup__icon {
    margin-right: 10px;
    margin-left: 6px;
    margin-bottom: 0;
    margin-top: 3px;
}

:host-context([lang="ar"]) .new-instruments-popup-mobile .notifications-popup__icon {
    margin-right: 6px;
    margin-left: 10px;
}

/* PACapital header styles */
.pacapital-logo {
    width: 80px !important;
    height: 80px !important;
    background-color: #1886FF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.header-web .pacapital-logo img {
    width: 65px;
}

.header-web-holder {
    flex-direction: row-reverse;
    width: 100%;
}

.header-web-holder .btn {
    border-radius: 6px;
    color: #1886FF;
    min-width: 120px;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
}

.header-web-holder .btn.btn-markets {
    background-color: rgba(0, 131, 252, 0.2);
}

.header-web-holder .btn.btn-markets:hover,
.header-web-holder .btn.btn-markets:focus {
    background-color: rgba(0, 131, 252, 1);

}

@media (min-width: 1024px) {
    .header-web .logo--pac:hover {
        box-shadow: 0 3px 16px 0 rgba(24, 134, 255, 0.5);
    }

    .pacapital-logo {
        width: 110px !important;
        height: 110px !important;
        margin-top: 0;
    }

    .header-web .pacapital-logo img {
        width: 90px;
    }

    .header-web-holder {
        flex-direction: row;
        width: auto;
    }

}

.btn-holder-register {
    display: flex;
    align-items: center;
}

.btn-holder-register .btn.btn-primary {
    background: #0c6cf2;
    border: 1px solid #0c6cf2;
    border-radius: 6px;
    font-family: Inter, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    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;
    text-align: center;
    color: #FFFFFF;
    min-width: 120px;
    padding: 5px 20px;
    height: 40px;
}

.btn-holder-register .btn.btn-primary:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
    color: #0c6cf2;
}

.btn-holder-register .btn.btn-primary.not-animated:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.btn-holder-register .btn.btn-primary.btn-login {
    background: transparent;
    color: #0c6cf2;
    margin-left: 15px;
    margin-right: 15px;
    min-width: 90px;
}

.btn-holder-register .btn.btn-primary.btn-login:hover {
    background: #0c6cf2;
    color: #fff;
}

.btn-holder-register .btn.btn-primary.btn-login span.txt {
    display: block;
}

.btn-holder-register .btn.btn-primary.btn-login span.icon-img {
    display: none;
}

@media (max-width:1024px) {

    .btn-holder-register .btn.btn-primary.btn-login,
    .btn-holder-register .btn.btn-primary.btn-login:hover {
        background: transparent;
        color: #0c6cf2;
        margin-left: 10px;
        margin-right: 10px;
        min-width: fit-content;
        padding: 5px 8px;

    }

    .btn-holder-register .btn.btn-primary,
    .btn-holder-register .btn.btn-primary:hover {
        background: transparent;
        color: #0c6cf2;
        padding: 6px 8px;
        font-size: 13px;
        height: 27px;
        min-width: fit-content;
    }

    .btn-holder-register .btn.btn-primary.btn-login span.txt {
        display: none;
    }

    .btn-holder-register .btn.btn-primary.btn-login span.icon-img {
        display: block;
    }

    .btn-holder-register .btn.btn-primary.btn-login span.icon-img img {
        width: 20px;
    }
}

@media (max-width:480px) {

    .btn-holder-register .btn.btn-primary.btn-login,
    .btn-holder-register .btn.btn-primary.btn-login:hover {
        padding: 5px;
        margin-right: 6px;
        margin-left: 6px;
    }
}

@media (min-width:1024px) and (max-width:1060px) {

    [lang='ru'] .btn-holder-register .btn.btn-primary.btn-login,
    .btn-holder-register .btn.btn-primary.btn-login:hover {
        background: transparent;
        color: #0c6cf2;
        margin-left: 15px;
        margin-right: 15px;
        min-width: 40px;
        padding: 5px 10px;
    }

    [lang='ru'] .btn-holder-register .btn.btn-primary.btn-login span.txt {
        display: none;
    }

    [lang='ru'] .btn-holder-register .btn.btn-primary.btn-login span.icon-img {
        display: block;
    }
}

.popup-section-promo {
    position: relative;
}

.popup-section-promo .close-popup {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 13px;
    cursor: pointer;
    background: none;
    outline: none;
    border: none;
    background-color: transparent;
    z-index: 2;
    transform: scale(1.2);
}

@media (min-width: 1023px) {
    .popup-section-promo .close-popup {
        right: 13px;
        top: 15px;
        transform: scale(1.4);
    }
}

.popup-section-promo .outer {
    background: rgb(245, 206, 0, 0.2);
    backdrop-filter: blur(10px);
    position: absolute;
    display: none;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99996;
    padding: 20px 10%;
    font-family: 'Futura',
        'Inter',
        "Segoe UI",
        Arial,
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol";
}

.popup-section-promo .webinar-outer {
    background: rgb(0, 0, 0, 0.2);
}

.popup-section-promo.show .outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-section-promo .inner {
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/assets/img/sections/lucky-draw-popup/lucky-draw-en-desktop.png);
    width: 800px;
    min-height: 500px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.popup-section-promo .webinar-outer .inner {
    background-image: url(/assets/img/sections/lucky-draw-popup/arabic-webinar-banner-en-desktop.png);
    width: 800px;
    height: 600px;
}

.popup-section-promo .inner a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}

@media (max-width:1024px) {
    .popup-section-promo .inner {
        background-image: url(/assets/img/sections/lucky-draw-popup/lucky-draw-en-mobile.png);
        flex-direction: column;
        text-align: center;
        width: auto;
        min-height: auto;
        width: 300px;
        height: 400px;
    }

    .popup-section-promo .webinar-outer .inner {
        background-image: url(/assets/img/sections/lucky-draw-popup/arabic-webinar-banner-en-mobile.png);
        width: 300px;
        height: 460px;
    }
}

.popup-section-promo {
    position: relative;
}

.popup-section-promo .close-popup {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background: none;
    outline: none;
    border: none;
    background-color: transparent;
    z-index: 2;
}

.popup-section-promo .outer {
    background: rgba(123, 88, 91, .3);
    backdrop-filter: blur(10px);
    position: absolute;
    display: none;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99996;
    padding: 20px 10%;
    font-family: 'Futura',
        'Inter',
        "Segoe UI",
        Arial,
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol";
}

.popup-section-promo.show .outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-section-promo .inner .text-section {
    max-width: 300px;
}

.popup-section-promo .inner .text-section .btn-outer {
    background: linear-gradient(152deg, rgba(255, 255, 255, 0.43) 3.78%, rgba(255, 255, 255, 0.04) 75.44%);
    box-shadow: 0px 1px 24px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 6px;
    width: 285px;
    height: 81px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    padding: 8px;
}

.popup-section-promo .inner .text-section .btn-outer span {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.14) 100%);
    border-radius: 6px;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    color: #2D0407;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Futura',
        'Inter',
        "Segoe UI",
        Arial,
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol";
}

@media (max-width:1024px) {
    .popup-section-promo .inner .text-section .btn-outer {
        width: 183px;
        height: 47px;
        margin: 0 auto;
    }

    .popup-section-promo .inner .text-section .btn-outer span {
        font-size: 16px;
    }
}

@media (min-width:1024px) {
    .popup-section-promo .inner .img-section {
        padding-bottom: 25px;
        padding-left: 10px;
    }
}


.popup-section-promo .outer-webinar {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: absolute;
    display: none;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99996;
    padding: 20px 10%;
    font-family: 'Futura',
        'Inter',
        "Segoe UI",
        Arial,
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol";
}

.popup-section-promo.show .outer-webinar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-section-promo .inner-promo-thai {
    background-color: #000000;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/assets/img/sections/lucky-draw-popup/thai-voucher-en-desktop.webp);
    width: 800px;
    min-height: 500px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.popup-section-promo .inner-webinar a {
    position: absolute;
    width: 100%;
    height: 100%;
}

[lang=th] .popup-section-promo .inner-promo-thai {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/assets/img/sections/lucky-draw-popup/thai-voucher-th-desktop.webp);
}

@media (max-width:1024px) {
    .popup-section-promo .inner-promo-thai {
        background-image: url(/assets/img/sections/lucky-draw-popup/thai-voucher-en-mobile.webp);
        flex-direction: column;
        text-align: center;
        width: auto;
        min-height: auto;
        width: 300px;
        height: 400px;
    }

    [lang=th] .popup-section-promo .inner-promo-thai {
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/assets/img/sections/lucky-draw-popup/thai-voucher-th-mobile.webp);
    }


}

.fx-section--rates .list-rates {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fx-section--rates .container {
    max-width: 100%;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 40px;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 10px;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #00d9ad;
    background-color: #fff;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #b2bec3;
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #fff;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: -11.25px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}

.custom-control-label::after {
    position: absolute;
    top: -11.25px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.fx-section--rates .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
}

.fx-section--rates .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300d9ad' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%2300d9ad' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2300d9ad'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.criteo_header,
#cto_cookies_header_message {
    display: none !important;
}

.fx-section--rates {
    padding: 0;
    position: fixed;
    background: transparent;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9997;
    opacity: 1;
    transition: opacity .4s;
}

.fx-section--rates.top-position {
    bottom: auto;
    top: 0;
    z-index: 9999;
}

.fx-section--rates .bottom-position {
    bottom: 0;
    position: fixed;
    width: 100%;
}

.fx-section--rates.transparent {
    opacity: 0;
    z-index: 0;
}

.fx-section--rates .icon-info {
    margin-right: 10px;
}

[lang="ar"] .fx-section--rates .icon-info,
[lang="ar"] .fx-section--rates .icon-info {
    margin-right: 0;
    margin-left: 10px;
}

.fx-section--rates .bar-rates {
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(223, 230, 233, 0.6);
    min-height: 40px;
    transition: min-height .4s;
    display: flex;
    align-items: center;
    padding: 3px 0;
}

@media (min-width: 1024px) {
    .fx-section--rates .bar-rates {
        padding: 0;
        margin: 0;
    }
}

.fx-section--rates .bar-rates .btn-register {
    margin-left: 10px;
}

.fx-section--rates .bar-rates .btn-register.has-divider {
    margin-right: 60px;
    position: relative;
}

.fx-section--rates .bar-rates .btn-register.has-divider:after {
    border-right: solid 1px #dfe6e9;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -30px;
}

.fx-section--rates .bar-rates .arrow-opener i {
    transform: rotate(-90deg);
    font-size: 12px;
    display: inline-block;
    transition: transform .4s;
}

.fx-section--rates .bar-rates .expanded {
    min-height: 40px;
    display: flex;
    align-items: center;
}

@media (min-width: 1024px) {
    .fx-section--rates .bar-rates .expanded {
        min-height: 60px;
    }
}

.fx-section--rates .bar-rates .expanded .btn-register {
    padding: 11px 18px;
    display: none;
}

@media (min-width: 1024px) {
    .fx-section--rates .bar-rates .expanded .btn-register {
        padding: 15px 30px;
        display: inline-block;
    }
}

.fx-section--rates .bar-rates .expanded .arrow-opener i {
    transform: rotate(90deg);
}

.fx-section--rates .bar-rates .expanded .fx-symbol-logo-mobile {
    display: none;
}

.fx-section--rates .bar-rates .expanded .state-descr {
    display: block;
}

body:not([data-platform='ios']):not([data-platform='mac']) .fx-section--rates .bar-rates .expanded .state-descr {
    -webkit-filter: blur(0.2px);
    filter: blur(0.2px);
}

.fx-section--rates .bar-rates .expanded .show-accepted {
    display: none;
}

@media (min-width: 1024px) {
    .fx-section--rates .bar-rates .expanded .title-rates {
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.fx-section--rates .state-descr {
    transition: all .2s;
    display: none;
}

body:not([data-platform='ios']):not([data-platform='mac']) .fx-section--rates .state-descr {
    -webkit-filter: blur(0.2px);
    filter: blur(0.2px);
}

.fx-section--rates .checkbox {
    color: #009cfc;
    font-size: 12px;
    margin: 0;
    transition: all .1s;
    display: none;
}

@media (min-width: 1024px) {
    .fx-section--rates .checkbox {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        right: 0;
        bottom: 0;
        z-index: 2;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}

.fx-section--rates .col-right-rates {
    padding: 3px 0;
    position: relative;
    display: flex;
}

.fx-section--rates .col-right-rates .btn-off-canvas {
    position: absolute;
    right: -40px;
    top: 50%;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    transform: translateY(-50%);
    color: #009cfc;
}

.fx-section--rates .col-right-rates .btn-off-canvas:before,
.fx-section--rates .col-right-rates .btn-off-canvas:after {
    left: 0;
}

.fx-section--rates .col-right-rates .fx-warning__accept-button {
    align-self: center;
    color: #00b894;
    text-align: center;
}

.fx-section--rates .title-rates {
    font-size: 12px;
    line-height: 14px;
    position: relative;
    font-weight: 400;
    transition: all .4s;
    width: 100%;
    color: #000;
}

@media (min-width: 1024px) {
    .fx-section--rates .title-rates {
        font-size: 16px;
        line-height: 16px;
        padding-right: 0;
    }
}

.fx-section--rates .title-rates-mobile svg {
    vertical-align: middle;
}

.fx-section--rates .arrow-opener {
    display: none;
}

@media (min-width: 1024px) {
    .fx-section--rates .arrow-opener {
        margin-left: 30px;
        display: inline-block;
    }
}

.fx-section--rates .title-holder {
    flex: 1;
    display: flex;
    align-items: center;
}

.fx-section--rates .fx-symbol-logo-mobile {
    display: none;
}

@media (min-width: 1024px) {
    .fx-section--rates .fx-symbol-logo-mobile {
        color: #ed1c24;
        margin-right: 20px;
        display: block;
    }
}

.fx-section--rates .custom-checkbox {
    padding: 0;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .fx-section--rates .custom-checkbox {
        margin-bottom: 0;
    }
}

.fx-section--rates .custom-checkbox .custom-control-label {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    font-weight: 400;
    color: #009cfc;
    height: 100%;
    width: 100%;
    line-height: 18px;
}

@media (min-width: 1024px) {
    .fx-section--rates .custom-checkbox .custom-control-label {
        justify-content: center;
    }
}

.fx-section--rates .custom-checkbox .custom-control-label:after,
.fx-section--rates .custom-checkbox .custom-control-label:before {
    display: none !important;
}

.fx-section--rates .custom-checkbox .custom-control-label span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 30px;
}

.fx-section--rates .custom-checkbox .custom-control-label span:before,
.fx-section--rates .custom-checkbox .custom-control-label span:after {
    top: 0;
    content: '';
}

.fx-section--rates .custom-checkbox .custom-control-label span:before {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    width: 17px;
    height: 17px;
}

.fx-section--rates .custom-checkbox .custom-control-label:hover {
    cursor: pointer;
}

.fx-section--rates .custom-checkbox .custom-control-input~.custom-control-label span:before {
    box-shadow: 0 0 0 1px #009cfc;
    border-radius: 2px;
    background: none;
}

.fx-section--rates .custom-checkbox .custom-control-input~.custom-control-label span:hover:before {
    box-shadow: 0 0 0 1px #0984e3;
}

.fx-section--rates .custom-checkbox .custom-control-input:checked~.custom-control-label span:after {
    content: "";
    position: absolute;
    background: none;
    top: -1px;
    left: 5px;
    width: 8px;
    height: 12px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #009cfc;
    transform: rotate(45deg);
}

.fx-section--rates .animationDelay1Sec {
    -webkit-animation-delay: 1050ms;
    animation-delay: 1050ms;
}

.fx-section--rates .animationDelay1Sec * {
    -webkit-animation-delay: 1050ms;
    animation-delay: 1050ms;
}

.fx-section--rates .animationDelay450mSec {
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}

.fx-section--rates .animationDelay450mSec * {
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}

.title-rates .small-title a {
    color: #000;
}

@media (min-width: 1024px) {
    .title-rates .small-title a {
        color: #000;
    }
}

.title-rates strong {
    font-weight: 600;
    color: #000;
}

.expanded .title-rates .small-title {
    display: block;
}

[lang='ar'] .fx-section--rates .bar-rates .btn-register {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

[lang='ar'] .fx-section--rates .bar-rates .btn-register.has-divider {
    margin-left: 60px !important;
    margin-right: 0 !important;
}

[lang='ar'] .fx-section--rates .bar-rates .btn-register.has-divider:after {
    border-right: 0 !important;
    border-left: solid 1px #dfe6e9 !important;
    right: auto !important;
    left: -30px !important;
}

@media (min-width: 1024px) {
    [lang='ar'] .fx-section--rates .bar-rates .expanded .title-rates {
        padding-right: 15px !important;
        padding-left: 0 !important;
    }
}

[lang='ar'] .fx-section--rates .col-right-rates .btn-off-canvas {
    right: auto !important;
    left: -40px !important;
}

[lang='ar'] .fx-section--rates .col-right-rates .btn-off-canvas:before,
[lang='ar'] .fx-section--rates .col-right-rates .btn-off-canvas:after {
    left: auto !important;
    right: 0 !important;
}

@media (min-width: 1024px) {
    [lang='ar'] .fx-section--rates .title-rates {
        padding-left: 20px !important;
        padding-right: 0 !important;
    }
}

[lang='ar'] .fx-section--rates .title-rates-mobile strong svg {
    vertical-align: middle;
    margin-right: 0 !important;
    margin-left: 10px !important;
}

@media (min-width: 1024px) {
    [lang='ar'] .fx-section--rates .arrow-opener {
        margin-right: 30px !important;
        margin-left: 0 !important;
    }
}

[lang='ar'] .fx-section--rates .list-rates {
    border-right: solid 1px #dfe6e9 !important;
    border-left: 0 !important;
}

[lang='ar'] .fx-section--rates .list-rates li {
    padding: 0 20px 0 10px !important;
    border-left: solid 1px #dfe6e9 !important;
    border-right: 0 !important;
}

@media (min-width: 1024px) {
    [lang='ar'] .fx-section--rates .fx-symbol-logo-mobile {
        margin-right: 0 !important;
        margin-left: 20px !important;
    }
}

[lang='ar'] .fx-section--rates .custom-checkbox .custom-control-label span {
    padding-right: 30px !important;
    padding-left: 0 !important;
}

[lang='ar'] .fx-section--rates .custom-checkbox .custom-control-label span:before {
    left: auto !important;
    right: 0 !important;
}

[lang='ar'] .fx-section--rates .custom-checkbox .custom-control-input:checked~.custom-control-label span:after {
    left: 0 !important;
    right: 5px !important;
    border-width: 0 0 1px 1px !important;
}


[lang='ar'] .fx-section--rates .col-right-rates .btn-off-canvas {
    right: auto !important;
    left: -40px !important;
}

[lang='ar'] .fx-section--rates .col-right-rates .btn-off-canvas:before,
[lang='ar'] .fx-section--rates .col-right-rates .btn-off-canvas:after {
    left: auto !important;
    right: 0 !important;
}

@media (min-width: 1024px) {
    [lang='ar'] .fx-section--rates .title-rates {
        padding-left: 20px !important;
        padding-right: 0 !important;
    }
}

[lang='ar'] .fx-section--rates .title-rates-mobile strong svg {
    vertical-align: middle;
    margin-right: 0 !important;
    margin-left: 10px !important;
}

@media (min-width: 1024px) {
    [lang='ar'] .fx-section--rates .arrow-opener {
        margin-right: 30px !important;
        margin-left: 0 !important;
    }
}

[lang='ar'] .fx-section--rates .list-rates {
    border-right: solid 1px #dfe6e9 !important;
    border-left: 0 !important;
}

[lang='ar'] .fx-section--rates .list-rates li {
    padding: 0 20px 0 10px !important;
    border-left: solid 1px #dfe6e9 !important;
    border-right: 0 !important;
}

@media (min-width: 1024px) {
    [lang='ar'] .fx-section--rates .fx-symbol-logo-mobile {
        margin-right: 0 !important;
        margin-left: 20px !important;
    }
}

[lang='ar'] .fx-section--rates .custom-checkbox .custom-control-label span {
    padding-right: 30px !important;
    padding-left: 0 !important;
}

[lang='ar'] .fx-section--rates .custom-checkbox .custom-control-label span:before {
    left: auto !important;
    right: 0 !important;
}

[lang='ar'] .fx-section--rates .custom-checkbox .custom-control-input:checked~.custom-control-label span:after {
    left: 0 !important;
    right: 5px !important;
    border-width: 0 0 1px 1px !important;
}

.fx-section--rates.top-position.low-zindex {
    z-index: 1;
}

.mobile-language-panel {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: auto;
    z-index: 999999;
    background: #fff;
    top: 0;
}

.mobile-language-panel.show {
    display: block;
}

.mobile-language-panel .languages-container {
    background-color: rgba(223, 230, 233, 0.5);
    min-height: 100%;
    padding-bottom: 1em;
}

.mobile-language-panel.show .dropdown-item {
    padding: 0;
    line-height: 2.25;
    align-items: center;
    display: flex;
    position: relative;
}

.mobile-language-panel.show .dropdown-item:focus,
.mobile-language-panel.show .dropdown-item:hover {
    background-color: transparent;
}

.mobile-language-panel.show .dropdown-item.active-item:after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 12px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #009cfc;
    transform: rotate(46deg) translate(5px, -10px);
}

.mobile-language-panel.show .dropdown-item .flag-icon {
    width: 16px;
    height: 16px;
    margin-right: 1em;
    flex-shrink: 0;
}

.mobile-language-panel.show .dropdown-item .language-name {
    color: #636E72;
    white-space: pre-wrap;
}

.mobile-language-panel.show .title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-language-panel.show .language-title {
    font-size: 20px;
    line-height: 2.25;
    border-bottom: 1px solid #dfe6e9;
    margin-bottom: 1em;
    padding: 0.5rem 0;
}

.mobile-language-panel.show .close-icon {
    width: 2rem;
    height: 2rem;
}

.btn.btn-primary {
    background: #303135;
    color: #fff;
    border-radius: 9px;
}

.btn.btn-primary.has-dark-bg,
.btn.btn-primary.has-dark-bg:hover,
.btn.btn-primary.has-dark-bg:focus {
    background: #32A071;
    color: #fff;
}

.btn.btn-primary:hover {
    background: #303135;
    color: #fff;
}

.btn.btn-primary:focus {
    background: #303135;
    color: #fff;
}

.btn.btn-primary small {
    color: rgba(255, 255, 255, 0.8);
}

small a,
small a:hover,
small a:focus {
    color: #b68756;
}


.btn.btn-outline-primary {
    background: transparent;
    color: #2D3436;
    border-width: 1px;
    border-style: solid;
    border: 1px solid #303135;
}

.btn.btn-outline-primary:hover {
    background: #303135;
    color: #fff;
    border-color: #303135;
}

.btn.btn-outline-primary:focus {
    background: #303135;
    color: #fff;
    border-color: #303135;
}

.btn.btn-link {
    color: #0c6cf2;
}

@media (min-width: 1024px) {
    .btn.btn-link span:after {
        background: #0c6cf2;
    }
}

.fx-section--forex-account-hero .heading-title {
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .fx-section--forex-account-hero .heading-title {
        margin-bottom: 90px;
    }
}

.fx-section--forex-account-hero .heading-title h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .fx-section--forex-account-hero .heading-title h1 {
        margin-bottom: 5px;
        font-size: 46px;
    }
}

.fx-section--forex-account-hero .heading-title p {
    margin-bottom: 40px;
}

.fx-section--forex-account-hero .heading-title p a {
    color: #b68756;
}

@media (min-width: 768px) {
    .fx-section--forex-account-hero .heading-title p {
        margin-bottom: 60px;
    }
}

.fx-section--forex-account-hero .btn.btn-large {
    height: 70px;
    font-size: 18px;
    font-family: Inter, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (min-width: 768px) {
    .fx-section--forex-account-hero .steps {
        flex-wrap: nowrap;
    }
}

.fx-section--forex-account-hero .step {
    max-width: 300px;
    margin: 0 auto 20px;
    background: #fff;
    border: 1px solid rgba(48, 49, 53, 0.1);
    box-shadow: 0px 4px 10px rgba(48, 49, 53, 0.03);
    border-radius: 5px;
    display: block;
    font-size: 18px;
    text-align: center;
    height: 310px;
    color: #636e72;
    padding: 40px 30px;
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (min-width: 768px) {
    .fx-section--forex-account-hero .step {
        padding: 50px 30px;
        max-width: 100%;
        margin-bottom: 0;
    }
}

.fx-section--forex-account-hero .step:hover {
    background-color: #303135;
}

.fx-section--forex-account-hero .step:hover .title {
    color: white;
}

.fx-section--forex-account-hero .step:hover .title i {
    color: white;
    opacity: 1;
}

.fx-section--forex-account-hero .step:hover p,
.fx-section--forex-account-hero .step:hover i {
    color: white;
}

.fx-section--forex-account-hero .step-icon {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;
}

.fx-section--forex-account-hero .step-icon i {
    color: #2d3436;
    font-size: 40px;
}

.fx-section--forex-account-hero .step .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    display: inline-block;
    color: #2d3436;
    position: relative;
    margin-bottom: 25px;
    display: inline-flex;
    align-items: center;
    transition: color 0.25s ease-in-out;
}

.fx-section--forex-account-hero .step .title i {
    font-size: 14px;
    position: absolute;
    opacity: 0;
    top: 14px;
    right: -25px;
    line-height: 1;
}

[lang="ar"] .fx-section--forex-account-hero .step .title i {
    right: auto;
    left: -25px;
    transform: rotate(180deg);
}

.fx-section--forex-open-account-broker {
    padding-top: 30px;
}

.fx-section--forex-open-account-broker .heading-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-broker .heading-title {
        margin-bottom: 75px;
    }
}

.fx-section--forex-open-account-broker .heading-title .sup-title {
    font-size: 26px;
    font-weight: 500;
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-broker .heading-title .sup-title {
        font-size: 30px;
    }
}

.fx-section--forex-open-account-broker .heading-title h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-broker .heading-title h2 {
        font-size: 40px;
    }
}

.fx-section--forex-open-account-broker .heading-title p:last-child {
    margin-bottom: 0;
}

.fx-section--forex-open-account-broker .placeholder {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-broker .placeholder {
        margin-bottom: 70px;
    }
}

.fx-section--forex-open-account-broker .placeholder img {
    max-width: 100%;
}

.fx-section--forex-open-account-broker .block-options {
    border: 1px solid rgba(48, 49, 53, 0.1);
    border-radius: 6px;
    padding: 45px 30px 14px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-broker .block-options {
        padding: 0;
        border-radius: 0;
        border: none;
    }
}

@media (max-width: 768px) {
    .fx-section--forex-open-account-broker .has-border:last-child .item {
        border: none;
    }

    .fx-section--forex-open-account-broker .has-border:last-child .item:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-broker .has-border {
        padding-top: 5px;
        padding-bottom: 5px;
        border-right: 1px solid rgba(167, 149, 130, 0.4);
    }

    [lang="ar"] .fx-section--forex-open-account-broker .has-border {
        border-right: none;
        border-left: 1px solid rgba(167, 149, 130, 0.4);
    }

    .fx-section--forex-open-account-broker .has-border:first-child {
        border-left: 1px solid rgba(167, 149, 130, 0.4);
    }

    [lang="ar"] .fx-section--forex-open-account-broker .has-border:first-child {
        border-right: 1px solid rgba(167, 149, 130, 0.4);
    }
}

.fx-section--forex-open-account-broker .item {
    position: relative;
    padding-bottom: 25px;
    font-weight: 450;
    font-size: 18px;
    color: #a79582;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-broker .item {
        margin: 0;
        padding-bottom: 25px;
        font-size: 20px;
        font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        padding-left: 50px;
    }

    .fx-section--forex-open-account-broker .item:last-child {
        padding-bottom: 0;
    }

    :host-context([lang="ar"]) .fx-section--forex-open-account-broker .item {
        padding-left: 0;
        padding-right: 50px;
    }
}

.fx-section--forex-open-account-broker .item .icon {
    margin-right: 18px;
    flex-shrink: 0;
    font-size: 32px;
    line-height: 1;
}

:host-context([lang="ar"]) .fx-section--forex-open-account-broker .item .icon {
    margin-right: 0;
    margin-left: 18px;
}

.fx-section--forex-open-account-broker .item span {
    display: block;
    max-width: 200px;
}

.fx-section--forex-open-account-broker .item:last-child {
    border-bottom: 1px solid #dfe6e9;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-broker .item:last-child {
        border: none;
        margin-bottom: 0;
    }
}

.fx-section--forex-open-account-register {
    padding-top: 40px;
}

.fx-section--forex-open-account-register .content-block {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-register .content-block {
        margin-bottom: 135px;
    }
}

.fx-section--forex-open-account-register .image-placeholder {
    max-width: 320px;
    margin: 0 auto 60px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-register .image-placeholder {
        margin-bottom: 0;
    }
}

.fx-section--forex-open-account-register .image-placeholder img {
    max-width: 100%;
    height: auto;
}

.fx-section--forex-open-account-register .heading-title {
    margin-bottom: 35px;
    padding-bottom: 40px;
    font-size: 16px;
    border-bottom: 1px solid rgba(48, 49, 53, 0.1);
}

@media (max-width: 768px) {
    .fx-section--forex-open-account-register .heading-title h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-register .heading-title h2 {
        margin-bottom: 40px;
    }
}

.fx-section--forex-open-account-register .heading-title p {
    margin-bottom: 35px;
}

.fx-section--forex-open-account-register .description {
    color: #2d3436;
    font-size: 18px;
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-register .description {
        font-size: 22px;
    }
}

.fx-section--forex-open-account-register .buttons-holder a {
    display: inline-flex;
    max-width: 160px;
    margin: 0 20px 0 0;
}

[lang="ar"] .fx-section--forex-open-account-register .buttons-holder a {
    margin: 0 0 0 20px;
}

.fx-section--forex-open-account-register .buttons-holder a:last-child {
    margin: 0;
}

.fx-section--forex-open-account-register .platform-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(48, 49, 53, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(48, 49, 53, 0.03);
    border-radius: 5px;
    height: 210px;
    max-width: 270px;
    color: #2d3436;
    font-size: 20px;
    font-weight: 450;
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 60px 20px;
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-register .platform-card {
        margin-bottom: 0;
        max-width: 100%;
    }
}

.fx-section--forex-open-account-register .platform-card:hover {
    color: white;
    background-color: #303135;
}

.fx-section--forex-open-account-register .platform-card:hover .ico {
    color: white;
}

.fx-section--forex-open-account-register .platform-card .ico {
    font-size: 40px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    color: #2d3436;
}

@media (min-width: 768px) {
    .qr-code-section {
        margin-top: 40px;
    }
}

.qr-code-section .btn-holder {
    position: relative;
    z-index: 1;
    display: inline-flex;
}

.qr-code-section .btn-holder:first-child {
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .qr-code-section .btn-holder:first-child {
        display: inline-flex;
        margin-bottom: 0;
    }

    .qr-code-section .btn-holder:first-child a {
        max-width: 180px;
    }
}

.qr-code-section .btn-holder:last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .qr-code-section .btn-holder {
        margin-right: 20px;
    }
}

.qr-code-section .mark {
    position: absolute;
    right: -60px;
    top: -20px;
    color: #fff;
    background: #f00;
    box-shadow: 0px 1px 4px rgba(255, 0, 0, 0.5);
    border-radius: 43px;
    height: 40px;
    width: 80px;
    z-index: 2;
    text-align: center;
    padding: 0 5px;
    line-height: 40px;
}

.qr-code-section .button {
    display: flex;
}

.qr-code-section .button-apple[href="unsafe:javascript:void(0)"] {
    pointer-events: none;
}

.fx-section--forex-open-account-solutions {
    padding-top: 20px;
}

.fx-section--forex-open-account-solutions h2 {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-solutions h2 {
        margin-bottom: 100px;
    }
}

.fx-section--forex-open-account-solutions .panel {
    border: 1px solid rgba(48, 49, 53, 0.1);
    border-radius: 9px;
    transition: background-color 0.4s;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 30px;
    z-index: 1;
    max-width: 475px;
    margin: 0 auto 10px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-solutions .panel {
        padding: 70px 100px;
        margin-bottom: 0;
        max-width: 100%;
        height: 100%;
    }
}

@media (min-width: 480px) {
    .fx-section--forex-open-account-solutions .panel:after {
        content: "";
        display: block;
        width: 40px;
        height: 100%;
        background: white;
        opacity: 1;
        position: absolute;
        right: -41px;
        top: 0;
    }
}

.fx-section--forex-open-account-solutions .panel__content {
    flex: 1;
}

.fx-section--forex-open-account-solutions .list-checkmark li:before {
    border-color: #b68756;
}

.fx-section--forex-open-account-solutions .panel__wrapper {
    justify-content: center;
    overflow: hidden;
}

.fx-section--forex-open-account-solutions .panel__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-solutions .panel__title {
        font-size: 32px;
        margin-bottom: 50px;
    }
}

.fx-section--forex-open-account-solutions .panel__sub-title {
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 20px;
    font-weight: 450;
    line-height: 1.2;
    color: #636e72;
    margin-bottom: 30px;
    text-align: left;
}

.fx-section--forex-open-account-solutions .panel__sub-title a {
    color: #b68756;
}

.fx-section--forex-open-account-solutions .panel__list {
    color: #636e72;
    font-size: 16px;
}

.fx-section--forex-open-account-solutions .panel__button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 3rem;
}

.fx-section--forex-open-account-solutions .panel__button a {
    color: #b68756;
}

.fx-section--forex-open-account-solutions .panel__button .btn {
    align-self: center;
    min-height: 65px;
    font-size: 18px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.fx-section--forex-open-account-solutions .panel__button .btn-outline-primary:not(:hover) {
    border-color: #303135;
    color: #2d3436;
}

.fx-section--forex-open-account-solutions .panel__button .btn-outline-primary:hover {
    background: #303135;
    color: white;
}

.fx-section--forex-open-account-solutions .backdrop {
    background: rgba(48, 49, 53, 0.03);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    z-index: -1;
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.fx-section--numbers {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 1024px) {
    .fx-section--numbers {
        padding-top: 100px;
        padding-bottom: 125px;
    }
}

.fx-section--numbers .name {
    font-weight: 700;
    font-size: 160px;
    line-height: 80%;
    color: #f8f4f1;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 77px auto 0;
    z-index: 0;
    display: none;
    letter-spacing: -0.05em;
}

[lang='hu'] .fx-section--numbers .name {
    font-size: 130px;
}

[lang='vi'] .fx-section--numbers .name {
    font-size: 130px;
}

@media (max-width:1563px) {
    .fx-section--numbers .name {
        font-size: 130px;
    }
}

@media (max-width: 1200px) {
    .fx-section--numbers .name {
        font-size: 130px;
    }
}

@media (max-width: 1400px) {
    [lang='hu'] .fx-section--numbers .name {
        font-size: 100px;
    }

    [lang='vi'] .fx-section--numbers .name {
        font-size: 100px;
    }
}

@media (min-width: 1024px) {
    .fx-section--numbers .name {
        display: block;
    }
}

.fx-section--numbers .fx-section--numbers-inner {
    background: #fbf9f7;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .fx-section--numbers .fx-section--numbers-inner {
        margin-bottom: 56px;
    }
}

.fx-section--numbers .items-holder {
    position: relative;
    z-index: 1;
}

.fx-section--numbers .item-number {
    text-align: center;
    position: relative;
    color: #b68756;
}

.fx-section--numbers .item-number-8 .inner {
    border: none !important;
}

.fx-section--numbers .item-number .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4d8cb;
}

@media (min-width: 768px) {
    .fx-section--numbers .item-number .inner {
        border: none;
    }

    .fx-section--numbers .item-number-1 .inner,
    .fx-section--numbers .item-number-2 .inner,
    .fx-section--numbers .item-number-3 .inner,
    .fx-section--numbers .item-number-4 .inner,
    .fx-section--numbers .item-number-5 .inner,
    .fx-section--numbers .item-number-6 .inner {
        border-bottom: 1px solid #e4d8cb;
    }
}

@media (min-width: 1024px) {

    .fx-section--numbers .item-number-5 .inner,
    .fx-section--numbers .item-number-6 .inner {
        border: none;
    }
}

.fx-section--numbers .item-number .number {
    font-weight: 600;
    font-size: 42px;
    line-height: 110%;
    display: block;
    font-family: Inter, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    ;
}

.fx-section--numbers .item-number .caption {
    line-height: 29px;
    font-weight: 500;
    font-family: Inter, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    ;
    font-size: 16px;
    color: #2d3436;
}

@media (min-width: 1024px) {
    .fx-section--numbers .item-number .caption {
        max-width: 175px;
        margin: 0 auto;
    }
}

.fx-section--fxpro-history {
    overflow: hidden;
    padding-top: 4rem;
    background: rgba(48, 49, 53, 0.03);
}

.fx-section--fxpro-history.history-account {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .fx-section--fxpro-history {
        padding-top: 9rem;
    }
}

.fx-section--fxpro-history .history-txt {
    font-size: 22px;
    padding: 45px 0;
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #2d3436;
}

@media (min-width: 768px) {
    .fx-section--fxpro-history .history-txt {
        padding: 9rem 0 130px;
        font-size: 30px;
    }
}


.fx-section--fxpro-history .display-1 {
    font-size: 16px;
    margin-bottom: 2.8571rem;
}

@media (min-width: 768px) {
    .fx-section--fxpro-history .display-1 {
        margin-bottom: 8.75rem;
        font-size: 22px;
    }
}

.fx-section--fxpro-history .logos-history {
    justify-content: space-between;
    display: flex;
    padding: 0 0 150px;
}

@media (max-width: 1024px) {
    .fx-section--fxpro-history .logos-history {
        width: 1007px;
        flex: 0 1 1007px;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .fx-section--fxpro-history .logos-history {
        width: 1200px;
        flex: 0 1 1200px;
    }
}

.fx-section--fxpro-history .logo-block {
    text-align: center;
    padding: 0 20px;
}

.fx-section--fxpro-history .logo-block:first-child .year:after,
.fx-section--fxpro-history .logo-block:first-child .year:before {
    left: 0;
    right: 0;
}

.fx-section--fxpro-history .logo-block img {
    max-width: 100%;
    height: auto;
}

.fx-section--fxpro-history .logo-block .placeholder {
    display: flex;
    background-color: white;
    border: solid 1px #dfe6e9;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    width: 140px;
    height: 140px;
}

@media (min-width: 1024px) {
    .fx-section--fxpro-history .logo-block .placeholder {
        width: 180px;
        height: 180px;
    }
}

.fx-section--fxpro-history .logo-block .description {
    display: block;
    font-size: 15px;
    line-height: 1.71;
    margin-bottom: 1.625rem;
}

.fx-section--fxpro-history .logo-block .year {
    color: #636e72;
    font-size: 1.625rem;
    font-weight: 400;
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 10px;
    border: solid 1px #dfe6e9;
    border-width: 1px 0;
    position: relative;
}

.fx-section--fxpro-history .logo-block .year:before,
.fx-section--fxpro-history .logo-block .year:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #dfe6e9;
    width: 100%;
    left: -100%;
    right: -100%;
}

.fx-section--fxpro-history .logo-block .year:before {
    top: -1px;
}

.fx-section--fxpro-history .logo-block .year:after {
    bottom: -1px;
}

.fx-section--fxpro-history .year-information {
    position: absolute;
    top: 233px;
}

@media (min-width: 1024px) {
    .fx-section--fxpro-history .year-information {
        top: 269px;
    }
}

.fx-section--fxpro-history .year-information .year-small {
    font-size: 18px;
    font-weight: 300;
    color: #b2bec3;
}

.fx-section--fxpro-history .year-information .text {
    font-size: 14px;
    line-height: 1.29;
    position: absolute;
    top: 0;
    margin-top: 70px;
}

.fx-section--fxpro-history .year-information .text:before {
    content: '';
    display: block;
    margin-bottom: 40px;
}

.fx-section--fxpro-history .year-information-2004 {
    left: 180px;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2004 {
    right: 180px;
    left: auto;
}

@media (min-width: 1024px) {
    .fx-section--fxpro-history .year-information-2004 {
        left: 216px;
    }

    [lang='ar'] .fx-section--fxpro-history .year-information-2004 {
        right: 216px;
    }
}

.fx-section--fxpro-history .year-information-2004 .text {
    left: -160px;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2004 .text {
    right: -160px;
    left: auto;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2004 .text:before {
    display: none;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2004 .text:after {
    display: none;
}

.fx-section--fxpro-history .year-information-2004 .text:before {
    border-right: 1px solid #b2bec3;
    border-bottom: 1px solid #b2bec3;
    border-radius: 0 0 6px 0;
    height: 20px;
    width: 80px;
    position: relative;
    left: 76px;
    opacity: 0.4;
}

.fx-section--fxpro-history .year-information-2004 .text:after {
    content: '';
    width: 53px;
    position: absolute;
    top: 19px;
    left: 23px;
    border-left: 1px solid #b2bec3;
    border-radius: 6px 0 0 0;
    height: 20px;
    opacity: 0.4;
    border-top: 1px solid #b2bec3;
}

.fx-section--fxpro-history .year-information-2008 {
    left: 342px;
    width: 282px;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2008 {
    right: 342px;
    left: auto;
}

@media (min-width: 1024px) {
    .fx-section--fxpro-history .year-information-2008 {
        left: 423px;
        width: 326px;
    }

    [lang='ar'] .fx-section--fxpro-history .year-information-2008 {
        right: 423px;
        left: auto;
    }
}

.fx-section--fxpro-history .year-information-2008 .text {
    left: -45px;
    max-width: 142px;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2008 .text {
    right: -45px;
    left: auto;
}

.fx-section--fxpro-history .year-information-2008 .text::before {
    height: 27px;
    margin-bottom: 27px;
    width: 1px;
    position: relative;
    opacity: 0.4;
    left: 60px;
    border-left: 1px solid #b2bec3;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2008 .text::before {
    display: none;
}

.fx-section--fxpro-history .year-information-2015 {
    left: 528px;
    width: 397px;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2015 {
    left: auto;
    right: 528px;
}

@media (min-width: 1024px) {
    .fx-section--fxpro-history .year-information-2015 {
        left: 646px;
        width: 326px;
    }

    [lang='ar'] .fx-section--fxpro-history .year-information-2015 {
        left: auto;
        right: 646px;
    }
}

.fx-section--fxpro-history .year-information-2015 .text {
    left: 126px;
    width: 280px;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2015 .text {
    right: 126px;
    left: auto;
}

@media (min-width: 1024px) {
    .fx-section--fxpro-history .year-information-2015 .text {
        left: 121px;
        width: 284px;
        padding-left: 30%;
    }

    [lang='ar'] .fx-section--fxpro-history .year-information-2015 .text {
        right: 121px;
        padding-right: 30%;
        padding-left: 0;
    }
}

.fx-section--fxpro-history .year-information-2015 .text::before {
    border-left: 1px solid #b2bec3;
    border-radius: 0 0 0 6px;
    border-bottom: 1px solid #b2bec3;
    height: 20px;
    position: relative;
    opacity: 0.4;
    width: 284px;
    left: -108px;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2015 .text::before {
    display: none;
}

@media (min-width: 1024px) {
    .fx-section--fxpro-history .year-information-2015 .text::before {
        width: 267px;
        left: -199px;
    }
}

.fx-section--fxpro-history .year-information-2015 .text::after {
    content: '';
    width: 20px;
    position: absolute;
    top: 19px;
    opacity: 0.4;
    right: 98px;
    height: 20px;
    border-right: 1px solid #b2bec3;
    border-top: 1px solid #b2bec3;
    border-radius: 0 6px 0 0;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2015 .text::after {
    display: none;
}

.fx-section--fxpro-history .year-information-2015 .text img {
    float: left;
    margin: 0 10px 0 0;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2015 .text img {
    float: right;
    margin: 0 0 0 10px;
}

.fx-section--fxpro-history .year-information-2015 .text span {
    display: block;
    overflow: hidden;
}

.fx-section--fxpro-history .year-information-2015 .decor {
    background: white;
    padding: 0 5px;
    position: absolute;
    top: -36px;
    right: 163px;
}

[lang='ar'] .fx-section--fxpro-history .year-information-2015 .decor {
    left: 163px;
    right: auto;
}

@media (min-width: 1024px) {
    .fx-section--fxpro-history .year-information-2015 .decor {
        right: 60px;
    }

    [lang='ar'] .fx-section--fxpro-history .year-information-2015 .decor {
        left: 60px;
        right: auto;
    }
}

.award {
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .award {
        margin-bottom: 0;
    }
}

.award i {
    color: #2d3436;
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    display: block;
}

.award .text-size-h6 {
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 600;
    color: #2d3436;
}

.award .text-size-h6 small {
    font-size: 1rem;
    text-transform: capitalize;
    color: #636e72;
    font-weight: 400;
    margin-top: 11px;
}

.panel__heading .award {
    padding-top: 1rem;
}

.fx-theme--dark .award .text-size-h6 small {
    color: #b2bec3 !important;
}

.fx-section--forex-open-account-awards {
    padding: 55px 0 20px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-awards {
        padding: 140px 0 70px;
    }
}

.fx-section--forex-open-account-awards .heading-title {
    margin-bottom: 40px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-awards .heading-title {
        margin-bottom: 80px;
    }
}

.fx-section--forex-open-account-awards .heading-title h2 {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-awards .heading-title h2 {
        margin-bottom: 35px;
    }
}

.fx-section--forex-open-account-awards .heading-title p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-faq {
        padding-bottom: 140px;
    }
}

.fx-section--forex-open-account-faq h2 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-faq h2 {
        margin-bottom: 50px;
    }
}

.fx-section--forex-open-account-faq .faq-list {
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-faq .faq-list {
        margin-bottom: 120px;
    }
}

.fx-section--forex-open-account-faq .faq-list .item {
    color: #303135;
    background: rgba(48, 49, 53, 0.03);
    height: 80px;
    display: flex;
    align-items: center;
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 5px 35px;
    font-size: 20px;
    font-weight: 450;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-faq .faq-list .item {
        margin-bottom: 30px;
    }
}

.fx-section--forex-open-account-faq .text-size-h2 {
    margin-bottom: 40px;
    font-weight: 450;
    font-size: 30px;
}

@media (min-width: 768px) {
    .fx-section--forex-open-account-faq .text-size-h2 {
        font-size: 40px;
    }
}

.fx-section--faq-help.fx-theme--gray {
    background: rgba(48, 49, 53, 0.03);
}

.fx-section--faq-help .text-size-h2 {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .fx-section--faq-help .text-size-h2 {
        margin-bottom: 55px;
    }
}

.footnotes {
    font-size: .8571rem;
    padding: 2.4285rem 0;
    border-top: 1px solid rgba(146, 157, 170, 0.22);
}

@media (min-width: 480px) {
    .footnotes {
        font-size: .6875rem;
        padding: 1.5rem 0;
    }
}

@media (min-width: 1024px) {
    .footnotes {
        padding: 2.5rem 0;
    }
}

.footnotes a {
    color: #0c6cf2;
}

.footnotes p {
    padding-left: 7px;
    position: relative;
    margin-bottom: 1rem;
}

.footnotes p:last-child {
    margin-bottom: 0;
}

@media (min-width: 480px) {
    .footnotes p {
        margin-bottom: 0;
    }
}

.footnotes .sup {
    font-size: .625rem;
    position: absolute;
    top: -5px;
    left: 0;
    margin-right: 3px;
}

[lang='ar'] .footnotes p {
    padding-right: 7px !important;
    padding-left: 0 !important;
}

[lang='ar'] .footnotes .sup {
    left: auto !important;
    right: 0 !important;
    margin-left: 3px !important;
    margin-right: 0 !important;
}

.live-support [class*="col-"]:first-child .live-support_item:before {
    display: none;
}

:host-context([lang="ar"]) .live-support [class*="col-"]:first-child .live-support_item:before {
    display: block;
}

:host-context([lang="ar"]) .live-support [class*="col-"]:last-child .live-support_item:before {
    display: none;
}

.live-support_item {
    margin-bottom: 40px;
    color: #636e72;
    font-size: 16px;
    display: block;
}

@media (min-width: 768px) {
    .live-support_item {
        margin-bottom: 0;
        position: relative;
    }

    .live-support_item:before {
        content: '';
        left: -30px;
        top: 0;
        bottom: 0;
        width: 1px;
        background: rgba(146, 157, 170, 0.22);
        position: absolute;
    }

    :host-context([lang="ar"]) .live-support_item:before {
        left: auto;
        right: -30px;
    }
}

.live-support_item .icon {
    color: #2d3436;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1;
}

.live-support_item .title {
    color: #2d3436;
    font-size: 24px;
    font-family: 'Futura', 'Inter', "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    line-height: 26px;
}

.live-support .tel {
    font-size: 20px;
    color: #b68756;
    pointer-events: none;
    cursor: text;
}

.live-support .email {
    font-size: 20px;
    color: #b68756;
}


.fx-form--callback-request h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 15px;
}

.fx-form--callback-request.fx-modal-window__wrapper {
    justify-content: flex-end;
    padding-right: 40px;
}

.fx-form--callback-request .fx-modal-window {
    max-width: 500px;
    max-height: 100%;
    padding: 40px 40px 60px;
}

@media (min-width: 768px) {
    .fx-form--callback-request .fx-modal-window {
        padding: 60px;
    }
}

.fx-form--callback-request .fx-dropdown__options i {
    margin-right: 7px;
    vertical-align: 1px;
}

.fx-form--callback-request .fx-modal-backdrop {
    opacity: 0;
}

.fx-form--callback-request .button-holder {
    margin-top: 50px;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(29) {
    z-index: 4;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(28) {
    z-index: 5;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(27) {
    z-index: 6;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(26) {
    z-index: 7;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(25) {
    z-index: 8;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(24) {
    z-index: 9;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(23) {
    z-index: 10;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(22) {
    z-index: 11;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(21) {
    z-index: 12;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(20) {
    z-index: 13;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(19) {
    z-index: 14;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(18) {
    z-index: 15;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(17) {
    z-index: 16;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(16) {
    z-index: 17;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(15) {
    z-index: 18;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(14) {
    z-index: 19;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(13) {
    z-index: 20;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(12) {
    z-index: 21;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(11) {
    z-index: 22;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(10) {
    z-index: 23;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(9) {
    z-index: 24;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(8) {
    z-index: 25;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(7) {
    z-index: 26;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(6) {
    z-index: 27;
}

.fx-form--callback-request form .form-group.underline-only.fx-dropdown__wrapper:nth-child(5) {
    z-index: 28;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(4) {
    z-index: 29;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(3) {
    z-index: 30;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(2) {
    z-index: 31;
}

.fx-form--callback-request .fx-dropdown__wrapper:nth-child(1) {
    z-index: 32;
}

.fx-form--callback-request input.form-control {
    box-shadow: 0;
}

.fx-form--callback-request .messages {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
}

.fx-form--callback-request .btn {
    padding: 1.375rem 1rem;
}

.fx-form--callback-request .custom-control {
    padding: 0;
}

.custom-captcha label {
    font-size: 13px;
    margin-bottom: 1rem;
}

.custom-captcha .form-control {
    padding: 0;
    margin: 0;
    width: 40%;
    text-align: center;
    text-transform: uppercase;
    height: 47px;
    transition: border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.realperson-challenge {
    width: 59%;
}

.realperson-text {
    font-family: "Courier New", monospace !important;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
    padding-bottom: 5px;
}

.realperson-regen {
    font-size: 12px;
    text-align: left;
    cursor: pointer;
}

.realperson-disabled {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}

.realperson-disabled .realperson-regen {
    cursor: default;
}

.custom-captcha .is-realperson {
    padding-top: 0 !important;
    width: auto;
}

.live-chat-quality-badge {
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
}

@media (min-width: 768px) {
    .live-chat-quality-badge {
        padding-top: 3rem;
    }
}

.fx-section--pick-account {
	padding-bottom: 0;
}

.fx-section--pick-account .cards-container {
	justify-content: center;
	align-items: stretch;
	gap: 30px;
	margin: 40px 0px;
}

.fx-section--pick-account .box {
	border-radius: 20px;
	width: 100%;
	padding: 30px 30px 20px;
	transition: .4s ease;
	position: relative;
	background: #F8F8F8;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	max-width: 560px;
}

.fx-section--pick-account .cards-container.is-cn .box {
	min-height: 400px;
	max-width: 300px;
}

.fx-section--pick-account .box .img-left {
	position: absolute;
	top: 0px;
	left: 0px;

}

.fx-section--pick-account .box .img-right {
	position: absolute;
	top: 100px;
	right: 0px;

}

.fx-section--pick-account .box svg {
	position: absolute;
	top: -15px;
	right: -16px;

}

.fx-section--pick-account .box svg path {
	fill: #0c6cf2;
}

.fx-section--pick-account .box .box-title {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	color: #0c6cf2;
	margin-bottom: -10px;
	z-index: 2;
}

.fx-section--pick-account .box .box-best-value {
	position: absolute;
	top: 21px;
	right: -21px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	transform: rotate(45deg);
	width: 100px;
}

.fx-section--pick-account .box .box-sub-title {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 23.4px;
	text-align: center;
	color: #0c6cf2;
	z-index: 2;
}

.fx-section--pick-account .box .box-text {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #000000;
	max-width: 350px;
	margin: 0 auto 20px;
	min-height: 120px;
	z-index: 2;
}

.fx-section--pick-account .box .box-deposit {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	z-index: 2;
	max-width: 240px;
	margin: 0 auto;
}

.fx-section--pick-account .box .btn-group a {
	background: #0c6cf2;
	border-radius: 9px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	max-height: 60px;
	max-width: 230px;
	margin: 20px auto 10px;
	min-width: 150px;
}

.fx-section--pick-account .box .btn-group a i {
	margin-left: 5px;
	margin-top: 4px;
}

.fx-section--pick-account .box .box-learn-more {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #0c6cf2;
	z-index: 2;
}

.fx-section--pick-account .box:hover {
	background: linear-gradient(156.56deg, #D7B091 0%, #7C259C 100%);
}

.fx-section--pick-account .box:hover .btn-group a {
	background: #FFFFFF;
	color: #0c6cf2;
}

.fx-section--pick-account .box:hover .box-title,
.fx-section--pick-account .box:hover .box-sub-title,
.fx-section--pick-account .box:hover .box-text,
.fx-section--pick-account .box:hover .box-deposit,
.fx-section--pick-account .box:hover .box-learn-more {
	color: #FFFFFF;
}

.fx-section--pick-account .box:hover svg path {
	fill: #FFFFFF;
}

.fx-section--pick-account .box:hover .box-best-value {
	color: #0c6cf2;
}

@media (max-width: 1024px) {
	.fx-section--pick-account .cards-container.is-cn .box {
		min-height: 440px;
		max-width: 560px;
	}
}

@media (min-width: 480px) {
	.fx-section--pick-account .box {
		padding: 50px 40px 30px;
	}

	.fx-section--pick-account .box .box-title {
		font-size: 38px;
	}

	.fx-section--pick-account .box .box-text {
		font-size: 16px;
	}

	.fx-section--pick-account .box .box-deposit {
		font-size: 16px;
	}
}

ul.pricing {
    padding: 0;
    list-style: none;
}

ul.pricing li {
    /* margin: 10px; */
    border-bottom: 1px solid #d5ccd4;
    width: 100%;
    padding: 5px 0 5px 0;
    font-size: 14px;
}

.hide {
    display: none !important;
}

.grecaptcha-badge {
    position: fixed;
    visibility: hidden;
}