@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&family=Noto+Kufi+Arabic:wght@400;500;700&display=swap');

@font-face {
    font-family: 'Avenir Arabic';
    font-style: normal;
    font-weight: 500; /* or 400 if needed */
    src: url('/fonts/csa-platform/AvenirArabic-Medium.ttf') format('truetype');
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: "Avenir Arabic", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Avenir Arabic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 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;
    text-decoration-skip-ink: none;
}

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: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #5addd3;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #1818A0;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    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 {
    overflow: hidden;
    vertical-align: middle;
}

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;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw);
    }
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000000;
}

.table th,
.table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #000000;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #fdcbcb;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #fb9e9e;
}

.table-hover .table-primary:hover {
    background-color: #fcb2b2;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #fcb2b2;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    text-align: right;
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ababab;
    border-radius: 8px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #5addd3;
}

.form-control:focus {
    
    background-color: #fff;
    border-color: #5addd3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #7fffff33;
    box-shadow: 0 0 0 0.2rem #7fffff33;
}

.form-control::-webkit-input-placeholder {
    text-align: center; 
    color: #666666;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control::placeholder {
    color: #666666;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #5addd3;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.25rem) center;
    background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem #7fffff33;
    box-shadow: 0 0 0 0.2rem #7fffff33;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 3.25rem);
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 13 7' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ff7e3b' d='m6.118 6.834-5.21-5.536c-0.21-0.22-0.21-0.578 0-0.799l0.32-0.333c0.21-0.221 0.552-0.221 0.763 0l4.509 4.807 4.51-4.803c0.21-0.22 0.552-0.22 0.763 0l0.319 0.334c0.21 0.22 0.21 0.578 0 0.799l-5.21 5.535c-0.211 0.217-0.553 0.217-0.764-4e-3z'/%3e%3c/svg%3e") no-repeat right 1.5rem center/15px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2.5rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem #7fffff33;
    box-shadow: 0 0 0 0.2rem #7fffff33;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.25rem) center;
    background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 3.25rem);
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 13 7' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ff7e3b' d='m6.118 6.834-5.21-5.536c-0.21-0.22-0.21-0.578 0-0.799l0.32-0.333c0.21-0.221 0.552-0.221 0.763 0l4.509 4.807 4.51-4.803c0.21-0.22 0.552-0.22 0.763 0l0.319 0.334c0.21 0.22 0.21 0.578 0 0.799l-5.21 5.535c-0.211 0.217-0.553 0.217-0.764-4e-3z'/%3e%3c/svg%3e") no-repeat right 1.5rem center/15px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2.5rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #000000;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #7fffff33;
    box-shadow: 0 0 0 0.2rem #7fffff33;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #141c98;
    border-color: #141c98;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f71f1f;
    border-color: #f61313;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #f71f1f;
    border-color: #f61313;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 96, 96, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(249, 96, 96, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #141c98;
    border-color: #141c98;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f61313;
    border-color: #f30909;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 96, 96, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(249, 96, 96, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #141c98;
    border-color: #141c98;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #141c98;
    border-color: #141c98;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #141c98;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #141c98;
    border-color: #141c98;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #5addd3;
    text-decoration: none;
}

.btn-link:hover {
    color: #1818A0;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item: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: #141c98;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #141c98;
    background-color: #141c98;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #fdbfbf;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #fef0f0;
    border-color: #fef0f0;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #141c98;
    background-color: #141c98;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(248, 68, 68, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(248, 68, 68, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(248, 68, 68, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(248, 68, 68, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 2.5rem 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg viewBox='0 0 13 7' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ff7e3b' d='m6.118 6.834-5.21-5.536c-0.21-0.22-0.21-0.578 0-0.799l0.32-0.333c0.21-0.221 0.552-0.221 0.763 0l4.509 4.807 4.51-4.803c0.21-0.22 0.552-0.22 0.763 0l0.319 0.334c0.21 0.22 0.21 0.578 0 0.799l-5.21 5.535c-0.211 0.217-0.553 0.217-0.764-4e-3z'/%3e%3c/svg%3e") no-repeat right 1.5rem center/15px;
    border: 1px solid #ababab;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #fdbfbf;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.5rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #fdbfbf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 8px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    padding: 0.5rem 1.5rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 8px 8px 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #141c98;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fef0f0;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #141c98;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fef0f0;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #141c98;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fef0f0;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #141c98;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    border-radius: 0.25rem;
}

[dir=ltr] .pagination {
    padding-left: 0;
}

[dir=rtl] .pagination {
    padding-right: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #5addd3;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #1818A0;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(248, 68, 68, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #141c98;
    border-color: #141c98;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Avenir Arabic", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #000000;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #141c98 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #f61313 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #141c98 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #141c98 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #e70909 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #000000 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}


/* Slider */

.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.slider .slider-item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    height: 100%;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

[dir=rtl] .slick-track {
    margin-right: 0;
    margin-left: auto;
}

[dir=ltr] .slick-track {
    margin-right: auto;
    margin-left: 0;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    padding: 0;
    border: 0;
    background: 0;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.slick-prev {
    left: 0;
}

.slick-prev::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
}

[dir=rtl] .slick-prev::before::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23f84444%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=ltr] .slick-prev::before::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23f84444%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-next {
    right: 0;
}

.slick-next::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
}

[dir=rtl] .slick-next::before::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23f84444%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=ltr] .slick-next::before::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23f84444%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-arrows-hover .slick-prev {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slick-arrows-hover .slick-next {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slick-arrows-outside .slick-prev {
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.slick-arrows-outside .slick-next {
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.slick-dots {
    list-style: none;
    height: 25px;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
}

[dir=ltr] .slick-dots {
    padding-left: 0;
}

[dir=rtl] .slick-dots {
    padding-right: 0;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 25px;
    height: 25px;
    position: relative;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slick-dots li button:before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: '';
    display: block;
    border-radius: 50%;
    border: 1px solid #000000;
}

.slick-dots li.slick-active button:before {
    background: #000000;
}

.slick-dotted {
    padding-bottom: 50px;
}

.slick-dotted .slick-arrow {
    margin-top: -25px;
}

.slick-dotted .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 12.5px;
}

.slick-dotted.slick-dots-hover {
    padding-bottom: 0;
}

.slick-dotted.slick-dots-hover .slick-arrow {
    margin-top: 0;
}

.slick-dotted.slick-dots-outside {
    padding-bottom: 50px;
}

.slick-dotted.slick-dots-outside .slick-arrow {
    margin-top: -25px;
}

.credit-card-carrousel__slider .slick-track {
    padding-right: 20px;
}

body {
    font-size: 1rem;
    line-height: 1.25rem;
}

[dir=rtl] body {
    font-family: "Avenir Arabic", sans-serif;
    text-align: right;
}

[dir=ltr] body {
    font-family: "Avenir Arabic", sans-serif;
    text-align: left;
}

/*@font-face {
    font-family: 'Avenir Arabic';
    font-style: normal;
    font-weight: 400;
    src: local("Avenir Arabic Normal"), local("Geeza-Pro-Normal"), url("../fonts/GeezaPro/GeezaPro.ttf") format("truetype");
}

@font-face {
    font-family: 'Avenir Arabic';
    font-style: normal;
    font-weight: 700;
    src: local("Avenir Arabic Bold"), local("Geeza-Pro-Bold"), url("../fonts/GeezaPro/GeezaPro-Bold.ttf") format("truetype");
}*/



.btn {
    border-radius: 24px;
    padding: 12px 20px;
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .btn {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .btn {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.btn-gradient {
    background-image: -webkit-gradient(linear, left top, right top, from(#141c98), to(#5addd3));
    background-image: -o-linear-gradient(left, #141c98, #5addd3 100%);
    background-image: linear-gradient(to right, #141c98, #5addd3 100%);
    color: #fff;
    border: 0;
}

.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active {
    background-image: -webkit-gradient(linear, right top, left top, from(#141c98), to(#5addd3));
    background-image: -o-linear-gradient(right, #141c98, #5addd3 100%);
    background-image: linear-gradient(to left, #141c98, #5addd3 100%);
    color: #fff;
}

.btn-primary {
    background-color: #5addd3;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #ff6515;
}

.btn-outline-primary {
    border: 2px solid #5addd3;
    color: #5addd3;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    color: #fff;
    border: 2px solid #5addd3;
    background-color: #5addd3;
}

.btn-primary-light {
    background-color: #f39d4e;
}

.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active {
    color: #fff;
    background-color: #5addd3;
}

.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-icon span {
    padding: 0 5px;
}

.btn-rounded {
    width: 48px;
    height: 48px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border-radius: 50%;
}

.btn-rounded img {
    margin: 0 auto;
}

.btn-link {
    color: #5addd3;
    padding-right: 0;
    padding-left: 0;
}

.btn-link:hover {
    text-decoration: none;
    border-radius: 0;
    outline: none;
}

.btn-sm {
    padding: 5px 20px;
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .btn-sm {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .btn-sm {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.btn.disabled {
    background-color: #aeaeae;
    background-image: none;
}

form .form-submit {
    display: block;
    margin: 0 auto;
    min-width: 200px;
}

[dir=rtl] .custom-select {
    background: #fff url("data:image/svg+xml,%3csvg viewBox='0 0 13 7' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ff7e3b' d='m6.118 6.834-5.21-5.536c-0.21-0.22-0.21-0.578 0-0.799l0.32-0.333c0.21-0.221 0.552-0.221 0.763 0l4.509 4.807 4.51-4.803c0.21-0.22 0.552-0.22 0.763 0l0.319 0.334c0.21 0.22 0.21 0.578 0 0.799l-5.21 5.535c-0.211 0.217-0.553 0.217-0.764-4e-3z'/%3e%3c/svg%3e") no-repeat left 1.5rem center/15px;
}

[dir=ltr] .custom-select {
    background: #fff url("data:image/svg+xml,%3csvg viewBox='0 0 13 7' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ff7e3b' d='m6.118 6.834-5.21-5.536c-0.21-0.22-0.21-0.578 0-0.799l0.32-0.333c0.21-0.221 0.552-0.221 0.763 0l4.509 4.807 4.51-4.803c0.21-0.22 0.552-0.22 0.763 0l0.319 0.334c0.21 0.22 0.21 0.578 0 0.799l-5.21 5.535c-0.211 0.217-0.553 0.217-0.764-4e-3z'/%3e%3c/svg%3e") no-repeat right 1.5rem center/15px;
}

[dir=ltr] .custom-control {
    padding-left: 1.5rem;
}

[dir=rtl] .custom-control {
    padding-right: 1.5rem;
}

[dir=ltr] .custom-control {
    padding-right: 0;
}

[dir=rtl] .custom-control {
    padding-left: 0;
}

[dir=ltr] .custom-control .custom-control-label::after,
[dir=ltr] .custom-control .custom-control-label::before {
    left: -1.5rem;
}

[dir=rtl] .custom-control .custom-control-label::after,
[dir=rtl] .custom-control .custom-control-label::before {
    right: -1.5rem;
}

[dir=ltr] .custom-control .custom-control-label::after,
[dir=ltr] .custom-control .custom-control-label::before {
    right: auto;
}

[dir=rtl] .custom-control .custom-control-label::after,
[dir=rtl] .custom-control .custom-control-label::before {
    left: auto;
}

.slider.slick-dotted {
    padding-bottom: 0;
}

.slider .slick-dots {
    position: absolute;
    bottom: 20px;
}

.slider .slick-dots li {
    margin: 0 5px;
}

.slider .slick-dots li.slick-active button {
    background: transparent;
    border: 0;
}

.slider .slick-dots li.slick-active button::before {
    border-color: #ff0909;
    background-color: #ff0909;
    width: 16px;
    height: 16px;
}

.slider .slick-dots li button {
    background: transparent;
    border: 0;
    width: 25px;
    height: 25px;
}

.slider .slick-dots li button::before {
    border-color: #fff;
    background-color: #fff;
    width: 8px;
    height: 8px;
}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    padding: 0;
    border: 0;
    background: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.slider .slick-arrow.slick-prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
}

[dir=rtl] .slider .slick-arrow.slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=ltr] .slider .slick-arrow.slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=ltr] .slider .slick-arrow.slick-prev {
    left: 64px;
}

[dir=rtl] .slider .slick-arrow.slick-prev {
    right: 64px;
}

[dir=ltr] .slider .slick-arrow.slick-prev {
    right: auto;
}

[dir=rtl] .slider .slick-arrow.slick-prev {
    left: auto;
}

.slider .slick-arrow.slick-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
}

[dir=rtl] .slider .slick-arrow.slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
}

[dir=ltr] .slider .slick-arrow.slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

[dir=ltr] .slider .slick-arrow.slick-next {
    left: auto;
}

[dir=rtl] .slider .slick-arrow.slick-next {
    right: auto;
}

[dir=ltr] .slider .slick-arrow.slick-next {
    right: 64px;
}

[dir=rtl] .slider .slick-arrow.slick-next {
    left: 64px;
}

.text3d {
  text-shadow: 0 1px 0 #141c98, 0 2px 0 #5addd3;
}

.footer {
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

.footer:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #5addd3;
    opacity: 0.7;
}

.footer .container {
    padding: 53px 43px 33px 43px;
    position: relative;
    z-index: 1;
}

.footer__title,
.footer__copy {
    margin: auto;
    font-family: "Avenir Arabic", sans-serif;
    text-align: center;
    color: #fff;
}

.footer__copy {
    margin-top: 20px;
}

.footer__title {
    text-transform: uppercase;
    font-size: 1.75rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    font-weight: 500;
}

[dir=rtl] .footer__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .footer__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.footer__copy {
    padding-top: 100px;
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.07;
}

[dir=rtl] .footer__copy {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .footer__copy {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 24px;
}

.footer__social .sn {
    width: 68px;
    height: 68px;
    display: block;
    margin: 0 7px;
    background-color: #fd7e14;
    border-radius: 50% 50%;
}

.footer__social .sn-twitter {
    background-size: 34px;
}

.footer__social .sn-facebook {
    background-size: 34px;
}

.site-header {
    position: relative;
    height: 70px;
    margin-bottom: -70px;
    z-index: 1031;
}

.site-header .header {
    position: relative;
    height: 100%;
}

.site-header .header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    z-index: 1031;
    -webkit-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    transition: height .3s ease-out;
}

.site-header .header .header-inner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header .header__brand-white {
    display: block;
    width: 68px;
    height: auto;
}

.site-header .header__brand-sticky-white {
    display: none;
    width: 35px;
    height: auto;
}

.site-header .header__brand-sticky-green {
    display: none;
    width: 35px;
    height: auto;
}

.site-header .header__menu {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: calc(100vh);
    display: none;
    background-color: #5addd3;
}

.site-header .header__menu-toggler .header__menu-burguer {
    display: block;
}

.site-header .header__menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    overflow: hidden;
}

.site-header .header__menu-items {
    list-style: none;
}

[dir=ltr] .site-header .header__menu-items {
    padding-left: 0;
}

[dir=rtl] .site-header .header__menu-items {
    padding-right: 0;
}

.site-header .header__menu-items .header__menu-item .mi-link {
    display: block;
    padding: 14px 0;
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    text-decoration: none;
}

[dir=rtl] .site-header .header__menu-items .header__menu-item .mi-link {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
    font-size: 1.1rem !important;
}

[dir=ltr] .site-header .header__menu-items .header__menu-item .mi-link {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.site-header .header__menu-items .header__menu-item .mi-link,
.site-header .header__menu-items .header__menu-item .mi-link:hover,
.site-header .header__menu-items .header__menu-item .mi-link:focus,
.site-header .header__menu-items .header__menu-item .mi-link:active {
    color: #fff;
}

.site-header .header__menu-items .header__menu-item .btn {
    margin-top: 14px;
}

.site-header .header__menu.open {
    display: block;
}

.site-header .header.menu-sticky .header-inner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1031;
    background-color: #fff;
    height: 48px;
    -webkit-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    transition: height .3s ease-out;
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.07);
}

.site-header .header.menu-sticky .header-inner .header__brand .header__brand-sticky-green {
    display: block;
}

.site-header .header.menu-sticky .header-inner .header__brand .header__brand-white {
    display: none;
}

.site-header .header.menu-sticky .header-inner .header__menu-burguer path {
    fill: #5addd3;
}

.site-header--primary {
    margin-bottom: 0;
}

.site-header--primary .header {
    background-color: #5addd3;
}

.site-header--primary .header.menu-sticky {
    background-color: transparent;
}

.site-header--primary .header.menu-sticky .header__brand .header__brand-sticky-white {
    display: none;
}

.site-header--primary .header.menu-sticky .header__brand .header__brand-sticky-green {
    display: block;
}

.site-header--primary .header .header__brand .header__brand-sticky-white {
    display: block;
}

.site-header--primary .header .header__brand .header__brand-white {
    display: none;
}

@media (min-width: 992px) {
    .site-header {
        height: 96px;
        margin-bottom: -96px;
    }
    .site-header .header .header-inner {
        height: 96px;
    }
    .site-header .header__brand-white {
        display: block;
        width: 180px;
        height: auto;
        
    }

    .site-header .header__brand-white.non-profit-logo{
        width: 225px;
    }

    .site-header .header__brand-sticky-white {
        display: none;
        width: 70px;
        height: auto;
    }
    .site-header .header__brand-sticky-green {
        display: none;
        width: 70px;
        height: auto;
    }
    .site-header .header__menu {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        display: block !important;
        background-color: transparent;
        height: auto;
    }
    .site-header .header__menu-toggler {
        display: none;
    }
    .site-header .header__menu-header {
        display: none;
    }
    .site-header .header__menu-items {
        margin-bottom: 0;
        width: 100%;
        list-style: none;
    }
    [dir=ltr] .site-header .header__menu-items {
        padding-left: 0;
    }
    [dir=rtl] .site-header .header__menu-items {
        padding-right: 0;
    }
    .site-header .header__menu-items>li {
        display: inline-block;
    }
    .site-header .header__menu-items .header__menu-item {
        padding: 0 17px;
    }
    .site-header .header__menu-items .header__menu-item .btn {
        margin-top: 0;
    }
    .site-header .header.menu-sticky .header-inner {
        height: 58px;
    }
    .site-header .header.menu-sticky .header-inner .header__menu-items .header__menu-item .mi-link,
    .site-header .header.menu-sticky .header-inner .header__menu-items .header__menu-item .mi-link:hover,
    .site-header .header.menu-sticky .header-inner .header__menu-items .header__menu-item .mi-link:focus,
    .site-header .header.menu-sticky .header-inner .header__menu-items .header__menu-item .mi-link:active {
        color: #000000;
    }
    .site-header--primary {
        margin-bottom: 0;
    }
    .site-header--primary .header {
        background-color: #5addd3;
    }
    .site-header--primary .header .header__brand .header__brand-sticky-white {
        display: none;
    }
    .site-header--primary .header .header__brand .header__brand-white {
        display: block;
    }
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

@media (min-width: 992px) {
    .d-mt-0 {
        margin-top: 0 !important;
    }
}

.m-mb-0 {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .m-mb-0 {
        margin-bottom: 0 !important;
    }
}

.m-mt-0 {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    .m-mt-0 {
        margin-top: 0 !important;
    }
}

.p-1 {
    padding: 1rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.m-1 {
    margin: 1rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

@media (min-width: 992px) {
    .d-mt-1 {
        margin-top: 1rem !important;
    }
}

.m-mb-1 {
    margin-bottom: 1rem !important;
}

@media (min-width: 768px) {
    .m-mb-1 {
        margin-bottom: 0 !important;
    }
}

.m-mt-1 {
    margin-top: 1rem !important;
}

@media (min-width: 768px) {
    .m-mt-1 {
        margin-top: 0 !important;
    }
}

.p-2 {
    padding: 2rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.m-2 {
    margin: 2rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

@media (min-width: 992px) {
    .d-mt-2 {
        margin-top: 2rem !important;
    }
}

.m-mb-2 {
    margin-bottom: 2rem !important;
}

@media (min-width: 768px) {
    .m-mb-2 {
        margin-bottom: 0 !important;
    }
}

.m-mt-2 {
    margin-top: 2rem !important;
}

@media (min-width: 768px) {
    .m-mt-2 {
        margin-top: 0 !important;
    }
}

.p-3 {
    padding: 3rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.m-3 {
    margin: 3rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

@media (min-width: 992px) {
    .d-mt-3 {
        margin-top: 3rem !important;
    }
}

.m-mb-3 {
    margin-bottom: 3rem !important;
}

@media (min-width: 768px) {
    .m-mb-3 {
        margin-bottom: 0 !important;
    }
}

.m-mt-3 {
    margin-top: 3rem !important;
}

@media (min-width: 768px) {
    .m-mt-3 {
        margin-top: 0 !important;
    }
}

.p-4 {
    padding: 4rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pr-4 {
    padding-right: 4rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pl-4 {
    padding-left: 4rem !important;
}

.m-4 {
    margin: 4rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mr-4 {
    margin-right: 4rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.ml-4 {
    margin-left: 4rem !important;
}

@media (min-width: 992px) {
    .d-mt-4 {
        margin-top: 4rem !important;
    }
}

.m-mb-4 {
    margin-bottom: 4rem !important;
}

@media (min-width: 768px) {
    .m-mb-4 {
        margin-bottom: 0 !important;
    }
}

.m-mt-4 {
    margin-top: 4rem !important;
}

@media (min-width: 768px) {
    .m-mt-4 {
        margin-top: 0 !important;
    }
}

.p-5 {
    padding: 5rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pr-5 {
    padding-right: 5rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pl-5 {
    padding-left: 5rem !important;
}

.m-5 {
    margin: 5rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mr-5 {
    margin-right: 5rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.ml-5 {
    margin-left: 5rem !important;
}

@media (min-width: 992px) {
    .d-mt-5 {
        margin-top: 5rem !important;
    }
}

.m-mb-5 {
    margin-bottom: 5rem !important;
}

@media (min-width: 768px) {
    .m-mb-5 {
        margin-bottom: 0 !important;
    }
}

.m-mt-5 {
    margin-top: 5rem !important;
}

@media (min-width: 768px) {
    .m-mt-5 {
        margin-top: 0 !important;
    }
}

.p-6 {
    padding: 6rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pr-6 {
    padding-right: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pl-6 {
    padding-left: 6rem !important;
}

.m-6 {
    margin: 6rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mr-6 {
    margin-right: 6rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.ml-6 {
    margin-left: 6rem !important;
}

@media (min-width: 992px) {
    .d-mt-6 {
        margin-top: 6rem !important;
    }
}

.m-mb-6 {
    margin-bottom: 6rem !important;
}

@media (min-width: 768px) {
    .m-mb-6 {
        margin-bottom: 0 !important;
    }
}

.m-mt-6 {
    margin-top: 6rem !important;
}

@media (min-width: 768px) {
    .m-mt-6 {
        margin-top: 0 !important;
    }
}

.p-7 {
    padding: 7rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

.pr-7 {
    padding-right: 7rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

.pl-7 {
    padding-left: 7rem !important;
}

.m-7 {
    margin: 7rem !important;
}

.mt-7 {
    margin-top: 7rem !important;
}

.mr-7 {
    margin-right: 7rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.ml-7 {
    margin-left: 7rem !important;
}

@media (min-width: 992px) {
    .d-mt-7 {
        margin-top: 7rem !important;
    }
}

.m-mb-7 {
    margin-bottom: 7rem !important;
}

@media (min-width: 768px) {
    .m-mb-7 {
        margin-bottom: 0 !important;
    }
}

.m-mt-7 {
    margin-top: 7rem !important;
}

@media (min-width: 768px) {
    .m-mt-7 {
        margin-top: 0 !important;
    }
}

.p-8 {
    padding: 8rem !important;
}

.pt-8 {
    padding-top: 8rem !important;
}

.pr-8 {
    padding-right: 8rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.pl-8 {
    padding-left: 8rem !important;
}

.m-8 {
    margin: 8rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.mr-8 {
    margin-right: 8rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.ml-8 {
    margin-left: 8rem !important;
}

@media (min-width: 992px) {
    .d-mt-8 {
        margin-top: 8rem !important;
    }
}

.m-mb-8 {
    margin-bottom: 8rem !important;
}

@media (min-width: 768px) {
    .m-mb-8 {
        margin-bottom: 0 !important;
    }
}

.m-mt-8 {
    margin-top: 8rem !important;
}

@media (min-width: 768px) {
    .m-mt-8 {
        margin-top: 0 !important;
    }
}

.p-9 {
    padding: 9rem !important;
}

.pt-9 {
    padding-top: 9rem !important;
}

.pr-9 {
    padding-right: 9rem !important;
}

.pb-9 {
    padding-bottom: 9rem !important;
}

.pl-9 {
    padding-left: 9rem !important;
}

.m-9 {
    margin: 9rem !important;
}

.mt-9 {
    margin-top: 9rem !important;
}

.mr-9 {
    margin-right: 9rem !important;
}

.mb-9 {
    margin-bottom: 9rem !important;
}

.ml-9 {
    margin-left: 9rem !important;
}

@media (min-width: 992px) {
    .d-mt-9 {
        margin-top: 9rem !important;
    }
}

.m-mb-9 {
    margin-bottom: 9rem !important;
}

@media (min-width: 768px) {
    .m-mb-9 {
        margin-bottom: 0 !important;
    }
}

.m-mt-9 {
    margin-top: 9rem !important;
}

@media (min-width: 768px) {
    .m-mt-9 {
        margin-top: 0 !important;
    }
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

@media (min-width: 992px) {
    .d-mt-10 {
        margin-top: 10px !important;
    }
}

.m-mb-10 {
    margin-bottom: 10px !important;
}

@media (min-width: 768px) {
    .m-mb-10 {
        margin-bottom: 0 !important;
    }
}

.m-mt-10 {
    margin-top: 10px !important;
}

@media (min-width: 768px) {
    .m-mt-10 {
        margin-top: 0 !important;
    }
}

.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

@media (min-width: 992px) {
    .d-mt-15 {
        margin-top: 15px !important;
    }
}

.m-mb-15 {
    margin-bottom: 15px !important;
}

@media (min-width: 768px) {
    .m-mb-15 {
        margin-bottom: 0 !important;
    }
}

.m-mt-15 {
    margin-top: 15px !important;
}

@media (min-width: 768px) {
    .m-mt-15 {
        margin-top: 0 !important;
    }
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

@media (min-width: 992px) {
    .d-mt-20 {
        margin-top: 20px !important;
    }
}

.m-mb-20 {
    margin-bottom: 20px !important;
}

@media (min-width: 768px) {
    .m-mb-20 {
        margin-bottom: 0 !important;
    }
}

.m-mt-20 {
    margin-top: 20px !important;
}

@media (min-width: 768px) {
    .m-mt-20 {
        margin-top: 0 !important;
    }
}

.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.m-30 {
    margin: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

@media (min-width: 992px) {
    .d-mt-30 {
        margin-top: 30px !important;
    }
}

.m-mb-30 {
    margin-bottom: 30px !important;
}

@media (min-width: 768px) {
    .m-mb-30 {
        margin-bottom: 0 !important;
    }
}

.m-mt-30 {
    margin-top: 30px !important;
}

@media (min-width: 768px) {
    .m-mt-30 {
        margin-top: 0 !important;
    }
}

section {
    display: block;
    margin: 70px 0;
}

section h2 {
    margin-bottom: 40px;
}

section.section-alt {
    background-image: url("../img/csa_platform/bg.jpg");
    padding: 70px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

section.section-alt::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background-color: #e5f3f3;*/
    opacity: .9;
    z-index: 1;
}

@media (min-width: 992px) {
    section {
        margin: 80px 0;
    }
    section.section-alt {
        padding: 80px 0;
    }
}

.container-fluid-left {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    [dir=rtl] .container-fluid-left {
        margin-left: calc((100% - 540px) / 2);
        width: calc(100% - ((100% - 540px) / 2));
    }
    [dir=ltr] .container-fluid-left {
        margin-right: calc((100% - 540px) / 2);
        width: calc(100% - ((100% - 540px) / 2));
    }
}

@media (min-width: 768px) {
    [dir=rtl] .container-fluid-left {
        margin-left: calc((100% - 720px) / 2);
        width: calc(100% - ((100% - 720px) / 2));
    }
    [dir=ltr] .container-fluid-left {
        margin-right: calc((100% - 720px) / 2);
        width: calc(100% - ((100% - 720px) / 2));
    }
}

@media (min-width: 992px) {
    [dir=rtl] .container-fluid-left {
        margin-left: calc((100% - 960px) / 2);
        width: calc(100% - ((100% - 960px) / 2));
    }
    [dir=ltr] .container-fluid-left {
        margin-right: calc((100% - 960px) / 2);
        width: calc(100% - ((100% - 960px) / 2));
    }
}

@media (min-width: 1200px) {
    [dir=rtl] .container-fluid-left {
        margin-left: calc((100% - 1140px) / 2);
        width: calc(100% - ((100% - 1140px) / 2));
    }
    [dir=ltr] .container-fluid-left {
        margin-right: calc((100% - 1140px) / 2);
        width: calc(100% - ((100% - 1140px) / 2));
    }
}

.container-fluid-right {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    [dir=rtl] .container-fluid-right {
        margin-right: calc((100% - 540px) / 2);
        width: calc(100% - ((100% - 540px) / 2));
        padding-left: 0;
    }
    [dir=ltr] .container-fluid-right {
        margin-left: calc((100% - 540px) / 2);
        width: calc(100% - ((100% - 540px) / 2));
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    [dir=rtl] .container-fluid-right {
        margin-right: calc((100% - 720px) / 2);
        width: calc(100% - ((100% - 720px) / 2));
        padding-left: 0;
    }
    [dir=ltr] .container-fluid-right {
        margin-left: calc((100% - 720px) / 2);
        width: calc(100% - ((100% - 720px) / 2));
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    [dir=rtl] .container-fluid-right {
        margin-right: calc((100% - 960px) / 2);
        width: calc(100% - ((100% - 960px) / 2));
        padding-left: 0;
    }
    [dir=ltr] .container-fluid-right {
        margin-left: calc((100% - 960px) / 2);
        width: calc(100% - ((100% - 960px) / 2));
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    [dir=rtl] .container-fluid-right {
        margin-right: calc((100% - 1140px) / 2);
        width: calc(100% - ((100% - 1140px) / 2));
        padding-left: 0;
    }
    [dir=ltr] .container-fluid-right {
        margin-left: calc((100% - 1140px) / 2);
        width: calc(100% - ((100% - 1140px) / 2));
        padding-right: 0;
    }
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
    width: 100%;
}

@media (min-width: 992px) {
    .anchor {
        width: 0;
    }
}

.layout-box {
    margin-top: 15px;
}

.layout-box .box {
    -webkit-box-shadow: 0 2px 10px 0 rgba(50, 50, 50, 0.15);
    box-shadow: 0 2px 10px 0 rgba(50, 50, 50, 0.15);
    border-radius: 5px;
    padding: 1rem;
}

.layout-box .box-section+.box-section {
    margin-top: 30px;
}

.layout-box .box+.box {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .layout-box .box {
        padding: 4rem;
    }
    .layout-box .box-section+.box-section {
        margin-top: 50px;
    }
}

.sn-twitter {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.851%2028.841c-2.958.018-5.865-.766-8.413-2.268-.402-.234-.59-.714-.457-1.16.133-.445.555-.742%201.02-.717.204.01.424.015.645.015%201.632.013%203.243-.367%204.697-1.108-1.705-.67-3.048-2.029-3.698-3.741-.148-.397-.032-.844.29-1.12-.333-.273-.64-.578-.915-.91-.963-1.143-1.483-2.593-1.466-4.087v-1.516l.718.4c-.454-.894-.689-1.884-.683-2.887-.005-1.047.25-2.078.742-3.001.158-.297.453-.496.787-.531.334-.035.664.099.879.357%201.291%201.54%202.878%202.807%204.668%203.723%201.574.813%203.282%201.333%205.041%201.538%200-.115-.008-.23-.008-.343-.024-1.708.657-3.35%201.882-4.542%201.19-1.223%202.832-1.902%204.538-1.879%201.68%200%203.139.566%204.342%201.682.867-.207%201.703-.528%202.485-.955.375-.203.836-.15%201.154.135.317.283.423.736.263%201.13-.115.285-.25.56-.405.825.396-.031.774.173.965.522.19.348.159.776-.08%201.093-.657.875-1.425%201.66-2.286%202.334v.313c-.004%201.597-.236%203.185-.69%204.715-.475%201.598-1.18%203.118-2.095%204.511-.926%201.424-2.052%202.708-3.342%203.813-1.303%201.114-2.889%202.016-4.713%202.672-1.883.666-3.868%201-5.865.987zm-5.16-2.597c1.653.603%203.4.907%205.16.9%201.8.012%203.587-.29%205.283-.89%201.632-.589%203.04-1.38%204.188-2.365%201.167-1%202.185-2.162%203.022-3.45.825-1.255%201.462-2.623%201.89-4.062.407-1.376.616-2.803.62-4.237%200-.255%200-.456-.01-.597-.019-.338.135-.662.408-.862.23-.168.45-.345.664-.53-.428-.01-.805-.288-.938-.695-.134-.408.005-.855.345-1.116l.13-.106c-.333.099-.672.183-1.015.252-.336.068-.684-.041-.923-.289-.882-.908-2.091-1.425-3.357-1.436-1.266-.01-2.484.487-3.381%201.38-.906.873-1.406%202.084-1.38%203.342.001.31.03.618.085.923.056.306-.032.621-.24.853-.207.233-.51.356-.82.335-2.28-.138-4.505-.749-6.535-1.795-1.652-.848-3.153-1.964-4.44-3.303-.109.407-.163.825-.16%201.246-.009.786.187%201.56.567%202.248.291.537.683%201.013%201.154%201.403.35.286.467.77.286%201.186-.182.414-.618.657-1.066.594-.277-.04-.55-.097-.82-.171.174.642.486%201.238.916%201.745.559.693%201.307%201.21%202.153%201.485.448.146.735.582.691%201.051-.043.469-.404.845-.871.907-.188.026-.378.043-.569.053.3.441.672.83%201.102%201.147.688.528%201.513.848%202.378.92.418.04.768.333.879.738.111.404-.039.835-.377%201.083-1.483%201.09-3.203%201.814-5.02%202.113z%22%20transform%3D%22translate%28-129%20-9051%29%20translate%280%208881%29%20translate%28112%20153%29%20translate%2817%2017%29%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sn-facebook {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.323%2030.99h-5.284c-.48%200-.868-.39-.868-.869v-9.699h-3.094c-.48%200-.869-.389-.869-.868v-5.285c0-.48.39-.868.869-.868h3.094v-3.095c.005-4.125%203.348-7.468%207.473-7.473h3.964c.48%200%20.868.39.868.869v5.283c0%20.23-.091.451-.254.614-.163.163-.384.255-.614.255h-3.964c-.25%200-.453.202-.453.452v3.095h4.417c.267%200%20.52.123.684.334.165.21.223.485.158.745l-1.32%205.285c-.097.387-.445.658-.843.658H20.19v9.7c0%20.478-.389.866-.868.866zm-4.415-1.737h3.547v-9.7c0-.479.388-.868.868-.868h3.285l.887-3.548h-4.172c-.48%200-.868-.389-.868-.868v-3.963c.002-1.208.98-2.187%202.189-2.189h3.095V4.57h-3.095c-3.167.004-5.733%202.57-5.736%205.736v3.963c0%20.48-.39.868-.869.868h-3.094v3.548h3.094c.48%200%20.869.39.869.869v9.699z%22%20transform%3D%22translate%28-213%20-9051%29%20translate%280%208881%29%20translate%28196%20153%29%20translate%2817%2017%29%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sn-chat {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2027%2027%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.923%2013.08l.042.053v.005c.747.983%201.156%202.201%201.152%203.438-.005%201.296-.457%202.567-1.272%203.578-.79.98-1.893%201.676-3.115%201.972-.023.436.029.87.153%201.29.119.397-.01.826-.327%201.092-.19.16-.427.242-.666.242-.159%200-.318-.037-.466-.112-1.25-.633-2.178-1.428-2.762-2.364h-.485c-1.102%200-2.17-.316-3.093-.915-.251-.215-.302-.565-.134-.827.168-.261.507-.361.79-.232.737.472%201.566.716%202.419.716h.872c.249.008.456.128.566.343.461.877%201.276%201.508%201.969%201.918-.111-.586-.12-1.182-.027-1.774.042-.275.255-.487.532-.528%201.05-.16%202.012-.693%202.706-1.5.695-.806%201.08-1.837%201.083-2.9.004-.98-.326-1.946-.927-2.72-.206-.28-.152-.662.12-.873.266-.206.657-.162.87.099zM14.711%202.253c1.946.04%203.822.837%205.21%202.2%201.461%201.435%202.299%203.433%202.299%205.481%200%202.046-.838%204.044-2.3%205.48-1.429%201.405-3.385%202.202-5.386%202.202l-.132-.001h-.811c-.99%201.635-2.61%202.692-3.802%203.294-.166.085-.354.13-.543.13-.376-.002-.734-.183-.956-.484-.224-.302-.294-.696-.187-1.055.2-.668.274-1.359.22-2.054-2.468-.528-4.512-2.226-5.483-4.562-.985-2.372-.725-5.065.697-7.203C4.959%203.54%207.342%202.259%209.91%202.252zm-.19%201.264H9.904c-2.207.011-4.217%201.117-5.397%202.958-1.18%201.841-1.346%204.129-.443%206.12.904%201.993%202.733%203.375%204.896%203.7.276.04.49.255.53.532.154.964.098%201.97-.158%202.914%201.126-.588%202.553-1.569%203.326-3.04.108-.207.322-.336.556-.336h1.183c1.708.023%203.402-.638%204.625-1.838%201.223-1.2%201.925-2.872%201.925-4.585%200-1.714-.702-3.386-1.925-4.586-1.196-1.173-2.83-1.84-4.501-1.84z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sn-whatsapp {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2028%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20transform%3D%22translate%28-122%20-10%29%22%20d%3D%22M136%2010c-7.723%200-14%206.274-14%2014%200%202.807.832%205.432%202.299%207.683l-1.566%205.224c-.068.23-.003.477.17.642.171.165.422.22.647.143l5.114-1.765C130.794%2037.24%20133.312%2038%20136%2038c7.726%200%2014-6.274%2014-14s-6.274-14-14-14zm0%201.273c7.038%200%2012.727%205.689%2012.727%2012.727S143.038%2036.727%20136%2036.727c-2.551%200-4.924-.748-6.908-2.035-.165-.107-.369-.132-.554-.068l-4.23%201.46%201.296-4.322c.055-.184.024-.383-.084-.541-1.438-2.11-2.247-4.567-2.247-7.221%200-7.038%205.692-12.727%2012.727-12.727zm-4.43%204.729V16c-.047.005-.093.015-.138.03-1.403.43-2.396%201.192-2.933%202.184-.537.991-.604%202.154-.374%203.335.46%202.362%202.095%204.9%204.163%207.014s4.561%203.807%206.939%204.3c1.189.246%202.372.18%203.395-.355%201.023-.535%201.837-1.534%202.343-2.961.096-.276-.01-.58-.256-.738l-4.488-2.814-.01-.01c-.022-.014-.045-.027-.069-.039-.066-.042-.14-.072-.216-.088h-.02l-.05-.01h-.009c-.105-.006-.21.014-.305.06-.035.016-.068.036-.099.058-.02.012-.04.025-.059.04l-.02.03c-.024.02-.047.043-.068.068l-.984.994c-1.785-.898-3.157-2.404-4.39-4.437l.905-.896c.018-.015.034-.032.05-.049l.04-.04v-.009c.013-.012.026-.026.038-.04v-.009l.02-.03.02-.02.02-.048v-.01l.004-.01.005-.01.02-.039.01-.05v-.009l.01-.059v-.01V21.264v-.069l-.01-.049v-.01c-.01-.036-.023-.073-.04-.108v-.01c-.01-.026-.024-.053-.039-.078l-.01-.02-.01-.01-2.805-4.603c-.11-.184-.307-.3-.521-.305h-.06zm-.227%201.385l2.294%203.788-.955.944c-.2.202-.24.512-.099.758%201.457%202.522%203.184%204.484%205.6%205.548.238.106.515.055.7-.127l1.013-1.014%203.7%202.312c-.409.922-.943%201.47-1.554%201.79-.708.371-1.573.441-2.56.237-1.972-.41-4.356-1.96-6.298-3.945-1.942-1.986-3.446-4.401-3.829-6.365-.191-.983-.107-1.829.256-2.5.313-.577.843-1.071%201.732-1.426z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sn-mail {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2026%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20transform%3D%22translate%28-67%20-16%29%22%20d%3D%22M69.194%2016h21.612c1.208%200%202.194.944%202.194%202.1v12.8c0%201.156-.986%202.1-2.194%202.1H69.194C67.986%2033%2067%2032.056%2067%2030.9V18.1c0-1.156.986-2.1%202.194-2.1zm.014%201.21l9.62%209.253c.681.652%201.662.65%202.344.003l9.621-9.255H69.208zm22.523.808l-6.829%206.572%206.833%205.884V18.1l-.004-.082zm-7.72%207.43l-1.946%201.872c-1.183%201.12-2.947%201.125-4.127-.002l-1.93-1.857-7.236%206.23c.127.063.27.098.422.098h21.612c.16%200%20.311-.04.443-.108l-7.239-6.234zm-8.896-.845l-6.846-6.585-.004.082v12.403l6.85-5.9z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.header-page__form{
    left: 100px !important;
}

@media (min-width: 992px) {
    .element-sticky {
        position: fixed;
        z-index: 1030;
        top: 60px;
    }
    .element-sticky.element-sticky-bottom {
        position: absolute;
        top: auto;
        bottom: 30px;
    }
}

.header-slider {
    color: #fff;
}

.header-slider .header-slider__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 660px;
    background-size: cover;
}

.header-slider .header-slider__slide::after {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(6, 140, 153, 0.7);
}

.header-slider .header-slider__slide .container {
    z-index: 1;
}

.header-slider__title {
    text-shadow: 4px 4px rgb(108 117 125 / 50%);
    text-align: center;
    font-size: 1.75rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
}

[dir=rtl] .header-slider__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .header-slider__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.header-slider__subtitle {
    text-shadow: 4px 4px rgb(108 117 125 / 50%);
    font-size: 1.125rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    margin-top: 20px;
    text-align: center;
    line-height: 1.56;
}

[dir=rtl] .header-slider__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .header-slider__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.header-slider__cta {
    margin-top: 36px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .header-slider .slick-arrow {
        top: auto !important;
        bottom: 20px !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        width: 48px;
        height: 48px;
    }
    .header-slider .slick-arrow::before {
        width: 25px !important;
        height: 25px !important;
    }
}

@media (min-width: 992px) {
    .header-slider .header-slider__slide {
        min-height: 780px;
    }
    .header-slider__title {
        font-size: 2.8125rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
    }
    [dir=rtl] .header-slider__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .header-slider__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
    .header-slider__subtitle {
        font-size: 1.375rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        padding: 0 100px;
    }
    [dir=rtl] .header-slider__subtitle {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
    [dir=ltr] .header-slider__subtitle {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
    .header-slider__cta {
        margin-top: 40px;
    }
}

.banner-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px;
    border-radius: 22px 22px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(225, 225, 225, 0.5);
    box-shadow: 0 5px 20px 0 rgba(225, 225, 225, 0.5);
    position: relative;
}

.banner-new__image img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-new__text-top {
    font-size: 1.375rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.73;
    color: #fff;
    background-color: #ff0909;
    position: absolute;
    top: -20px;
    border-radius: 0 0 16px 16px;
    padding: 0 10px;
    right: 26px;
}

[dir=rtl] .banner-new__text-top {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .banner-new__text-top {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.banner-new__quote {
    font-size: 0.75rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    color: #979797;
    line-height: 1.67;
}

[dir=rtl] .banner-new__quote {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .banner-new__quote {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.banner-new__title {
    font-size: 1.4rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    color: #000000;
    line-height: 1.58;
    margin-top: 20px;
    padding-bottom: 23px;
    border-bottom: 2px solid #5addd3;
}

[dir=rtl] .banner-new__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .banner-new__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.banner-new__text {
    padding-top: 23px;
    font-size: 1.125rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.89;
    color: #000000;
}

[dir=rtl] .banner-new__text {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .banner-new__text {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.banner-new__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 31px 0 39px;
}

@media (min-width: 768px) {
    .banner-new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 52px 20px;
    }
    .banner-new__text-top {
        font-size: 1.625rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        padding: 5px 27px;
        right: 22px;
    }
    [dir=rtl] .banner-new__text-top {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .banner-new__text-top {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
    .banner-new__content-image,
    .banner-new__content-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .banner-new__content-image {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    [dir=ltr] .banner-new__content-image {
        padding-right: 40px;
    }
    [dir=rtl] .banner-new__content-image {
        padding-left: 40px;
    }
    .banner-new__content-image img {
        max-width: 440px;
    }
    [dir=ltr] .banner-new__content-description {
        padding-left: 40px;
    }
    [dir=rtl] .banner-new__content-description {
        padding-right: 40px;
    }
    .banner-new__quote {
        font-size: 0.875rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
    }
    [dir=rtl] .banner-new__quote {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
    [dir=ltr] .banner-new__quote {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
    .banner-new__title {
        font-size: 1.75rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        margin-top: 10px;
        padding-bottom: 30px;
    }
    [dir=rtl] .banner-new__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .banner-new__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
    .banner-new__text {
        padding-top: 30px;
    }
    .banner-new__cta {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 31px 0 0;
    }
}

.our-solution {
    position: relative;
}

.our-solution__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
}

[dir=rtl] .our-solution__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .our-solution__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.our-solution__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .our-solution__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .our-solution__title:before {
        left: -138px;
    }
    [dir=rtl] .our-solution__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .our-solution__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .our-solution__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .our-solution__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.our-solution__subtitle {
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.81;
    color: #000000;
}

[dir=rtl] .our-solution__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .our-solution__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.our-solution__cards {
    display: block;
}

.our-solution__cards .card_title a {
    width: 100%;
    height: 350px;
    display: block;
    z-index: 10;
    position: relative;
}

.our-solution__cards .card_title:before {
    content: "";
    opacity: 0.36;
    z-index: 9;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    overflow: hidden;
    background-color: #000000;
}

.our-solution__cards .card_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    margin: 15px 0;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    font-size: 1.8rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.29;
    color: #fff;
}

[dir=ltr] .our-solution__cards .card_title {
    padding-left: 32px;
}

[dir=rtl] .our-solution__cards .card_title {
    padding-right: 32px;
}

.our-solution__cards .card_title .card__title {
    z-index: 99;
    position: relative;
    display: block;
}

[dir=rtl] .our-solution__cards .card_title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .our-solution__cards .card_title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.our-solution__cards .card_title:hover:before {
    background-color: #006a73;
    opacity: 0.57;
}

@media (min-width: 992px) {
    .our-solution__cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .our-solution__cards .card_title {
        margin: 15px 0;
        width: calc(33% - 15px);
    }
}

.about-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.about-us__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
}

[dir=rtl] .about-us__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .about-us__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.about-us__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .about-us__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .about-us__title:before {
        left: -138px;
    }
    [dir=rtl] .about-us__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .about-us__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .about-us__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .about-us__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.about-us__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.about-us__left .about-us__text {
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.81;
    color: #000000;
}

[dir=rtl] .about-us__left .about-us__text {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .about-us__left .about-us__text {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.about-us__left .about-us__icons {
    margin-top: 25px;
}

.about-us__left .about-us__icons a {
    margin: 0 7px;
}

.about-us__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .about-us__right {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.about-us__right img {
    width: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .about-us__right img {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .about-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .about-us__title {
        width: 100%;
        margin-bottom: 25px;
    }
    .about-us__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(50% - 40px);
    }
    [dir=ltr] .about-us__left {
        margin-right: 40px;
    }
    [dir=rtl] .about-us__left {
        margin-left: 40px;
    }
    .about-us__right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(50% - 40px);
    }
    .about-us__right img {
        margin: 0;
        max-width: 540px;
    }
    [dir=ltr] .about-us__right img {
        margin-left: 40px;
    }
    [dir=rtl] .about-us__right img {
        margin-right: 40px;
    }
}

.contact-us__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

[dir=rtl] .contact-us__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .contact-us__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.contact-us__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .contact-us__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .contact-us__title:before {
        left: -138px;
    }
    [dir=rtl] .contact-us__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .contact-us__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .contact-us__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .contact-us__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.contact-us__description {
    margin-top: 20px;
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .contact-us__description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .contact-us__description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.contact-us__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-us__list-item {
    margin-top: 35px;
}

[dir=rtl] .contact-us__list-item {
    border-right: 1px solid #000000;
    padding-right: 10px;
}

[dir=ltr] .contact-us__list-item {
    border-left: 1px solid #000000;
    padding-left: 10px;
}

.contact-us__list-item dt {
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .contact-us__list-item dt {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .contact-us__list-item dt {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.contact-us__list-item dd {
    font-size: 1.125rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    margin-left: 0;
    margin-right: 0;
}

[dir=rtl] .contact-us__list-item dd {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .contact-us__list-item dd {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.contact-us__list-item--no-title {
    border: 0 !important;
}

.contact-us__form {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .contact-us__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .contact-us__info,
    .contact-us__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.text-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;

}

@media (max-width: 768px) {
    .text-full{
        text-align: center;
    }
}

.text-full__title {
    color: #0f1832;
    display: block;
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
}

[dir=rtl] .text-full__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
    color: #0f1832;
}

[dir=ltr] .text-full__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
    color: #0f1832;
}

.text-full__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .text-full__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .text-full__title:before {
        left: -138px;
    }
    [dir=rtl] .text-full__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .text-full__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
        color: #0f1832;
    }
    [dir=rtl] .text-full__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
        color: #0f1832;
    }
    [dir=ltr] .text-full__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
        color: #0f1832;
    }
}

@media (min-width: 992px) {
    .text-full__title {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .text-full__title {
        max-width: 100%;
        color: #0f1832;
    }
}

.text-full__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 992px) {
    .text-full__left {
        max-width: 560px;
    }
}

@media (min-width: 1200px) {
    .text-full__left {
        max-width: 730px;
    }
}

.text-full__left .text-full__text {
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.81;
    color: #000000;
}

[dir=rtl] .text-full__left .text-full__text {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .text-full__left .text-full__text {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

@media (min-width: 992px) {
    .text-full__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.header-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: block;
}

.header-page input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    width: 20%;
    height: 100%;
    background: none;
    color: rgba(0, 0, 0, 0);
}

.header-page--form {
    background-size: auto 55%;
}

[dir=ltr] .header-page--text-start .header-page__title,
[dir=ltr] .header-page--text-start .header-page__subtitle,
[dir=ltr] .header-page--text-start .header-page__body {
    text-align: left;
}

[dir=rtl] .header-page--text-start .header-page__title,
[dir=rtl] .header-page--text-start .header-page__subtitle,
[dir=rtl] .header-page--text-start .header-page__body {
    text-align: right;
}

.header-page__left {
    margin: 0;
    width: 100%;
}

.header-page__right {
    display: flex;
    justify-content: center;
    width: calc(100% - 56px);
    margin: 0 28px;
    padding-bottom: 40px;

}

.header-page__form {
    width: 345px !important;
    border-radius: 30px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(179, 179, 179, 0.5);
    box-shadow: 0 2px 15px 0 rgba(179, 179, 179, 0.5);
}

.header-page__title {
    font-size: 1.75rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    text-align: center;
    color: #fff;
    padding: 90px 0 20px 0;
}

[dir=rtl] .header-page__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .header-page__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.header-page__subtitle {
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

[dir=rtl] .header-page__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .header-page__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.header-page__form-title {
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.38;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
}

[dir=rtl] .header-page__form-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
    color: #0f1832;
}

[dir=ltr] .header-page__form-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.header-page__body {
    font-size: 1.125rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.56;
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
}

[dir=rtl] .header-page__body {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .header-page__body {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.header-page__cta {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .header-page {
        margin-bottom: 0;
        max-height: none;
        background-size: cover;
        background-position: center;
        padding: 100px 0 30px;
    }
    .header-page .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-page__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
        padding-bottom: 0;
    }
    .header-page__left {
        width: auto;
        margin: 0;
    }
    [dir=ltr] .header-page__left {
        padding-right: 30px;
    }
    [dir=rtl] .header-page__left {
        padding-left: 30px;
    }
    .header-page__left .header-page__title {
        font-size: 1.75rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
    }
    [dir=rtl] .header-page__left .header-page__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .header-page__left .header-page__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
    [dir=ltr] .header-page__left .header-page__title {
        text-align: left;
    }
    [dir=rtl] .header-page__left .header-page__title {
        text-align: right;
    }
    .header-page__left .header-page__body {
        font-size: 1.125rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
    }
    [dir=rtl] .header-page__left .header-page__body {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
    [dir=ltr] .header-page__left .header-page__body {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
    [dir=ltr] .header-page__left .header-page__body {
        text-align: left;
    }
    [dir=rtl] .header-page__left .header-page__body {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .header-page {
        padding: 126px 0 30px;
    }
    .header-page__left .header-page__title {
        font-size: 2.8125rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
    }
    [dir=rtl] .header-page__left .header-page__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .header-page__left .header-page__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
    .header-page__left .header-page__body {
        font-size: 1.375rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
    }
    [dir=rtl] .header-page__left .header-page__body {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
    [dir=ltr] .header-page__left .header-page__body {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
    .header-page__left .header-page__subtitle {
        font-size: 2.25rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
    }
    [dir=rtl] .header-page__left .header-page__subtitle {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
    [dir=ltr] .header-page__left .header-page__subtitle {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
}

.branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.branding__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
    border-radius: 10px;
    padding: 10px;
}

[dir=rtl] .branding__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
    color: #0f1832;
}

[dir=ltr] .branding__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.branding__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .branding__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .branding__title:before {
        left: -138px;
    }
    [dir=rtl] .branding__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .branding__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .branding__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .branding__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .branding__title {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .branding__title {
        max-width: 100%;
    }
}

.branding__left {
    overflow: hidden;
}

@media (min-width: 992px) {
    .branding__left {
        max-width: 560px;
    }
}

@media (min-width: 1200px) {
    .branding__left {
        max-width: 730px;
    }
}

.branding__left .branding__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -25px;
}

.branding__left .branding__images {
    padding: 0 25px;
}

.branding__left .branding__images--partners {
    margin-top: 30px;
}

.branding__left .branding__images--partners--title {
    font-size: 1.25rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    text-transform: uppercase;
}

[dir=rtl] .branding__left .branding__images--partners--title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .branding__left .branding__images--partners--title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

@media (min-width: 992px) {
    .branding {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .branding .branding__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .branding__left .branding__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -25px;
    }
    .branding__left .branding__images {
        padding: 0 25px;
    }
    .branding__left .branding__images--partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    [dir=ltr] .branding__left .branding__images--partners--img {
        padding-left: 20px;
    }
    [dir=rtl] .branding__left .branding__images--partners--img {
        padding-right: 20px;
    }
}

.timeline__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
    color: #0f1832;
}

[dir=rtl] .timeline__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .timeline__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.timeline__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .timeline__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .timeline__title:before {
        left: -138px;
    }
    [dir=rtl] .timeline__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .timeline__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .timeline__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .timeline__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .timeline__title {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .timeline__title {
        max-width: 100%;
    }
}

.timeline__description {
    margin-top: 24px;
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.81;
}

@media (min-width: 992px) {
    .timeline__description {
        max-width: 560px;
    }
}

@media (min-width: 1200px) {
    .timeline__description {
        max-width: 730px;
    }
}

[dir=rtl] .timeline__description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .timeline__description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.timeline__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .timeline__list {
        max-width: 560px;
    }
}

@media (min-width: 1200px) {
    .timeline__list {
        max-width: 730px;
    }
}

[dir=ltr] .timeline__list {
    padding-left: 0;
}

[dir=rtl] .timeline__list {
    padding-right: 0;
}

.timeline__list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

[dir=ltr] .timeline__list-item:nth-child(5) .timeline__list-item-header-icon {
    margin-right: 25px !important;
}

[dir=rtl] .timeline__list-item:nth-child(5) .timeline__list-item-header-icon {
    margin-left: 25px !important;
}

.timeline__list-item-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0f1832e6;
    height: 75px;
    width: 142.5px;
}

.timeline__list-item-header-number {
    position: absolute;
    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;
    color: #fff;
    background-color: #5addd3d6;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    font-size: 1.9375rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .timeline__list-item-header-number {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .timeline__list-item-header-number {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.timeline__list-item-body {
    margin: 15px 0;
}

[dir=ltr] .timeline__list-item:nth-child(odd) {
    padding-left: 50%;
}

[dir=rtl] .timeline__list-item:nth-child(odd) {
    padding-right: 50%;
}

.timeline__list-item:nth-child(odd) .timeline__list-item-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

[dir=rtl] .timeline__list-item:nth-child(odd) .timeline__list-item-header {
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
}

[dir=ltr] .timeline__list-item:nth-child(odd) .timeline__list-item-header {
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
}

[dir=ltr] .timeline__list-item:nth-child(odd) .timeline__list-item-header-number {
    left: -37.5px;
}

[dir=rtl] .timeline__list-item:nth-child(odd) .timeline__list-item-header-number {
    right: -37.5px;
}

[dir=ltr] .timeline__list-item:nth-child(odd) .timeline__list-item-header-icon {
    margin-left: 40px;
}

[dir=rtl] .timeline__list-item:nth-child(odd) .timeline__list-item-header-icon {
    margin-right: 40px;
}

[dir=ltr] .timeline__list-item:nth-child(odd) .timeline__list-item-header-icon {
    margin-right: 10px;
}

[dir=rtl] .timeline__list-item:nth-child(odd) .timeline__list-item-header-icon {
    margin-left: 10px;
}

[dir=ltr] .timeline__list-item:nth-child(odd) .timeline__list-item-body {
    padding-left: 15px;
}

[dir=rtl] .timeline__list-item:nth-child(odd) .timeline__list-item-body {
    padding-right: 15px;
}

[dir=rtl] .timeline__list-item:nth-child(odd) .timeline__list-item-body {
    border-right: 2px solid #141c98;
}

[dir=ltr] .timeline__list-item:nth-child(odd) .timeline__list-item-body {
    border-left: 2px solid #141c98;
}

.timeline__list-item:nth-child(even) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

[dir=ltr] .timeline__list-item:nth-child(even) {
    padding-right: 50%;
}

[dir=rtl] .timeline__list-item:nth-child(even) {
    padding-left: 50%;
}

.timeline__list-item:nth-child(even) .timeline__list-item-header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

[dir=rtl] .timeline__list-item:nth-child(even) .timeline__list-item-header {
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
}

[dir=ltr] .timeline__list-item:nth-child(even) .timeline__list-item-header {
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
}

[dir=ltr] .timeline__list-item:nth-child(even) .timeline__list-item-header-number {
    right: -37.5px;
}

[dir=rtl] .timeline__list-item:nth-child(even) .timeline__list-item-header-number {
    left: -37.5px;
}

[dir=ltr] .timeline__list-item:nth-child(even) .timeline__list-item-header-icon {
    margin-left: 20px;
}

[dir=rtl] .timeline__list-item:nth-child(even) .timeline__list-item-header-icon {
    margin-right: 20px;
}

[dir=ltr] .timeline__list-item:nth-child(even) .timeline__list-item-header-icon {
    margin-right: 40px;
}

[dir=rtl] .timeline__list-item:nth-child(even) .timeline__list-item-header-icon {
    margin-left: 40px;
}

[dir=ltr] .timeline__list-item:nth-child(even) .timeline__list-item-body {
    padding-right: 15px;
}

[dir=rtl] .timeline__list-item:nth-child(even) .timeline__list-item-body {
    padding-left: 15px;
}

[dir=ltr] .timeline__list-item:nth-child(even) .timeline__list-item-body {
    text-align: right;
}

[dir=rtl] .timeline__list-item:nth-child(even) .timeline__list-item-body {
    text-align: left;
}

[dir=rtl] .timeline__list-item:nth-child(even) .timeline__list-item-body {
    border-left: 2px solid #141c98;
}

[dir=ltr] .timeline__list-item:nth-child(even) .timeline__list-item-body {
    border-right: 2px solid #141c98;
}

[dir=rtl] .timeline__list-item:last-child .timeline__list-item-body {
    border-left: 0;
}

[dir=ltr] .timeline__list-item:last-child .timeline__list-item-body {
    border-right: 0;
}

@media (min-width: 768px) {
    .timeline__list-item {
        padding: 37.5px 0;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .timeline__list-item:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 2px;
        height: calc((100% / 2) - 75px/2 - 10px);
        background-color: #141c98;
    }
    [dir=ltr] .timeline__list-item:after {
        left: 50%;
    }
    [dir=rtl] .timeline__list-item:after {
        right: 50%;
    }
    .timeline__list-item:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 2px;
        height: calc((100% / 2) - 75px/2 - 10px);
        background-color: #141c98;
    }
    [dir=ltr] .timeline__list-item:before {
        left: 50%;
    }
    [dir=rtl] .timeline__list-item:before {
        right: 50%;
    }
    .timeline__list-item-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 142.5px;
        flex: 0 0 142.5px;
        max-width: 142.5px;
    }
    .timeline__list-item-body {
        border: 0 !important;
    }
    .timeline__list-item:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .timeline__list-item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .timeline__list-item:first-child:before {
        content: '';
        display: block;
        content: none;
    }
    .timeline__list-item:last-child:after {
        content: '';
        display: block;
        content: none;
    }
}

.benefits {
    position: relative;
    z-index: 2;
}

.benefits__container {
    background-image: none !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 90%;
    min-height: 525px;
}


.benefits__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
    color: white !important;
    
}

.benefits__container .text-full__text{
    color: white !important;
}

[dir=rtl] .benefits__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .benefits__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.benefits__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .benefits__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .benefits__title:before {
        left: -138px;
    }
    [dir=rtl] .benefits__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .benefits__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .benefits__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .benefits__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.benefits__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.benefits__box {
    max-width: 480px;
    padding: 25px 30px;
    font-size: 1.25rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.4;
    background-color: #5addd3;
    border-radius: 10px;
    margin: 10px 0;
    text-transform: uppercase;
    text-align: center;
    color: #0f1832;
}

[dir=rtl] .benefits__box {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .benefits__box {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.benefits__box:nth-child(2) {
    /*position: relative;*/
    /* top: 33%;
    right: 0; */
}

.benefits__box:nth-child(3) {
    /*position: relative;*/
    top: 63%;
    right: 0;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .benefits__box:nth-child(2) {
        left: 9%;
    }
    .benefits__box:nth-child(3) {
        left: 9%;
    }
}

@media (min-width: 992px) {
    .benefits__container {
        background-size: 600px;
        background-position: center 48%;
    }
    [dir=ltr] .benefits__box:last-of-type {
        /*margin-left: 100px;*/
    }
    [dir=rtl] .benefits__box:last-of-type {
        /*margin-right: 100px;*/
    }
    .benefits__box:nth-child(2) {
        left: 0;
    }
    .benefits__box:nth-child(3) {
        left: 0;
    }
}

.video__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
}

[dir=rtl] .video__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .video__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.video__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .video__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .video__title:before {
        left: -138px;
    }
    [dir=rtl] .video__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .video__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .video__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .video__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .video__title {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .video__title {
        max-width: 100%;
    }
}

.video__bg {
    position: relative;
}

@media (min-width: 992px) {
    .video__bg {
        max-width: 560px;
    }
}

@media (min-width: 1200px) {
    .video__bg {
        max-width: 730px;
    }
}

.video__bg img {
    height: auto;
    width: 100%;
    z-index: 999;
}

.video__bg iframe {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #212529;
}

.video__bg--iframe:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.video__bg--iframe img {
    display: none;
}

.video__bg--iframe iframe {
    display: block;
}

.video__icon-play {
    position: absolute;
    width: 64px !important;
    left: 43%;
    top: 38%;
}

@media (min-width: 768px) {
    .video__icon-play {
        width: 90px !important;
        left: 43%;
        top: 43%;
    }
}

.floating-button {
    display: none;
    position: fixed;
    bottom: 20px;
    z-index: 1030;
}

[dir=ltr] .floating-button {
    right: 20px;
}

[dir=rtl] .floating-button {
    left: 20px;
}

.floating-button .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}

.floating-button .btn img {
    width: 48px;
}

@media (min-width: 992px) {
    .floating-button {
        display: block;
    }
}

.percentage-box--bg {
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    padding: 70px 50px;
}

.percentage-box--bg .percentage-box__close {
    color: #fff;
}

.percentage-box__graph {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.percentage-box__graph svg {
    width: 100%;
}

.percentage-box__graph-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 4.4375rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .percentage-box__graph-text {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .percentage-box__graph-text {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.percentage-box__close {
    margin-top: 40px;
    text-align: center;
}

.percentage-box__close-title {
    font-size: 0.5625rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .percentage-box__close-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .percentage-box__close-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.percentage-box__close-date {
    font-size: 2.1875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .percentage-box__close-date {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .percentage-box__close-date {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.percentage-box__offset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #fff;
    border-radius: 100px;
    margin-top: 22px;
    background-color: #5addd3;
    padding: 10px 20px;
}

.percentage-box__offset-title {
    font-size: 0.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .percentage-box__offset-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .percentage-box__offset-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.percentage-box__offset-amount {
    font-size: 1.75rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .percentage-box__offset-amount {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .percentage-box__offset-amount {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.share__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
}

[dir=rtl] .share__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .share__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.share__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .share__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .share__title:before {
        left: -138px;
    }
    [dir=rtl] .share__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .share__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .share__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .share__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.share__body {
    margin-top: 24px;
}

.share__bullet {
    margin: 0 auto;
    width: 220px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #5addd3;
    color: #fff;
}

.share__bullet-num {
    font-size: 5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .share__bullet-num {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .share__bullet-num {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.share__bullet-text {
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    padding: 0 20px;
    text-align: center;
}

[dir=rtl] .share__bullet-text {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .share__bullet-text {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.share__social {
    margin-top: 30px;
}

.share__social-title {
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.81;
}

[dir=rtl] .share__social-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .share__social-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.share__social-links {
    list-style: none;
}

[dir=ltr] .share__social-links {
    padding-left: 0;
}

[dir=rtl] .share__social-links {
    padding-right: 0;
}

.share__social-links>li {
    display: inline-block;
}

.share__social-links .btn {
    background-size: 28px !important;
}

.share__social--desktop {
    display: none;
}

.share-right {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .share-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .share-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .share__social--desktop {
        display: block;
    }
    .share__social--mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .share-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .share-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

.our-customers {
    background-color: #d2e5e7;
    padding: 50px 15px;
}

.our-customers__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
}

[dir=rtl] .our-customers__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .our-customers__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.our-customers__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .our-customers__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .our-customers__title:before {
        left: -138px;
    }
    [dir=rtl] .our-customers__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .our-customers__title {
        font-size: 1.5rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .our-customers__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .our-customers__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .our-customers__title {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .our-customers__title {
        max-width: 100%;
    }
}

.our-customers__slider {
    text-align: center;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .our-customers__slider {
        max-width: 560px;
    }
}

@media (min-width: 1200px) {
    .our-customers__slider {
        max-width: 730px;
    }
}

.our-customers__slider .our_customer_customer {
    display: flex;
}

.our-customers__slider .customer__img img:hover {
    border-color: #5addd3;
}

.our-customers__slider .customer__img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    border: 5px solid #fff;
    margin: 0;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-color: #eee;
}

.our-customers__slider .our-customers__customer {
    padding: 0;
}

.our-customers__slider .slick-prev {
    display: none !important;
    background-color: #71bac1;
}

[dir=ltr] .our-customers__slider .slick-prev {
    margin-left: -50px;
}

[dir=rtl] .our-customers__slider .slick-prev {
    margin-right: -50px;
}

.our-customers__slider .slick-next {
    display: none !important;
    background-color: #71bac1;
}

[dir=ltr] .our-customers__slider .slick-next {
    margin-right: -50px;
}

[dir=rtl] .our-customers__slider .slick-next {
    margin-left: -50px;
}

.our-customers__slider .customer_content {
    margin-bottom: 90px;
    padding: 110px 20px 37px 20px;
    border-radius: 24px;
    background-color: #fff;
    margin-top: -100px;
}

.our-customers__slider .customer__info {
    align-self: end;
    margin: 0 20px;
    text-align: start;
    position: relative;
    top: 0;
}

.our-customers__slider .customer__links {
    position: relative;
    top: 80px;
}

.our-customers__slider .customer__links .share__social-links {
    display: flex;
}

.our-customers__slider .customer__links a {
    font-size: 1.5rem;
    margin: 0 5px;
}

.our-customers__slider .customer__links a i {
    position: relative;
    top: -7px;
}

.our-customers__slider .customer__description {
    font-size: 1.225rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    font-style: italic;
    line-height: 1.61;
    color: #666;
    margin-bottom: 15px;
}

[dir=rtl] .our-customers__slider .customer__description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
    text-align: start;
}

[dir=ltr] .our-customers__slider .customer__description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
    text-align: left;
}

.our-customers__slider .customer__name {
    margin: 0;
    font-size: 1.9rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.33;
    color: #5addd3;
}

[dir=rtl] .our-customers__slider .customer__name {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .our-customers__slider .customer__name {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.our-customers__slider .customer__position {
    font-size: 1.2rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.31;
    color: #000000;
}

[dir=rtl] .our-customers__slider .customer__position {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .our-customers__slider .customer__position {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.our-customers__slider .customer__company {
    font-size: 1.2rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    font-style: italic;
    line-height: 1.5;
    color: #000000;
}

[dir=rtl] .our-customers__slider .customer__company {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .our-customers__slider .customer__company {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.our-customers .slider .slick-dots li.slick-active button::before {
    border-color: #5addd3 !important;
    background-color: #5addd3 !important;
}

@media (min-width: 768px) {
    .our-customers .slick-next,
    .our-customers .slick-prev {
        display: block !important;
    }
    .our-customers .our-customers__customer {
        padding: 0 100px;
    }
}

.text-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.text-image__left img {
    width: 100%;
}

.text-image__title {
    margin-top: 30px;
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.58;
    color: #000000;
}

[dir=rtl] .text-image__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .text-image__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.text-image__title::before {
    content: '';
}

@media (min-width: 768px) {
    .text-image__title::before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .text-image__title::before {
        left: -138px;
    }
    [dir=rtl] .text-image__title::before {
        right: -138px;
    }
}

.text-image__body {
    margin-top: 20px;
    line-height: 1.81;
}

.text-image__cta {
    margin-top: 30px;
}

.text-image--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.text-image--right .text-image__title {
    margin-top: 0;
}

.text-image--right .text-image__left {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .text-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .text-image__left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        z-index: 2;
    }
    .text-image__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    [dir=ltr] .text-image__right {
        padding-left: 40px;
    }
    [dir=rtl] .text-image__right {
        padding-right: 40px;
    }
    .text-image__title,
    .text-image__left {
        margin-top: 0 !important;
    }
    .text-image__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .text-image__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .text-image__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
    .text-image--right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    [dir=ltr] .text-image--right .text-image__right {
        padding-left: 0;
    }
    [dir=rtl] .text-image--right .text-image__right {
        padding-right: 0;
    }
    [dir=ltr] .text-image--right .text-image__right {
        padding-right: 40px;
    }
    [dir=rtl] .text-image--right .text-image__right {
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    [dir=ltr] .text-image__right {
        padding-left: 120px;
    }
    [dir=rtl] .text-image__right {
        padding-right: 120px;
    }
    .text-image--right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    [dir=ltr] .text-image--right .text-image__right {
        padding-left: 0;
    }
    [dir=rtl] .text-image--right .text-image__right {
        padding-right: 0;
    }
    [dir=ltr] .text-image--right .text-image__right {
        padding-right: 120px;
    }
    [dir=rtl] .text-image--right .text-image__right {
        padding-left: 120px;
    }
}

.steps__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
}

[dir=rtl] .steps__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .steps__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.steps__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .steps__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .steps__title:before {
        left: -138px;
    }
    [dir=rtl] .steps__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .steps__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .steps__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .steps__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.steps__body {
    margin-top: 24px;
}

.steps__steps {
    list-style: none;
    margin-top: 40px;
}

[dir=ltr] .steps__steps {
    padding-left: 0;
}

[dir=rtl] .steps__steps {
    padding-right: 0;
}

.steps__step {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.steps__step::before {
    content: '';
    position: absolute;
    top: 87px;
    width: 2px;
    height: calc(100% - 75px - 24px);
    background-color: #5addd3;
}

[dir=ltr] .steps__step::before {
    left: 37.5px;
}

[dir=rtl] .steps__step::before {
    right: 37.5px;
}

.steps__step__index {
    width: 75px;
    height: 75px;
    font-size: 1.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #068c999e;
    border-radius: 50%;
    color: #fff;
}

[dir=rtl] .steps__step__index {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .steps__step__index {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.steps__step__text {
    padding-top: 13px;
    padding-bottom: 13px;
    max-width: 80%;
}

[dir=ltr] .steps__step__text {
    padding-left: 60px;
}

[dir=rtl] .steps__step__text {
    padding-right: 60px;
}

.steps__step__cta {
    max-width: 80%;
}

[dir=ltr] .steps__step__cta {
    padding-left: 60px;
}

[dir=rtl] .steps__step__cta {
    padding-right: 60px;
}

.steps__ctas {
    margin-top: 20px;
}

.steps__ctas .btn {
    margin-top: 20px;
}

@media (min-width: 768px) {
    [dir=ltr] .steps__ctas .btn+.btn {
        margin-left: 20px;
    }
    [dir=rtl] .steps__ctas .btn+.btn {
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .steps__body {
        max-width: 730px;
    }
    .steps__steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .steps__step {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .steps__step::before {
        content: '';
        position: absolute;
        top: 37.5px;
        height: 2px;
        width: calc(100% - 75px - 24px);
        background-color: #5addd3;
    }
    [dir=ltr] .steps__step::before {
        left: 87px;
    }
    [dir=rtl] .steps__step::before {
        right: 87px;
    }
    [dir=ltr] .steps__step__text {
        padding-left: 0;
    }
    [dir=rtl] .steps__step__text {
        padding-right: 0;
    }
    [dir=ltr] .steps__step__cta {
        padding-left: 0;
    }
    [dir=rtl] .steps__step__cta {
        padding-right: 0;
    }
    .steps__step:last-child::before {
        content: none;
    }
}

.accordion__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
}

[dir=rtl] .accordion__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .accordion__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.accordion__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .accordion__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .accordion__title:before {
        left: -138px;
    }
    [dir=rtl] .accordion__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .accordion__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .accordion__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .accordion__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .accordion__title {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .accordion__title {
        max-width: 100%;
    }
}

.accordion__body {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .accordion__body {
        max-width: 560px;
    }
}

@media (min-width: 1200px) {
    .accordion__body {
        max-width: 730px;
    }
}

.accordion__item {
    border-bottom: 1px solid #000000;
}

.accordion__item-header {
    font-size: 1.1rem;
    margin: 10px 0;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 75px; */
    color: #000000;
    text-decoration: none;
}

[dir=ltr] .accordion__item-header {
    padding-left: 60px;
}

[dir=rtl] .accordion__item-header {
    padding-right: 60px;
}

[dir=rtl] .accordion__item-header {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: bolder;
}

[dir=ltr] .accordion__item-header {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: bolder;
}

.accordion__item-header:hover {
    color: #000000;
    text-decoration: none;
}

.accordion__item-header:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ff7e3b%22%20d%3D%22M21.221%2012.58c.29%200%20.529-.237.529-.527v-.526c0-.29-.238-.527-.529-.527H2.529c-.29%200-.529.237-.529.527v.526c0%20.29.238.527.529.527h18.692z%22%20transform%3D%22translate%28-26%20-4158%29%20translate%2826%204158%29%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

[dir=ltr] .accordion__item-header:before {
    left: 30px;
}

[dir=rtl] .accordion__item-header:before {
    right: 30px;
}

[dir=ltr] .accordion__item-header:before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

[dir=rtl] .accordion__item-header:before {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.accordion__item-header.collapsed:before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ff7e3b%22%20d%3D%22M20.518%2011.277h-7.795V3.482c0-.265-.217-.482-.482-.482h-.482c-.265%200-.482.217-.482.482v7.795H3.482c-.265%200-.482.217-.482.482v.482c0%20.265.217.482.482.482h7.795v7.795c0%20.265.217.482.482.482h.482c.265%200%20.482-.217.482-.482v-7.795h7.795c.265%200%20.482-.217.482-.482v-.482c0-.265-.217-.482-.482-.482z%22%20transform%3D%22translate%28-26%20-4004%29%20translate%2826%204004%29%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=ltr] .accordion__item-body {
    padding-left: 60px;
}

[dir=rtl] .accordion__item-body {
    padding-right: 60px;
}

.accordion__item-body>div {
    line-height: 1.81;
    padding-bottom: 20px;
}

.feedback {
    text-align: center;
}

[dir=ltr] .feedback--right {
    text-align: left;
}

[dir=rtl] .feedback--right {
    text-align: right;
}

.feedback-left {
    width: 100%;
}

.feedback-left img {
    margin-bottom: 30px;
}

.feedback-left .feedback-body {
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.81;
    color: #151515;
}

[dir=rtl] .feedback-left .feedback-body {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .feedback-left .feedback-body {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.feedback__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
}

[dir=rtl] .feedback__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .feedback__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.feedback__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .feedback__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .feedback__title:before {
        left: -138px;
    }
    [dir=rtl] .feedback__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .feedback__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .feedback__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .feedback__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.feedback__title:before {
    content: '';
    display: block;
    content: none !important;
}

@media (min-width: 768px) {
    .feedback--right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    [dir=ltr] .feedback--right {
        text-align: left;
    }
    [dir=rtl] .feedback--right {
        text-align: right;
    }
    .feedback--right .feedback-left {
        max-width: 390px;
    }
    .feedback--right .feedback-right {
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .feedback--right .feedback-left {
        max-width: 580px;
    }
}

.next-steps__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
}

[dir=rtl] .next-steps__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .next-steps__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.next-steps__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .next-steps__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .next-steps__title:before {
        left: -138px;
    }
    [dir=rtl] .next-steps__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .next-steps__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .next-steps__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .next-steps__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.next-steps__cols {
    display: block;
}

.next-steps__col {
    width: 100%;
    max-width: 100%;
    margin: 16px 15px;
}

.next-steps__col .next-steps__description {
    margin-top: 20px;
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.56;
    color: #000000;
}

[dir=rtl] .next-steps__col .next-steps__description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .next-steps__col .next-steps__description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

@media (min-width: 992px) {
    .next-steps__col .next-steps__description {
        margin-top: 30px;
    }
}

.next-steps__icon {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #141c98;
    padding: 15px;
}

.next-steps__icon img {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .next-steps__cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .next-steps__col {
        width: 33.333%;
        max-width: 255px;
    }
    .next-steps__col .next-steps__description {
        margin-top: 30px;
    }
}

.page-title__title {
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.58;
}

[dir=rtl] .page-title__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .page-title__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.page-title__subtitle {
    font-size: 1.25rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    margin-top: 16px;
    line-height: 1.9;
}

[dir=rtl] .page-title__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .page-title__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.page-title__body {
    line-height: 1.81;
}

.page-title__cta {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .page-title__title {
        font-size: 2.8125rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: normal;
    }
    [dir=rtl] .page-title__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .page-title__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
    .page-title__subtitle {
        font-size: 2.25rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        margin-top: 16px;
        line-height: normal;
    }
    [dir=rtl] .page-title__subtitle {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .page-title__subtitle {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
    .page-title__body {
        margin-top: 30px;
    }
}

.table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.table__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
}

[dir=rtl] .table__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .table__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.table__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .table__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .table__title:before {
        left: -138px;
    }
    [dir=rtl] .table__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .table__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .table__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .table__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.benifit-block .table__table-cell {
    height: 130px;
}

.table__buttons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: none;
}

.table__table {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.table__table-row+.table__table-row {
    margin-top: 30px;
}

.table__table-row--head {
    display: none;
}

.table__table-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .table__table-cell {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .table__table-cell {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.table__table-cell--head {
    flex-flow: nowrap;
    height: 30px !important;
    /*display: block;*/
    padding: 5px 30px;
    background-color: #5addd3;
    color: #fff;
    line-height: 1.57;
}

.table__table-cell-label {
    padding: 15px;
    background-color: rgba(6, 140, 153, 0.05);
    color: #000000;
}

.table__table-cell-value {
    padding: 15px;
    color: #979797;
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .table__table-cell-value {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .table__table-cell-value {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.table__footer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 768px) {
    .table {
        position: relative;
    }
    .table__buttons {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .table__buttons--next,
    .table__buttons--prev {
        position: relative;
        width: 30px;
        height: 30px;
    }
    .table__buttons--next::before,
    .table__buttons--prev::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 15px;
        height: 15px;
    }
    [dir=rtl] [dir=rtl] .table__buttons--next::before {
        background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    [dir=ltr] [dir=rtl] .table__buttons--next::before {
        background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    [dir=rtl] [dir=ltr] .table__buttons--next::before {
        background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    [dir=ltr] [dir=ltr] .table__buttons--next::before {
        background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    [dir=rtl] [dir=rtl] .table__buttons--prev::before {
        background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    [dir=ltr] [dir=rtl] .table__buttons--prev::before {
        background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    [dir=rtl] [dir=ltr] .table__buttons--prev::before {
        background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    [dir=ltr] [dir=ltr] .table__buttons--prev::before {
        background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .table__table {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border: solid 1px #c1c1c1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
    }
    .table__table-row {
        min-width: 200px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .table__table-row+.table__table-row {
        margin-top: 0;
    }
    .table__table-row--head {
        position: absolute;
        background-color: #fff;
        display: block;
    }
    [dir=ltr] .table__table-row--head {
        left: 1px;
    }
    [dir=rtl] .table__table-row--head {
        right: 1px;
    }
    [dir=rtl] .table__table-row--head {
        -webkit-box-shadow: -2px 0 4px 0 rgba(181, 181, 181, 0.5);
        box-shadow: -2px 0 4px 0 rgba(181, 181, 181, 0.5);
    }
    [dir=ltr] .table__table-row--head {
        -webkit-box-shadow: 2px 0 4px 0 rgba(181, 181, 181, 0.5);
        box-shadow: 2px 0 4px 0 rgba(181, 181, 181, 0.5);
    }
    .table__table-row--head .table__table-cell--head span {
        display: block;
    }
    .table__table-row--head .table__table-cell-label {
        display: block;
    }
    .table__table-row--head .table__table-cell-value {
        display: none;
    }
    [dir=ltr] .table__table-row:nth-child(2) {
        margin-left: 200px;
    }
    [dir=rtl] .table__table-row:nth-child(2) {
        margin-right: 200px;
    }
    .table__table-cell:nth-child(even) {
        background-color: rgba(6, 140, 153, 0.05);
    }
    .table__table-cell--head span {
        display: none;
    }
    .table__table-cell-label {
        display: none;
        background-color: transparent;
    }
    .table__table-cell-value {
        color: #000000;
    }
    .table__footer {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.firm-order__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
}

[dir=rtl] .firm-order__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .firm-order__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.firm-order__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .firm-order__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .firm-order__title:before {
        left: -138px;
    }
    [dir=rtl] .firm-order__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .firm-order__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .firm-order__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .firm-order__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.firm-order__description {
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.81;
    color: #000000;
}

[dir=rtl] .firm-order__description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .firm-order__description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.firm-order__body {
    display: block;
    margin-top: 77px;
}

.firm-order__progress {
    position: relative;
    width: 100%;
    /*display: none;*/
}

@media (max-width: 991.98px) {

    .firm-order__progress {
        margin-bottom: 30px;
    }
}

[dir=ltr] .firm-order__progress {
    margin-right: 30px;
}

[dir=rtl] .firm-order__progress {
    margin-left: 30px;
}

.firm-order__progress .element-sticky {
    top: 78px;
}

.firm-order__progress .element-sticky-bottom {
    top: auto;
}

.firm-order__progress-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 330px;
}

.firm-order__progress-title {
    font-size: 1.125rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.67;
    color: #000000;
}

[dir=rtl] .firm-order__progress-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .firm-order__progress-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.firm-order__progress-percentage {
    font-size: 1.125rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.67;
    color: #000000;
}

[dir=rtl] .firm-order__progress-percentage {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .firm-order__progress-percentage {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.firm-order__progress-steps {
    list-style: none;
}

[dir=ltr] .firm-order__progress-steps {
    padding-left: 0;
}

[dir=rtl] .firm-order__progress-steps {
    padding-right: 0;
}

.firm-order__progress-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    color: #aeaeae;
}

.firm-order__progress-step-bullet {
    width: 24px;
    height: 24px;
    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;
    padding: 7px 0 6.4px;
    border-radius: 12px;
    background-color: #aeaeae;
    font-size: 0.625rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.4;
    color: #fff;
}

[dir=ltr] .firm-order__progress-step-bullet {
    margin-right: 15px;
}

[dir=rtl] .firm-order__progress-step-bullet {
    margin-left: 15px;
}

[dir=rtl] .firm-order__progress-step-bullet {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .firm-order__progress-step-bullet {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.firm-order__progress-step.active {
    color: #000000;
}

.firm-order__progress-step.active .firm-order__progress-step-bullet {
    background-color: #141c98;
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.557%208.373L10.027%2016.835C9.80401%2017.056%209.44501%2017.055%209.22401%2016.832L5.16401%2012.74C4.94401%2012.518%204.94501%2012.158%205.16801%2011.938L5.57001%2011.538C5.79301%2011.318%206.15201%2011.319%206.37301%2011.542L9.63301%2014.828L17.359%207.165C17.581%206.944%2017.941%206.945%2018.161%207.168L18.561%207.57C18.781%207.793%2018.78%208.152%2018.557%208.373V8.373Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.firm-order__progress-description {
    margin-top: 50px;
    margin-bottom: 7px;
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 2.07;
    color: #000000;
}

[dir=rtl] .firm-order__progress-description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .firm-order__progress-description {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.firm-order__progress-ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 200px;
}

.firm-order__progress-ctas .btn+.btn {
    margin-top: 22px;
}

.firm-order__documents {
    width: 100%;
}

.firm-order .percentage {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background-color: #5addd354;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    overflow: hidden;
}

.firm-order .percentage-active {
    display: block;
    position: absolute;
    height: 8px;
    top: 0;
    z-index: 2;
    background-color: #5addd3;
}

[dir=ltr] .firm-order .percentage-active {
    left: 0;
}

[dir=rtl] .firm-order .percentage-active {
    right: 0;
}

@media (min-width: 992px) {
    .firm-order__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .firm-order__progress {
        display: block;
        width: 40%;
    }
    .firm-order__documents {
        width: 60%;
    }
}

.modal-save .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    border-bottom: none !important;
}

.modal-save .modal-header button {
    background-color: transparent !important;
    border: none !important;
}

.modal-save .modal-header .cross::before {
    content: "";
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M13.534%2012l8.254-8.254c.283-.283.283-.74%200-1.023l-.511-.51c-.283-.284-.74-.284-1.023%200L12%2010.465%203.746%202.218c-.283-.283-.74-.283-1.023%200l-.51.511c-.284.283-.284.74%200%201.023L10.465%2012l-8.248%208.254c-.283.283-.283.74%200%201.023l.511.51c.283.284.74.284%201.023%200L12%2013.535l8.254%208.254c.283.283.74.283%201.023%200l.51-.511c.284-.283.284-.74%200-1.023L13.535%2012z%22%20transform%3D%22translate%28-1105%20-136%29%20translate%28241%20112%29%20translate%28864%2024%29%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.modal-save .modal-content {
    border-radius: 0;
    border: none !important;
}

.modal-save__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    padding-top: 63px;
}

[dir=rtl] .modal-save__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .modal-save__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.modal-save__text {
    text-align: center;
    font-size: 16px;
    line-height: 1.81;
    color: #151515;
}

.modal-save__textsmall {
    text-align: center;
    color: #151515;
    font-size: 14px;
    line-height: 1.29;
}

.modal-save__form {
    padding: 24px 0 36px;
}

.modal-save__form label {
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    color: #151515;
    margin: 0;
    padding: 0 0 10px;
}

[dir=rtl] .modal-save__form label {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .modal-save__form label {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.modal-save__form input {
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    border-radius: 8px;
    border: solid 1px #ababab;
    background-color: #fff;
    padding: 15px;
    width: 100%;
}

[dir=rtl] .modal-save__form input {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .modal-save__form input {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.modal-save .modal-footer {
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 35px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .modal-save .modal-dialog.modal-dialog-centered {
        max-width: 90% !important;
    }
}

@media (min-width: 768px) {
    .modal-save .modal-body,
    .modal-save .modal-save__form {
        width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .modal-save .modal-dialog.modal-dialog-centered {
        max-width: 850px !important;
    }
    .modal-save__title {
        padding-top: 0;
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
    }
    [dir=rtl] .modal-save__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .modal-save__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.vote-insurance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vote-insurance__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vote-insurance__inner .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
}

.vote-insurance__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.vote-insurance__cards>div {
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.vote-insurance__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d2e5e7;
    border-radius: 24px;
    padding: 32px 19px;
    height: 100%;
}

.vote-insurance__card-image {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50% 50%;
}

.vote-insurance__card-image img {
    width: 70%;
}

.vote-insurance__card-title {
    text-align: center;
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.88;
    padding: 11px 0 32px;
}

[dir=rtl] .vote-insurance__card-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .vote-insurance__card-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.vote-insurance__card-value {
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.5;
    color: #5addd3;
    padding-bottom: 14px;
}

[dir=rtl] .vote-insurance__card-value {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .vote-insurance__card-value {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.vote-insurance__subtitle {
    display: none;
    font-size: 1.125rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .vote-insurance__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .vote-insurance__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.vote-insurance__footer {
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    color: #151515;
    line-height: 2.07;
    padding-top: 5px;
    width: 100%;
}

[dir=rtl] .vote-insurance__footer {
    font-family: "Avenir Arabic", sans-serif;
}

[dir=ltr] .vote-insurance__footer {
    font-family: "Avenir Arabic", sans-serif;
}

.vote-insurance.sticky .vote-insurance__inner {
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 9px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 9px 0 rgba(0, 0, 0, 0.07);
}

.vote-insurance.sticky .vote-insurance__subtitle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding-top: 10px;
}

[dir=ltr] .vote-insurance.sticky .vote-insurance__subtitle {
    padding-left: 15px;
}

[dir=rtl] .vote-insurance.sticky .vote-insurance__subtitle {
    padding-right: 15px;
}

.vote-insurance.sticky .vote-insurance__footer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

[dir=ltr] .vote-insurance.sticky .vote-insurance__footer {
    padding-left: 15px;
}

[dir=rtl] .vote-insurance.sticky .vote-insurance__footer {
    padding-right: 15px;
}

.vote-insurance.sticky .vote-insurance__cards {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0;
}

.vote-insurance.sticky .vote-insurance__cards>div {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: none;
    min-width: 130px;
}

.vote-insurance.sticky .vote-insurance__card {
    border-radius: 0;
    padding: 10px;
}

.vote-insurance.sticky .vote-insurance__card-image {
    display: none;
}

.vote-insurance.sticky .vote-insurance__card-title {
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    padding: 3px 0;
}

[dir=rtl] .vote-insurance.sticky .vote-insurance__card-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .vote-insurance.sticky .vote-insurance__card-title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.vote-insurance.sticky .vote-insurance__card-value {
    display: none;
}

.vote-insurance.sticky .vote-insurance__card-cta .btn {
    padding: 7px 10px;
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .vote-insurance.sticky .vote-insurance__card-cta .btn {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .vote-insurance.sticky .vote-insurance__card-cta .btn {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

@media (min-width: 768px) {
    .vote-insurance__cards>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .vote-insurance__card-title {
        font-size: 1.25rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        padding: 22px 0 25px;
    }
    [dir=rtl] .vote-insurance__card-title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .vote-insurance__card-title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
    .vote-insurance__card-value {
        font-size: 1.125rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        padding-bottom: 25px;
    }
    [dir=rtl] .vote-insurance__card-value {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .vote-insurance__card-value {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
    .vote-insurance.sticky .vote-insurance__cards {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .vote-insurance.sticky .vote-insurance__cards>div {
        padding: 0 30px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: 210px;
        min-width: 210px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    [dir=ltr] .vote-insurance.sticky .vote-insurance__cards>div:first-child {
        padding-left: 0;
    }
    [dir=rtl] .vote-insurance.sticky .vote-insurance__cards>div:first-child {
        padding-right: 0;
    }
    [dir=ltr] .vote-insurance.sticky .vote-insurance__cards>div:last-child {
        padding-right: 0;
    }
    [dir=rtl] .vote-insurance.sticky .vote-insurance__cards>div:last-child {
        padding-left: 0;
    }
    .vote-insurance.sticky .vote-insurance__card {
        border-radius: 0;
        padding: 10px;
    }
    .vote-insurance.sticky .vote-insurance__card-image {
        display: none;
    }
    .vote-insurance.sticky .vote-insurance__card-title {
        font-size: 0.875rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        padding: 3px 0;
    }
    [dir=rtl] .vote-insurance.sticky .vote-insurance__card-title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .vote-insurance.sticky .vote-insurance__card-title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
    .vote-insurance.sticky .vote-insurance__card-value {
        display: none;
    }
    .vote-insurance.sticky .vote-insurance__card-cta .btn {
        padding: 7px 10px;
        font-size: 0.875rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
    }
    [dir=rtl] .vote-insurance.sticky .vote-insurance__card-cta .btn {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .vote-insurance.sticky .vote-insurance__card-cta .btn {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .vote-insurance__cards>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .vote-insurance.sticky .vote-insurance__inner {
        top: 58px;
    }
    .vote-insurance.sticky .vote-insurance__cards {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        padding: 0 15px;
    }
    .vote-insurance.sticky .vote-insurance__cards>div {
        padding: 0 15px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        min-width: 0;
        max-width: none;
    }
}

.comparison-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comparison-table__title {
    position: relative;
    font-size: 1.5rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.36;
    color: #000000;
    margin-bottom: 15px;
}

[dir=rtl] .comparison-table__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .comparison-table__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.comparison-table__title:before {
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .comparison-table__title:before {
        position: absolute;
        height: 2px;
        width: 128px;
        background-color: #5addd3;
        z-index: 1;
        top: 24px;
    }
    [dir=ltr] .comparison-table__title:before {
        left: -138px;
    }
    [dir=rtl] .comparison-table__title:before {
        right: -138px;
    }
}

@media (min-width: 992px) {
    .comparison-table__title {
        font-size: 2rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
        line-height: 1.38;
    }
    [dir=rtl] .comparison-table__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 700;
    }
    [dir=ltr] .comparison-table__title {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 500;
    }
}

.comparison-table__tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 2px #c1c1c1;
}

.comparison-table__tabs .nav-tabs .nav-item .nav-link {
    padding: 20px;
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    border: 0;
    background: transparent;
}

[dir=rtl] .comparison-table__tabs .nav-tabs .nav-item .nav-link {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .comparison-table__tabs .nav-tabs .nav-item .nav-link {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.comparison-table__tabs .nav-tabs .nav-item .nav-link,
.comparison-table__tabs .nav-tabs .nav-item .nav-link:hover,
.comparison-table__tabs .nav-tabs .nav-item .nav-link:focus,
.comparison-table__tabs .nav-tabs .nav-item .nav-link:active {
    color: #000000;
}

.comparison-table__tabs .nav-tabs .nav-item .nav-link.active {
    border-bottom: 5px solid #5addd3;
}

.comparison-table__table {
    margin-top: 30px;
}

.comparison-table__table .table {
    position: relative;
}

.comparison-table__table .table__title {
    font-size: 1.125rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .comparison-table__table .table__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .comparison-table__table .table__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.comparison-table__table .table__title:before {
    content: '';
    display: block;
    content: none;
}

.comparison-table__table .table__buttons {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.comparison-table__table .table__buttons--next,
.comparison-table__table .table__buttons--prev {
    position: relative;
    width: 30px;
    height: 30px;
}

.comparison-table__table .table__buttons--next::before,
.comparison-table__table .table__buttons--prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 15px;
    height: 15px;
}

[dir=rtl] [dir=rtl] .comparison-table__table .table__buttons--next::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=ltr] [dir=rtl] .comparison-table__table .table__buttons--next::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=rtl] [dir=ltr] .comparison-table__table .table__buttons--next::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=ltr] [dir=ltr] .comparison-table__table .table__buttons--next::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=rtl] [dir=rtl] .comparison-table__table .table__buttons--prev::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=ltr] [dir=rtl] .comparison-table__table .table__buttons--prev::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=rtl] [dir=ltr] .comparison-table__table .table__buttons--prev::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M37.3365%2025.594L15.1917%2047.34C14.3097%2048.22%2012.8796%2048.22%2011.9976%2047.34L10.6615%2046.008C9.77949%2045.128%209.77949%2043.702%2010.6615%2042.822L29.8922%2024L10.6815%205.18C9.79749%204.298%209.79749%202.872%2010.6815%201.992L12.0156%200.66C12.8996%20-0.22%2014.3277%20-0.22%2015.2117%200.66L37.3525%2022.406C38.2185%2023.286%2038.2185%2024.712%2037.3365%2025.594V25.594Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir=ltr] [dir=ltr] .comparison-table__table .table__buttons--prev::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23068c99%22%20d%3D%22M10.6635%2022.406L32.8083%200.659998C33.6903%20-0.220002%2035.1204%20-0.220002%2036.0024%200.659998L37.3385%201.99199C38.2205%202.87199%2038.2205%204.298%2037.3385%205.178L18.1078%2024L37.3185%2042.82C38.2025%2043.702%2038.2025%2045.128%2037.3185%2046.008L35.9844%2047.34C35.1004%2048.22%2033.6723%2048.22%2032.7883%2047.34L10.6475%2025.594C9.7815%2024.714%209.78151%2023.288%2010.6635%2022.406V22.406Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.comparison-table__table .table__table {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: solid 1px #c1c1c1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
}

.comparison-table__table .table__table-row {
    min-width: 200px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.comparison-table__table .table__table-row+.table__table-row {
    margin-top: 0;
}

.comparison-table__table .table__table-row--head {
    position: absolute;
    background-color: #fff;
    display: block;
}

[dir=ltr] .comparison-table__table .table__table-row--head {
    left: 1px;
}

[dir=rtl] .comparison-table__table .table__table-row--head {
    right: 1px;
}

[dir=rtl] .comparison-table__table .table__table-row--head {
    -webkit-box-shadow: -2px 0 4px 0 rgba(181, 181, 181, 0.5);
    box-shadow: -2px 0 4px 0 rgba(181, 181, 181, 0.5);
}

[dir=ltr] .comparison-table__table .table__table-row--head {
    -webkit-box-shadow: 2px 0 4px 0 rgba(181, 181, 181, 0.5);
    box-shadow: 2px 0 4px 0 rgba(181, 181, 181, 0.5);
}

.comparison-table__table .table__table-row--head .table__table-cell--head span {
    display: block;
}

.comparison-table__table .table__table-row--head .table__table-cell-label {
    display: block;
}

.comparison-table__table .table__table-row--head .table__table-cell-value {
    display: none;
}

[dir=ltr] .comparison-table__table .table__table-row:nth-child(2) {
    margin-left: 200px;
}

[dir=rtl] .comparison-table__table .table__table-row:nth-child(2) {
    margin-right: 200px;
}

.comparison-table__table .table__table-cell:nth-child(even) {
    background-color: rgba(6, 140, 153, 0.05);
}

.comparison-table__table .table__table-cell--head span {
    display: none;
}

.comparison-table__table .table__table-cell-label {
    display: none;
    background-color: transparent;
}

.comparison-table__table .table__table-cell-value {
    color: #000000;
}

@media (max-width: 991.98px) {
    .comparison-table__table .table__table-row--head {
        display: none;
    }
    [dir=ltr] .comparison-table__table .table__table-row:nth-child(2) {
        margin-left: 0;
    }
    [dir=rtl] .comparison-table__table .table__table-row:nth-child(2) {
        margin-right: 0;
    }
    .comparison-table__table .table__table-row:nth-child(2) .table__table-cell-label {
        color: #000000;
    }
    .comparison-table__table .table__table-cell:nth-child(even) {
        background-color: transparent;
    }
    .comparison-table__table .table__table-cell-label {
        display: block;
        background-color: #f2f9fa;
        color: #f2f9fa;
    }
}

.documents {
    padding: 32px 17px;
    border-radius: 24px;
    background-color: #acacac29;
    margin-bottom: 100px;
    position: relative;
}

.documents--primary {
    background-color: #e5f3f5;
}

.documents__title {
    font-size: 1.25rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.4;
}

[dir=rtl] .documents__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .documents__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.documents__num {
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #141c98;
    top: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.96875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.48;
    color: #fff;
}

[dir=ltr] .documents__num {
    right: 20px;
}

[dir=rtl] .documents__num {
    left: 20px;
}

[dir=rtl] .documents__num {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .documents__num {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.documents__body {
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 2.07;
}

[dir=rtl] .documents__body {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .documents__body {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.documents__donwload {
    margin-top: 20px;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
}

.documents__dragdrop {
    position: relative;
    width: 100%;
}

.documents__dragdrop input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    font-size: 0;
}

.documents__checkbox {
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.57;
    margin-bottom: 28px;
}

[dir=rtl] .documents__checkbox {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .documents__checkbox {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

@media (min-width: 992px) {
    .documents .dragdrops {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .documents .dragdrops .documents__dragdrop2 {
        margin: 50px 10px 0 10px;
    }
}

.documents .dragdrops .documents__dragdrop2:nth-of-type(1) {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .documents .dragdrops .documents__dragdrop2:nth-of-type(1) {
        margin: 50px 10px 0 10px;
    }
}

.documents .dragdrops .documents__dragdrop2:nth-of-type(1) .documents__area {
    border-radius: 0;
}

@media (min-width: 992px) {
    .documents .dragdrops .documents__dragdrop2:nth-of-type(1) .documents__area {
        border-radius: 0 0 24px 24px;
    }
}

.documents__area {
    width: 100%;
    padding: 5px 0 15px;
    background-color: #fff;
    border-radius: 0 0 24px 24px;
    text-align: center;
}

.documents__area-icon {
    display: block;
    margin: 10px auto;
    width: 25px;
    height: 25px;
}

.documents__area-icon--upload {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2225%22%20viewBox%3D%220%200%2021%2025%22%3E%3Cpath%20fill%3D%22%23ff7e3b%22%20d%3D%22M891.657%20543.135v14.24c.01.497-.374.907-.857.918-.483-.01-.867-.421-.857-.917v-14.242l-3.678%203.943c-.158.172-.377.27-.607.27-.23%200-.45-.098-.607-.27-.335-.365-.335-.934%200-1.3l5.142-5.51c.158-.17.378-.267.607-.267.23%200%20.449.097.607.268l5.142%205.51c.335.365.335.934%200%201.3-.157.171-.377.27-.607.27-.23%200-.45-.099-.607-.27l-3.678-3.943zm7.593%2016.116c0-.53.392-.958.875-.958s.875.428.875.958v2.875c0%201.587-1.176%202.874-2.625%202.874h-15.75c-1.449%200-2.625-1.286-2.625-2.874v-2.875c0-.53.392-.958.875-.958s.875.428.875.958v2.875c0%20.529.392.958.875.958h15.75c.483%200%20.875-.43.875-.958v-2.875z%22%20transform%3D%22translate%28-880%20-540%29%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.documents__area-icon--success {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%2309A533%22%20d%3D%22M20%200C8.954%200%200%208.954%200%2020s8.954%2020%2020%2020%2020-8.954%2020-20S31.046%200%2020%200zm0%2037.42c-9.57%200-17.42-7.747-17.42-17.42%200-9.57%207.747-17.42%2017.42-17.42%209.57%200%2017.42%207.747%2017.42%2017.42%200%209.57-7.747%2017.42-17.42%2017.42zm11.422-22.175L16.867%2029.683c-.38.377-.992.374-1.369-.005l-6.925-6.982c-.377-.38-.374-.992.005-1.369l.687-.681c.38-.376.992-.374%201.369.005l5.562%205.608%2013.181-13.075c.38-.376.992-.374%201.369.005l.681.688c.377.379.374.992-.005%201.368z%22%20transform%3D%22translate%28-168%20-1519%29%20translate%280%201242%29%20translate%28168%20277%29%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.documents__area-text {
    display: block;
    margin-top: 10px;
}

.documents__area-text span {
    color: #5addd3;
}

.documents__area-footer {
    margin-top: 10px;
    display: block;
    text-align: center;
    color: #5addd3;
    font-size: 0.875rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
}

[dir=rtl] .documents__area-footer {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .documents__area-footer {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

.documents__dragdrop-progress {
    border-radius: 0 0 24px 24px;
    padding: 20px 30px;
    background-color: #fff;
    margin-top: 20px;
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.5;
    text-align: center;
    color: #000000;
}

[dir=rtl] .documents__dragdrop-progress {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .documents__dragdrop-progress {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.documents__dragdrop-progress .percentage {
    width: auto;
    height: 8px;
    border-radius: 4px;
    background-color: #5addd347;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    overflow: visible;
    margin: 30px auto 20px;
    max-width: 250px;
}

.documents__dragdrop-progress .percentage-value {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

[dir=ltr] .documents__dragdrop-progress .percentage-value {
    right: -40px;
}

[dir=rtl] .documents__dragdrop-progress .percentage-value {
    left: -40px;
}

.documents__dragdrop-progress .percentage-active {
    display: block;
    position: absolute;
    height: 8px;
    top: 0;
    z-index: 2;
    background-color: #5addd3;
    border-radius: 4px;
}

[dir=ltr] .documents__dragdrop-progress .percentage-active {
    left: 0;
}

[dir=rtl] .documents__dragdrop-progress .percentage-active {
    right: 0;
}

.companies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -50px;
}

@media (min-width: 992px) {
    .companies {
        margin-top: -130px;
    }
}

.companies__title {
    font-size: 1.25rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.4;
}

[dir=rtl] .companies__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 700;
}

[dir=ltr] .companies__title {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 500;
}

@media (min-width: 992px) {
    .companies__title {
        margin-top: 60px;
    }
}

.companies__subtitle {
    font-size: 1rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.81;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 17px 0 25px 0;
}

[dir=rtl] .companies__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .companies__subtitle {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.companies__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.companies__content .custom-checkbox {
    width: 100%;
    margin-bottom: 10px;
}

.companies__content .custom-checkbox .custom-control-label {
    font-size: 0.9375rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.38;
}

[dir=rtl] .companies__content .custom-checkbox .custom-control-label {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

[dir=ltr] .companies__content .custom-checkbox .custom-control-label {
    font-family: "Avenir Arabic", sans-serif;
    font-weight: 400;
}

.companies__content .custom-checkbox .custom-control-checkbox {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #000000;
    max-width: 220px;
}

[dir=ltr] .companies__content .custom-checkbox .custom-control-checkbox {
    margin-left: 10px;
}

[dir=rtl] .companies__content .custom-checkbox .custom-control-checkbox {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .companies {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .companies__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .companies__content .custom-checkbox {
        width: 49%;
    }
    .companies__content .custom-checkbox .custom-control-label {
        font-size: 1rem;
        font-family: "Avenir Arabic", sans-serif;
        line-height: normal;
    }
    [dir=rtl] .companies__content .custom-checkbox .custom-control-label {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
    [dir=ltr] .companies__content .custom-checkbox .custom-control-label {
        font-family: "Avenir Arabic", sans-serif;
        font-weight: 400;
    }
}

.layout--full-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.layout--full-width .site-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.layout--sidebar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.layout--sidebar-left .site-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.table.d-table tbody tr:nth-of-type(odd) {
    background-color: rgba(6, 140, 153, 0.05);
}

@media (min-width: 768px) {
    .table.d-table thead tr th {
        padding: 10px 15px;
        background-color: #5addd3;
        color: #fff;
    }
    .table.d-table tbody tr th.title {
        -webkit-box-shadow: -2px 0 4px 0 rgb(181 181 181 / 50%);
        box-shadow: -2px 0 4px 0 rgb(181 181 181 / 50%);
    }
    .benifit-block-data {
        min-width: 200px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .table__table-row--head {
        position: inherit;
    }
    .table.benifit-block .table__table-row:nth-child(2) {
        margin-left: 0 !important;
    }
    .table.benifit-block .table__table-row:nth-child(2) {
        margin-right: 0px !important;
    }
    /*  .table__table-row:nth-child(2) {
        margin-left: 0 !important;
    }

.table__table-row:nth-child(2){margin-right: 0px !important;}
*/
}

.customers-logo .images {
    text-align: center;
}

.customers-logo .branding__images img {
    margin: 10px;
}

.card_title {
    display: block !important;
}

.card_p {
    padding-top: 20px;
    z-index: 99;
    position: relative;
    width: 100%;
    font-size: 22px;
    line-height: 1.29;
    color: #fff;
    opacity: .7;
}

.card_title.slick-slide {
    margin: 10px;
}

.our-solution .slick-prev,
.slick-next {
    z-index: 10;
    width: 40px;
    background-color: #fd7e14;
    height: 50px;
    border-radius: 2px;
    text-align: center;
    top: 175px
}

.our-solution .slick-prev:hover,
.slick-next:hover {
    background-color: #006a73;
}

.our-solution .slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    position: relative;
    right: -10px;
}

[dir=rtl] .our-solution .slick-prev {
    right: -10px !important;
}

[dir=rtl] .our-solution .slick-next {
    left: -10px !important;
}

[dir="rtl"] .our-solution .slick-prev::before {
    content: "→";
}

[dir="rtl"] .our-solution .slick-next::before {
    content: "←" !important;
}

[dir="ltr"] .our-solution .slick-prev::before {
    content: "←";
    right: 10px;
}

[dir="ltr"] .our-solution .slick-next::before {
    content: "→" !important;
    right: 10px !important;
}

[dir=ltr] .our-solution .slick-prev {
    left: -10px !important;
}

[dir=ltr] .our-solution .slick-next {
    right: -10px !important;
}

[dir=ltr] .blogs .blog .text-image__right {
    padding-left: 30px;
}

[dir=rtl] .blogs .blog .text-image__right {
    padding-right: 30px;
}

.blogs .blog .text-image__right {
    justify-content: start;
}

.blogs hr {
    border-color: #fff;
    opacity: .4;
}

.blogs .card_title,
.blogs .card_title:before {
    border-radius: 5px;
}

.blogs .banner-new__text-top {
    font-size: 1.375rem;
    font-family: "Avenir Arabic", sans-serif;
    line-height: normal;
    line-height: 1.73;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#141c98), to(#5addd3));
    background-image: -o-linear-gradient(left, #141c98, #5addd3 100%);
    background-image: linear-gradient(to right, #141c98, #5addd3 100%);
    position: relative;
    top: 0;
    border-radius: 16px 16px 0 0;
    padding: 0 10px;
    display: inline-block;
    right: 0;
}

.blog-show h1 {
    font-size: 30px;
    line-height: 1.4;
}

div h3 a {
    line-height: 1.4;
}

.blogs-body {
    background-color: #f5f5f5;
}

.footer__social_links {
    display: flex;
}

.footer__social_links .btn-rounded {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
}

@media (min-width: 768px) {
    .table.d-table th,
    .table.d-table td {
        width: 300px;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {

    .table__table-cell--head .benefits_class {
        margin:auto;
    }

    /*.table.d-table tbody tr {
        margin-bottom: 10px;
    }*/
    .table.d-table tbody tr th.title {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 15px;
        background-color: #5addd3;
        color: #fff;
    }
    .table.d-table,
    .table.d-table tbody,
    .table.d-table tbody tr,
    .table.d-table tbody tr th,
    .table.d-table tbody tr td {
        display: block !important;
    }
    .table.d-table thead {
        display: none;
    }
    .title-bg {
        background-color: #f7f7f7;
        color: #0f1826 !important;
    }
    .video__title {
        font-size: 1.3rem;
    }
    .footer__copy {
        margin: auto;
        padding-top: 30px;
    }
    .our-customers__slider .customer_content {
        padding: 160px 20px 37px 20px;
    }
    .our-customers__slider .customer__links {
        top: 160px;
        position: absolute;
    }
}

