@font-face {
    font-family: objektiv-mk1;
    src: url(../../../af/f6162d/00000000000000003b9add1d/27/l) format("woff2"), url(../../../af/f6162d/00000000000000003b9add1d/27/d) format("woff"), url(../../../af/f6162d/00000000000000003b9add1d/27/a) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: objektiv-mk1;
    src: url(../../../af/9bda67/00000000000000003b9add20/27/l) format("woff2"), url(../../../af/9bda67/00000000000000003b9add20/27/d) format("woff"), url(../../../af/9bda67/00000000000000003b9add20/27/a) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: objektiv-mk1;
    src: url(../../../af/8adee8/00000000000000003b9add23/27/l) format("woff2"), url(../../../af/8adee8/00000000000000003b9add23/27/d) format("woff"), url(../../../af/8adee8/00000000000000003b9add23/27/a) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: objektiv-mk1;
    src: url(../../../af/66dcb9/00000000000000003b9add25/27/l) format("woff2"), url(../../../af/66dcb9/00000000000000003b9add25/27/d) format("woff"), url(../../../af/66dcb9/00000000000000003b9add25/27/a) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 800;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
:after,
:before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    //font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    font-style: normal;
    line-height: inherit;
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}

dl,
ol,
ul {
    margin-top: 0;
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

a {
    color: #007bff;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]),
    a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    //font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button,
input,
optgroup,
select,
textarea {
    //font-size: inherit;
    line-height: inherit;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    //font-size: 1.5rem;
    line-height: inherit;
}

[type="search"] {
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

output {
    display: inline-block;
}

summary {
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h1,
h1 {
    //font-size: 2.5rem;
}

.h2,
h2 {
    //font-size: 2rem;
}

.h3,
h3 {
    //font-size: 1.75rem;
}

.h4,
h4 {
    //font-size: 1.5rem;
}

.h5,
h5 {
    //font-size: 1.25rem;
}

.h6,
h6 {
    //font-size: 1rem;
}

.lead {
    //font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    //font-size: 6rem;
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    //font-size: 5.5rem;
}

.display-3 {
    //font-size: 4.5rem;
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    //font-size: 3.5rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
    //font-size: 80%;
    font-weight: 400;
}

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    //font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    //font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    //font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer:before {
        content: "\2014 \00A0";
    }

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    //font-size: 90%;
    color: #6c757d;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

code {
    //font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    //font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    //font-size: 87.5%;
    color: #212529;
}

    pre code {
        //font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table td,
    .table th {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

    .table-bordered thead td,
    .table-bordered thead th {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: hsla(0, 0%, 100%, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: hsla(0, 0%, 100%, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    //font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    //font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    //font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    //font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-lg,
    .form-control-plaintext.form-control-sm,
    .input-group-lg > .form-control-plaintext.form-control,
    .input-group-lg > .input-group-append > .form-control-plaintext.btn,
    .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-sm > .form-control-plaintext.form-control,
    .input-group-sm > .input-group-append > .form-control-plaintext.btn,
    .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    //font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    //font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    //font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    //font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 0.2rem;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}

    .custom-select.is-valid:focus,
    .form-control.is-valid:focus,
    .was-validated .custom-select:valid:focus,
    .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip,
    .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip,
    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip,
    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip {
        display: block;
    }

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}

    .custom-control-input.is-valid ~ .custom-control-label:before,
    .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        background-color: #71dd8a;
    }

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}

    .custom-file-input.is-valid ~ .custom-file-label:before,
    .was-validated .custom-file-input:valid ~ .custom-file-label:before {
        border-color: inherit;
    }

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    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%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    //font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 0.2rem;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}

    .custom-select.is-invalid:focus,
    .form-control.is-invalid:focus,
    .was-validated .custom-select:invalid:focus,
    .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip,
    .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip,
    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block;
    }

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}

    .custom-control-input.is-invalid ~ .custom-control-label:before,
    .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        background-color: #efa2a9;
    }

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}

    .custom-file-input.is-invalid ~ .custom-file-label:before,
    .was-validated .custom-file-input:invalid ~ .custom-file-label:before {
        border-color: inherit;
    }

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        justify-content: center;
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    //font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn:focus,
    .btn:hover {
        text-decoration: none;
    }

    .btn.focus,
    .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .btn.disabled,
    .btn:disabled {
        opacity: 0.65;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .btn:not(:disabled):not(.disabled).active,
        .btn:not(:disabled):not(.disabled):active {
            background-image: none;
        }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary.focus,
    .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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 {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled).active:focus,
        .btn-success:not(:disabled):not(.disabled):active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled).active,
    .btn-info:not(:disabled):not(.disabled):active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled).active:focus,
        .btn-info:not(:disabled):not(.disabled):active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled).active,
    .btn-warning:not(:disabled):not(.disabled):active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus,
        .btn-warning:not(:disabled):not(.disabled):active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled).active,
    .btn-danger:not(:disabled):not(.disabled):active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus,
        .btn-danger:not(:disabled):not(.disabled):active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-light.disabled,
    .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled).active,
    .btn-light:not(:disabled):not(.disabled):active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled).active:focus,
        .btn-light:not(:disabled):not(.disabled):active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-dark.disabled,
    .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled).active,
    .btn-dark:not(:disabled):not(.disabled):active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus,
        .btn-dark:not(:disabled):not(.disabled):active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary.focus,
    .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary.focus,
    .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled,
    .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success.focus,
    .btn-outline-success:focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled,
    .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled).active,
    .btn-outline-success:not(:disabled):not(.disabled):active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info.focus,
    .btn-outline-info:focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled,
    .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled).active,
    .btn-outline-info:not(:disabled):not(.disabled):active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning.focus,
    .btn-outline-warning:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled,
    .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active,
    .btn-outline-warning:not(:disabled):not(.disabled):active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger.focus,
    .btn-outline-danger:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled,
    .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active,
    .btn-outline-danger:not(:disabled):not(.disabled):active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light.focus,
    .btn-outline-light:focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled,
    .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled).active,
    .btn-outline-light:not(:disabled):not(.disabled):active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .btn-outline-light:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark.focus,
    .btn-outline-dark:focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled,
    .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active,
    .btn-outline-dark:not(:disabled):not(.disabled):active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

    .btn-link:hover {
        color: #0056b3;
        background-color: transparent;
    }

    .btn-link.focus,
    .btn-link:focus,
    .btn-link:hover {
        text-decoration: underline;
        border-color: transparent;
    }

    .btn-link.focus,
    .btn-link:focus {
        box-shadow: none;
    }

    .btn-link.disabled,
    .btn-link:disabled {
        color: #6c757d;
    }

.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    //font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    //font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

    .fade.show {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.collapsing,
.dropdown,
.dropup {
    position: relative;
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    //font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropright .dropdown-toggle:after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    //font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        flex: 0 1 auto;
    }

        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn.active,
        .btn-group > .btn:active,
        .btn-group > .btn:focus,
        .btn-group > .btn:hover {
            z-index: 1;
        }

    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group,
    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group,
    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split:after {
        margin-left: 0;
    }

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical .btn,
    .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn,
    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn,
    .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn input[type="radio"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .custom-file,
    .input-group > .custom-select,
    .input-group > .form-control {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .custom-file:focus,
        .input-group > .custom-select:focus,
        .input-group > .form-control:focus {
            z-index: 3;
        }

        .input-group > .custom-file + .custom-file,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .form-control,
        .input-group > .form-control + .custom-file,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .form-control {
            margin-left: -1px;
        }

        .input-group > .custom-select:not(:last-child),
        .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-select:not(:first-child),
        .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label:before {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label,
        .input-group > .custom-file:not(:first-child) .custom-file-label:before {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-append,
.input-group-prepend {
    display: flex;
}

    .input-group-append .btn,
    .input-group-prepend .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .btn,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    //font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="checkbox"],
    .input-group-text input[type="radio"] {
        margin-top: 0;
    }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label:before {
        color: #fff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:active ~ .custom-control-label:before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label:before {
            background-color: #e9ecef;
        }

.custom-control-label {
    margin-bottom: 0;
}

    .custom-control-label:before {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
    }

    .custom-control-label:after,
    .custom-control-label:before {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
    }

    .custom-control-label:after {
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label:before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple],
    .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    //font-size: 75%;
}

.custom-select-lg,
.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    //font-size: 125%;
}

.custom-file {
    display: inline-block;
    margin-bottom: 0;
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px);
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-control {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .custom-file-input:focus ~ .custom-file-control:before {
            border-color: #80bdff;
        }

    .custom-file-input:lang(en) ~ .custom-file-label:after {
        content: "Browse";
    }

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label,
    .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
    }

        .custom-file-label:after {
            bottom: 0;
            z-index: 3;
            display: block;
            height: 2.25rem;
            content: "Browse";
            background-color: #e9ecef;
            border-left: 1px solid #ced4da;
            border-radius: 0 0.25rem 0.25rem 0;
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.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:focus,
        .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            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: #007bff;
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}

    .navbar,
    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    //font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    //font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a,
    .navbar-light .navbar-text a:focus,
    .navbar-light .navbar-text a:hover {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: hsla(0, 0%, 100%, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: hsla(0, 0%, 100%, 0.25);
    }

    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}

    .navbar-dark .navbar-text a,
    .navbar-dark .navbar-text a:focus,
    .navbar-dark .navbar-text a:hover {
        color: #fff;
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: flex;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-header,
                .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-footer,
                .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-header,
                .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-footer,
                .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-header,
                .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-footer,
                .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                border-radius: 0;
            }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.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: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    //font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    //font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    //font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:focus,
    .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .badge-secondary[href]:focus,
    .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:focus,
    .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .badge-info[href]:focus,
    .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .badge-warning[href]:focus,
    .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:focus,
    .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:focus,
    .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:focus,
    .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    //font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:focus,
    .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item:focus,
    .list-group-item:hover {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled,
    .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:focus,
    .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:focus,
    .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:focus,
    .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:focus,
    .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:focus,
    .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:focus,
    .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:focus,
    .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:focus,
    .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    //font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal,
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-25%);
}

.modal.show .modal-dialog {
    transform: translate(0);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: 0.25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: 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-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    //font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

    .bs-tooltip-auto[x-placement^="top"] .arrow,
    .bs-tooltip-top .arrow {
        bottom: 0;
    }

        .bs-tooltip-auto[x-placement^="top"] .arrow:before,
        .bs-tooltip-top .arrow:before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

    .bs-tooltip-auto[x-placement^="right"] .arrow,
    .bs-tooltip-right .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-auto[x-placement^="right"] .arrow:before,
        .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

    .bs-tooltip-auto[x-placement^="bottom"] .arrow,
    .bs-tooltip-bottom .arrow {
        top: 0;
    }

        .bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
        .bs-tooltip-bottom .arrow:before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

    .bs-tooltip-auto[x-placement^="left"] .arrow,
    .bs-tooltip-left .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-auto[x-placement^="left"] .arrow:before,
        .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    //font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover,
    .popover .arrow {
        position: absolute;
        display: block;
    }

        .popover .arrow {
            width: 1rem;
            height: 0.5rem;
            margin: 0 0.3rem;
        }

            .popover .arrow:after,
            .popover .arrow:before {
                position: absolute;
                display: block;
                content: "";
                border-color: transparent;
                border-style: solid;
            }

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

    .bs-popover-auto[x-placement^="top"] .arrow,
    .bs-popover-top .arrow {
        bottom: calc(-0.5rem + -1px);
    }

        .bs-popover-auto[x-placement^="top"] .arrow:after,
        .bs-popover-auto[x-placement^="top"] .arrow:before,
        .bs-popover-top .arrow:after,
        .bs-popover-top .arrow:before {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-auto[x-placement^="top"] .arrow:before,
        .bs-popover-top .arrow:before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-auto[x-placement^="top"] .arrow:after,
        .bs-popover-top .arrow:after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

    .bs-popover-auto[x-placement^="right"] .arrow,
    .bs-popover-right .arrow {
        left: calc(-0.5rem + -1px);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-auto[x-placement^="right"] .arrow:after,
        .bs-popover-auto[x-placement^="right"] .arrow:before,
        .bs-popover-right .arrow:after,
        .bs-popover-right .arrow:before {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-auto[x-placement^="right"] .arrow:before,
        .bs-popover-right .arrow:before {
            left: 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-auto[x-placement^="right"] .arrow:after,
        .bs-popover-right .arrow:after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

    .bs-popover-auto[x-placement^="bottom"] .arrow,
    .bs-popover-bottom .arrow {
        top: calc(-0.5rem + -1px);
    }

        .bs-popover-auto[x-placement^="bottom"] .arrow:after,
        .bs-popover-auto[x-placement^="bottom"] .arrow:before,
        .bs-popover-bottom .arrow:after,
        .bs-popover-bottom .arrow:before {
            border-width: 0 0.5rem 0.5rem;
        }

        .bs-popover-auto[x-placement^="bottom"] .arrow:before,
        .bs-popover-bottom .arrow:before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-auto[x-placement^="bottom"] .arrow:after,
        .bs-popover-bottom .arrow:after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-auto[x-placement^="bottom"] .popover-header:before,
    .bs-popover-bottom .popover-header:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

    .bs-popover-auto[x-placement^="left"] .arrow,
    .bs-popover-left .arrow {
        right: calc(-0.5rem + -1px);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-auto[x-placement^="left"] .arrow:after,
        .bs-popover-auto[x-placement^="left"] .arrow:before,
        .bs-popover-left .arrow:after,
        .bs-popover-left .arrow:before {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-auto[x-placement^="left"] .arrow:before,
        .bs-popover-left .arrow:before {
            right: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-auto[x-placement^="left"] .arrow:after,
        .bs-popover-left .arrow:after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    //font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        display: block;
    }

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateX(0);
    }

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateZ(0);
    }
}

.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0);
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 0.9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: hsla(0, 0%, 100%, 0.5);
    }

        .carousel-indicators li:before {
            top: -10px;
        }

        .carousel-indicators li:after,
        .carousel-indicators li:before {
            position: absolute;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li:after {
            bottom: -10px;
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive:before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9:before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive-4by3:before {
    padding-top: 75%;
}

.embed-responsive-1by1:before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    top: 0;
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    bottom: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 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-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-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-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-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-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .container,
    body {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:after,
    .slick-track:before {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    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;
}

html {
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: inherit;
}

a {
    transition: all 0.5s ease-in-out;
}

    a,
    a:hover {
        text-decoration: none;
    }

:hover {
    transition: all 0.2s ease-in-out;
}

:focus {
    outline: 1px dashed #ffcf00;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    line-height: 1.22;
    -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

ul {
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

p {
    margin-bottom: 0;
    line-height: 160%;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    //font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    //font-size: 1em;
}

small {
    //font-size: 80%;
}

sub,
sup {
    //font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.22;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring,
    button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

form {
    margin-bottom: 0;
}

button:focus {
    outline: none;
}

body {
    font-family: objektiv-mk1;
    font-weight: 400;
    color: #212121;
}

    body,
    body.light {
        background: #f6f6f7;
    }

        body.dark {
            background: #212121;
        }

#masterWrapper,
.masterWrapper {
    overflow-x: hidden;
}

header {
    height: 120px;
    background: #212121;
    width: 100%;
    padding: 0 60px;
}

@media (max-width: 767px) {
    header {
        height: auto;
        padding: 0 15px 15px;
        display: grid;
    }
}

header .logoWrap {
    width: 235px;
    height: 120px;
    line-height: 120px;
    float: left;
}

@media (max-width: 767px) {
    header .logoWrap {
        position: relative;
    }
}

header .logoWrap a {
    display: inline-block;
    float: left;
    outline: none;
}

header .logoWrap .afz-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    header .logoWrap .afz-icon {
        display: none;
    }
}

header .logoWrap .afz-icon img {
    max-width: 190px;
}

header .logoWrap .desktop {
    display: none;
    padding-top: 0;
}

@media (min-width: 768px) {
    header .logoWrap .desktop {
        display: block;
        padding-top: 38px;
    }
}

header .logoWrap .mobile {
    display: none;
    margin-top: 16px;
}

@media (min-width: 768px) {
    header .logoWrap .mobile {
        display: none;
    }
}

header .logoWrap .menuIcon {
    width: 28px;
    height: 24px;
    cursor: pointer;
    position: relative;
    float: right;
    margin-top: 14px;
}

@media (min-width: 768px) {
    header .logoWrap .menuIcon {
        display: none;
    }
}

@media (max-width: 767px) {
    header .logoWrap .menuIcon {
        position: absolute;
        top: 1px;
        left: 0;
    }
}

header .logoWrap .menuIcon span {
    display: inline-block;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 5px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    left: 0;
    right: 0;
}

    header .logoWrap .menuIcon span.lineA {
        transition: top 75ms ease 0.12s, opacity 75ms ease;
        top: 0;
    }

    header .logoWrap .menuIcon span.lineB {
        transition-duration: 75ms;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        top: 8px;
    }

    header .logoWrap .menuIcon span.lineC {
        transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        bottom: 0;
    }

header .logoWrap .menuIcon.active span.lineA {
    top: 8px;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
}

header .logoWrap .menuIcon.active span.lineB {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

header .logoWrap .menuIcon.active span.lineC {
    bottom: 8px;
    transform: rotate(-45deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}

@media (max-width: 767px) {
    header .logoWrap {
        text-align: center;
        width: 100%;
        height: 48px;
        line-height: 48px;
    }

        header .logoWrap a {
            margin: auto;
            display: inline-block;
            float: none;
        }
}

header .infoSettingBar {
    width: 420px;
    float: right;
}

@media (max-width: 991px) {
    header .infoSettingBar {
        width: 306px;
    }
}

@media (max-width: 767px) {
    header .infoSettingBar {
        width: 100%;
    }
}

header .infoSettingBar .whatsaap {
    width: 44px;
    height: 50px;
    line-height: 50px;
    float: left;
    color: hsla(0, 0%, 100%, 0);
}

    header .infoSettingBar .whatsaap,
    header .infoSettingBar .whatsaap a {
        padding-left: 28px;
        background: url(../images/whatsaap-icon.svg) no-repeat 0;
        background-size: 22px;
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        transition-duration: 0.3s;
        transition-property: color, background-color;
    }

        header .infoSettingBar .whatsaap a {
            width: 100%;
            color: #f6f6f7;
        }

@media (max-width: 991px) {
    header .infoSettingBar .whatsaap {
        width: 32px;
        overflow: hidden;
        line-height: 25px;
    }

        header .infoSettingBar .whatsaap a {
            color: hsla(0, 0%, 100%, 0);
        }
}

header .infoSettingBar .info {
    width: 44px;
    height: 50px;
    line-height: 50px;
    float: left;
    color: hsla(0, 0%, 100%, 0);
}

    header .infoSettingBar .info,
    header .infoSettingBar .info a {
        display: inline-block;
        padding-left: 28px;
        background: url(../images/email-icon.svg) no-repeat 0;
        background-size: 22px;
        font-size: 14px;
        font-weight: 300;
        transition-duration: 0.3s;
        transition-property: color, background-color;
        outline: none;
    }

        header .infoSettingBar .info a {
            width: 100%;
            color: #f6f6f7;
        }

@media (max-width: 991px) {
    header .infoSettingBar .info {
        width: 32px;
        overflow: hidden;
    }

        header .infoSettingBar .info a {
            color: hsla(0, 0%, 100%, 0);
        }
}

header .infoSettingBar .phone {
    width: 110px;
    height: 50px;
    line-height: 50px;
    float: left;
    display: inline-block;
    padding-left: 25px;
    background: url(../images/call-icon.svg) no-repeat 0;
    background-size: 22px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

@media (max-width: 991px) {
    header .infoSettingBar .phone {
        color: hsla(0, 0%, 100%, 0);
    }
}

header .infoSettingBar .phone:hover {
    color: #ffcf00;
}

@media (max-width: 991px) {
    header .infoSettingBar .phone:hover {
        color: hsla(0, 0%, 100%, 0);
    }
}

header .infoSettingBar .phone a {
    display: inline-block;
    width: 100%;
    padding-left: 25px;
    background: url(../images/call-icon.svg) no-repeat 0;
    background-size: 22px;
    font-size: 14px;
    font-weight: 300;
    color: #f6f6f7;
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

@media (max-width: 991px) {
    header .infoSettingBar .phone a {
        color: hsla(0, 0%, 100%, 0);
    }
}

header .infoSettingBar .phone a:hover {
    color: #ffcf00;
}

@media (max-width: 991px) {
    header .infoSettingBar .phone a:hover {
        color: hsla(0, 0%, 100%, 0);
    }
}

@media (max-width: 991px) {
    header .infoSettingBar .phone {
        width: 32px;
        overflow: hidden;
    }

        header .infoSettingBar .phone a {
            color: hsla(0, 0%, 100%, 0);
        }
}

header .infoSettingBar .langColorWrap {
    width: 210px;
    float: left;
}

@media (max-width: 767px) {
    header .infoSettingBar .langColorWrap {
        float: right;
    }
}

header .infoSettingBar .langSwitch {
    width: 90px;
    float: left;
    position: relative;
    top: 19px;
}

    header .infoSettingBar .langSwitch .label {
        font-size: 10px;
        font-weight: 300;
        color: #fff;
        float: left;
        position: relative;
        padding-right: 15px;
        padding-bottom: 5px;
        cursor: pointer;
    }

        header .infoSettingBar .langSwitch .label:after {
            content: "";
            width: 10px;
            height: 5px;
            background: url(../images/dArrow.svg) no-repeat;
            background-size: 10px;
            position: absolute;
            right: 0;
            top: 4px;
            transform: rotate(0deg);
            transition-duration: 0.2s;
        }

        header .infoSettingBar .langSwitch .label span {
            display: inline-block;
            float: left;
            padding-right: 5px;
        }

        header .infoSettingBar .langSwitch .label img {
            width: 19px;
            float: right;
        }

        header .infoSettingBar .langSwitch .label:hover ~ ul {
            display: block;
        }

        header .infoSettingBar .langSwitch .label:hover .label:after {
            transform: rotate(180deg);
            transition-duration: 0.4s;
        }

    header .infoSettingBar .langSwitch ul {
        position: absolute;
        display: none;
        top: 18px;
        right: 15px;
        z-index: 9;
        width: 110px;
        background: #f6f6f7;
        padding: 5px;
    }

        header .infoSettingBar .langSwitch ul:hover {
            display: block;
        }

        header .infoSettingBar .langSwitch ul li {
            width: 100%;
            float: left;
            list-style: none;
            font-size: 10px;
        }

            header .infoSettingBar .langSwitch ul li a {
                color: #212121;
                padding: 5px 0;
                border-bottom: 1px solid #ddd;
                display: inline-block;
                width: 100%;
            }

                header .infoSettingBar .langSwitch ul li a:last-child {
                    border-bottom: none;
                }

            header .infoSettingBar .langSwitch ul li.english a {
                padding-left: 25px;
                background: url(../images/english.png) no-repeat 0;
                background-size: 19px;
            }

@media (-webkit-min-device-pixel-ratio: 1.5) {
    header .infoSettingBar .langSwitch ul li.english a {
        background: url(../images/english@2x.png) no-repeat 0;
        background-size: 19px;
    }
}

header .infoSettingBar .langSwitch ul li.arabic a {
    padding-left: 25px;
    background: url(../images/arabic.png) no-repeat 0;
    background-size: 19px;
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
    header .infoSettingBar .langSwitch ul li.arabic a {
        background: url(../images/arabic@2x.png) no-repeat 0;
        background-size: 19px;
    }
}

header .infoSettingBar .langSwitch ul li.chinese a {
    padding-left: 25px;
    background: url(../images/chinese.png) no-repeat 0;
    background-size: 19px;
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
    header .infoSettingBar .langSwitch ul li.chinese a {
        background: url(../images/chinese@2x.png) no-repeat 0;
        background-size: 19px;
    }
}

header .infoSettingBar .langSwitch ul li.russian a {
    padding-left: 25px;
    background: url(../images/russian.png) no-repeat 0;
    background-size: 19px;
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
    header .infoSettingBar .langSwitch ul li.russian a {
        background: url(../images/russian@2x.png) no-repeat 0;
        background-size: 19px;
    }
}

header .infoSettingBar .colorSwtich {
    width: 120px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
}

    header .infoSettingBar .colorSwtich .subWrap {
        display: inline-block;
        width: 100%;
    }

    header .infoSettingBar .colorSwtich .label {
        font-size: 10px;
        font-weight: 300;
        color: #fff;
        float: left;
    }

    header .infoSettingBar .colorSwtich span {
        display: inline-block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        float: left;
        position: relative;
        margin-left: 15px;
        margin-right: 5px;
        margin-top: 3px;
    }

        header .infoSettingBar .colorSwtich span.active {
            width: 15px;
            height: 15px;
            margin-top: 0;
        }

            header .infoSettingBar .colorSwtich span.active:after {
                content: "";
                position: absolute;
                width: 15px;
                height: 1px;
                bottom: -5px;
                left: -1px;
                right: 0;
                background: #f6f6f7;
            }

    header .infoSettingBar .colorSwtich .dark {
        background: #212121;
        border: 1px solid #f6f6f7;
    }

    header .infoSettingBar .colorSwtich .light {
        background: #f6f6f7;
        border: 1px solid #f6f6f7;
    }

header .menuBar {
    width: calc(100% - 235px);
    height: 62px;
    line-height: 62px;
    float: right;
}

@media (max-width: 767px) {
    header .menuBar {
        width: 100%;
        height: auto;
        line-height: normal;
        display: none;
        margin-top: 10px;
    }
}

header .menuBar .menu ul {
    /* max-width: 850px; */
    float: right;
}

@media (max-width: 767px) {
    header .menuBar .menu ul {
        max-width: 100%;
        text-align: center;
        float: none;
        display: inline-block;
        width: 100%;
        padding: 5px;
        background: #2e2e2e;
        margin-top: 20px;
    }
}

header .menuBar .menu ul li {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin-right: 30px;
    list-style-type:none;

}

@media (max-width: 991px) {
    header .menuBar .menu ul li {
        margin-right: 30px;
        //font-size: 15px;
    }
}

@media (max-width: 767px) {
    header .menuBar .menu ul li {
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid #212121;
        margin-right: 0;
    }

        header .menuBar .menu ul li:last-child {
            border-bottom: none;
        }
}

header .menuBar .menu ul li:last-child {
    margin-right: 0;
}

header .menuBar .menu ul li a {
    color: #fff;
    text-decoration: none;
}
header .menuBar .menu ul li a:hover { /* waqas */
    color: #ffcf03;
}

header .menuBar .menu ul li span {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

    header .menuBar .menu ul li span.active,
    header .menuBar .menu ul li span:hover {
        color: #ffcf00;
    }

.stickyDesktopMenu {
    display: none;
}

    .stickyDesktopMenu .logoIcon {
        width: 25px;
        float: left;
    }

    .stickyDesktopMenu .stickySocialMenu {
        width: 670px;
        float: right;
    }

        .stickyDesktopMenu .stickySocialMenu .social {
            width: 150px;
            float: left;
        }

            .stickyDesktopMenu .stickySocialMenu .social li {
                float: left;
                padding-right: 20px;
            }

        .stickyDesktopMenu .stickySocialMenu .menu {
            width: calc(100% - 150px);
        }

#sticky-wrapper {
    height: auto !important;
}

    #sticky-wrapper.is-sticky {
        height: 220px;
    }

@media (max-width: 767px) {
    #sticky-wrapper {
        height: auto !important;
    }
}

.megaMenu {
    display: none;
    width: 100%;
    padding: 20px 60px;
    background: #f6f6f7;
}

@media (max-width: 767px) {
    .megaMenu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        transform: translateX(-100%);
        transition-duration: 0.2s;
        display: block;
        padding: 0;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
    }

        .megaMenu.slideActive {
            transform: translateX(0);
            transition-duration: 0.4s;
            opacity: 1;
        }
}

.megaMenu .startBusiness {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .megaMenu .startBusiness {
        display: inline-block;
        width: calc(100% - 55px);
        padding: 20px 15px;
        background: #fff;
        height: 100%;
    }
}

.megaMenu .investorServices {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .megaMenu .investorServices {
        display: inline-block;
        width: calc(100% - 55px);
        padding: 20px 15px;
        background: #fff;
        height: 100%;
    }
}

.megaMenu .investorServices .subWrap {
    max-width: 960px;
    margin: auto;
}

.megaMenu .investorServices .imgCard {
    width: 200px;
    border: 2px solid #212121;
    background: #212121;
}

@media (max-width: 767px) {
    .megaMenu .investorServices .imgCard {
        width: 100%;
        margin-bottom: 20px;
    }
}

.megaMenu .investorServices .imgCard span {
    display: inline-block;
    width: 100%;
    background: #212121;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .megaMenu .investorServices .imgCard {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .megaMenu .investorServices .imgCard {
        width: 100%;
    }
}

.megaMenu .investorServices .imgCard img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.megaMenu .cell {
    width: 240px;
    padding: 0 10px;
}

    .megaMenu .cell:first-child {
        padding-left: 0;
    }

@media (max-width: 767px) {
    .megaMenu .cell:first-child {
        width: 100%;
    }
}

.megaMenu .cell:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .megaMenu .cell {
        width: 100%;
        margin-bottom: 20px;
        float: left;
        padding-right: 0;
        padding-left: 0;
    }
}

.megaMenu .cell .gettingStarted {
    width: 200px;
    border: 2px solid #212121;
    background: #212121;
}

    .megaMenu .cell .gettingStarted span {
        display: inline-block;
        width: 100%;
        background: #212121;
        color: #ffcf00;
        font-size: 14px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
    }

@media (max-width: 991px) {
    .megaMenu .cell .gettingStarted {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .megaMenu .cell .gettingStarted {
        width: 100%;
    }
}

.megaMenu .cell .gettingStarted img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.megaMenu .cell h3 {
    //font-size: 16px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .megaMenu .cell h3 {
        position: relative;
        cursor: pointer;
    }

        .megaMenu .cell h3:after {
            content: "";
            width: 13px;
            height: 13px;
            position: absolute;
            right: 0;
            top: 3px;
            background: url(../images/expand-black.svg) no-repeat 50%;
            background-size: 13px;
            transform: rotate(0deg);
            transition-duration: 0.2s;
        }

        .megaMenu .cell h3.active:after {
            transform: rotate(45deg);
            transition-duration: 0.2s;
        }
}

@media (max-width: 767px) {
    .megaMenu .cell ul {
        width: 100%;
        display: none;
    }
}

.megaMenu .cell ul li {
    color: #919191;
    font-size: 12px;
    list-style: none;
    padding-bottom: 18px;
}

@media (max-width: 767px) {
    .megaMenu .cell ul li {
        //font-size: 15px;
    }
}

.megaMenu .cell ul li:last-child {
    padding-bottom: 0;
}

.megaMenu .cell ul li a {
    color: #919191;
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

    .megaMenu .cell ul li a:hover {
        color: #ffcf00;
    }

.megaMenu .menuIcon {
    width: 28px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 64px;
    display: none;
}

    .megaMenu .menuIcon span {
        display: inline-block;
        height: 3px;
        width: 100%;
        border-radius: 2px;
        background: #fff;
        margin-bottom: 5px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
        left: 0;
        right: 0;
    }

        .megaMenu .menuIcon span.lineA {
            top: 8px;
            opacity: 0;
            transition: top 75ms ease, opacity 75ms ease 0.12s;
        }

        .megaMenu .menuIcon span.lineB {
            top: 8px;
            transform: rotate(45deg);
            transition-delay: 0.12s;
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        .megaMenu .menuIcon span.lineC {
            bottom: 8px;
            transform: rotate(-45deg);
            transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
        }

.megaMenu.slideActive .menuIcon {
    display: block;
}

@-webkit-keyframes kenburns {
    0% {
        opacity: 1;
    }

    5% {
        opacity: 1;
    }

    95% {
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    to {
        transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0);
        opacity: 1;
    }
}

@keyframes kenburns {
    0% {
        opacity: 1;
    }

    5% {
        opacity: 1;
    }

    95% {
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    to {
        transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0);
        opacity: 1;
    }
}

#heroImg,
.heroImg {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    #heroImg:after,
    .heroImg:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

    #heroImg img,
    .heroImg img {
        width: 100%;
        height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
    }

        #heroImg img:hover,
        .heroImg img:hover {
            -webkit-animation: kenburns 120s infinite;
            animation: kenburns 120s infinite;
        }

@media (max-width: 767px) {
    #heroImg img,
    .heroImg img {
        height: 160px;
    }
}

#heroImg.home,
.heroImg.home {
    height: calc(100vh - 342px);
}

@media (max-width: 767px) {
    #heroImg.home,
    .heroImg.home {
        height: 216px;
    }
}

#heroImg.home img,
.heroImg.home img {
    width: 100%;
    height: calc(100vh - 342px);
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    #heroImg.home img,
    .heroImg.home img {
        height: 216px;
    }
}

#heroImg.home video,
.heroImg.home video {
    width: 100%;
    height: calc(100vh - 342px);
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    #heroImg.home video,
    .heroImg.home video {
        height: 216px;
    }
}

#heroImg.home .slick-dots,
.heroImg.home .slick-dots {
    display: none;
}

.sectionTitle {
    display: inline-block;
    width: 100%;
}

    .sectionTitle h2 {
        font-size: 25px;
        //font-size: 35px;
        font-weight: 800;
        margin-bottom: 20px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

@media (max-width: 767px) {
    .sectionTitle h2 {
        font-size: 20px;
        //font-size: 26px;
    }
}

.sectionTitle h3 {
    font-size: 25px;
    //font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .sectionTitle h3 {
        font-size: 18px;
    }
}

.sectionTitle p {
    font-size: 20px;
    font-weight: 300;
    width: 100%;
}

@media (max-width: 767px) {
    .sectionTitle p {
        font-size: 16px;
    }
}

.sectionTitle.center h2,
.sectionTitle.center h3,
.sectionTitle.center p {
    text-align: center !important;
}

.sectionTitle.left h2,
.sectionTitle.left h3,
.sectionTitle.left p {
    text-align: left !important;
}

.sectionTitle.right h2,
.sectionTitle.right h3,
.sectionTitle.right p {
    text-align: right !important;
}

.thankYou {
    display: inline-block;
    width: 100%;
    padding: 100px 15px;
    margin-bottom: 40px;
    background: #fff;
}

@media (max-width: 767px) {
    .thankYou {
        padding: 30px 15px;
    }
}

.thankYou h2 {
    //font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}

    .thankYou h2:after {
        content: "";
        width: 50px;
        height: 4px;
        background: #ffcf00;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 0;
    }

@media (max-width: 767px) {
    .thankYou h2 {
        //font-size: 26px;
    }
}

.thankYou h3 {
    //font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .thankYou h3 {
        //font-size: 18px;
    }
}

.thankYou p {
    //font-size: 20px;
    font-weight: 300;
    width: 100%;
    max-width: 80%;
    margin: auto;
}

@media (max-width: 767px) {
    .thankYou p {
        //font-size: 16px;
        max-width: 100%;
    }
}

.thankYou h2,
.thankYou h3,
.thankYou p {
    text-align: center !important;
}

footer {
    background: url(../images/mesh.png) no-repeat #212121;
    background-size: cover;
    padding: 80px 0;
}

@media (max-width: 767px) {
    footer {
        padding: 50px 0 150px;
    }
}

@media (max-width: 767px) {
    footer .cellWrap:first-child .cell {
        border-top: 1px solid hsla(0, 0%, 100%, 0.07);
    }
}

@media (max-width: 767px) {
    footer .cellWrap:last-child .cell {
        border-bottom: none;
    }
}

footer .cellWrap:last-child .cell h3 {
    pointer-events: none;
}

    footer .cellWrap:last-child .cell h3:after {
        content: none !important;
    }

footer .cell {
    display: inline-block;
    width: 100%;
}

@media (max-width: 767px) {
    footer .cell {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.07);
        padding-top: 15px;
    }
}

footer .cell h3 {
    font-size: 10px;
    font-weight: 700;
    color: #ffcf00;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    footer .cell h3 {
        position: relative;
    }

        footer .cell h3:after {
            content: "";
            width: 14px;
            height: 14px;
            background: url(../images/plus.svg) no-repeat 100%;
            background-size: 14px;
            position: absolute;
            right: 0;
            top: 5px;
            cursor: pointer;
            transform: rotate(0deg);
            transition-duration: 0.2s;
        }

        footer .cell h3.active:after {
            transform: rotate(45deg);
            transition-duration: 0.4s;
        }
}

footer .cell ul {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

@media (max-width: 767px) {
    footer .cell ul {
        display: none;
        margin-bottom: 0;
    }
}

footer .cell ul li {
    width: 100%;
    list-style: none;
    float: left;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

    footer .cell ul li a {
        color: #f6f6f7;
    }

        footer .cell ul li a:hover {
            color: #ffcf00;
        }

@media (max-width: 767px) {
    footer .cell ul.social {
        display: inline-block;
    }
}

footer .cell ul.social li {
    width: 16px;
    float: left;
    margin-right: 20px;
}

    footer .cell ul.social li img {
        width: 16px;
    }

footer .cell .buttonStyle {
    display: inline-block;
    padding: 10px 30px;
    background: #ffcf00;
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 40px;
    margin-bottom: 20px;
}

footer .cell form .fieldWrap {
    display: inline-block;
    width: 100%;
}

    footer .cell form .fieldWrap .emailWrap {
        width: calc(100% - 80px);
        float: left;
    }

        footer .cell form .fieldWrap .emailWrap input {
            width: 100%;
            height: 40px;
            line-height: 45px;
            padding: 0 7px;
            background: none;
            border: 1px solid #ffcf00;
            border-right: 0;
            color: #ffcf00;
            font-size: 12px;
        }

    footer .cell form .fieldWrap .btnWrap {
        width: 80px;
        float: left;
    }

        footer .cell form .fieldWrap .btnWrap button {
            width: 100%;
            height: 40px;
            text-align: center;
            color: #212121;
            background: #ffcf00;
            font-size: 12px;
            border: none;
            font-weight: 700;
        }

footer .cell.subs {
    margin-top: 20px;
}

footer .creditText {
    text-align: right;
    color: #fff;
    font-size: 13px;
}

@media (max-width: 767px) {
    footer .creditText {
        text-align: left;
    }
}

footer .creditText a {
    font-weight: 700;
    color: #fff;
}

#breadCrumbs,
.breadCrumbs {
    padding: 20px 0;
}

    #breadCrumbs ul li,
    .breadCrumbs ul li {
        font-size: 12px;
        font-weight: 400;
        color: #212121;
        list-style: none;
        float: left;
        padding: 0 30px 0 0;
        position: relative;
        text-transform: uppercase;
        font-weight: 700;
    }

        #breadCrumbs ul li span,
        .breadCrumbs ul li span {
            color: #212121;
        }

        #breadCrumbs ul li:after,
        .breadCrumbs ul li:after {
            content: ">";
            position: absolute;
            right: 10px;
            top: 0;
            font-size: 12px;
            font-weight: 400;
            color: #212121;
        }

        #breadCrumbs ul li:first-child,
        .breadCrumbs ul li:first-child {
            padding-left: 0;
        }

        #breadCrumbs ul li:last-child,
        .breadCrumbs ul li:last-child {
            padding-right: 0;
        }

            #breadCrumbs ul li:last-child:after,
            .breadCrumbs ul li:last-child:after {
                content: none;
            }

        #breadCrumbs ul li a,
        .breadCrumbs ul li a {
            color: #212121;
            transition-duration: 0.3s;
            transition-property: color, background-color;
        }

            #breadCrumbs ul li a:hover,
            .breadCrumbs ul li a:hover {
                color: #ffcf00;
            }

        #breadCrumbs ul li.active,
        .breadCrumbs ul li.active {
            font-weight: 400;
            color: #919191;
        }

            #breadCrumbs ul li.active a,
            .breadCrumbs ul li.active a {
                color: #919191;
            }

.connectLink {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .connectLink a {
        display: inline-block;
        padding: 18px 35px;
        margin: auto;
        background: #facf02;
        //font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        color: #212121;
    }

#pageWrap {
    padding: 80px 0;
}

@media (max-width: 767px) {
    #pageWrap {
        padding: 30px 0;
    }
}

#pageWrap .content p {
    color: #212121;
    line-height: 160%;
    font-weight: 300;
    margin-bottom: 20px;
}

#pageWrap .content ol,
#pageWrap .content ul {
    margin-bottom: 20px;
    padding-left: 15px;
}

    #pageWrap .content ol li,
    #pageWrap .content ul li {
        //font-size: 15px;
        color: #212121;
        padding-bottom: 5px;
        font-weight: 300;
        line-height: 160%;
    }

        #pageWrap .content ol li ol,
        #pageWrap .content ol li ul,
        #pageWrap .content ul li ol,
        #pageWrap .content ul li ul {
            padding-top: 10px;
            padding-left: 20px;
            margin-bottom: 0;
        }

#pageWrap .content h3 {
    //font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

#careers.landing .sectionTitle {
    margin-bottom: 50px;
}

    #careers.landing .sectionTitle h3,
    #careers.landing .sectionTitle p {
        text-align: center;
    }

#careers.landing .cell {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    #careers.landing .cell {
        margin-bottom: 40px;
    }
}

#careers.landing .cell .data {
    width: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

    #careers.landing .cell .data .dataSubWrap {
        width: 100%;
        float: left;
    }

@media (max-width: 767px) {
    #careers.landing .cell .data {
        display: flex;
        width: 100%;
        padding: 15px;
    }
}

#careers.landing .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #212121;
    text-align: left;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #careers.landing .cell .data h3 {
        //font-size: 26px;
    }
}

#careers.landing .cell .data p {
    //font-size: 16px;
    font-weight: 400;
    color: #212121;
    max-width: calc(100% - 15px);
    float: left;
}

#careers.landing .cell .imgWrap {
    width: 50%;
    display: table-cell;
    position: relative;
}

    #careers.landing .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

@media (max-width: 767px) {
    #careers.landing .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

#careers.landing .cell .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 380px;
}

@media (max-width: 767px) {
    #careers.landing .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

#careers.landing .cell:nth-child(odd) .data {
    order: 2;
}

@media (max-width: 767px) {
    #careers.landing .cell:nth-child(odd) .data {
        padding-right: 15px;
    }
}

#careers.landing .cell:nth-child(odd) .data .dataSubWrap {
    float: right;
    width: 100%;
}

#careers.landing .cell:nth-child(odd) .imgWrap {
    order: 1;
}

#careers.landing .cta {
    text-align: center;
    padding: 30px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #careers.landing .cta {
        margin-top: 0;
    }
}

#careers.landing .cta a {
    display: inline-block;
    padding: 15px 25px;
    background: #212121;
    color: #fff;
    text-transform: uppercase;
    //font-size: 15px;
    font-weight: 700;
}

#masterCta,
.masterCta {
    padding: 40px 0;
    background: url(../images/masterCta.jpg) no-repeat;
    background-size: cover;
}

    #masterCta p,
    .masterCta p {
        text-align: center;
        //font-size: 32px;
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

@media (max-width: 767px) {
    #masterCta p,
    .masterCta p {
        //font-size: 26px;
    }
}

#masterCta .btnWrap,
.masterCta .btnWrap {
    text-align: center;
    display: inline-block;
    width: 100%;
}

    #masterCta .btnWrap a,
    .masterCta .btnWrap a {
        //font-size: 22px;
        font-weight: 700;
        color: #212121;
        text-transform: uppercase;
        padding: 12px 30px;
        background: #ffcf00;
        display: inline-block;
        border: 2px solid #ffcf00;
        transition-duration: 0.3s;
        transition-property: color, background-color;
    }

        #masterCta .btnWrap a:hover,
        .masterCta .btnWrap a:hover {
            background: #212121;
            color: #ffcf00;
        }

@media (max-width: 767px) {
    #masterCta .btnWrap a,
    .masterCta .btnWrap a {
        //font-size: 18px;
    }
}

#pageWrap.news-details .sectionTitle h2 {
    //font-size: 35px;
    text-transform: none;
    /*text-align: left;*/
}

#pageWrap.news-details .sectionTitle P {
    text-align: left !important;
}

#pageWrap.news-details .content .imgWrap {
    margin-bottom: 20px;
    position: relative;
}

    #pageWrap.news-details .content .imgWrap.half {
        max-width: 50%;
    }

@media (max-width: 767px) {
    #pageWrap.news-details .content .imgWrap.half {
        max-width: 100%;
    }
}

#pageWrap.news-details .content .imgWrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
    pointer-events: none;
}

#pageWrap.news-details .content .imgWrap img {
    width: 100%;
}

.startBiz {
    width: 200px;
    height: 40px;
    position: fixed;
    z-index: 5;
    right: 20px;
    bottom: 54px;
    opacity: 0;
}

@media (min-width: 768px) {
    .startBiz {
        display: none;
    }
}

@media (max-width: 767px) {
    .startBiz {
        display: none;
        right: 15px;
        bottom: 54px;
        opacity: 0;
    }

        .startBiz.show {
            display: block;
            opacity: 1;
            transition: all 0.5s ease-in-out;
        }
}

.startBiz a {
    display: inline-block;
    width: 100%;
    background: #ffcf00;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    text-align: center;
    padding: 8px 12px;
    border-radius: 5px;
    border: 2px solid #ffcf00;
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

    .startBiz a:hover {
        background: #212121;
        color: #ffcf00;
    }

#heroHome .cta a,
.heroHome .cta a {
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

    #heroHome .cta a:hover,
    .heroHome .cta a:hover {
        background: #212121;
        color: #ffcf00;
    }

#careers .cell .imgWrap,
#careers.landing .cell .imgWrap,
#communities .cell .imgWrap,
#investorServices .cell .imgWrap,
#moreAboutAfz .cell .imgWrap,
#sectors .cell .imgWrap,
#settingUp .setUpCellWrap .cell .imgWrap,
#settingUpClaims .cell .imgWrap,
.careers .cell .imgWrap,
.careers.landing .cell .imgWrap,
.communities .cell .imgWrap,
.investorServices .cell .imgWrap,
.moreAboutAfz .cell .imgWrap,
.sectors .cell .imgWrap,
.settingUp .setUpCellWrap .cell .imgWrap,
.settingUpClaims .cell .imgWrap {
    overflow: hidden;
}

    #careers .cell .imgWrap img:hover,
    #careers.landing .cell .imgWrap img:hover,
    #communities .cell .imgWrap img:hover,
    #investorServices .cell .imgWrap img:hover,
    #moreAboutAfz .cell .imgWrap img:hover,
    #sectors .cell .imgWrap img:hover,
    #settingUp .setUpCellWrap .cell .imgWrap img:hover,
    #settingUpClaims .cell .imgWrap img:hover,
    .careers .cell .imgWrap img:hover,
    .careers.landing .cell .imgWrap img:hover,
    .communities .cell .imgWrap img:hover,
    .investorServices .cell .imgWrap img:hover,
    .moreAboutAfz .cell .imgWrap img:hover,
    .sectors .cell .imgWrap img:hover,
    .settingUp .setUpCellWrap .cell .imgWrap img:hover,
    .settingUpClaims .cell .imgWrap img:hover {
        -webkit-animation: kenburns 100s infinite;
        animation: kenburns 100s infinite;
    }

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

#findSpot .cell,
#newsUpdates .cell,
#statergicPartners .cell,
#timeline .cell,
#whyAfz .cell,
.findSpot .cell,
.newsUpdates .cell,
.statergicPartners .cell,
.timeline .cell,
.whyAfz .cell {
    visibility: hidden;
}

    #findSpot .cell.visible,
    #newsUpdates .cell.visible,
    #statergicPartners .cell.visible,
    #timeline .cell.visible,
    #whyAfz .cell.visible,
    .findSpot .cell.visible,
    .newsUpdates .cell.visible,
    .statergicPartners .cell.visible,
    .timeline .cell.visible,
    .whyAfz .cell.visible {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
    }

#whyAfz .col-lg-4:nth-child(2) .cell.visible,
.whyAfz .col-lg-4:nth-child(2) .cell.visible {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#whyAfz .col-lg-4:nth-child(3) .cell.visible,
.whyAfz .col-lg-4:nth-child(3) .cell.visible {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#whyAfz .col-lg-4:nth-child(4) .cell.visible,
.whyAfz .col-lg-4:nth-child(4) .cell.visible {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#whyAfz .col-lg-4:nth-child(5) .cell.visible,
.whyAfz .col-lg-4:nth-child(5) .cell.visible {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

#whyAfz .col-lg-4:nth-child(6) .cell.visible,
.whyAfz .col-lg-4:nth-child(6) .cell.visible {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#findSpot .col-lg-4:nth-child(2) .cell.visible,
.findSpot .col-lg-4:nth-child(2) .cell.visible {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#findSpot .col-lg-4:nth-child(3) .cell.visible,
.findSpot .col-lg-4:nth-child(3) .cell.visible {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#findSpot .col-lg-4:nth-child(4) .cell.visible,
.findSpot .col-lg-4:nth-child(4) .cell.visible {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#findSpot .col-lg-4:nth-child(5) .cell.visible,
.findSpot .col-lg-4:nth-child(5) .cell.visible {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

#findSpot .col-lg-4:nth-child(6) .cell.visible,
.findSpot .col-lg-4:nth-child(6) .cell.visible {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#timeline .cellWrap:nth-child(2) .cell.visible,
.timeline .cellWrap:nth-child(2) .cell.visible {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#timeline .cellWrap:nth-child(3) .cell.visible,
.timeline .cellWrap:nth-child(3) .cell.visible {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#timeline .cellWrap:nth-child(4) .cell.visible,
.timeline .cellWrap:nth-child(4) .cell.visible {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#timeline .cellWrap:nth-child(5) .cell.visible,
.timeline .cellWrap:nth-child(5) .cell.visible {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

#timeline .cellWrap:nth-child(6) .cell.visible,
.timeline .cellWrap:nth-child(6) .cell.visible {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#newsUpdates .col-md-4:nth-child(2) .cell.visible,
.newsUpdates .col-md-4:nth-child(2) .cell.visible {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#newsUpdates .col-md-4:nth-child(3) .cell.visible,
.newsUpdates .col-md-4:nth-child(3) .cell.visible {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#statergicPartners .col-md-6:nth-child(odd) .cell.visible,
.statergicPartners .col-md-6:nth-child(odd) .cell.visible {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#statergicPartners .col-md-6:nth-child(2n) .cell.visible,
.statergicPartners .col-md-6:nth-child(2n) .cell.visible {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.leftRightLayout {
    padding: 60px 0 0;
}

@media (max-width: 767px) {
    .leftRightLayout {
        padding: 40px 0 0;
    }
}

.leftRightLayout .cell {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    .leftRightLayout .cell {
        margin-bottom: 40px;
    }
}

.leftRightLayout .cell .data {
    width: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

@media (max-width: 767px) {
    .leftRightLayout .cell .data {
        order: 2;
    }
}

.leftRightLayout .cell .data .dataSubWrap {
    width: 100%;
    float: left;
}

@media (max-width: 767px) {
    .leftRightLayout .cell .data {
        display: flex;
        width: 100%;
        padding: 15px;
    }
}

.leftRightLayout .cell .data .dataSubWrap {
    padding-right: 25px;
}

.leftRightLayout .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #212121;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .leftRightLayout .cell .data h3 {
        //font-size: 26px;
    }
}

.leftRightLayout .cell .data h4 {
    margin-bottom: 1rem !important;
}

.leftRightLayout .cell .data h5 {
    //font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.leftRightLayout .cell .data p {
    //font-size: 16px;
    font-weight: 400;
    color: #212121;
    float: left;
    width: 100%;
}

.leftRightLayout .cell .data .downLinks {
    display: inline-block;
    margin: 20px 0;
}

    .leftRightLayout .cell .data .downLinks ul li {
        list-style: none;
        margin-bottom: 12px;
    }

        .leftRightLayout .cell .data .downLinks ul li a {
            display: inline-block;
            width: 100%;
            padding-left: 30px;
            font-size: 12px;
            font-weight: 700;
            color: #2064ae;
            text-transform: uppercase;
            background: url(../images/downloadBtn.svg) no-repeat 0 0;
            background-size: 18px;
        }

.leftRightLayout .cell .data .learnMoreCta {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

    .leftRightLayout .cell .data .learnMoreCta a {
        font-size: 12px;
        font-weight: 700;
        color: #2064ae;
        background: url(../images/learnMoreBtn.svg) no-repeat 0;
        background-size: 18px 15px;
        padding-left: 30px;
        text-transform: uppercase;
    }

.leftRightLayout .cell .data blockquote {
    padding: 15px 20px;
    font-style: italic;
    position: relative;
    text-align: justify;
    margin-bottom: 20px;
}

    .leftRightLayout .cell .data blockquote:after {
        content: '"';
        position: absolute;
        right: -20px;
        bottom: -20px;
        //font-size: 49px;
        font-weight: 800;
    }

    .leftRightLayout .cell .data blockquote:before {
        content: '"';
        position: absolute;
        left: -20px;
        top: -20px;
        //font-size: 49px;
        font-weight: 800;
    }

.leftRightLayout .cell .imgWrap {
    width: 50%;
    display: table-cell;
    position: relative;
}

@media (max-width: 767px) {
    .leftRightLayout .cell .imgWrap {
        order: 1;
    }
}

.leftRightLayout .cell .imgWrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
    pointer-events: none;
}

@media (max-width: 767px) {
    .leftRightLayout .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

.leftRightLayout .cell .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 500px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .leftRightLayout .cell .imgWrap img {
        min-height: 500px;
    }
}

.leftRightLayout .cell .imgWrap iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 500px;
    min-height: 350px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .leftRightLayout .cell .imgWrap iframe {
        min-height: 500px;
    }
}

.leftRightLayout .cell.opendata .downLinks,
.leftRightLayout .cell.opendata .downLinks ul {
    width: 100%;
}

    .leftRightLayout .cell.opendata .downLinks ul li {
        width: 20%;
        float: left;
    }

.leftRightLayout .cell.opendata .imgWrap img {
    max-height: 100% !important;
}

@media (max-width: 767px) {
    .leftRightLayout .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

.leftRightLayout .cell:nth-child(odd) .data {
    order: 2;
    padding-right: 0;
}

@media (max-width: 767px) {
    .leftRightLayout .cell:nth-child(odd) .data {
        padding-right: 15px;
    }
}

.leftRightLayout .cell:nth-child(odd) .data .dataSubWrap {
    float: right;
    width: 100%;
}

.leftRightLayout .cell:nth-child(odd) .imgWrap {
    order: 1;
}

.reactionWrapper {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9;
}

    .reactionWrapper .rBtn {
        width: 50px;
        height: 50px;
        background: url(../images/wf.svg) no-repeat 50%;
        background-size: 50px;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .reactionWrapper .rBtn.active {
            background: url(../images/wf_active.svg) no-repeat 50%;
            background-size: 50px;
        }

    .reactionWrapper .boxWrap {
        display: none;
        background: #fff;
        padding: 20px;
        position: relative;
        left: 0;
        bottom: 70px;
        width: 215px;
        min-height: 260px;
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.126);
    }

        .reactionWrapper .boxWrap:after {
            content: "";
            width: 20px;
            height: 12px;
            background: url(../images/boxIndi.svg) no-repeat 50%;
            position: absolute;
            left: 12px;
            bottom: -8px;
        }

        .reactionWrapper .boxWrap .closeBtn {
            cursor: pointer;
            width: 12px;
            height: 12px;
            background: url(../images/rw_close.svg) no-repeat 50%;
            background-size: 12px;
            position: absolute;
            right: 15px;
            top: 15px;
        }

        .reactionWrapper .boxWrap .box .iconWrap {
            text-align: center;
            padding-bottom: 20px;
        }

        .reactionWrapper .boxWrap .box .title {
            padding-bottom: 20px;
        }

            .reactionWrapper .boxWrap .box .title h4 {
                font-size: 14px;
                font-weight: 700;
                color: #212121;
                text-align: center;
            }

        .reactionWrapper .boxWrap .box .fb_List ul {
            text-align: center;
            display: flex;
            justify-content: space-between;
        }

            .reactionWrapper .boxWrap .box .fb_List ul li {
                list-style: none;
                display: inline-block;
                padding: 8px;
                background: #f7f7f7;
                cursor: pointer;
            }

        .reactionWrapper .boxWrap .box .textWrap {
            margin-bottom: 4px;
        }

            .reactionWrapper .boxWrap .box .textWrap textarea {
                width: 100%;
                padding: 12px;
                border: 1px solid #e3e3e3;
                font-size: 10px;
            }

        .reactionWrapper .boxWrap .box .actionBar {
            display: flex;
            justify-content: space-between;
        }

            .reactionWrapper .boxWrap .box .actionBar button,
            .reactionWrapper .boxWrap .box .actionBar span {
                display: inline-block;
                padding: 5px 18px;
                border: 2px solid #212121;
                font-size: 12px;
                font-weight: 700;
                cursor: pointer;
            }

                .reactionWrapper .boxWrap .box .actionBar button.back,
                .reactionWrapper .boxWrap .box .actionBar span.back {
                    background: #fff;
                }

                .reactionWrapper .boxWrap .box .actionBar button.submit,
                .reactionWrapper .boxWrap .box .actionBar span.submit {
                    background: #ffcf00;
                }

        .reactionWrapper .boxWrap .box.rt_happy,
        .reactionWrapper .boxWrap .box.rt_okay,
        .reactionWrapper .boxWrap .box.rt_sad {
            display: none;
        }

        .reactionWrapper .boxWrap .box.rt_success {
            display: none;
            padding: 40px 0;
        }

.popUpWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999999999;
}

    .popUpWrapper .bgOverlay {
        background: rgba(33, 33, 33, 0.7);
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
    }

    .popUpWrapper .popWrap {
        max-width: 1100px;
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        width: 100%;
        z-index: 2;
    }

@media (max-width: 1199px) {
    .popUpWrapper .popWrap {
        max-width: calc(100% - 40px);
        margin: auto;
    }
}

.popUpWrapper .popWrap .closeBtn {
    width: 30px;
    height: 30px;
    background: url(../images/closeBtn.svg) no-repeat 50%;
    background-size: 30px;
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
}

.popUpWrapper .popWrap .popData {
    border-radius: 20px;
    overflow: hidden;
    background: #212121;
}

.popUpWrapper.bizPop .popWrap {
    max-width: 610px;
    margin: auto;
}

.popUpWrapper.bizPop .popData {
    border-radius: 0;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid #fff;
}

.popUpWrapper.bizPop h3 {
    //font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.popUpWrapper.bizPop .successDiv .iconWrap {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

    .popUpWrapper.bizPop .successDiv .iconWrap img {
        max-width: 75px;
        margin: auto;
    }

.popUpWrapper.bizPop .successDiv h3 {
    //font-size: 18px;
    color: #fff;
}

    .popUpWrapper.bizPop .successDiv h3 span {
        color: #ffcf00;
    }

.popUpWrapper.bizPop .successDiv p {
    //font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.popUpWrapper.bizPop .step2 .row {
    width: calc(100% + 30px);
}

.popUpWrapper.bizPop .step2 .setupCta {
    max-width: 400px;
    margin: auto;
}

    .popUpWrapper.bizPop .step2 .setupCta .cancelBtn {
        background: #000;
        color: #fff;
    }

.popUpWrapper.bizPop .step3 .row {
    width: calc(100% + 30px);
}

.popUpWrapper.bizPop .step3 .setupCta {
    max-width: 400px;
    margin: auto;
}

    .popUpWrapper.bizPop .step3 .setupCta .cancelBtn {
        background: #000;
        color: #fff;
    }

.popUpWrapper.bizPop form .formControl {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

    .popUpWrapper.bizPop form .formControl input {
        width: 100%;
        height: 45px;
        line-height: 35px;
        padding: 10px 15px;
        box-shadow: none;
        border: none;
        font-size: 14px;
    }

        .popUpWrapper.bizPop form .formControl input.invalid {
            color: red;
            border: 1px solid red !important;
            background: #ffe3e3;
        }

    .popUpWrapper.bizPop form .formControl select {
        width: 100%;
        height: 45px;
        line-height: 35px;
        padding: 0 30px 0 15px;
        box-shadow: none;
        border: none;
        font-size: 14px;
        background: url(../images/arrowDown.svg) no-repeat center right 10px #fff !important;
        text-transform: uppercase;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
    }

        .popUpWrapper.bizPop form .formControl select.invalid {
            color: red;
            border: 1px solid red !important;
            background: #ffe3e3;
        }

    .popUpWrapper.bizPop form .formControl #countryCode {
        padding-left: 95px !important;
        color: #212121;
        //font-size: 15px;
    }

    .popUpWrapper.bizPop form .formControl textarea {
        height: 60px;
        width: 100%;
        background: #fff;
        padding: 15px;
        border: none;
        resize: none;
        font-size: 14px;
        font-weight: 300;
    }

    .popUpWrapper.bizPop form .formControl button {
        background: #2064ae;
        color: #fff;
        border: none;
        width: 260px;
        height: 50px;
    }

    .popUpWrapper.bizPop form .formControl button,
    .popUpWrapper.bizPop form .setupCta button {
        padding: 10px 30px;
        box-shadow: none;
        text-align: center;
        float: right;
        text-transform: uppercase;
        font-weight: 700;
    }

.popUpWrapper.bizPop form .setupCta button {
    background: #ffcf00;
    color: #212121;
    width: 100%;
    height: 40px;
    font-size: 14px;
    max-width: 180px;
    transition-duration: 0.3s;
    transition-property: color, background-color;
    border: 2px solid #ffcf00;
    cursor: pointer;
}

    .popUpWrapper.bizPop form .setupCta button:hover {
        background: #212121;
        color: #ffcf00;
    }

.offerPopUp {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999999999;
}

    .offerPopUp .bgOverlay {
        background: rgba(33, 33, 33, 0.7);
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
    }

    .offerPopUp .popWrap {
        max-width: 1100px;
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        width: 100%;
        z-index: 2;
    }

@media (max-width: 1199px) {
    .offerPopUp .popWrap {
        max-width: calc(100% - 40px);
        margin: auto;
    }
}

.offerPopUp .popWrap .closeBtn {
    width: 30px;
    height: 30px;
    background: url(../images/closeBtn.svg) no-repeat 50%;
    background-size: 30px;
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
}

.offerPopUp .popWrap .popData {
    border-radius: 20px;
    overflow: hidden;
    background: #212121;
}

    .offerPopUp .popWrap .popData .left {
        width: calc(100% - 555px);
        float: left;
    }

        .offerPopUp .popWrap .popData .left img {
            min-height: 370px;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .offerPopUp .popWrap .popData .right {
        width: 555px;
        float: right;
        padding: 40px;
    }

    .offerPopUp .popWrap .popData h3 {
        color: #ffcf00;
        //font-size: 30px;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .offerPopUp .popWrap .popData p {
        color: #ffcf00;
        //font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
    }

    .offerPopUp .popWrap .popData .ctaWrap {
        display: inline-block;
        width: 100%;
    }

        .offerPopUp .popWrap .popData .ctaWrap a {
            display: inline-block;
            background: #ffcf00;
            border: 2px solid #ffcf00;
            padding: 12px 50px;
            text-transform: uppercase;
            color: #212121;
            font-weight: 700;
        }

            .offerPopUp .popWrap .popData .ctaWrap a:hover {
                background: #212121;
                color: #ffcf00;
                border: 2px solid #ffcf00;
            }

@media (max-width: 767px) {
    .offerPopUp .popWrap .popData .left,
    .offerPopUp .popWrap .popData .right {
        width: 100%;
        float: left;
    }

        .offerPopUp .popWrap .popData .left img {
            min-height: 0;
        }

    .offerPopUp .popWrap .popData .right {
        padding: 20px;
    }

    .offerPopUp .popWrap .popData h3 {
        //font-size: 22px;
    }

    .offerPopUp .popWrap .popData p {
        //font-size: 16px;
    }

    .offerPopUp .popWrap .popData .ctaWrap a {
        text-align: center;
    }
}

.testimonials {
    padding: 80px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .testimonials {
        padding: 50px 0;
    }
}

.testimonials .cell {
    background: #fff;
    margin-bottom: 40px;
}

    .testimonials .cell .data,
    .testimonials .cell:nth-child(odd) .data {
        padding: 30px;
    }

.testimonials .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

    .testimonials .slick-dots li {
        display: inline-block;
        margin: 0 7px;
    }

        .testimonials .slick-dots li button {
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 10px;
            height: 10px;
            background: #bdbdbd;
            cursor: pointer;
            color: hsla(0, 0%, 100%, 0);
            border-radius: 50%;
            box-shadow: none;
            border: none;
        }

        .testimonials .slick-dots li.slick-active button {
            background: #ffcf00;
        }

.fourOfour {
    display: inline-block;
    width: 100%;
    padding: 90px 0;
}

@media (max-width: 767px) {
    .fourOfour {
        padding: 30px 15px;
    }
}

.fourOfour .cell {
    text-align: center;
    width: 100%;
}

    .fourOfour .cell h2 {
        //font-size: 122px;
        text-align: center;
        font-weight: 900;
    }

@media (max-width: 767px) {
    .fourOfour .cell h2 {
        //font-size: 80px;
    }
}

.fourOfour .cell .subtitle {
    //font-size: 27px;
    font-weight: 700;
    color: #818181;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .fourOfour .cell .subtitle {
        //font-size: 21px;
        margin-bottom: 15px;
    }
}

.fourOfour .cell .desc {
    //font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 180%;
    max-width: 695px;
    margin: auto auto 30px;
}

@media (max-width: 767px) {
    .fourOfour .cell .desc {
        //font-size: 15px;
    }
}

.fourOfour .cell .ctaWrap {
    width: 100%;
    text-align: center;
}

    .fourOfour .cell .ctaWrap a {
        display: inline-block;
        padding: 0 45px;
        text-align: center;
        color: #fff;
        background: #2064ae;
        line-height: 45px;
        font-size: 14px;
        font-weight: 700;
    }

@media (max-width: 767px) {
    .fourOfour .cell .ctaWrap a {
        font-size: 13px;
    }
}

#afzsubForm .scloader,
#afzsubForm .scMsg,
.customH1 {
    display: none;
}

.sitemap {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
}

@media (max-width: 767px) {
    .sitemap {
        padding: 40px 0;
    }
}

.sitemap .cell {
    background: #212121;
    padding: 40px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .sitemap .cell {
        padding: 20px;
    }
}

.sitemap .cell h3 {
    //font-size: 21px;
    font-weight: 700;
    color: #ffcf00;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sitemap .cell .subCell h4 {
    //font-size: 15px;
    font-weight: 700;
    color: #ffcf00;
    padding-bottom: 15px;
}

.sitemap .cell .subCell ul {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

    .sitemap .cell .subCell ul li {
        width: 100%;
        list-style: none;
        float: left;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 15px;
    }

        .sitemap .cell .subCell ul li a {
            color: #f6f6f7;
        }

            .sitemap .cell .subCell ul li a:hover {
                color: #ffcf00;
            }

@media (max-width: 767px) {
    .sitemap .cell .subCell ul.social {
        display: inline-block;
    }
}

.sitemap .cell .subCell ul.social li {
    width: 16px;
    float: left;
    margin-right: 20px;
}

    .sitemap .cell .subCell ul.social li img {
        width: 16px;
    }

.productDetailsWrap {
    padding: 40px 0;
}

    .productDetailsWrap h3 {
        //font-size: 26px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .productDetailsWrap .badges {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
    }

@media (max-width: 575px) {
    .productDetailsWrap .badges {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.productDetailsWrap .badges .badge {
    width: 140px;
    float: left;
    margin-right: 40px;
    position: relative;
    height: 90px;
    background: #fff;
    border: 2px solid #d1d1d1;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 575px) {
    .productDetailsWrap .badges .badge {
        width: 48%;
        margin-right: 0;
    }
}

.productDetailsWrap .badges .badge:after {
    content: "";
    width: 32px;
    height: 46px;
    background: url(../images/badge.svg) no-repeat 50%;
    background-size: 100%;
    position: absolute;
    right: 10px;
    bottom: -30px;
}

.productDetailsWrap .badges .badge .label {
    //font-size: 15px;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.productDetailsWrap .imgWrap {
    margin: 0 0 40px;
}

.productDetailsWrap .textWrap {
    margin-bottom: 30px;
}

    .productDetailsWrap .textWrap h2 {
        //font-size: 36px;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .productDetailsWrap .textWrap ul {
        padding-left: 20px;
    }

.agentFormWrap {
    padding: 60px;
    background: #fff;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .agentFormWrap {
        padding: 20px;
    }
}

.agentFormWrap form .formControl {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

    .agentFormWrap form .formControl input {
        width: 100%;
        height: 55px;
        line-height: 35px;
        padding: 10px 15px;
        box-shadow: none;
        border: none;
        font-size: 14px;
        background: #f6f6f7;
    }

        .agentFormWrap form .formControl input.invalid {
            color: red;
            border: 1px solid red !important;
            background: #ffe3e3;
        }

    .agentFormWrap form .formControl select {
        width: 100%;
        height: 55px;
        line-height: 35px;
        padding: 0 30px 0 15px;
        box-shadow: none;
        border: none;
        font-size: 14px;
        background: url(../images/arrowDown.svg) no-repeat center right 10px #fff !important;
        text-transform: uppercase;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
    }

        .agentFormWrap form .formControl select.invalid {
            color: red;
            border: 1px solid red !important;
            background: #ffe3e3;
        }

    .agentFormWrap form .formControl #countryCode {
        padding-left: 95px !important;
        color: #212121;
        //font-size: 15px;
        background: #f6f6f7;
    }

    .agentFormWrap form .formControl textarea {
        height: 60px;
        width: 100%;
        background: #fff;
        padding: 15px;
        border: none;
        resize: none;
        font-size: 10px;
        font-weight: 300;
    }

    .agentFormWrap form .formControl button {
        background: #2064ae;
        color: #fff;
        padding: 10px 30px;
        border: none;
        box-shadow: none;
        width: 260px;
        height: 50px;
        text-align: center;
        float: right;
        text-transform: uppercase;
        font-weight: 700;
    }

@media (max-width: 767px) {
    .agentFormWrap form .formControl button {
        width: 100%;
    }
}

.agentFormWrap form .telInput input {
    padding-left: 50px;
}

.agentFormWrap form .telInput .iti__country {
    font-size: 14px;
}

.agentFormWrap form .cta {
    margin-top: 30px;
    margin-bottom: 0;
}

#heroHome,
.heroHome {
    padding: 30px 0;
}

@media (max-width: 767px) {
    #heroHome,
    .heroHome {
        padding: 25px 0;
    }
}

#heroHome h1,
.heroHome h1 {
    font-size: 30px;
    //font-size: 40px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#heroHome p,
.heroHome p {
    //font-size: 22px;
    font-weight: 700;
    max-width: 700px;
    line-height: 140%;
}

#heroHome .cta,
.heroHome .cta {
    display: block;
    width: 100%;
    margin-top: 20px;
}

    #heroHome .cta a,
    #heroHome .cta span,
    .heroHome .cta a,
    .heroHome .cta span {
        //font-size: 16px;
        padding: 15px 30px;
        background: #ffcf00;
        display: inline-block;
        text-align: center;
        font-weight: 800;
        text-transform: uppercase;
        color: #212121;
        position: relative;
        overflow: hidden;
        transition: all 0.1s ease-in-out;
    }

        #heroHome .cta a:after,
        #heroHome .cta span:after,
        .heroHome .cta a:after,
        .heroHome .cta span:after {
            content: "";
            width: 18px;
            height: 10px;
            right: -20px;
            top: 22px;
            position: absolute;
            background: url(../images/arrow-white-long.svg) no-repeat 50%;
            background-size: 18px 10px;
        }

        #heroHome .cta a:hover,
        #heroHome .cta span:hover,
        .heroHome .cta a:hover,
        .heroHome .cta span:hover {
            padding-right: 60px;
            transition: all 0.2s ease-in-out;
            background: #212121;
            color: #fff;
        }

            #heroHome .cta a:hover:after,
            #heroHome .cta span:hover:after,
            .heroHome .cta a:hover:after,
            .heroHome .cta span:hover:after {
                right: 20px;
                top: 22px;
            }

@media (max-width: 767px) {
    #heroHome h1,
    .heroHome h1 {
        font-size: 25px;
        //font-size: 35px;
    }

    #heroHome p,
    .heroHome p {
        font-size: 18px;
        //font-size: 21px;
    }

    #heroHome .cta a,
    .heroHome .cta a {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    #heroHome h1,
    .heroHome h1 {
        font-size: 24px;
        //font-size: 28px;
    }

    #heroHome p,
    .heroHome p {
        font-size: 18px;
        //font-size: 18px;
    }

    #heroHome .cta a,
    .heroHome .cta a {
        font-size: 14px;
    }
}

#whyAfz,
.whyAfz {
    background: #212121;
    padding: 80px 0;
}

@media (max-width: 767px) {
    #whyAfz,
    .whyAfz {
        padding: 50px 0;
    }
}

#whyAfz .sectionTitle,
.whyAfz .sectionTitle {
    margin-bottom: 80px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    #whyAfz .sectionTitle,
    .whyAfz .sectionTitle {
        margin-bottom: 50px;
    }
}

#whyAfz .sectionTitle h2,
.whyAfz .sectionTitle h2 {
    color: #fff;
    margin-bottom: 0;
}

#whyAfz .cell,
.whyAfz .cell {
    margin-bottom: 70px;
    padding: 20px;
    transform: scale(1);
    transition-duration: 0.2s;
}

    #whyAfz .cell:hover,
    .whyAfz .cell:hover {
        box-shadow: 3px 0 20px 5px rgba(0, 0, 0, 0.12);
        transform: scale(1.07);
        transition-duration: 0.4s;
    }

@media (max-width: 767px) {
    #whyAfz .cell,
    .whyAfz .cell {
        margin-bottom: 50px;
    }
}

#whyAfz .cell .iconWrap,
.whyAfz .cell .iconWrap {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}

    #whyAfz .cell .iconWrap img,
    .whyAfz .cell .iconWrap img {
        text-align: center;
        height: 60px;
        margin: auto;
    }

#whyAfz .cell h3,
.whyAfz .cell h3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

#whyAfz .cell p,
.whyAfz .cell p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    max-width: 100%;
    margin: auto;
    line-height: 160%;
}

#whyAfz .slick-dots,
.whyAfz .slick-dots,
.findSpot .slick-dots,
#findSpot .slick-dots {
    text-align: center;
}

    #whyAfz .slick-dots li,
    .whyAfz .slick-dots li,
    .findSpot .slick-dots li,
    #findSpot .slick-dots li {
        width: 10px;
        height: 10px;
        display: inline-block;
        margin: 0 8px;
    }

        #whyAfz .slick-dots li button,
        .whyAfz .slick-dots li button,
        .findSpot .slick-dots li button,
        #findSpot .slick-dots li button {
            width: 10px;
            height: 10px;
            background: #fff;
            color: hsla(0, 0%, 100%, 0);
            overflow: hidden;
            border-radius: 50%;
            box-shadow: none;
            border: none;
            display: inline-block;
            padding: 0;
        }

        #whyAfz .slick-dots li.slick-active button,
        .whyAfz .slick-dots li.slick-active button,
        .findSpot .slick-dots li.slick-active button,
        #findSpot .slick-dots li.slick-active button {
            background: #ffcf00;
        }

#findSpot,
.findSpot {
    padding: 80px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    #findSpot,
    .findSpot {
        padding: 30px 0;
    }
}

#findSpot .sectionTitle,
.findSpot .sectionTitle {
    margin-bottom: 90px;
}

@media (max-width: 767px) {
    #findSpot .sectionTitle,
    .findSpot .sectionTitle {
        margin-bottom: 25px;
    }
}

#findSpot .sectionTitle h2,
.findSpot .sectionTitle h2 {
    color: #212121;
}

#findSpot .sectionTitle p,
.findSpot .sectionTitle p {
    max-width: 760px;
    margin: auto;
    text-align: center;
}

#findSpot .cell,
.findSpot .cell {
    background: #f6f6f7;
    box-shadow: 3px 0 10px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transform: scale(1);
    transition-duration: 0.2s;
}

    #findSpot .cell:hover,
    .findSpot .cell:hover {
        box-shadow: 3px 0 20px 5px rgba(0, 0, 0, 0.12);
        transition-duration: 0.4s !important;
    }

    #findSpot .cell .iconWrap,
    #findSpot .cell .imgWrap,
    .findSpot .cell .iconWrap,
    .findSpot .cell .imgWrap {
        width: 100%;
        text-align: center;
        position: relative;
    }

        #findSpot .cell .iconWrap img,
        #findSpot .cell .imgWrap img,
        .findSpot .cell .iconWrap img,
        .findSpot .cell .imgWrap img {
            text-align: center;
            width: 100%;
        }

        #findSpot .cell .iconWrap:after,
        #findSpot .cell .imgWrap:after,
        .findSpot .cell .iconWrap:after,
        .findSpot .cell .imgWrap:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
            pointer-events: none;
        }

    #findSpot .cell .dataWrap,
    .findSpot .cell .dataWrap {
        padding: 30px;
        min-height: 240px;
    }

@media (max-width: 767px) {
    #findSpot .cell .dataWrap,
    .findSpot .cell .dataWrap {
        min-height: 0;
    }
}

#findSpot .cell .dataWrap h3,
.findSpot .cell .dataWrap h3 {
    //font-size: 17px;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#findSpot .cell .dataWrap p,
.findSpot .cell .dataWrap p {
    //font-size: 15px;
    font-weight: 300;
    color: #212121;
}

#timeline,
.timeline {
    background: url(../images/mesh.png) no-repeat #212121;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}

@media (max-width: 767px) {
    #timeline,
    .timeline {
        padding: 50px 0;
    }
}

#timeline .sectionTitle,
.timeline .sectionTitle {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    #timeline .sectionTitle,
    .timeline .sectionTitle {
        margin-bottom: 30px;
    }
}

#timeline .sectionTitle h2,
.timeline .sectionTitle h2 {
    color: #fff;
    text-align: center;
    max-width: 750px;
    margin: auto auto 30px;
}

#timeline .sectionTitle p,
.timeline .sectionTitle p {
    color: #fff;
    text-align: center;
    max-width: 960px;
    margin: auto;
}

#timeline .sectionTitle.second,
.timeline .sectionTitle.second {
    margin-bottom: 0;
}

#timeline .cell,
.timeline .cell {
    background: #fff;
    display: table;
    width: 100%;
    margin-bottom: 50px;
    transform: scale(1);
    transition-duration: 0.2s;
}

    #timeline .cell:hover,
    .timeline .cell:hover {
        transform: scale(1.07);
        transition-duration: 0.4s;
    }

    #timeline .cell .data,
    .timeline .cell .data {
        width: 55%;
        padding: 30px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }

@media (max-width: 767px) {
    #timeline .cell .data,
    .timeline .cell .data {
        display: flex;
        width: 100%;
    }
}

#timeline .cell .data h3,
.timeline .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #212121;
    text-align: left;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #timeline .cell .data h3,
    .timeline .cell .data h3 {
        //font-size: 26px;
    }
}

#timeline .cell .data p,
.timeline .cell .data p {
    //font-size: 16px;
    font-weight: 400;
    color: #212121;
    float: left;
}

#timeline .cell .imgWrap,
.timeline .cell .imgWrap {
    width: 45%;
    display: table-cell;
    position: relative;
}

    #timeline .cell .imgWrap:after,
    .timeline .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

@media (max-width: 767px) {
    #timeline .cell .imgWrap,
    .timeline .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

#timeline .cell .imgWrap img,
.timeline .cell .imgWrap img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    #timeline .cell .imgWrap img,
    .timeline .cell .imgWrap img {
        height: auto;
    }
}

@media (max-width: 767px) {
    #timeline .cell,
    .timeline .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

#timeline .cell:nth-child(odd) .data,
.timeline .cell:nth-child(odd) .data {
    order: 2;
}

#timeline .cell:nth-child(odd) .imgWrap,
.timeline .cell:nth-child(odd) .imgWrap {
    order: 1;
}

#timeline .seeMore,
.timeline .seeMore {
    width: 100%;
    text-align: center;
    margin-bottom: 120px;
}

@media (max-width: 767px) {
    #timeline .seeMore,
    .timeline .seeMore {
        margin-bottom: 60px;
    }
}

#timeline .seeMore a,
.timeline .seeMore a {
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    //font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

    #timeline .seeMore a:hover,
    .timeline .seeMore a:hover {
        color: #ffcf00;
    }

#newsUpdates,
.newsUpdates {
    padding: 80px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    #newsUpdates,
    .newsUpdates {
        padding: 50px 0;
    }
}

#newsUpdates .sectionTitle,
.newsUpdates .sectionTitle {
    margin-bottom: 50px;
}

    #newsUpdates .sectionTitle h2,
    .newsUpdates .sectionTitle h2 {
        text-align: center;
    }

    #newsUpdates .sectionTitle p,
    .newsUpdates .sectionTitle p {
        text-align: center;
        max-width: 960px;
        margin: auto;
    }

#newsUpdates .sliderWrap,
.newsUpdates .sliderWrap {
    margin-bottom: 40px;
}

    #newsUpdates .sliderWrap .slide,
    .newsUpdates .sliderWrap .slide {
        height: 425px;
        width: 100%;
        position: relative;
    }

        #newsUpdates .sliderWrap .slide .data,
        .newsUpdates .sliderWrap .slide .data {
            width: 100%;
            max-width: 490px;
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 60px 0 60px 60px;
        }

@media (max-width: 767px) {
    #newsUpdates .sliderWrap .slide .data,
    .newsUpdates .sliderWrap .slide .data {
        padding: 30px;
    }
}

#newsUpdates .sliderWrap .slide .data .comingSoon,
.newsUpdates .sliderWrap .slide .data .comingSoon {
    //font-size: 18px;
    font-weight: 700;
    color: #ffcf00;
    margin-bottom: 12px;
    width: 100%;
}

#newsUpdates .sliderWrap .slide .data h3,
.newsUpdates .sliderWrap .slide .data h3 {
    //font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
}

#newsUpdates .sliderWrap .slide .data .dateTime,
.newsUpdates .sliderWrap .slide .data .dateTime {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

    #newsUpdates .sliderWrap .slide .data .dateTime span,
    .newsUpdates .sliderWrap .slide .data .dateTime span {
        color: #fff;
        font-style: italic;
        font-size: 12px;
        font-weight: 700;
    }

    #newsUpdates .sliderWrap .slide .data .dateTime .date,
    .newsUpdates .sliderWrap .slide .data .dateTime .date {
        width: 140px;
        float: left;
    }

    #newsUpdates .sliderWrap .slide .data .dateTime .time,
    .newsUpdates .sliderWrap .slide .data .dateTime .time {
        width: 130px;
        float: left;
    }

#newsUpdates .sliderWrap .slide .data .excerpt,
.newsUpdates .sliderWrap .slide .data .excerpt {
    margin-bottom: 10px;
}

    #newsUpdates .sliderWrap .slide .data .excerpt p,
    .newsUpdates .sliderWrap .slide .data .excerpt p {
        font-style: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 24px;
    }

#newsUpdates .sliderWrap .slide .data .cta,
.newsUpdates .sliderWrap .slide .data .cta {
    width: 100%;
    display: inline-block;
    text-align: left;
}

    #newsUpdates .sliderWrap .slide .data .cta a,
    .newsUpdates .sliderWrap .slide .data .cta a {
        display: inline-block;
        text-decoration: none;
        color: #ffcf00;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
    }

#newsUpdates .sliderWrap .slide .imgWrap,
.newsUpdates .sliderWrap .slide .imgWrap {
    width: 100%;
    position: relative;
    z-index: 1;
}

    #newsUpdates .sliderWrap .slide .imgWrap .overlay,
    .newsUpdates .sliderWrap .slide .imgWrap .overlay {
        position: absolute;
        z-index: 2;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -o-object-fit: cover;
        object-fit: cover;
        height: 425px;
        background: url(../images/overlay.png) no-repeat 0;
        background-size: cover;
    }

    #newsUpdates .sliderWrap .slide .imgWrap img,
    .newsUpdates .sliderWrap .slide .imgWrap img {
        height: 425px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

#newsUpdates .sliderWrap .slick-dots,
.newsUpdates .sliderWrap .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

    #newsUpdates .sliderWrap .slick-dots li,
    .newsUpdates .sliderWrap .slick-dots li {
        display: inline-block;
        margin: 0 15px;
    }

        #newsUpdates .sliderWrap .slick-dots li button,
        .newsUpdates .sliderWrap .slick-dots li button {
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 10px;
            height: 10px;
            background: #fff;
            cursor: pointer;
            color: hsla(0, 0%, 100%, 0);
            border-radius: 50%;
            box-shadow: none;
        }

        #newsUpdates .sliderWrap .slick-dots li.slick-active button,
        .newsUpdates .sliderWrap .slick-dots li.slick-active button {
            background: #ffcf00;
        }

#newsUpdates .col-md-4,
.newsUpdates .col-md-4 {
    margin-bottom: 30px;
}

#newsUpdates .cell,
.newsUpdates .cell {
    background: #f6f6f7;
    box-shadow: 3px 0 10px 5px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    height: 100%;
    transform: scale(1);
    transition-duration: 0.2s;
}

@media (max-width: 767px) {
    #newsUpdates .cell,
    .newsUpdates .cell {
        height: auto;
    }
}

#newsUpdates .cell:hover,
.newsUpdates .cell:hover {
    box-shadow: 3px 0 20px 5px rgba(0, 0, 0, 0.12);
    transform: scale(1.07);
    transition-duration: 0.4s;
}

#newsUpdates .cell .iconWrap,
.newsUpdates .cell .iconWrap {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

    #newsUpdates .cell .iconWrap img,
    .newsUpdates .cell .iconWrap img {
        text-align: center;
        width: 100%;
    }

#newsUpdates .cell .imgWrap,
.newsUpdates .cell .imgWrap {
    position: relative;
}

    #newsUpdates .cell .imgWrap:after,
    .newsUpdates .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

    #newsUpdates .cell .imgWrap img,
    .newsUpdates .cell .imgWrap img {
        width: 100%;
        max-height: 230px;
        min-height: 230px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

#newsUpdates .cell .dataWrap,
.newsUpdates .cell .dataWrap {
    padding: 20px;
}

    #newsUpdates .cell .dataWrap h3,
    .newsUpdates .cell .dataWrap h3 {
        font-size: 17px;
        font-weight: 700;
        color: #212121;
        margin-bottom: 10px;
    }

    #newsUpdates .cell .dataWrap .date,
    .newsUpdates .cell .dataWrap .date {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
        font-size: 10px;
        font-style: italic;
        font-weight: 700;
        color: #714e97;
    }

    #newsUpdates .cell .dataWrap p,
    .newsUpdates .cell .dataWrap p {
        /*font-size: 12px;
        font-weight: 300;
        color: #212121;*/
    }

.subcontent {
    justify-items: left !important;
}

    #newsUpdates .cell .dataWrap .cta a,
    .newsUpdates .cell .dataWrap .cta a {
        color: #2064ae;
        text-decoration: underline;
        font-size: 10px;
        font-weight: 700;
        transition-duration: 0.3s;
        transition-property: color, background-color;
    }

        #newsUpdates .cell .dataWrap .cta a:hover,
        .newsUpdates .cell .dataWrap .cta a:hover {
            color: #ffcf00;
        }

#pageWrap.chairmanMsg .content p {
    font-style: 18px;
    margin-bottom: 40px;
}

#pageWrap.chairmanMsg .content .letterCredits {
    display: inline-block;
    width: 100%;
}

    #pageWrap.chairmanMsg .content .letterCredits span {
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
    }

    #pageWrap.chairmanMsg .content .letterCredits .wish {
        font-size: 12px;
        font-weight: 700;
        color: #212121;
    }

    #pageWrap.chairmanMsg .content .letterCredits .name {
        //font-size: 20px;
        font-weight: 800;
    }

    #pageWrap.chairmanMsg .content .letterCredits .desig {
        font-size: 12px;
        font-style: italic;
        font-weight: 400;
        color: #212121;
    }

#pageWrap.commitment .sectionTitle h2 {
    text-align: left;
}

#pageWrap.commitment .content p {
    font-style: 18px;
    margin-bottom: 40px;
}

#pageWrap.commitment .content ul {
    padding-left: 15px;
}

    #pageWrap.commitment .content ul li {
        color: #212121;
        font-weight: 300;
        //font-size: 16px;
        padding-bottom: 5px;
        list-style-color: red;
    }

#companyProfile .sectionTitle h3 {
    margin-bottom: 50px;
}

#companyProfile .content p {
    //font-size: 16px;
    margin-bottom: 40px;
    line-height: 160%;
    font-weight: 300;
}

#boardMembers,
.boardMembers {
    padding: 80px 0;
}

@media (max-width: 767px) {
    #boardMembers,
    .boardMembers {
        padding: 40px 0;
    }
}

#boardMembers .sectionTitle,
.boardMembers .sectionTitle {
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    #boardMembers .sectionTitle,
    .boardMembers .sectionTitle {
        padding-bottom: 45px;
    }
}

#boardMembers .cell,
.boardMembers .cell {
    display: table;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    #boardMembers .cell,
    .boardMembers .cell {
        padding-bottom: 60px;
    }
}

#boardMembers .cell .data,
.boardMembers .cell .data {
    display: table-cell;
    width: calc(100% - 400px);
    height: 100%;
    vertical-align: middle;
}

@media (max-width: 991px) {
    #boardMembers .cell .data,
    .boardMembers .cell .data {
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    #boardMembers .cell .data,
    .boardMembers .cell .data {
        width: 100%;
        display: inline-block;
    }
}

#boardMembers .cell .data h3,
.boardMembers .cell .data h3 {
    //font-size: 30px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #boardMembers .cell .data h3,
    .boardMembers .cell .data h3 {
        //font-size: 24px;
        margin-bottom: 15px;
    }
}

#boardMembers .cell .data h4,
.boardMembers .cell .data h4 {
    //font-size: 16px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 20px;
}

#boardMembers .cell .data .descWrap,
.boardMembers .cell .data .descWrap {
    max-height: 260px;
    overflow: hidden;
    position: relative;
}

    #boardMembers .cell .data .descWrap.fullview,
    .boardMembers .cell .data .descWrap.fullview {
        max-height: 100%;
    }

#boardMembers .cell .data .expand,
.boardMembers .cell .data .expand {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffcf00;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(246, 246, 247, 0.2) 0, #f6f6f7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=0);
}

    #boardMembers .cell .data .expand span,
    .boardMembers .cell .data .expand span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100px;
        line-height: normal;
        background: #ffcf00;
        color: #212121;
        padding: 3px 10px;
        font-size: 13px;
    }

#boardMembers .cell .data p,
.boardMembers .cell .data p {
    //font-size: 16px;
    font-weight: 300;
    color: #212121;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #boardMembers .cell .data p,
    .boardMembers .cell .data p {
        font-size: 14px;
    }
}

#boardMembers .cell .imgWrap,
.boardMembers .cell .imgWrap {
    display: table-cell;
    width: 400px;
    height: 100%;
    text-align: left;
}

    #boardMembers .cell .imgWrap img,
    .boardMembers .cell .imgWrap img {
        max-width: 260px;
        transform: scale(1);
        transition-duration: 0.2s;
    }

        #boardMembers .cell .imgWrap img:hover,
        .boardMembers .cell .imgWrap img:hover {
            box-shadow: 3px 0 20px 5px rgba(0, 0, 0, 0.12);
            transform: scale(1.07);
            transition-duration: 0.4s;
        }

@media (max-width: 991px) {
    #boardMembers .cell .imgWrap,
    .boardMembers .cell .imgWrap {
        width: 300px;
    }
}

@media (max-width: 767px) {
    #boardMembers .cell .imgWrap,
    .boardMembers .cell .imgWrap {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
        text-align: center;
    }
}

#boardMembers .cell:nth-child(2n),
.boardMembers .cell:nth-child(2n) {
    display: flex;
    flex-wrap: wrap;
}

    #boardMembers .cell:nth-child(2n) .data,
    .boardMembers .cell:nth-child(2n) .data {
        width: calc(100% - 400px);
    }

@media (max-width: 991px) {
    #boardMembers .cell:nth-child(2n) .data,
    .boardMembers .cell:nth-child(2n) .data {
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    #boardMembers .cell:nth-child(2n) .data,
    .boardMembers .cell:nth-child(2n) .data {
        width: 100%;
        display: inline-block;
        order: 2;
    }
}

#boardMembers .cell:nth-child(2n) .imgWrap,
.boardMembers .cell:nth-child(2n) .imgWrap {
    width: 400px;
    text-align: right;
}

@media (max-width: 991px) {
    #boardMembers .cell:nth-child(2n) .imgWrap,
    .boardMembers .cell:nth-child(2n) .imgWrap {
        width: 300px;
    }
}

@media (max-width: 767px) {
    #boardMembers .cell:nth-child(2n) .imgWrap,
    .boardMembers .cell:nth-child(2n) .imgWrap {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
        text-align: center;
        order: 1;
    }
}

#oruStory {
    padding: 80px 0;
}

@media (max-width: 767px) {
    #oruStory {
        padding: 40px 0;
    }
}

#oruStory .sectionTitle {
    margin-bottom: 60px;
}

    #oruStory .sectionTitle h2 {
        max-width: 750px;
        margin: auto auto 30px;
    }

    #oruStory .sectionTitle p {
        max-width: 960px;
        margin: auto;
        text-align: center;
    }

#oruStory .cell {
    background: #fff;
    display: table;
    width: 100%;
    margin-bottom: 50px;
    transform: scale(1);
    transition-duration: 0.2s;
}

    #oruStory .cell:hover {
        box-shadow: 3px 0 20px 5px rgba(0, 0, 0, 0.08);
        transform: scale(1.07);
        transition-duration: 0.4s;
    }

    #oruStory .cell .data {
        width: 55%;
        padding: 30px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }

@media (max-width: 767px) {
    #oruStory .cell .data {
        display: flex;
        width: 100%;
    }
}

#oruStory .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #212121;
    text-align: left;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #oruStory .cell .data h3 {
        //font-size: 26px;
    }
}

#oruStory .cell .data p {
    //font-size: 16px;
    font-weight: 400;
    color: #212121;
    max-width: 475px;
    float: left;
}

#oruStory .cell .imgWrap {
    width: 45%;
    display: table-cell;
    position: relative;
}

    #oruStory .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

@media (max-width: 767px) {
    #oruStory .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

#oruStory .cell .imgWrap img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    #oruStory .cell .imgWrap img {
        height: auto;
    }
}

@media (max-width: 767px) {
    #oruStory .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

#oruStory .cell:nth-child(odd) .data {
    order: 2;
}

#oruStory .cell:nth-child(odd) .imgWrap {
    order: 1;
}

#sectors {
    padding: 60px 0 0;
}

@media (max-width: 767px) {
    #sectors {
        padding: 40px 0 0;
    }
}

#sectors .sectionTitle {
    margin-bottom: 50px;
}

    #sectors .sectionTitle h2 {
        text-align: left;
    }

    #sectors .sectionTitle p {
        text-align: left;
        max-width: 760px;
    }

#sectors .cell {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    #sectors .cell {
        margin-bottom: 40px;
    }
}

#sectors .cell .data {
    width: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

    #sectors .cell .data .dataSubWrap {
        max-width: 555px;
        width: 100%;
        float: left;
    }

@media (max-width: 767px) {
    #sectors .cell .data {
        display: flex;
        width: 100%;
        padding: 15px;
    }
}

#sectors .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #212121;
    text-align: left;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #sectors .cell .data h3 {
        //font-size: 26px;
    }
}

#sectors .cell .data p {
    //font-size: 16px;
    font-weight: 400;
    color: #212121;
    max-width: 100%;
    float: left;
}

#sectors .cell .imgWrap {
    width: 50%;
    display: table-cell;
    position: relative;
}

    #sectors .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

@media (max-width: 767px) {
    #sectors .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

#sectors .cell .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 500px;
}

@media (max-width: 767px) {
    #sectors .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

#sectors .cell:nth-child(odd) .data {
    order: 2;
    padding-right: 0;
}

@media (max-width: 767px) {
    #sectors .cell:nth-child(odd) .data {
        padding-right: 15px;
    }
}

#sectors .cell:nth-child(odd) .data .dataSubWrap {
    max-width: 555px;
    float: right;
    width: 100%;
}

#sectors .cell:nth-child(odd) .imgWrap {
    order: 1;
}

#statergicPartners,
.statergicPartners {
    padding: 60px 0;
}

@media (max-width: 767px) {
    #statergicPartners,
    .statergicPartners {
        padding: 40px 0;
    }
}

#statergicPartners .sectionTitle,
.statergicPartners .sectionTitle {
    margin-bottom: 50px;
}

    #statergicPartners .sectionTitle h2,
    .statergicPartners .sectionTitle h2 {
        text-align: center;
    }

    #statergicPartners .sectionTitle p,
    .statergicPartners .sectionTitle p {
        text-align: center;
        max-width: 760px;
        margin: auto;
    }

#statergicPartners .cell,
.statergicPartners .cell {
    display: table;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    #statergicPartners .cell,
    .statergicPartners .cell {
        background: #fff;
        margin-bottom: 30px;
    }
}

#statergicPartners .cell .logoWrap,
.statergicPartners .cell .logoWrap {
    width: 260px;
    display: table-cell;
}

    #statergicPartners .cell .logoWrap img,
    .statergicPartners .cell .logoWrap img {
        width: 100%;
        transform: scale(1);
        transition-duration: 0.2s;
    }

        #statergicPartners .cell .logoWrap img:hover,
        .statergicPartners .cell .logoWrap img:hover {
            box-shadow: 3px 0 15px 5px rgba(0, 0, 0, 0.08);
            transform: scale(1.07);
            transition-duration: 0.4s;
        }

@media (max-width: 767px) {
    #statergicPartners .cell .logoWrap,
    .statergicPartners .cell .logoWrap {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        #statergicPartners .cell .logoWrap img,
        .statergicPartners .cell .logoWrap img {
            max-width: 260px;
            margin: auto;
        }
}

#statergicPartners .cell .dataWrap,
.statergicPartners .cell .dataWrap {
    width: calc(100% - 260px);
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

@media (max-width: 767px) {
    #statergicPartners .cell .dataWrap,
    .statergicPartners .cell .dataWrap {
        width: 100%;
        display: inline-block;
        padding: 15px;
    }
}

#statergicPartners .cell .dataWrap h3,
.statergicPartners .cell .dataWrap h3 {
    //font-size: 21px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 10px;
}

#statergicPartners .cell .dataWrap p,
.statergicPartners .cell .dataWrap p {
    //font-size: 16px;
    font-weight: 300;
}

#moreAboutAfz {
    padding: 60px 0 0;
}

@media (max-width: 767px) {
    #moreAboutAfz {
        padding: 40px 0 0;
    }
}

#moreAboutAfz .sectionTitle {
    margin-bottom: 50px;
}

    #moreAboutAfz .sectionTitle h2 {
        text-align: left;
    }

    #moreAboutAfz .sectionTitle p {
        text-align: left;
        //font-size: 18px;
        font-weight: 300;
        margin-bottom: 30px;
    }

#moreAboutAfz .cell {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    #moreAboutAfz .cell {
        margin-bottom: 40px;
    }
}

#moreAboutAfz .cell .data {
    width: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

    #moreAboutAfz .cell .data .dataSubWrap {
        max-width: 555px;
        width: 100%;
        float: left;
    }

@media (max-width: 767px) {
    #moreAboutAfz .cell .data {
        display: flex;
        width: 100%;
        padding: 15px;
    }
}

#moreAboutAfz .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #212121;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #moreAboutAfz .cell .data h3 {
        //font-size: 26px;
    }
}

#moreAboutAfz .cell .data p {
    //font-size: 16px;
    font-weight: 400;
    color: #212121;
    float: left;
    padding-right: 25px;
}

#moreAboutAfz .cell .imgWrap {
    width: 50%;
    display: table-cell;
    overflow: hidden;
    position: relative;
}

    #moreAboutAfz .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

@media (max-width: 767px) {
    #moreAboutAfz .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

#moreAboutAfz .cell .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 424px;
}

@media (max-width: 767px) {
    #moreAboutAfz .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

#moreAboutAfz .cell:nth-child(odd) .data {
    order: 2;
    padding-right: 0;
}

@media (max-width: 767px) {
    #moreAboutAfz .cell:nth-child(odd) .data {
        padding-right: 15px;
    }
}

#moreAboutAfz .cell:nth-child(odd) .data .dataSubWrap {
    max-width: 555px;
    float: right;
    width: 100%;
}

#moreAboutAfz .cell:nth-child(odd) .imgWrap {
    order: 1;
}

#rulesRegulations {
    padding: 60px 0 0;
}

@media (max-width: 767px) {
    #rulesRegulations {
        padding: 40px 0 0;
    }
}

#rulesRegulations .sectionTitle {
    margin-bottom: 50px;
}

    #rulesRegulations .sectionTitle h2 {
        text-align: center;
    }

#rulesRegulations .cell {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    #rulesRegulations .cell {
        margin-bottom: 40px;
    }
}

#rulesRegulations .cell .data {
    width: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

    #rulesRegulations .cell .data .dataSubWrap {
        max-width: 555px;
        width: 100%;
        float: left;
    }

@media (max-width: 767px) {
    #rulesRegulations .cell .data {
        display: flex;
        width: 100%;
        padding: 15px;
    }
}

#rulesRegulations .cell .data .dataSubWrap {
    padding-right: 25px;
}

#rulesRegulations .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #212121;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #rulesRegulations .cell .data h3 {
        //font-size: 26px;
    }
}

#rulesRegulations .cell .data p {
    //font-size: 16px;
    font-weight: 400;
    color: #212121;
    float: left;
}

#rulesRegulations .cell .data .downLinks {
    display: inline-block;
    margin-top: 20px;
}

    #rulesRegulations .cell .data .downLinks ul li {
        list-style: none;
        margin-bottom: 12px;
    }

        #rulesRegulations .cell .data .downLinks ul li a {
            display: inline-block;
            width: 100%;
            padding-left: 30px;
            font-size: 12px;
            font-weight: 700;
            color: #2064ae;
            text-transform: uppercase;
            background: url(../images/downloadBtn.svg) no-repeat 0 0;
            background-size: 18px;
            transition-duration: 0.3s;
            transition-property: color, background-color;
        }

            #rulesRegulations .cell .data .downLinks ul li a:hover {
                color: #ffcf00;
                background: url(../images/downloadBtnYellow.svg) no-repeat 0 0;
                background-size: 18px;
            }

#rulesRegulations .cell .imgWrap {
    width: 50%;
    display: table-cell;
    position: relative;
}

    #rulesRegulations .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

@media (max-width: 767px) {
    #rulesRegulations .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

#rulesRegulations .cell .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 424px;
}

@media (max-width: 767px) {
    #rulesRegulations .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

#rulesRegulations .cell:nth-child(odd) .data {
    order: 2;
    padding-right: 0;
}

@media (max-width: 767px) {
    #rulesRegulations .cell:nth-child(odd) .data {
        padding-right: 15px;
    }
}

#rulesRegulations .cell:nth-child(odd) .data .dataSubWrap {
    max-width: 555px;
    float: right;
    width: 100%;
}

#rulesRegulations .cell:nth-child(odd) .imgWrap {
    order: 1;
}

#knowledgeHub {
    padding: 60px 0 0;
}

@media (max-width: 767px) {
    #knowledgeHub {
        padding: 40px 0 0;
    }
}

#knowledgeHub .sectionTitle {
    margin-bottom: 50px;
}

    #knowledgeHub .sectionTitle h2,
    #knowledgeHub .sectionTitle p {
        text-align: center;
    }

#knowledgeHub .cell {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    #knowledgeHub .cell {
        margin-bottom: 40px;
    }
}

#knowledgeHub .cell .data {
    width: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

    #knowledgeHub .cell .data .dataSubWrap {
        max-width: 555px;
        width: 100%;
        float: left;
    }

@media (max-width: 767px) {
    #knowledgeHub .cell .data {
        display: flex;
        width: 100%;
        padding: 15px;
    }
}

#knowledgeHub .cell .data .dataSubWrap {
    padding-right: 25px;
}

#knowledgeHub .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #212121;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #knowledgeHub .cell .data h3 {
        //font-size: 26px;
    }
}

#knowledgeHub .cell .data p {
    //font-size: 16px;
    font-weight: 400;
    color: #212121;
    float: left;
}

#knowledgeHub .cell .data .downLinks {
    display: inline-block;
    margin-top: 20px;
}

    #knowledgeHub .cell .data .downLinks ul li {
        list-style: none;
        margin-bottom: 12px;
    }

        #knowledgeHub .cell .data .downLinks ul li a {
            display: inline-block;
            width: 100%;
            padding-left: 30px;
            font-size: 12px;
            font-weight: 700;
            color: #2064ae;
            text-transform: uppercase;
            background: url(../images/downloadBtn.svg) no-repeat 0 0;
            background-size: 18px;
        }

#knowledgeHub .cell .imgWrap {
    width: 50%;
    display: table-cell;
    position: relative;
}

    #knowledgeHub .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

@media (max-width: 767px) {
    #knowledgeHub .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

#knowledgeHub .cell .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 424px;
}

@media (max-width: 767px) {
    #knowledgeHub .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

#knowledgeHub .cell:nth-child(odd) .data {
    order: 2;
    padding-right: 0;
}

@media (max-width: 767px) {
    #knowledgeHub .cell:nth-child(odd) .data {
        padding-right: 15px;
    }
}

#knowledgeHub .cell:nth-child(odd) .data .dataSubWrap {
    max-width: 555px;
    float: right;
    width: 100%;
}

#knowledgeHub .cell:nth-child(odd) .imgWrap {
    order: 1;
}

#knowledgeHub .cell#opendata .imgWrap img {
    max-height: 100%;
}

#gallery {
    padding: 60px 0;
}

@media (max-width: 767px) {
    #gallery {
        padding: 40px 0;
    }
}

#gallery .sectionTitle {
    margin-bottom: 50px;
}

    #gallery .sectionTitle h2,
    #gallery .sectionTitle p {
        text-align: left;
    }

#gallery .cell,
#gallery .presskit {
    margin-bottom: 40px;
}

    #gallery .cell .imgWrap {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }

        #gallery .cell .imgWrap:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
            pointer-events: none;
        }

        #gallery .cell .imgWrap img {
            max-width: 100%;
        }

    #gallery .cell h3 {
        //font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

#gallery .imgWrap {
    margin-bottom: 20px;
}

    #gallery .imgWrap img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

#gallery .downLink a {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #2064ae;
    text-transform: uppercase;
    background: url(../images/downloadBtn.svg) no-repeat 0 0;
    background-size: 18px;
}

#gallery .dataWrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #gallery .dataWrap p {
        //font-size: 16px;
        font-weight: 400;
        color: #212121;
        float: left;
    }

    #gallery .dataWrap .downLink,
    #gallery .dataWrap .downLinks {
        display: inline-block;
        margin-top: 20px;
    }

        #gallery .dataWrap .downLink a,
        #gallery .dataWrap .downLinks a {
            display: inline-block;
            width: 100%;
            padding-left: 30px;
            font-size: 12px;
            font-weight: 700;
            color: #2064ae;
            text-transform: uppercase;
            background: url(../images/downloadBtn.svg) no-repeat 0 0;
            background-size: 18px;
        }

        #gallery .dataWrap .downLinks ul li,
        #gallery .dataWrap .downLink ul li {
            list-style: none;
            margin-bottom: 12px;
        }

            #gallery .dataWrap .downLinks ul li a,
            #gallery .dataWrap .downLink ul li a {
                display: inline-block;
                width: 100%;
                padding-left: 30px;
                font-size: 12px;
                font-weight: 700;
                color: #2064ae;
                text-transform: uppercase;
                background: url(../images/downloadBtn.svg) no-repeat 0 0;
                background-size: 18px;
            }

#eventsExhibitions {
    padding: 60px 0;
}

@media (max-width: 767px) {
    #eventsExhibitions {
        padding: 40px 0;
    }
}

#eventsExhibitions .sectionTitle {
    margin-bottom: 50px;
}

    #eventsExhibitions .sectionTitle h2 {
        text-align: center;
    }

#eventsExhibitions .timeBar {
    width: 62px;
    float: left;
    margin-right: 40px;
    overflow: hidden;
    border-right: 3px solid #212121;
    height: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (max-width: 991px) {
    #eventsExhibitions .timeBar {
        display: inline-block;
        height: auto;
    }
}

@media (max-width: 575px) {
    #eventsExhibitions .timeBar {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #212121;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        flex-direction: unset;
        flex-wrap: wrap;
    }
}

#eventsExhibitions .timeBar span {
    width: 100%;
    display: inline-block;
    transform: rotate(-90deg);
    text-transform: uppercase;
    //font-size: 30px;
    font-weight: 400;
    height: 95px;
    width: 78px;
    text-align: center;
}

    #eventsExhibitions .timeBar span.active {
        font-weight: 700;
        color: #2064ae;
    }

@media (max-width: 575px) {
    #eventsExhibitions .timeBar span {
        transform: rotate(0deg);
        height: 65px;
        width: 50px;
        //font-size: 18px;
    }
}

#eventsExhibitions .eventsData {
    width: 100%;
    float: left;
}

@media (max-width: 575px) {
    #eventsExhibitions .eventsData {
        width: 100%;
    }
}

#eventsExhibitions .eventsData .eventsLeft {
    width: 430px;
    float: left;
}

@media (max-width: 1199px) {
    #eventsExhibitions .eventsData .eventsLeft {
        width: 300px;
    }
}

@media (max-width: 991px) {
    #eventsExhibitions .eventsData .eventsLeft {
        width: 100%;
        margin-bottom: 20px;
    }
}

#eventsExhibitions .eventsData .eventsLeft .cell {
    background: #f6f6f7;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

    #eventsExhibitions .eventsData .eventsLeft .cell .imgWrap {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
    }

        #eventsExhibitions .eventsData .eventsLeft .cell .imgWrap:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
            pointer-events: none;
        }

        #eventsExhibitions .eventsData .eventsLeft .cell .imgWrap img {
            text-align: center;
            width: 100%;
        }

    #eventsExhibitions .eventsData .eventsLeft .cell .dataWrap {
        padding: 20px;
    }

        #eventsExhibitions .eventsData .eventsLeft .cell .dataWrap h3 {
            //font-size: 17px;
            font-weight: 700;
            color: #212121;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        #eventsExhibitions .eventsData .eventsLeft .cell .dataWrap .date {
            display: inline-block;
            width: 100%;
            margin-bottom: 5px;
            //font-size: 15px;
            font-weight: 300;
            color: #212121;
            text-transform: uppercase;
        }

        #eventsExhibitions .eventsData .eventsLeft .cell .dataWrap p {
            font-size: 12px;
            font-weight: 300;
            color: #212121;
        }

        #eventsExhibitions .eventsData .eventsLeft .cell .dataWrap .cta a {
            color: #2064ae;
            text-decoration: underline;
            font-size: 10px;
            font-weight: 700;
        }

#eventsExhibitions .eventsData .eventsLeft #calender td {
    border-radius: 0 !important;
}

#eventsExhibitions .eventsData .eventsLeft #calender tr th {
    font-weight: 500;
}

#eventsExhibitions .eventsData .eventsLeft #calender .timepicker {
    display: none;
}

#eventsExhibitions .eventsData .eventsLeft #calender .datepicker .table-condensed {
    border: 1px solid #e6e6e6;
    width: 100%;
    text-align: center;
    background: #f6f6f7;
}

    #eventsExhibitions .eventsData .eventsLeft #calender .datepicker .table-condensed td,
    #eventsExhibitions .eventsData .eventsLeft #calender .datepicker .table-condensed th {
        min-height: 70px;
        height: 40px;
        text-align: center;
    }

    #eventsExhibitions .eventsData .eventsLeft #calender .datepicker .table-condensed thead {
        background: #e6e6e6;
    }

    #eventsExhibitions .eventsData .eventsLeft #calender .datepicker .table-condensed .picker-switch {
        //font-size: 18px;
        font-weight: 700;
        color: #212121;
        text-transform: uppercase;
        padding: 12px 0;
    }

    #eventsExhibitions .eventsData .eventsLeft #calender .datepicker .table-condensed .dow {
        //font-size: 16px;
        font-weight: 700;
    }

    #eventsExhibitions .eventsData .eventsLeft #calender .datepicker .table-condensed .day:hover {
        background: #ffcf00;
    }

    #eventsExhibitions .eventsData .eventsLeft #calender .datepicker .table-condensed td.active {
        background: #ffcf00 !important;
        color: #212121 !important;
    }

#eventsExhibitions .eventsData .eventsRight {
    width: 100%;
    float: left;
}

@media (max-width: 1199px) {
    #eventsExhibitions .eventsData .eventsRight {
        width: 528px;
    }
}

@media (max-width: 991px) {
    #eventsExhibitions .eventsData .eventsRight {
        width: 100%;
        padding-left: 0;
    }
}

#eventsExhibitions .eventsData .eventsRight .cell {
    background: #f6f6f7;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: calc(50% - 15px);
    float: left;
}

    #eventsExhibitions .eventsData .eventsRight .cell:nth-child(2n) {
        float: right;
    }

@media (max-width: 767px) {
    #eventsExhibitions .eventsData .eventsRight .cell {
        width: 100%;
    }
}

#eventsExhibitions .eventsData .eventsRight .cell .imgWrap {
    width: 100%;
    text-align: center;
    position: relative;
}

    #eventsExhibitions .eventsData .eventsRight .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

    #eventsExhibitions .eventsData .eventsRight .cell .imgWrap img {
        text-align: center;
        width: 100%;
    }

#eventsExhibitions .eventsData .eventsRight .cell .dataWrap {
    padding: 15px;
}

    #eventsExhibitions .eventsData .eventsRight .cell .dataWrap h3 {
        font-size: 14px;
        font-weight: 700;
        color: #212121;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    #eventsExhibitions .eventsData .eventsRight .cell .dataWrap .date {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
        font-size: 10px;
        font-weight: 300;
        color: #714e97;
        text-transform: uppercase;
    }

    #eventsExhibitions .eventsData .eventsRight .cell .dataWrap p {
        font-size: 12px;
        font-weight: 300;
        color: #212121;
    }

    #eventsExhibitions .eventsData .eventsRight .cell .dataWrap .cta a {
        color: #2064ae;
        text-decoration: underline;
        font-size: 10px;
        font-weight: 700;
    }

#eventsExhibitions .eventsData .eventsRight .left {
    width: 260px;
    float: left;
}

    #eventsExhibitions .eventsData .eventsRight .left img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

#eventsExhibitions .eventsData .eventsRight .right {
    width: calc(100% - 260px);
    float: left;
}

#pageWrap.terms-policy .sectionTitle {
    margin-bottom: 50px;
}

#careers .sectionTitle {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    #careers .sectionTitle {
        margin-bottom: 30px;
    }
}

#careers .cell {
    display: table;
    width: 100%;
}

    #careers .cell.formWrap {
        background: #ebebeb;
    }

@media (max-width: 767px) {
    #careers .cell {
        margin-bottom: 40px;
    }
}

#careers .cell .data {
    width: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

@media (max-width: 767px) {
    #careers .cell .data {
        flex-wrap: wrap;
        order: 2;
    }
}

#careers .cell .data .dataSubWrap {
    width: 100%;
    float: left;
}

@media (max-width: 767px) {
    #careers .cell .data .dataSubWrap {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #careers .cell .data {
        display: flex;
        width: 100%;
        padding: 15px;
    }
}

#careers .cell .data .dataSubWrap a {
    transition-duration: 0.3s;
    transition-property: color, background-color;
    cursor: pointer;
    color: #2064ae;
}

    #careers .cell .data .dataSubWrap a:hover {
        color: #ffcf00;
    }

#careers .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #212121;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #careers .cell .data h3 {
        //font-size: 26px;
    }
}

#careers .cell .data p {
    //font-size: 16px;
    font-weight: 400;
    color: #212121;
    max-width: 400px;
    float: left;
}

    #careers .cell .data p.tollfree a {
        //font-size: 35px;
        font-weight: 800;
        color: #2064ae;
    }

#careers .cell .data .locDatas li {
    list-style: none;
    padding-left: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#careers .cell .data .locDatas .loc {
    background: url(../images/b-loc.svg) no-repeat top 3px left;
    background-size: 15px;
}

#careers .cell .data .locDatas .phone {
    background: url(../images/b-phone.svg) no-repeat top 1px left;
    background-size: 20px;
}

#careers .cell .data .locDatas .email {
    background: url(../images/b-email.svg) no-repeat top 4px left;
    background-size: 20px;
}

#careers .cell .data .locDatas .timings {
    background: url(../images/b-timings.svg) no-repeat top 3px left;
    background-size: 20px;
}

#careers .cell .data .location {
    margin-bottom: 20px;
}

    #careers .cell .data .location h3 {
        font-size: 14px;
        font-weight: 700;
        color: #2064ae;
        cursor: pointer;
        transition-duration: 0.3s;
        transition-property: color, background-color;
    }

        #careers .cell .data .location h3:hover {
            color: #ffcf00;
        }

    #careers .cell .data .location ul {
        display: none;
    }

    #careers .cell .data .location.active h3 {
        //font-size: 35px;
        font-weight: 800;
        color: #212121;
        text-align: left;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    #careers .cell .data .location.active h3 {
        //font-size: 26px;
    }
}

#careers .cell .data .location.active ul {
    display: block;
}

#careers .cell .data form .formControl {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    #careers .cell .data form .formControl input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 10px 15px;
        box-shadow: none;
        border: none;
    }

    #careers .cell .data form .formControl #countryCode {
        padding-left: 50px;
        color: #212121;
    }

    #careers .cell .data form .formControl textarea {
        height: 180px;
        width: 100%;
        background: #fff;
        padding: 15px;
        border: none;
        resize: none;
        //font-size: 15px;
        font-weight: 300;
    }

    #careers .cell .data form .formControl button {
        background: #2064ae;
        color: #fff;
        padding: 10px 30px;
        border: none;
        box-shadow: none;
        width: 260px;
        height: 50px;
        text-align: center;
        float: right;
        text-transform: uppercase;
        font-weight: 700;
        transition-duration: 0.3s;
        transition-property: color, background-color;
        cursor: pointer;
    }

        #careers .cell .data form .formControl button:hover {
            background: #ffcf00;
            color: #212121;
        }

#careers .cell .imgWrap {
    width: 50%;
    display: table-cell;
    position: relative;
}

@media (max-width: 767px) {
    #careers .cell .imgWrap {
        order: 1;
    }
}

#careers .cell .imgWrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
    pointer-events: none;
}

@media (max-width: 767px) {
    #careers .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

#careers .cell .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 600px;
}

@media (max-width: 767px) {
    #careers .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

#careers .cell:nth-child(odd) .data {
    order: 2;
    padding-right: 15px;
}

@media (max-width: 767px) {
    #careers .cell:nth-child(odd) .data {
        padding-right: 15px;
    }
}

#careers .cell:nth-child(odd) .data .dataSubWrap {
    float: left;
    width: 100%;
}

#careers .cell:nth-child(odd) .imgWrap {
    order: 1;
}

.iti {
    width: 100%;
    position: relative;
    display: inline-block;
}

    .iti * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.iti__hide {
    display: none;
}

.iti__v-hide {
    visibility: hidden;
}

.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    max-width: 210px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px;
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.iti__country {
    padding: 5px 10px;
    outline: 0;
    font-size: 13px;
}

.iti__dial-code {
    color: #999;
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle;
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

    .iti--allow-dropdown .iti__flag-container:hover {
        cursor: pointer;
    }

        .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
            background-color: rgba(0, 0, 0, 0.05);
        }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}

    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
        background-color: transparent;
    }

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}

    .iti--container:hover {
        cursor: pointer;
    }

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em;
}

.iti__flag {
    width: 20px;
}

    .iti__flag.iti__be {
        width: 18px;
    }

    .iti__flag.iti__ch {
        width: 15px;
    }

    .iti__flag.iti__mc {
        width: 19px;
    }

    .iti__flag.iti__ne {
        width: 18px;
    }

    .iti__flag.iti__np {
        width: 13px;
    }

    .iti__flag.iti__va {
        width: 15px;
    }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0;
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0;
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0;
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0;
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0;
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0;
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0;
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0;
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0;
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0;
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0;
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0;
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0;
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0;
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0;
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0;
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0;
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0;
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0;
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0;
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0;
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0;
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0;
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0;
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0;
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0;
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0;
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0;
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0;
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0;
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0;
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0;
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0;
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0;
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0;
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0;
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0;
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0;
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0;
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0;
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0;
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0;
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0;
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0;
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0;
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0;
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0;
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0;
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0;
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0;
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0;
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0;
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0;
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0;
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0;
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0;
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0;
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0;
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0;
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0;
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0;
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0;
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0;
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0;
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0;
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0;
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0;
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0;
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0;
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0;
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0;
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0;
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0;
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0;
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0;
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0;
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0;
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0;
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0;
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0;
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0;
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0;
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0;
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0;
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0;
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0;
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0;
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0;
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0;
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0;
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0;
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0;
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0;
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0;
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0;
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0;
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0;
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0;
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0;
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0;
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0;
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0;
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0;
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0;
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0;
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0;
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0;
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0;
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0;
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0;
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0;
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0;
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0;
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0;
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0;
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0;
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0;
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0;
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0;
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0;
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0;
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0;
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0;
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0;
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0;
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0;
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0;
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0;
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0;
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0;
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0;
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0;
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0;
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0;
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0;
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0;
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0;
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0;
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0;
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0;
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0;
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0;
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0;
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0;
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0;
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0;
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0;
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0;
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0;
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0;
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0;
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0;
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0;
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0;
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0;
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0;
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0;
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0;
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0;
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0;
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0;
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0;
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0;
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0;
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0;
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0;
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0;
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0;
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0;
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0;
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0;
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0;
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0;
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0;
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0;
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0;
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0;
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0;
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0;
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0;
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0;
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0;
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0;
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0;
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0;
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0;
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0;
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0;
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0;
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0;
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0;
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0;
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0;
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0;
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0;
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0;
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0;
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0;
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0;
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0;
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0;
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0;
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0;
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0;
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0;
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0;
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0;
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0;
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0;
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0;
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0;
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0;
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0;
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0;
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0;
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0;
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0;
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0;
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0;
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0;
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0;
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0;
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0;
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0;
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0;
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0;
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0;
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0;
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0;
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0;
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0;
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0;
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0;
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0;
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0;
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0;
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0;
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0;
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0;
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0;
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0;
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0;
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0;
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0;
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0;
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0;
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0;
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0;
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0;
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0;
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0;
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0;
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0;
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0;
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0;
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0;
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0;
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0;
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../images/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(../images/flags@2x.png);
    }
}

.iti__flag.iti__np {
    background-color: transparent;
}

#___gcse_0 {
    width: 25%;
    float: right;
    padding: 8px 18px 8px 10px !important;
}

#faq {
    padding-bottom: 0px;
}

    #faq .sectionTitle h2 {
        text-align: center;
    }

    #faq .faqItem {
        margin-top: 50px;
    }

        #faq .faqItem h2 {
            text-align: left;
            //font-size: 21px;
            text-transform: none;
            margin-bottom: 10px;
            font-weight: 700;
            color: #212121;
        }

        #faq .faqItem p {
            text-align: left;
            //font-size: 16px;
        }

@media (max-width: 767px) {
    #faq .faqItem h2 {
        text-align: left;
        //font-size: 18px;
    }

    #faq .faqItem p {
        text-align: left;
        font-size: 14px;
    }
}

#clientServices {
    padding: 60px 0 30px;
}

@media (max-width: 767px) {
    #clientServices {
        padding: 40px 0 20px;
    }
}

#clientServices .sectionTitle {
    margin-bottom: 70px;
}

    #clientServices .sectionTitle h2,
    #clientServices .sectionTitle p {
        text-align: center;
    }

#clientServices .imgWrap {
    position: relative;
}

    #clientServices .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

    #clientServices .imgWrap img {
        height: 380px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transform: scale(1);
        transition-duration: 0.2s;
    }

        #clientServices .imgWrap img:hover {
            box-shadow: 3px 0 20px 5px rgba(0, 0, 0, 0.08);
            transform: scale(1.07);
            transition-duration: 0.4s;
        }

@media (max-width: 767px) {
    #clientServices .imgWrap img {
        height: 250px;
    }
}

@media (max-width: 767px) {
    #clientServices .imgWrap {
        margin-bottom: 15px;
    }
}

#clientServices .cell {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #clientServices .cell {
        margin-bottom: 40px;
    }
}

#clientServices .data {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #clientServices .data h3 {
        //font-size: 30px;
        font-weight: 800;
        color: #212121;
        text-align: left;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    #clientServices .data h3 {
        //font-size: 26px;
    }
}

#clientServices .data p {
    //font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    color: #212121;
    float: left;
}

#clientServices .data .downloadWrap {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

    #clientServices .data .downloadWrap a {
        font-size: 12px;
        font-weight: 700;
        color: #2064ae;
        background: url(../images/downloadBtn.svg) no-repeat 0;
        background-size: 18px 18px;
        padding-left: 30px;
        text-transform: uppercase;
    }

#clientServices .data .learnMoreCta {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

    #clientServices .data .learnMoreCta a {
        font-size: 12px;
        font-weight: 700;
        color: #2064ae;
        background: url(../images/downloadBtn.svg) no-repeat 0;
        background-size: 18px 18px;
        padding-left: 30px;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    #clientServices .dataList .cell:nth-child(2n) .col-md-6:nth-child(2) {
        order: 1;
    }

    #clientServices .dataList .cell:nth-child(2n) .col-md-6:first-child {
        order: 2;
    }
}

#settingUp {
    padding: 60px 0 30px;
}

@media (max-width: 767px) {
    #settingUp {
        padding: 40px 0 20px;
    }
}

#settingUp .sectionTitle {
    margin-bottom: 70px;
}

    #settingUp .sectionTitle h2 {
        text-align: center;
    }

    #settingUp .sectionTitle p {
        text-align: center;
        max-width: 960px;
        margin: auto;
    }

#settingUp .setUpCellWrap {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    #settingUp .setUpCellWrap {
        padding-bottom: 40px;
    }
}

#settingUp .setUpCellWrap .cellNum {
    height: 75px;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    #settingUp .setUpCellWrap .cellNum.form {
        display: none;
    }
}

#settingUp .setUpCellWrap .cellNum .spanWrap {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#settingUp .setUpCellWrap .cellNum .num {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #ffcf00;
    margin: auto;
    //font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    color: #212121;
    text-align: center;
}

#settingUp .setUpCellWrap .cellNum .line {
    width: 1px;
    height: 35px;
    margin: auto;
    background: url(../images/line.svg) no-repeat 50%;
    background-size: 100%;
    display: inline-block;
}

#settingUp .setUpCellWrap .cell {
    background: #212121;
}

@media (max-width: 991px) {
    #settingUp .setUpCellWrap .cell {
        margin-bottom: 40px;
    }
}

#settingUp .setUpCellWrap .cell .imgWrap {
    display: inline-block;
    width: 100%;
    position: relative;
}

    #settingUp .setUpCellWrap .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

    #settingUp .setUpCellWrap .cell .imgWrap img {
        height: 242px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

#settingUp .setUpCellWrap .cell .data {
    padding: 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

    #settingUp .setUpCellWrap .cell .data h3 {
        //font-size: 16px;
        font-weight: 700;
        color: #ffcf00;
        margin-bottom: 10px;
        text-transform: uppercase;
        line-height: 160%;
    }

    #settingUp .setUpCellWrap .cell .data p {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 160%;
        margin-bottom: 10px;
    }

        #settingUp .setUpCellWrap .cell .data p a {
            font-size: 14px;
            text-decoration: underline;
            color: #fff;
            font-weight: 400;
            transition-duration: 0.3s;
            transition-property: color, background-color;
        }

            #settingUp .setUpCellWrap .cell .data p a:hover {
                color: #ffcf00;
            }

    #settingUp .setUpCellWrap .cell .data ul {
        padding-left: 25px;
    }

        #settingUp .setUpCellWrap .cell .data ul li {
            color: #fff;
            font-size: 13px;
            font-weight: 300;
            text-transform: uppercase;
            padding-bottom: 3px;
        }

#settingUp .setUpCellWrap .setUpForm {
    width: 350px;
    background: #212121;
    padding: 18px 23px;
}

    #settingUp .setUpCellWrap .setUpForm h3 {
        //font-size: 15px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
        text-transform: uppercase;
        line-height: 160%;
        text-align: center;
    }

    #settingUp .setUpCellWrap .setUpForm form .formControl {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }

        #settingUp .setUpCellWrap .setUpForm form .formControl input {
            width: 100%;
            height: 35px;
            line-height: 35px;
            padding: 10px 15px;
            box-shadow: none;
            border: none;
            font-size: 10px;
        }

            #settingUp .setUpCellWrap .setUpForm form .formControl input.invalid {
                color: red;
                border: 1px solid red !important;
                background: #ffe3e3;
            }

        #settingUp .setUpCellWrap .setUpForm form .formControl select {
            width: 100%;
            height: 35px;
            line-height: 35px;
            padding: 0 30px 0 15px;
            box-shadow: none;
            border: none;
            font-size: 10px;
            background: url(../images/arrowDown.svg) no-repeat center right 10px #fff !important;
            text-transform: uppercase;
            -moz-appearance: none;
            appearance: none;
            -webkit-appearance: none;
            border-radius: 0;
        }

            #settingUp .setUpCellWrap .setUpForm form .formControl select.invalid {
                color: red;
                border: 1px solid red !important;
                background: #ffe3e3;
            }

        #settingUp .setUpCellWrap .setUpForm form .formControl #countryCode {
            padding-left: 95px !important;
            color: #212121;
            //font-size: 15px;
        }

        #settingUp .setUpCellWrap .setUpForm form .formControl textarea {
            height: 60px;
            width: 100%;
            background: #fff;
            padding: 15px;
            border: none;
            resize: none;
            font-size: 10px;
            font-weight: 300;
        }

        #settingUp .setUpCellWrap .setUpForm form .formControl button {
            background: #2064ae;
            color: #fff;
            padding: 10px 30px;
            border: none;
            box-shadow: none;
            width: 260px;
            height: 50px;
            text-align: center;
            float: right;
            text-transform: uppercase;
            font-weight: 700;
        }

    #settingUp .setUpCellWrap .setUpForm form .setupCta button {
        background: #ffcf00;
        color: #212121;
        padding: 10px 30px;
        box-shadow: none;
        width: 100%;
        height: 40px;
        text-align: center;
        float: right;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        transition-duration: 0.3s;
        transition-property: color, background-color;
        border: 2px solid #ffcf00;
        cursor: pointer;
    }

        #settingUp .setUpCellWrap .setUpForm form .setupCta button:hover {
            background: #212121;
            color: #ffcf00;
        }

@media (max-width: 991px) {
    #settingUp .setUpCellWrap .setUpForm {
        background: #ffcf00;
    }

        #settingUp .setUpCellWrap .setUpForm h3 {
            text-align: left;
            position: relative;
            cursor: pointer;
            margin-bottom: 0;
            color: #212121;
        }

            #settingUp .setUpCellWrap .setUpForm h3:after {
                content: "";
                width: 18px;
                height: 9px;
                position: absolute;
                right: 0;
                top: 6px;
                background: url(../images/arrow-black.svg) no-repeat 50%;
                background-size: 18px 9px;
                transform: rotate(180deg);
                transition-duration: 0.4s;
            }

            #settingUp .setUpCellWrap .setUpForm h3.active {
                margin-bottom: 15px;
            }

                #settingUp .setUpCellWrap .setUpForm h3.active:after {
                    transform: rotate(0deg);
                    transition-duration: 0.2s;
                }

        #settingUp .setUpCellWrap .setUpForm form {
            margin-top: 10px;
        }

            #settingUp .setUpCellWrap .setUpForm form .setupCta button {
                color: #fff;
                background: #212121;
            }
}

#settingUp .setUpCellWrap .setupCta {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #settingUp .setUpCellWrap .setupCta a {
        width: 280px;
        //font-size: 16px;
        font-weight: 700;
        color: #212121;
        text-transform: uppercase;
        padding: 12px 30px;
        background: #ffcf00;
        display: inline-block;
    }

#settingUp .infoFormWrap {
    padding: 40px;
    background: #ebebeb;
    border: 1px solid #dedede;
}

@media (max-width: 767px) {
    #settingUp .infoFormWrap {
        padding: 20px 15px;
    }
}

#settingUp .infoFormWrap h2 {
    //font-size: 30px;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#settingUp .infoFormWrap form .formControl {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    #settingUp .infoFormWrap form .formControl input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 10px 15px;
        box-shadow: none;
        border: none;
    }

    #settingUp .infoFormWrap form .formControl #countryCode {
        padding-left: 50px;
        color: #212121;
    }

    #settingUp .infoFormWrap form .formControl textarea {
        height: 180px;
        width: 100%;
        background: #fff;
        padding: 15px;
        border: none;
        resize: none;
        //font-size: 15px;
        font-weight: 300;
    }

    #settingUp .infoFormWrap form .formControl button {
        background: #2064ae;
        color: #fff;
        padding: 10px 30px;
        border: none;
        box-shadow: none;
        width: 260px;
        height: 50px;
        text-align: center;
        float: right;
        text-transform: uppercase;
        font-weight: 700;
    }

#settingUpClaims {
    padding-top: 60px;
}

    #settingUpClaims .cell {
        display: table;
        width: 100%;
    }

@media (max-width: 767px) {
    #settingUpClaims .cell {
        margin-bottom: 40px;
    }
}

#settingUpClaims .cell .data {
    width: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

    #settingUpClaims .cell .data .dataSubWrap {
        max-width: 555px;
        width: 100%;
        float: left;
    }

@media (max-width: 767px) {
    #settingUpClaims .cell .data {
        display: flex;
        width: 100%;
        padding: 15px;
    }
}

#settingUpClaims .cell .data .dataSubWrap {
    padding-right: 25px;
}

#settingUpClaims .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #212121;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #settingUpClaims .cell .data h3 {
        //font-size: 26px;
    }
}

#settingUpClaims .cell .data p {
    //font-size: 16px;
    font-weight: 400;
    color: #212121;
    float: left;
}

#settingUpClaims .cell .data .downLinks {
    display: inline-block;
    margin-top: 20px;
}

    #settingUpClaims .cell .data .downLinks ul li {
        list-style: none;
        margin-bottom: 12px;
    }

        #settingUpClaims .cell .data .downLinks ul li a {
            display: inline-block;
            width: 100%;
            padding-left: 30px;
            font-size: 12px;
            font-weight: 700;
            color: #2064ae;
            text-transform: uppercase;
            background: url(../images/downloadBtn.svg) no-repeat 0 0;
            background-size: 18px;
        }

#settingUpClaims .cell .imgWrap {
    width: 50%;
    display: table-cell;
    position: relative;
}

    #settingUpClaims .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

@media (max-width: 767px) {
    #settingUpClaims .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

#settingUpClaims .cell .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 424px;
}

@media (max-width: 767px) {
    #settingUpClaims .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

#settingUpClaims .cell:nth-child(2n) .data {
    order: 2;
    padding-right: 0;
}

@media (max-width: 767px) {
    #settingUpClaims .cell:nth-child(2n) .data {
        padding-right: 15px;
    }
}

#settingUpClaims .cell:nth-child(2n) .data .dataSubWrap {
    max-width: 555px;
    float: right;
    width: 100%;
}

#settingUpClaims .cell:nth-child(2n) .imgWrap {
    order: 1;
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px;
}

#communities,
.communities {
    padding-top: 60px;
    background: url(../images/communities-bg.jpg) no-repeat 50%;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

    #communities:before,
    .communities:before {
        content: "";
        width: 100%;
        height: 100px;
        position: absolute;
        background: #f6f6f7;
        left: 0;
        top: 0;
        z-index: 0;
    }

    #communities .cell,
    .communities .cell {
        display: table;
        width: 100%;
        position: relative;
        z-index: 1;
    }

@media (max-width: 767px) {
    #communities .cell,
    .communities .cell {
        margin-bottom: 40px;
    }

        #communities .cell:last-child,
        .communities .cell:last-child {
            margin-bottom: 0;
        }
}

#communities .cell .data,
.communities .cell .data {
    width: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

    #communities .cell .data .dataSubWrap,
    .communities .cell .data .dataSubWrap {
        max-width: 555px;
        width: 100%;
        float: left;
    }

@media (max-width: 767px) {
    #communities .cell .data,
    .communities .cell .data {
        display: flex;
        width: 100%;
        padding: 15px;
    }
}

#communities .cell .data .dataSubWrap,
.communities .cell .data .dataSubWrap {
    padding-right: 25px;
}

#communities .cell .data h3,
.communities .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #communities .cell .data h3,
    .communities .cell .data h3 {
        //font-size: 26px;
    }
}

#communities .cell .data h4,
.communities .cell .data h4 {
    //font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #communities .cell .data h4,
    .communities .cell .data h4 {
        //font-size: 21px;
    }
}

#communities .cell .data p,
.communities .cell .data p {
    //font-size: 16px;
    font-weight: 300;
    color: #fff;
    float: left;
    margin-bottom: 20px;
}

#communities .cell .imgWrap,
.communities .cell .imgWrap {
    width: 50%;
    display: table-cell;
    border: 5px solid #fff;
    position: relative;
}

    #communities .cell .imgWrap:after,
    .communities .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

@media (max-width: 767px) {
    #communities .cell .imgWrap,
    .communities .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

#communities .cell .imgWrap img,
.communities .cell .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    #communities .cell,
    .communities .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

#communities .cell:nth-child(2n) .data,
.communities .cell:nth-child(2n) .data {
    order: 2;
    padding-right: 0;
}

@media (max-width: 767px) {
    #communities .cell:nth-child(2n) .data,
    .communities .cell:nth-child(2n) .data {
        padding-right: 15px;
    }
}

#communities .cell:nth-child(2n) .data .dataSubWrap,
.communities .cell:nth-child(2n) .data .dataSubWrap {
    max-width: 555px;
    float: right;
    width: 100%;
}

#communities .cell:nth-child(2n) .imgWrap,
.communities .cell:nth-child(2n) .imgWrap {
    order: 1;
}

#investorServices {
    padding-top: 60px;
}

    #investorServices .sectionTitle {
        margin-bottom: 80px;
    }

@media (max-width: 767px) {
    #investorServices .sectionTitle {
        margin-bottom: 40px;
    }
}

#investorServices .sectionTitle h2 {
    text-align: center;
}

#investorServices .sectionTitle p {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

#investorServices .cell {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    #investorServices .cell {
        margin-bottom: 40px;
    }
}

#investorServices .cell .data {
    width: 50%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

    #investorServices .cell .data .dataSubWrap {
        max-width: 555px;
        width: 100%;
        float: left;
    }

@media (max-width: 767px) {
    #investorServices .cell .data {
        display: flex;
        width: 100%;
        padding: 15px;
    }
}

#investorServices .cell .data .dataSubWrap {
    padding-right: 25px;
}

#investorServices .cell .data h3 {
    //font-size: 35px;
    font-weight: 800;
    color: #212121;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #investorServices .cell .data h3 {
        //font-size: 26px;
    }
}

#investorServices .cell .data p {
    //font-size: 16px;
    font-weight: 400;
    color: #212121;
    float: left;
}

#investorServices .cell .data .downLinks {
    display: inline-block;
    margin-top: 20px;
}

    #investorServices .cell .data .downLinks ul li {
        list-style: none;
        margin-bottom: 12px;
    }

        #investorServices .cell .data .downLinks ul li a {
            display: inline-block;
            width: 100%;
            padding-left: 30px;
            font-size: 12px;
            font-weight: 700;
            color: #2064ae;
            text-transform: uppercase;
            background: url(../images/downloadBtn.svg) no-repeat 0 0;
            background-size: 18px;
        }

#investorServices .cell .imgWrap {
    width: 50%;
    display: table-cell;
    position: relative;
}

    #investorServices .cell .imgWrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(145, 174, 185, 0.31) 0, rgba(81, 106, 117, 0.38));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54feda25",endColorstr="#1f8a8d8f",GradientType=1);
        pointer-events: none;
    }

@media (max-width: 767px) {
    #investorServices .cell .imgWrap {
        display: flex;
        width: 100%;
    }
}

#investorServices .cell .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 424px;
}

@media (max-width: 767px) {
    #investorServices .cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

#investorServices .cell:nth-child(2n) .data {
    order: 2;
    padding-right: 0;
}

@media (max-width: 767px) {
    #investorServices .cell:nth-child(2n) .data {
        padding-right: 15px;
    }
}

#investorServices .cell:nth-child(2n) .data .dataSubWrap {
    max-width: 555px;
    float: right;
    width: 100%;
}

#investorServices .cell:nth-child(2n) .imgWrap {
    order: 1;
}

#afzConnect,
.afzConnect,
.loginForm {
    padding-bottom: 60px;
}

    #afzConnect .sectionTitle,
    .afzConnect .sectionTitle,
    .loginForm .sectionTitle {
        margin-bottom: 60px;
    }

        #afzConnect .sectionTitle h2,
        #afzConnect .sectionTitle p,
        .afzConnect .sectionTitle h2,
        .afzConnect .sectionTitle p,
        .loginForm .sectionTitle h2,
        .loginForm .sectionTitle p {
            text-align: center;
        }

    #afzConnect .connectDesc ul,
    .afzConnect .connectDesc ul,
    .loginForm .connectDesc ul {
        padding-left: 15px;
    }

    #afzConnect form,
    .afzConnect form,
    .loginForm form {
        padding: 30px;
        background: #ebebeb;
        border: 2px solid #dedede;
        margin: auto;
        width: 440px;
    }

@media (max-width: 767px) {
    #afzConnect form,
    .afzConnect form,
    .loginForm form {
        width: calc(100% - 30px);
        margin: auto;
        padding: 30px 15px;
    }
}

#afzConnect form h3,
.afzConnect form h3,
.loginForm form h3 {
    //font-size: 19px;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 30px;
}

#afzConnect form .fieldWrap,
.afzConnect form .fieldWrap,
.loginForm form .fieldWrap {
    width: 100%;
    margin-bottom: 15px;
}

    #afzConnect form .fieldWrap input,
    .afzConnect form .fieldWrap input,
    .loginForm form .fieldWrap input {
        width: 100%;
        border: none;
        box-shadow: none;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        //font-size: 16px;
        font-weight: 400;
    }

    #afzConnect form .fieldWrap .checkWrap input,
    .afzConnect form .fieldWrap .checkWrap input,
    .loginForm form .fieldWrap .checkWrap input {
        width: 18px;
        height: 15px;
        float: left;
        padding: 0;
        margin: 5px 0 0;
    }

    #afzConnect form .fieldWrap .checkWrap label,
    .afzConnect form .fieldWrap .checkWrap label,
    .loginForm form .fieldWrap .checkWrap label {
        display: inline-block;
        width: calc(100% - 18px);
        padding-left: 6px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0;
    }

#afzConnect form .submitWrap,
.afzConnect form .submitWrap,
.loginForm form .submitWrap {
    text-align: right;
}

    #afzConnect form .submitWrap button,
    .afzConnect form .submitWrap button,
    .loginForm form .submitWrap button {
        background: #2064ae;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        padding: 12px 40px;
        box-shadow: none;
        border: none;
        transition-duration: 0.3s;
        transition-property: color, background-color;
        cursor: pointer;
        font-weight: 600;
    }

        #afzConnect form .submitWrap button:hover,
        .afzConnect form .submitWrap button:hover,
        .loginForm form .submitWrap button:hover {
            background: #ffcf00;
            color: #212121;
        }

#afzConnect form,
.afzConnect form,
.loginForm form {
    margin-top: 30px;
}

    #afzConnect form .submitWrap,
    .afzConnect form .submitWrap,
    .loginForm form .submitWrap {
        text-align: center;
    }

        #afzConnect form .submitWrap a,
        .afzConnect form .submitWrap a,
        .loginForm form .submitWrap a {
            display: inline-block;
            padding: 18px 35px;
            margin: auto;
            background: #facf02;
            //font-size: 16px;
            text-transform: uppercase;
            font-weight: 700;
            color: #212121;
        }

#settingUp .setUpCellWrap .setupCta .apiResponse {
    color: #ffcf00 !important;
}

@media (max-width: 991px) {
    #settingUp .setUpCellWrap .setupCta .apiResponse {
        color: #212121 !important;
    }
}

body.dark #afzConnect .connectDesc *,
body.dark #breadCrumbs ul li:after,
body.dark #breadCrumbs ul li a,
body.dark #careers .cell .data .locDatas li,
body.dark #eventsExhibitions .timeBar span,
body.dark #findSpot .sectionTitle h2,
body.dark #findSpot .sectionTitle p,
body.dark #gallery .cell h3,
body.dark #gallery .dataWrap p,
body.dark #heroHome h1,
body.dark #heroHome p,
body.dark #pageWrap.chairmanMsg .content .letterCredits .desig,
body.dark #pageWrap.chairmanMsg .content .letterCredits .name,
body.dark #pageWrap.chairmanMsg .content .letterCredits .wish,
body.dark #pageWrap .content h3,
body.dark #pageWrap .content ol li,
body.dark #pageWrap .content ol li a,
body.dark #pageWrap .content p,
body.dark #pageWrap .content ul li,
body.dark #pageWrap .content ul li a,
body.dark #settingUp .infoFormWrap h2,
body.dark #statergicPartners .cell .dataWrap h3,
body.dark #statergicPartners .cell .dataWrap p,
body.dark .cell .data h3,
body.dark .cell .data h4,
body.dark .cell .data p,
body.dark .cell .data ul,
body.dark .cell .data ol,
body.dark .fourOfour .cell .desc,
body.dark .fourOfour .cell .subtitle,
body.dark .fourOfour .cell h2,
body.dark .leftRightLayout .cell .data h5,
body.dark .sectionTitle h2,
body.dark .sectionTitle p,
body.dark .faqItem,
body.dark .faqItem h2 {
    color: #f6f6f7 !important;
}

body.dark #careers .cell .data,
body.dark #communities:before,
body.dark #settingUp .infoFormWrap,
body.dark #timeline .cell {
    background: #212121 !important;
}

body.dark #oruStory .cell .data h3,
body.dark #oruStory .cell .data p {
    color: #212121 !important;
}

body.dark .boardMembers .cell .data .expand {
    background: linear-gradient(180deg, rgba(145, 174, 185, 0.2) 0, #212121);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121",endColorstr="#212121ff",GradientType=0);
}

body.dark #breadCrumbs ul li span,
body.dark .breadCrumbs ul li span {
    color: #919191;
}

body.dark #careers .cell .data .locDatas .loc {
    background: url(../images/w-loc.svg) no-repeat top 3px left;
    background-size: 15px;
}

body.dark #careers .cell .data .locDatas .phone {
    background: url(../images/w-phone.svg) no-repeat top 1px left;
    background-size: 20px;
}

body.dark #careers .cell .data .locDatas .email {
    background: url(../images/w-email.svg) no-repeat top 4px left;
    background-size: 20px;
}

body.dark #careers .cell .data .locDatas .timings {
    background: url(../images/w-timings.svg) no-repeat top 3px left;
    background-size: 20px;
}
/*# sourceMappingURL=style.css.map */

/* new css by waqas */
.cc-btn-head {
    background: #fff !important;
    color: #212121 !important;
    padding: 8px 20px !important;
}
.cc-btn-head:hover, .cc-btn-head:focus {
    background: #ffcf03 !important;
    color: #212121 !important;
}
/* header .infoSettingBar .colorSwtich {
    display:none !important;
} */

/* header {
    height: 120px;
}
#sticky-wrapper {
    height: auto !important;
    position: fixed;
    top: 0px;
    z-index: 9999;
}
.megaMenu {
    display: none;
    width: 100%;
    padding: 20px 60px;
    background: #f6f6f7;
    position: fixed;
    top: 120px;
} */

/* .sticky-wrapper.is-sticky + .reactionWrapper + script + .heroImg {
    margin-top: 120px;
} */

@media (min-width: 900px) and (max-width: 1150px) {
/* @media (max-width: 1150px) { */
    header .menuBar .menu ul li {
        margin-right: 20px;
    }
    header .menuBar .menu ul li span ,
    header .menuBar .menu ul li a {
        font-size: 14px;
    }
    .cc-btn-head {
        padding: 5px 10px !important;
    }
    header .logoWrap {
        width: 200px;
    }
    header .menuBar {
        width:calc(100% - 208px);
    }
    header {
        padding: 0 20px;
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 899px) {
    header .menuBar .menu ul li {
        margin-right: 10px;
    }
    header .menuBar .menu ul li span ,
    header .menuBar .menu ul li a {
        font-size: 13px;
    }
    .cc-btn-head {
        padding: 4px 8px !important;
    }
    header .logoWrap {
        width: 160px;
    }
    header .menuBar {
        width:calc(100% - 165px);
    }
    header {
        padding: 0 10px;
        width: 100% !important;
    }
}

/* Fixing Breadcrumb Link in the Dark Mode */
body.dark #breadCrumbs ul li:first-child,
body.dark .breadCrumbs ul li:first-child {
    color:#919191;
}

/* EN LIVE CHAT CODE - START */
iframe.livechat24 {
position: fixed;
z-index: 999999999999999 !important;
height: 260px;
/* 
For Horizontal Position
1 - English: if you need to place the chatbot in the right set right = 1.5% 

*/
right: 1.5%;
/* 
For PC Vertical Position
bottom prefred to be 0%, if you want to change it it may be from 0% to 10% maximum for better user experience from line 26
Bottom Percentage should be subtracted from line 36 calc(98vh - calc(98vh - 100%) - bottom percentage);
*/
bottom: 7% !important;
}
.modal-backdrop {
background-color: unset !important;
}
.normal-height {
height: 21%;
width: 20%;
}
.chatbot-container {
width: 26% !important;
/* IMPORTANT:: height = calc (total height - windows height - bottom percentage)*/
height: calc(98vh - calc(98vh - 100%) - 7%) !important;
}
@media (max-width: 992px) {
    .chatbot-container {
    width: 50% !important;
    }
    .iframe.livechat24 {
    right: 3%;
    }
}
@media (max-width: 600px) {
    .chatbot-container {
    width: calc(98%) !important;
    }
    #content {
    max-height: 55vh;
    min-height: calc(100vh - 273px);
    }
    /* 
    For Mobile Vertical Position
    bottom prefred to be 0%, if you want to change it it may be from 0% to 10% maximum for better user experience from line 61
    Bottom Percentage should be subtracted from line 65 calc(98vh - calc(98vh - 100%) - bottom percentage);
    */
    iframe.livechat24 {
    bottom: 0% !important;
    }
    .chatbot-container {
    /* IMPORTANT:: height = calc (total height - windows height - bottom percentage)*/
    height: calc(98vh - calc(98vh - 100%) - 0%) !important;
    }
}
.ar_lang_height {
height: 26% !important;
width: 39%;
}
.en_lang_height {
height: 26% !important;
width: 39%;
}
/* EN LIVE CHAT CODE - END */