@font-face {
    font-family: 'Gineso';
    src: url("../font/gineso.woff2") format("woff2"),
        url("../font/gineso.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

:root {
    --blue: #003770;
    --indigo: #6610f2;
    --purple: #554B86;
    --pink: #d93d55;
    --red: #dc3545;
    --orange: #fe3824;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #41444b;
    --gray-dark: #343a40;
    --navyblue: #005cb9;
    --primary: #005cb9;
    --secondary: #41444b;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #F7F9FC;
    --dark: #1a1a1d;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1310px;
    --font-family-sans-serif: "Poppins", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

body {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #41444b;
    text-align: left;
    background-color: #fff
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #005cb9;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #00366d;
    text-decoration: underline
}

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

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

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    height: auto;
    width: 100%;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #41444b;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #41444b
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 2.4rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1.043rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    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: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #41444b
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #41444b
}

code {
    font-size: 87.5%;
    color: #d93d55;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #1a1a1d;
    border-radius: 0
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #1a1a1d
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }

    ;

    d-none {}
}

@media (min-width: 1024px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 941px
    }
}

@media (min-width: 1348px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1348px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1310px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table th,
.table td {
    padding: .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-sm th,
.table-sm td {
    padding: .3rem
}

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

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
    background-color: #a4c4e5
}

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

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

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

.table-hover .table-secondary:hover {
    background-color: #bdbec1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-dark:hover {
    background-color: #b2b2b3
}

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

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

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

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

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

.table .thead-light th {
    color: #444;
    background-color: #e8e8e8;
    border-color: #dee2e6
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

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

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

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

.form-control:focus {
    color: #444;
    background-color: #fff;
    border-color: #3a9cff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 92, 185, 0.25)
}

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

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

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

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

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

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

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

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

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

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

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

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #41444b
}

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

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

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

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

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

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
    left: 5px
}

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

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

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

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

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

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

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

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

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

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

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

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

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
    left: 5px
}

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

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

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

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

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

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

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

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

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

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

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

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

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

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

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

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

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #41444b;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    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
}

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

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

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 92, 185, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

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

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

.btn-primary {
    color: #fff;
    background-color: #005cb9;
    border-color: #005cb9
}

.btn-primary:hover {
    color: #fff;
    background-color: #004993;
    border-color: #004386
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #004993;
    border-color: #004386;
    box-shadow: 0 0 0 .2rem rgba(38, 116, 196, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #005cb9;
    border-color: #005cb9
}

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

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 116, 196, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #41444b;
    border-color: #41444b
}

.btn-secondary:hover {
    color: #fff;
    background-color: #2f3137;
    border-color: #292b30
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #2f3137;
    border-color: #292b30;
    box-shadow: 0 0 0 .2rem rgba(94, 96, 102, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #41444b;
    border-color: #41444b
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #292b30;
    border-color: #232529
}

.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 .2rem rgba(94, 96, 102, 0.5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
    color: #1a1a1d;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(221, 168, 10, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #1a1a1d;
    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: #1a1a1d;
    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 .2rem rgba(221, 168, 10, 0.5)
}

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

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

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

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

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

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

.btn-light {
    color: #1a1a1d;
    background-color: #F7F9FC;
    border-color: #F7F9FC
}

.btn-light:hover {
    color: #1a1a1d;
    background-color: #dbe4f2;
    border-color: #d2ddee
}

.btn-light:focus,
.btn-light.focus {
    color: #1a1a1d;
    background-color: #dbe4f2;
    border-color: #d2ddee;
    box-shadow: 0 0 0 .2rem rgba(214, 216, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #1a1a1d;
    background-color: #F7F9FC;
    border-color: #F7F9FC
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #1a1a1d;
    background-color: #d2ddee;
    border-color: #c9d6eb
}

.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 .2rem rgba(214, 216, 219, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #1a1a1d;
    border-color: #1a1a1d
}

.btn-dark:hover {
    color: #fff;
    background-color: #080809;
    border-color: #020202
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #080809;
    border-color: #020202;
    box-shadow: 0 0 0 .2rem rgba(60, 60, 63, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #1a1a1d;
    border-color: #1a1a1d
}

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

.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 .2rem rgba(60, 60, 63, 0.5)
}

.btn-outline-primary {
    color: #005cb9;
    border-color: #005cb9
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #005cb9;
    border-color: #005cb9
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 92, 185, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #005cb9;
    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: #005cb9;
    border-color: #005cb9
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 92, 185, 0.5)
}

.btn-outline-secondary {
    color: #41444b;
    border-color: #41444b
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #41444b;
    border-color: #41444b
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(65, 68, 75, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #41444b;
    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: #41444b;
    border-color: #41444b
}

.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 .2rem rgba(65, 68, 75, 0.5)
}

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

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

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 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 .2rem rgba(40, 167, 69, 0.5)
}

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

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

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 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 .2rem rgba(23, 162, 184, 0.5)
}

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

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 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: #1a1a1d;
    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 .2rem rgba(255, 193, 7, 0.5)
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 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 .2rem rgba(220, 53, 69, 0.5)
}

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

.btn-outline-light:hover {
    color: #1a1a1d;
    background-color: #F7F9FC;
    border-color: #F7F9FC
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(247, 249, 252, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #F7F9FC;
    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: #1a1a1d;
    background-color: #F7F9FC;
    border-color: #F7F9FC
}

.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 .2rem rgba(247, 249, 252, 0.5)
}

.btn-outline-dark {
    color: #1a1a1d;
    border-color: #1a1a1d
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #1a1a1d;
    border-color: #1a1a1d
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(26, 26, 29, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #1a1a1d;
    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: #1a1a1d;
    border-color: #1a1a1d
}

.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 .2rem rgba(26, 26, 29, 0.5)
}

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

.btn-link:hover {
    color: #00366d;
    text-decoration: underline
}

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

.btn-link:disabled,
.btn-link.disabled {
    color: #41444b;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

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

.btn-block+.btn-block {
    margin-top: .5rem
}

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

.fade {
    transition: opacity 0.15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #41444b;
    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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:hover,
.dropdown-item:focus {
    color: #0e0e10;
    text-decoration: none;
    background-color: #F7F9FC
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #005cb9
}

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

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #41444b;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #1a1a1d
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    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 input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: center;
    white-space: nowrap;
    background-color: #e8e8e8;
    border: 1px solid #d5d5d5;
    border-radius: 0
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.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) {
    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:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 92, 185, 0.25)
}

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

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

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #41444b
}

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

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

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

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

.custom-checkbox .custom-control-label::before {
    border-radius: 0
}

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

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

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 92, 185, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 92, 185, 0.5)
}

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

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 92, 185, 0.5)
}

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

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

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

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

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

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 92, 185, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #3a9cff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 92, 185, 0.25)
}

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

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

.custom-select:disabled {
    color: #41444b;
    background-color: #e8e8e8
}

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

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

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

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

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

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

.custom-file-input:focus~.custom-file-label {
    border-color: #3a9cff;
    box-shadow: 0 0 0 .2rem rgba(0, 92, 185, 0.25)
}

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

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

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

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

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

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

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 92, 185, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 92, 185, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 92, 185, 0.25)
}

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

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

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

.custom-range::-webkit-slider-thumb:active {
    background-color: #6db5ff
}

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

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

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

.custom-range::-moz-range-thumb:active {
    background-color: #6db5ff
}

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

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

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

.custom-range::-ms-thumb:active {
    background-color: #6db5ff
}

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

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

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

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

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

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.nav-tabs .nav-link.disabled {
    color: #41444b;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #444;
    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
}

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

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

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

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

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

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1023.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1024px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1309.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1310px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: #fbfafb
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: #fbfafb;
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23fbfafb' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: #fbfafb
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

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

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

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

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

.card-title {
    margin-bottom: .75rem
}

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

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

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

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

.card-header {
    padding: .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: 0 0 0 0
}

.card-footer {
    padding: .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 0 0
}

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 0
}

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

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

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

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

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

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

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

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

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

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e8e8e8;
    border-radius: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #41444b;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #41444b
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0
}

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

.page-link:hover {
    z-index: 2;
    color: #00366d;
    text-decoration: none;
    background-color: #e8e8e8;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 92, 185, 0.25)
}

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

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

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

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

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    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
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #005cb9
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #004386
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 92, 185, 0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #41444b
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #292b30
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(65, 68, 75, 0.5)
}

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

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

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

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #1a1a1d;
    background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #1a1a1d;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

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

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
    color: #1a1a1d;
    background-color: #F7F9FC
}

a.badge-light:hover,
a.badge-light:focus {
    color: #1a1a1d;
    background-color: #d2ddee
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(247, 249, 252, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #1a1a1d
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #020202
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(26, 26, 29, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e8e8e8;
    border-radius: 0
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #003060;
    background-color: #ccdef1;
    border-color: #b8d1eb
}

.alert-primary hr {
    border-top-color: #a4c4e5
}

.alert-primary .alert-link {
    color: #00172d
}

.alert-secondary {
    color: #222327;
    background-color: #d9dadb;
    border-color: #cacbcd
}

.alert-secondary hr {
    border-top-color: #bdbec1
}

.alert-secondary .alert-link {
    color: #0a0b0c
}

.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: #808183;
    background-color: #fdfefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #676869
}

.alert-dark {
    color: #0e0e0f;
    background-color: #d1d1d2;
    border-color: #bfbfc0
}

.alert-dark hr {
    border-top-color: #b2b2b3
}

.alert-dark .alert-link {
    color: #000
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e8e8e8;
    border-radius: 0
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #005cb9;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0
}

.list-group-item-action {
    width: 100%;
    color: #444;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #444;
    text-decoration: none;
    background-color: #F7F9FC
}

.list-group-item-action:active {
    color: #41444b;
    background-color: #e8e8e8
}

.list-group-item {
    position: relative;
    display: block;
    padding: .55rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #41444b;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #005cb9;
    border-color: #005cb9
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1024px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1310px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #003060;
    background-color: #b8d1eb
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #003060;
    background-color: #a4c4e5
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #003060;
    border-color: #003060
}

.list-group-item-secondary {
    color: #222327;
    background-color: #cacbcd
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #222327;
    background-color: #bdbec1
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #222327;
    border-color: #222327
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    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:hover,
.list-group-item-info.list-group-item-action:focus {
    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:hover,
.list-group-item-warning.list-group-item-action:focus {
    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:hover,
.list-group-item-danger.list-group-item-action:focus {
    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: #808183;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #808183;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #808183;
    border-color: #808183
}

.list-group-item-dark {
    color: #0e0e0f;
    background-color: #bfbfc0
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #0e0e0f;
    background-color: #b2b2b3
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0e0e0f;
    border-color: #0e0e0f
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

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

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

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

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

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

.modal.show .modal-dialog {
    transform: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

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

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

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.modal-footer>* {
    margin: .25rem
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 1024px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Poppins", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Poppins", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #41444b;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #41444b
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.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: #005cb9 !important
}

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

.bg-secondary {
    background-color: #41444b !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #292b30 !important
}

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

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

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

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

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

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

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

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

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

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

.bg-dark {
    background-color: #1a1a1d !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #020202 !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: #005cb9 !important
}

.border-secondary {
    border-color: #41444b !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: #F7F9FC !important
}

.border-dark {
    border-color: #1a1a1d !important
}

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

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

.rounded {
    border-radius: 0 !important
}

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

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

@media (min-width: 1310px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1310px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

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

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

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

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

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

@media (min-width: 1024px) {
    .float-lg-left {
        float: left !important
    }

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

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

@media (min-width: 1310px) {
    .float-xl-left {
        float: left !important
    }

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

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

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

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

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

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

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

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

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

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

.m-1 {
    margin: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

.ml-2,
.mx-2 {
    margin-left: .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: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
    margin: -.25rem !important
}

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

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

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

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

.m-n2 {
    margin: -.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .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: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .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: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1024px) {
    .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: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .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: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1310px) {
    .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: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .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: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    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: 1024px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1310px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #005cb9 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #00366d !important
}

.text-secondary {
    color: #41444b !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #1d1f22 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #F7F9FC !important
}

a.text-light:hover,
a.text-light:focus {
    color: #bfcfe7 !important
}

.text-dark {
    color: #1a1a1d !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #000 !important
}

.text-body {
    color: #41444b !important
}

.text-muted {
    color: #41444b !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        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
    }

    pre,
    blockquote {
        border: 1px solid #acacac;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 1024px !important
    }

    .container {
        min-width: 1024px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9
    }

    100% {
        opacity: 0
    }
}

select.bs-select-hidden,
.bootstrap-select>select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px \0;
    vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, 0.5)
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: none !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: none !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    animation: 300ms linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    transform-style: preserve-3d;
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after {
    display: block
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    display: block;
    z-index: 2;
    color: white;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    line-height: 1
}

.glide__arrow:focus {
    outline: none
}

.glide__arrow:hover {
    border-color: white
}

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: 0.33
}

.glide__bullets {
    list-style: none
}

.glide__bullet {
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0 3px;
    display: block;
    border-radius: 3px;
    background: #7f7f7f;
    outline: none;
    border: none;
    box-shadow: none;
    transition: all .3s linear
}

.glide__bullet:focus,
.glide__bullet:active {
    box-shadow: none;
    border: none;
    outline: none
}

.glide__bullet--active {
    background-color: #000
}

.glide--swipeable {
    cursor: grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

#award-modal .modal-dialog,
#video-modal .modal-dialog {
    margin-top: 15%
}

#award-modal .modal-content,
#video-modal .modal-content {
    border: none
}

#award-modal .modal-content a.close,
#video-modal .modal-content a.close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -60px;
    right: -60px
}

#award-modal .modal-content a.close span,
#video-modal .modal-content a.close span {
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    top: 20px;
    left: 4px;
    background: #fff;
    transition: all .3s linear;
    transform: rotateZ(45deg)
}

#award-modal .modal-content a.close span:last-child,
#video-modal .modal-content a.close span:last-child {
    transform: rotateZ(-45deg)
}

#award-modal .modal-content .modal-body,
#video-modal .modal-content .modal-body {
    padding: 0
}

#award-modal .modal-content .modal-body iframe,
#video-modal .modal-content .modal-body iframe {
    width: 100%;
    height: 520px
}

#award-modal .modal-content .modal-body {
    padding: 2rem
}

#award-modal .modal-content .modal-body #award-modal-img {
    max-width: 100%;
    max-height: 100%
}

#award-modal .modal-content .modal-body #award-modal-desc {
    max-height: 300px;
    overflow-y: auto
}

#video-modal-big .modal-dialog {
    margin-top: 9%;
    max-width: 1200px
}

#video-modal-big .modal-content {
    border: none
}

#video-modal-big .modal-content a.close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -60px;
    right: -60px
}

#video-modal-big .modal-content a.close span {
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    top: 20px;
    left: 4px;
    background: #fff;
    transition: all .3s linear;
    transform: rotateZ(45deg)
}

#video-modal-big .modal-content a.close span:last-child {
    transform: rotateZ(-45deg)
}

#video-modal-big .modal-content .modal-body {
    padding: 0
}

#video-modal-big .modal-content .modal-body iframe {
    width: 100%;
    height: 680px
}

@media screen and (max-width: 1500px) {
    #video-modal-big .modal-dialog {
        max-width: 1200px
    }

    #video-modal-big .modal-content .modal-body iframe {
        width: 100%;
        height: 680px
    }
}

@media screen and (max-width: 1310px) {
    #video-modal-big .modal-dialog {
        max-width: 960px
    }

    #video-modal-big .modal-content .modal-body iframe {
        width: 100%;
        height: 450px
    }
}

@media screen and (max-width: 1100px) {
    #video-modal-big .modal-dialog {
        max-width: 920px
    }

    #video-modal-big .modal-content .modal-body iframe {
        width: 100%;
        height: 450px
    }
}

@media screen and (max-width: 1024px) {
    #video-modal-big .modal-dialog {
        max-width: 75%;
        margin: 20% auto
    }

    #video-modal-big .modal-content .modal-body iframe {
        width: 100%;
        height: 450px
    }
}

@media screen and (max-width: 768px) {

    #award-modal .modal-content,
    #video-modal .modal-content {
        margin-top: 35%
    }

    #award-modal .modal-content a.close,
    #video-modal .modal-content a.close {
        right: 0
    }

    #award-modal .modal-content .modal-body iframe,
    #video-modal .modal-content .modal-body iframe {
        height: 280px
    }

    #video-modal-big .modal-content {
        margin-top: 35%
    }

    #video-modal-big .modal-content a.close {
        right: 0
    }

    #video-modal-big .modal-content .modal-body iframe {
        height: 280px
    }
}

fullscreen share slideshow thumbsbody.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: 0px) {
    .fancybox-caption {
        padding: 75px 44px
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: 0px) {
        .fancybox-caption {
            padding-left: 12px;
            padding-right: 12px
        }
    }
}

html,
body {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold
}

.btn.btn-white {
    padding: 18px 32px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.btn.btn-white:hover {
    background: #fafafa
}

.btn-more {
    width: 185px;
    height: 53px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    line-height: 27px;
    color: #fff;
    background-color: #005cb9;
    border-radius: 6px;
    transition: all .3s ease-out
}

.btn-more:hover {
    text-decoration: none;
    color: #fff;
    background: #2549ad;
    transition: all .3s ease-in
}

.title-large {
    font-size: 50px
}

.title-small {
    font-size: 16px;
    font-weight: lighter
}

.btn-send {
    width: 100%;
    background: #005cb9;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: all .3s ease-out
}

.btn-send:hover {
    text-decoration: none;
    color: #fff;
    background: #2549ad;
    transition: all .3s ease-in
}

.btn-position {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 13px 8px 13px;
    transition: all .3s ease-out
}

.btn-position:hover {
    background-color: #fff;
    border: 1px solid #005cb9;
    transition: all .3s ease-in;
    text-decoration: none
}

.blue-link {
    font-size: 22px;
    font-weight: bold;
    color: #005CB9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.blue-link:after {
    margin: auto;
    content: '';
    display: -ms-flexbox;
    display: flex;
    background: #005CB9;
    width: 157px;
    height: 3px
}

.blue-link:hover {
    text-decoration: none
}

.blue-link-special:after {
    width: 80% !important
}

.blue-link-references:after {
    width: 105px !important
}

.blue-link-left {
    font-size: 24px;
    font-weight: bold;
    color: #005CB9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.blue-link-left:after {
    content: '';
    display: -ms-flexbox;
    display: flex;
    background: #005CB9;
    width: 88px;
    height: 3px
}

.blue-link-left:hover {
    text-decoration: none
}

.oversize-img .left,
.oversize-img .right {
    display: -ms-flexbox;
    display: flex
}

.oversize-img .left>img,
.oversize-img .right>img {
    max-width: 150%
}

.oversize-img .right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.oversize-img .left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elkon-ico-area .icons .icon-box {
    width: 100px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px;
    box-shadow: 0px 20px 30px rgba(95, 95, 95, 0.16)
}

.elkon-ico-area .icons .icon-box img {
    width: 75%
}

.elkon-ico-area .icons .ico-text {
    padding-top: 20px
}

.elkon-ico-area .icons .ico-text p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #171717
}

.elkon-ico-area .icons .ico-text span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400
}

.elkon-ico-area .icons .ico-vision-text p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #171717 !important
}

.elkon-ico-area .icons .ico-vision-text span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400
}

.shadow-border-text {
    line-height: 340px;
    font-size: 300px;
    font-weight: bold;
    text-align: left;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(112, 112, 112, 0.38);
    text-transform: uppercase
}

.p-normal {
    font-size: 18px;
    font-weight: lighter;
    color: #686868;
    line-height: 21px
}

.h4-normal {
    font-size: 40px;
    font-weight: bold;
    color: #3F3F3F;
    line-height: 54px
}

.title-big {
    font-size: 48px;
    font-weight: bold;
    line-height: 68px;
    color: #3F3F3F
}

.medium-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    color: #686868
}

.shadow-big-title {
    font-size: 288px;
    font-weight: normal;
    line-height: 324px;
    color: #000;
    opacity: 5%
}

.see-project {
    width: 157px;
    height: 46px;
    border: 1px solid #005CB9;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    line-height: 68px;
    color: #005CB9;
    transition: all .2s ease-out
}

.see-project:hover {
    text-decoration: none;
    background-color: #005CB9;
    color: #fff;
    transition: all .2s ease-in
}

.main-head-global {
    width: 100%;
    height: 463px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.main-head-global>svg,
.main-head-global>img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px
}

.main-head-global>svg path,
.main-head-global>img path {
    min-width: 100%;
    display: block
}

.date-text {
    font-size: 28px;
    font-weight: bold;
    color: #005CB9;
    opacity: 30%
}

.searh-area {
    background: #22262a;
    border: 1px solid #22262a;
    position: absolute;
    top: -1050px
}

.searh-area .input-area {
    position: relative
}

.searh-area .input-area input {
    border: none;
    font-size: 14px;
    color: #686868
}

.searh-area .input-area input:-ms-input-placeholder {
    font-size: 12px;
    font-weight: lighter;
    color: #686868
}

.searh-area .input-area input::placeholder {
    font-size: 12px;
    font-weight: lighter;
    color: #686868
}

.searh-area .input-area a {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    color: #686868
}

.page-arrow-next {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%)
}

.page-arrow-prev {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%)
}

.form-group.is-invalid.boot-control {
    border: 1px solid #e4606d !important
}

.form-group.is-invalid .text-danger {
    display: -ms-flexbox;
    display: flex
}

.form-group.is-invalid .form-control {
    background-color: #f3b7bd;
    border: 1px solid #e4606d !important
}

.form-group.is-invalid .dropdown-toggle {
    border: 1px solid #dc3545 !important
}

.form-group .text-danger {
    display: none
}

.form-group.is-invalid .text-danger {
    display: block
}

.form-group .is-invalid.boot-control {
    border: 1px solid #e4606d !important
}

.hover-decoration-none:hover {
    text-decoration: none
}

#contact-form .alert,
#contact-us-form .alert {
    display: none;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

#contact-form form.error .alert-danger,
#contact-form.error .alert-danger,
#contact-us-form form.error .alert-danger,
#contact-us-form.error .alert-danger {
    display: -ms-flexbox;
    display: flex
}

#contact-form form.error .alert-success,
#contact-form.error .alert-success,
#contact-us-form form.error .alert-success,
#contact-us-form.error .alert-success {
    display: none
}

#contact-form form.success .alert-danger,
#contact-form.success .alert-danger,
#contact-us-form form.success .alert-danger,
#contact-us-form.success .alert-danger {
    display: none
}

#contact-form form.success .alert-success,
#contact-form.success .alert-success,
#contact-us-form form.success .alert-success,
#contact-us-form.success .alert-success {
    display: -ms-flexbox;
    display: flex
}

#page-pagination {
    padding-top: 60px
}

#contact-form .phone-select button {
    background-color: #fff
}

#contact-form .phone-select button:focus {
    outline: 0 !important;
    box-shadow: none
}

#contact-form .dropdown-control {
    font-size: 13px;
    border-radius: 5px;
    background-color: #F7F9FC;
    border-color: rgba(0, 0, 0, 0.2)
}

#contact-form .form-group.is-invalid.boot-control {
    border: 1px solid #e4606d !important
}

#contact-form .form-group.is-invalid+.text-danger {
    display: block
}

#contact-form .form-group.is-invalid .dropdown-toggle {
    border: 1px solid #dc3545 !important
}

#contact-form .form-group+.text-danger {
    display: none;
    margin-top: -15px;
    margin-bottom: 15px
}

.bootstrap-select .dropdown-menu li.disabled {
    display: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important
}

#award-modal-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px
}

.glide:not(.unmount) .glide__slide img[loading="lazy"] {
    transition: opacity .3s linear
}

.glide:not(.unmount) .glide__slide img[loading="lazy"].loaded {
    opacity: 1;
    min-height: 10px
}

.glide__boxed {
    height: auto !important
}

.glide__boxed .glide__track {
    height: 100% !important
}

.glide__boxed .glide__track .glide__slides {
    height: 100% !important
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important
}

html[dir="rtl"] body {
    text-align: right
}

html[dir="rtl"] #navigation .custom-navbar .navbar-collapse ul li {
    padding-left: 0px;
    padding-right: 17px
}

html[dir="rtl"] #navigation .custom-navbar .navbar-collapse ul li a+a[data-toggle="dropdown"] {
    padding: 0 14px 0 0
}

html[dir="rtl"] #navigation .custom-navbar .navbar-collapse ul li .nav-link-lang::after {
    margin-left: 0px;
    margin-right: 14px
}

html[dir="rtl"] #navigation .mobile-lang-search .navbar-toggler {
    margin-left: 0px;
    margin-right: 15px
}

html[dir="rtl"] .sidenav ul {
    padding-left: 0px;
    padding-right: 0.4rem;
    padding-inline-start: 0px
}

html[dir="rtl"] #navigation .dropdown .mega-menu .mega-menu-item h3,
html[dir="rtl"] #navigation .dropdown .mega-menu .mega-menu-item h5 {
    text-align: right
}

html[dir="rtl"] #navigation .dropdown .mega-menu .mega-menu-item li {
    text-align: right
}

html[dir="rtl"] #navigation .dropdown .mega-menu .mega-menu-item li a::before {
    margin-right: 0px;
    margin-left: 0.2rem
}

html[dir="rtl"] #side-widget.active {
    left: calc(-1116px + 52px);
    right: auto
}

html[dir="rtl"] #side-widget.contact-active {
    left: calc(-1116px / 100 * 70 + 51px)
}

html[dir="rtl"] #side-widget.map-active {
    left: 0
}

html[dir="rtl"] #side-widget .widget .widget-map .ellipse-clip {
    transform: scaleX(-1);
    margin-right: -1px
}

html[dir="rtl"] #side-widget .widget .widget-item.button {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

html[dir="rtl"] #main-head #main-head-bg .glide__bullets .glide__bullet:first-of-type {
    margin-left: 11px
}

html[dir="rtl"] #main-head #main-head-bg .glide__bullets .glide__bullet:last-of-type {
    margin-left: 0px
}

html[dir="rtl"] #main-head .main-header .main-header-content .breadcrumb-area .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
    padding-right: 0.5rem
}

html[dir="rtl"] #main-head .main-header .main-header-content .breadcrumb-area .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-left: 0.5rem
}

html[dir="rtl"] .products-section .products-slider .ml-2 {
    margin-left: auto !important;
    margin-right: .5rem !important
}

html[dir="rtl"] #innovation .ml-auto {
    margin-left: unset !important;
    margin-right: auto !important
}

html[dir="rtl"] #contact-form .pr-0 {
    padding-right: 15px !important;
    padding-left: 0px !important
}

html[dir="rtl"] #contact-form .pl-0 {
    padding-right: 0px !important;
    padding-left: 15px !important
}

html[dir="rtl"] .bootstrap-select .dropdown-menu li a {
    text-align: right
}

html[dir="rtl"] .shadow-border-text {
    font-size: 320px
}

html[dir="rtl"] .custom-gallery .gallery-slider .glide__arrows {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

html[dir="rtl"] #top-news .top-news-slide {
    padding-left: 0px;
    padding-right: 181px
}

html[dir="rtl"] #projects .project-content .content-left {
    padding-right: 178px;
    padding-left: 65px
}

html[dir="rtl"] #projects .project-content .content-left .arrows {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

html[dir="rtl"] #innovation .text-background {
    left: auto;
    right: -30%
}

html[dir="rtl"] #innovation .text-background span {
    font-size: 280px;
    text-align: right
}

html[dir="rtl"] #innovation .innovation-slider .glide__slides .glide__slide .slide-bottom p {
    padding-left: 0;
    padding-right: 22.2px
}

html[dir="rtl"] #innovation .innovation-slider-control {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

html[dir="rtl"] #page-link .page-link-area .page-links:first-of-type {
    padding-left: 70px
}

html[dir="rtl"] #page-link .page-link-area .page-links:last-of-type {
    padding-left: 0px
}

html[dir="rtl"] #map .map-content .map-data .data p {
    font-size: 38px
}

html[dir="rtl"] #factories .shadow-border-text {
    height: 400px
}

html[dir="rtl"] .awards-slider .arrows {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

html[dir="rtl"] #vision-mission-area .right {
    padding-right: 0px;
    padding-left: 182px
}

html[dir="rtl"] #vision-mission-area .vision-left {
    padding-left: 0px !important;
    padding-right: 184px !important
}

html[dir="rtl"] #advanced .left {
    padding-right: 181px;
    padding-left: 0px
}

html[dir="rtl"] #advanced .col-12.col-lg-6 .justify-content-end img {
    transform: scaleX(-1)
}

html[dir="rtl"] #respect .right {
    padding: 0 92px 0 77px
}

html[dir="rtl"] #respect .left img {
    transform: rotate(350deg) scaleX(-1)
}

html[dir="rtl"] #leading .right {
    right: unset;
    left: 0px
}

html[dir="rtl"] #leading .right img {
    transform: scaleX(-1)
}

html[dir="rtl"] #leading .left {
    padding-left: 0px;
    padding-right: 181px
}

html[dir="rtl"] #leading .leading-shape {
    left: unset;
    right: -100px
}

html[dir="rtl"] #leading .leading-shape img {
    transform: scaleX(-1)
}

html[dir="rtl"] #meeting .meeting-big-title {
    right: -950px;
    left: unset
}

html[dir="rtl"] #meeting .right {
    padding-right: 16px
}

html[dir="rtl"] #industry-area .right {
    right: unset;
    left: -100px
}

html[dir="rtl"] #industry-area .right img {
    transform: scaleX(-1)
}

html[dir="rtl"] #industry-area .left {
    padding-left: 0px;
    padding-right: 181px
}

html[dir="rtl"] #after-sales .sales-content .sales-item .icon-title {
    padding-left: 0px;
    padding-right: 23px
}

html[dir="rtl"] #after-sales .sales-content .sales-item .icon-desc {
    padding-left: 0px;
    padding-right: 48px
}

html[dir="rtl"] #service-contact .right .social a:first-of-type {
    padding-left: 4.6px
}

html[dir="rtl"] #service-contact .right .social a:last-of-type {
    padding-left: 0px
}

html[dir="rtl"] #service-contact .service-shadow-text-bottom {
    right: unset;
    left: -150px
}

html[dir="rtl"] .products-page-accordion.accordion .header {
    padding-left: inherit;
    padding-right: 2.5rem
}

html[dir="rtl"] .products-page-accordion.accordion .header a::before {
    margin-right: 0px;
    margin-left: 0.5rem
}

html[dir="rtl"] .products-page-accordion.accordion .boxes .box a::after {
    right: unset;
    left: 0px;
    transform: scaleX(-1)
}

html[dir="rtl"] #products-detail-area .col-12.col-lg-6.pl-2 {
    padding-left: 15px !important;
    padding-right: 8px
}

html[dir="rtl"] #products-detail-area p,
html[dir="rtl"] #products-detail-area ul:not(.glide__slides) {
    padding-left: 0px;
    padding-right: 30%
}

html[dir="rtl"] #products-detail-area .product-type-line {
    padding-left: 0px;
    padding-right: 30%
}

html[dir="rtl"] #products-detail-area .slider-area {
    padding-left: 0;
    padding-right: 5%
}

html[dir="rtl"] #products-detail-area .slider-area .arrows {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

html[dir="rtl"] .glide__boxed-reverse .glide__track .glide__slides li {
    right: unset;
    left: -10%
}

html[dir="rtl"] .glide__boxed-reverse .glide__track .glide__slides li.glide__slide--active {
    left: 0
}

html[dir="rtl"] .glide__boxed-reverse .glide__track .glide__slides li.glide__slide--active~.glide__slide {
    right: unset;
    left: 90%
}

html[dir="rtl"] .how-made .left {
    left: 0;
    right: -90px
}

html[dir="rtl"] .how-made .right .slider-area {
    padding-right: 50px !important;
    padding-left: 0px !important
}

html[dir="rtl"] .how-made .how-made-shape {
    right: unset;
    left: -150px
}

html[dir="rtl"] .how-made .how-made-shape img {
    transform: scaleX(-1)
}

html[dir="rtl"] #how-made-it .made-content .left img {
    transform: scaleX(-1)
}

html[dir="rtl"] #how-made-it .made-content .ghost-text {
    right: unset;
    left: -130px
}

html[dir="rtl"] #how-made-it .made-content .ghost-text h4 {
    text-align: left
}

html[dir="rtl"] #how-made-it .made-content .slider-area {
    padding-left: 0px !important;
    padding-right: 150px
}

html[dir="rtl"] #projects .project-content .project-content-left {
    padding-right: 140px;
    padding-left: 65px !important
}

html[dir="rtl"] #detail-palm .right {
    padding-right: 50px;
    padding-left: 0px
}

html[dir="rtl"] #mix-master {
    padding-left: 0px;
    padding-right: 118px
}

html[dir="rtl"] #mix-master .project-shadow-border-text {
    right: auto;
    left: 35%
}

html[dir="rtl"] #mix-master .shadow-gray-text {
    right: 251px;
    left: auto
}

html[dir="rtl"] #mix-master .mix-image img {
    transform: scaleX(-1)
}

html[dir="rtl"] #project-modal .title .modal-bottom-desc .left {
    margin-left: auto
}

html[dir="rtl"] #project-modal .title .modal-bottom-desc .right {
    margin-left: 0 !important
}

html[dir="rtl"] #other-project .other-project-items .glide__arrows {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

html[dir="rtl"] #contact-us-form .form-group .form-control.bootstrap-select .btn::after {
    right: auto;
    left: 10px
}

html[dir="rtl"] #news-list .news-space .right {
    padding-left: 0px;
    padding-right: 27px
}

html[dir="rtl"] #top-news .text-center h4,
html[dir="rtl"] #top-news .text-center h3 {
    text-align: center
}

html[dir="rtl"] #top-news h4,
html[dir="rtl"] #top-news h3 {
    text-align: right
}

html[dir="rtl"] .other-news .title {
    padding-left: 0px;
    padding-right: 181px
}

html[dir="rtl"] #gallery-top #gallery-top-slider .glide__slide .btn img {
    margin-right: 0px !important;
    margin-left: 15px !important
}

html[dir="rtl"] .custom-gallery .gallery-filter .choose-project {
    margin-left: 0px;
    margin-right: 27px
}

html[dir="rtl"] .custom-gallery .gallery-filter .choose-project .arrow-ico {
    right: auto;
    left: 18px
}

html[dir="rtl"] .custom-gallery .gallery-filter .choose-project .filter-ico {
    right: 18px;
    left: auto
}

html[dir="rtl"] .custom-gallery .gallery-filter .choose-project a {
    padding: 17px 47px 15px 18px
}

html[dir="rtl"] .custom-gallery .gallery-filter .toggle input:checked+label:before {
    right: 112px;
    left: auto
}

html[dir="rtl"] .custom-gallery .gallery-filter .toggle label:before {
    right: 0;
    left: auto
}

html[dir="rtl"] .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

@media screen and (min-width: 1024px) and (max-width: 1310px) {
    html[dir="rtl"] #navigation .custom-navbar .navbar-collapse ul li {
        padding: 0
    }

    html[dir="rtl"] #projects .project-content .content-left {
        padding-left: 65px !important;
        padding-right: 90px !important
    }
}

@media screen and (max-width: 1310px) {
    html[dir="rtl"] #navigation .custom-navbar .navbar-collapse ul li a {
        font-size: 16px
    }

    html[dir="rtl"] #mix-master {
        padding-right: 0px
    }

    html[dir="rtl"] #news-list .news-space .right {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media screen and (max-width: 1024px) {
    html[dir="rtl"] #projects .project-content .content-left {
        padding-left: 11px !important;
        padding-right: 36px !important
    }

    html[dir="rtl"] #projects .project-content .content-left .arrows {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        padding-right: 0px
    }

    html[dir="rtl"] #elkon-news .news-slider {
        padding-left: 0px !important;
        padding-right: 37px !important
    }

    html[dir="rtl"] #top-news .top-news-slide {
        padding-left: 0px !important;
        padding-right: 38px !important
    }

    html[dir="rtl"] #vision-mission-area .mission-area .right {
        padding-left: 0px
    }

    html[dir="rtl"] #vision-mission-area .vision-area .vision-reverse .vision-left {
        padding-right: 0px !important
    }

    html[dir="rtl"] #industry-area .right {
        left: 0px
    }

    html[dir="rtl"] #industry-area .left {
        padding: 100px 35px 0 35px
    }

    html[dir="rtl"] #products-detail-area .product-type-line {
        padding-left: 0px;
        padding-right: 5%;
        margin-right: 5%;
        width: 95%
    }

    html[dir="rtl"] #products-detail-area p,
    html[dir="rtl"] #products-detail-area ul:not(.glide__slides) {
        padding-left: 0px;
        padding-right: 7%
    }

    html[dir="rtl"] #detail-palm .right {
        padding-right: 0px
    }

    html[dir="rtl"] .other-news .title {
        padding-left: 0px;
        padding-right: 38px
    }
}

@media screen and (max-width: 768px) {
    html[dir="rtl"] #map .map-content .titles p {
        font-size: 15px !important
    }

    html[dir="rtl"] .products-page-accordion.accordion .boxes.quadro .box:nth-child(odd) {
        padding-left: 0.5rem !important;
        padding-right: 0px
    }

    html[dir="rtl"] .products-page-accordion.accordion .boxes.quadro .box:nth-child(even) {
        padding-right: 0.5rem !important;
        padding-left: 0px
    }
}

@media screen and (max-width: 767px) {
    html[dir="rtl"] #side-widget {
        left: -160vw
    }

    html[dir="rtl"] #side-widget.active {
        opacity: 1;
        left: calc(-160vw + 52px)
    }

    html[dir="rtl"] #side-widget.contact-active {
        left: calc(-160vw + 60vw)
    }

    html[dir="rtl"] #side-widget.map-active {
        left: 0
    }

    html[dir="rtl"] #side-widget .widget {
        width: 160vw
    }

    html[dir="rtl"] #side-widget .widget .widget-contact-us {
        width: calc(60vw - 52px)
    }

    html[dir="rtl"] #side-widget .widget .widget-map {
        width: 100vw
    }

    html[dir="rtl"] #side-widget .widget .widget-map .ellipse-clip {
        display: none
    }
}

@media screen and (max-width: 576px) {
    html[dir="rtl"] #industry-area .left {
        padding: 40px 35px 0 35px
    }

    html[dir="rtl"] .products-page-accordion.accordion .header {
        padding-right: 1.5rem
    }

    html[dir="rtl"] .products-page-accordion.accordion .boxes.hexa .box:nth-child(2n+1) {
        padding-left: 0.275rem !important;
        padding-right: 0 !important
    }

    html[dir="rtl"] .products-page-accordion.accordion .boxes.hexa .box:nth-child(2n+2) {
        padding-right: 0.275rem !important;
        padding-left: 0 !important
    }

    html[dir="rtl"] .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+1) {
        padding-left: inherit
    }

    html[dir="rtl"] .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+3) {
        padding-right: inherit
    }

    html[dir="rtl"] .products-page-accordion.accordion .boxes.octa .box:nth-child(2n+1),
    html[dir="rtl"] .products-page-accordion.accordion .boxes.temp .box:nth-child(2n+1) {
        padding-left: 0.275rem !important;
        padding-right: 0px !important
    }

    html[dir="rtl"] .products-page-accordion.accordion .boxes.octa .box:nth-child(2n+2),
    html[dir="rtl"] .products-page-accordion.accordion .boxes.temp .box:nth-child(2n+2) {
        padding-right: 0.275rem !important;
        padding-left: 0px !important
    }

    html[dir="rtl"] section#products-detail-area .product-type-line {
        padding-left: 0px;
        padding-right: 5%
    }

    html[dir="rtl"] .products-page-accordion.accordion .boxes .box a:after {
        width: 23px;
        height: 20px;
        background-size: 40%
    }

    html[dir="rtl"] .custom-gallery .gallery-filter .choose-project {
        margin-left: 0px;
        margin-right: 0px
    }
}

@media screen and (min-width: 768px) {
    html[dir="rtl"] #projects .ml-md-2 {
        margin-left: auto !important;
        margin-right: 0.5rem !important
    }

    html[dir="rtl"] #projects .pl-md-2 {
        padding-left: unset !important;
        padding-right: 0.5rem !important
    }
}

@media screen and (min-width: 1024px) {
    html[dir="rtl"] #projects .project-content .content-left .arrows {
        padding-left: 0px !important;
        margin-left: 0px !important;
        padding-right: 15px !important;
        margin-right: 15px !important
    }
}

[data-animate="fade-in"] {
    position: relative;
    opacity: 0;
    transition-property: top, left, bottom, right, opacity;
    transition-duration: .4s;
    transition-timing-function: ease-out
}

[data-animate="fade-in"][data-animate-way="bottom-top"] {
    top: 60px
}

[data-animate="fade-in"][data-animate-way="top-bottom"] {
    bottom: 60px
}

[data-animate="fade-in"][data-animate-way="left-right"] {
    right: 60px
}

[data-animate="fade-in"][data-animate-way="right-left"] {
    left: 60px
}

[data-animate="fade-in"][data-animated="true"][data-animate-way="bottom-top"] {
    top: 0;
    opacity: 1
}

[data-animate="fade-in"][data-animated="true"][data-animate-way="top-bottom"] {
    bottom: 0;
    opacity: 1
}

[data-animate="fade-in"][data-animated="true"][data-animate-way="left-right"] {
    right: 0;
    opacity: 1
}

[data-animate="fade-in"][data-animated="true"][data-animate-way="right-left"] {
    left: 0;
    opacity: 1
}

[data-animate="slide"] {
    transition-property: top, left, bottom, right, opacity;
    transition-duration: 2s;
    transition-timing-function: ease-out
}

[data-animate="slide"][data-animate-way="left-right"] {
    right: -250vw
}

[data-animate="slide"][data-animate-way="right-left"] {
    left: -150vw
}

[data-animate="slide"][data-animated="true"][data-animate-way="left-right"] {
    right: -60vw
}

[data-animate="slide"][data-animated="true"][data-animate-way="right-left"] {
    left: -10vw
}

[data-animate-delay="1"] {
    transition-delay: .1s
}

[data-animate-delay="2"] {
    transition-delay: .2s
}

[data-animate-delay="3"] {
    transition-delay: .3s
}

[data-animate-delay="4"] {
    transition-delay: .4s
}

[data-animate-delay="5"] {
    transition-delay: .5s
}

[data-animate-delay="6"] {
    transition-delay: .6s
}

[data-animate-delay="7"] {
    transition-delay: .7s
}

[data-animate-delay="8"] {
    transition-delay: .8s
}

[data-animate-delay="9"] {
    transition-delay: .9s
}

[data-animate-delay="10"] {
    transition-delay: 1s
}

[data-animate-delay="11"] {
    transition-delay: 1.1s
}

[data-animate-delay="12"] {
    transition-delay: 1.2s
}

[data-animate-delay="13"] {
    transition-delay: 1.3s
}

[data-animate-delay="14"] {
    transition-delay: 1.4s
}

[data-animate-delay="15"] {
    transition-delay: 1.5s
}

[data-animate-delay="16"] {
    transition-delay: 1.6s
}

[data-animate-delay="17"] {
    transition-delay: 1.7s
}

[data-animate-delay="18"] {
    transition-delay: 1.8s
}

[data-animate-delay="19"] {
    transition-delay: 1.9s
}

[data-animate-delay="20"] {
    transition-delay: 2s
}

[data-animate-delay="21"] {
    transition-delay: 2.1s
}

[data-animate-delay="22"] {
    transition-delay: 2.2s
}

[data-animate-delay="23"] {
    transition-delay: 2.3s
}

[data-animate-delay="24"] {
    transition-delay: 2.4s
}

[data-animate-delay="25"] {
    transition-delay: 2.5s
}

[data-animate-delay="26"] {
    transition-delay: 2.6s
}

[data-animate-delay="27"] {
    transition-delay: 2.7s
}

[data-animate-delay="28"] {
    transition-delay: 2.8s
}

[data-animate-delay="29"] {
    transition-delay: 2.9s
}

[data-animate-delay="30"] {
    transition-delay: 3s
}

[data-animate-delay="31"] {
    transition-delay: 3.1s
}

[data-animate-delay="32"] {
    transition-delay: 3.2s
}

[data-animate-delay="33"] {
    transition-delay: 3.3s
}

[data-animate-delay="34"] {
    transition-delay: 3.4s
}

[data-animate-delay="35"] {
    transition-delay: 3.5s
}

[data-animate-delay="36"] {
    transition-delay: 3.6s
}

[data-animate-delay="37"] {
    transition-delay: 3.7s
}

[data-animate-delay="38"] {
    transition-delay: 3.8s
}

[data-animate-delay="39"] {
    transition-delay: 3.9s
}

[data-animate-delay="40"] {
    transition-delay: 4s
}

[data-animate-delay="41"] {
    transition-delay: 4.1s
}

[data-animate-delay="42"] {
    transition-delay: 4.2s
}

[data-animate-delay="43"] {
    transition-delay: 4.3s
}

[data-animate-delay="44"] {
    transition-delay: 4.4s
}

[data-animate-delay="45"] {
    transition-delay: 4.5s
}

[data-animate-delay="46"] {
    transition-delay: 4.6s
}

[data-animate-delay="47"] {
    transition-delay: 4.7s
}

[data-animate-delay="48"] {
    transition-delay: 4.8s
}

[data-animate-delay="49"] {
    transition-delay: 4.9s
}

[data-animate-delay="50"] {
    transition-delay: 5s
}

[data-animate-delay="51"] {
    transition-delay: 5.1s
}

[data-animate-delay="52"] {
    transition-delay: 5.2s
}

[data-animate-delay="53"] {
    transition-delay: 5.3s
}

[data-animate-delay="54"] {
    transition-delay: 5.4s
}

[data-animate-delay="55"] {
    transition-delay: 5.5s
}

[data-animate-delay="56"] {
    transition-delay: 5.6s
}

[data-animate-delay="57"] {
    transition-delay: 5.7s
}

[data-animate-delay="58"] {
    transition-delay: 5.8s
}

[data-animate-delay="59"] {
    transition-delay: 5.9s
}

[data-animate-delay="60"] {
    transition-delay: 6s
}

.loading-animation {
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #dee2e6 10%, rgba(238, 238, 238, 0.85) 25%, #dee2e6 40%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    position: relative
}

@keyframes placeHolderShimmer {
    0% {
        background-position: 0px 0
    }

    100% {
        background-position: 100vw 0
    }
}

@media (-webkit-device-pixel-ratio: 1.75) {
    body {
        zoom: 0.625
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 137.5%;
        height: 100%
    }

    #g-recaptcha iframe body,
    #recaptcha iframe body {
        zoom: 0.625
    }
}

@media (-moz-device-pixel-ratio: 1.75) {
    body {
        zoom: 0.625
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 111%;
        height: 100%
    }
}

@media (-o-device-pixel-ratio: 1.75) {
    body {
        zoom: 0.625
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 111%;
        height: 100%
    }
}

@media (-ms-device-pixel-ratio: 1.75) {
    body {
        zoom: 0.625
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 111%;
        height: 100%
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    body {
        zoom: 0.75
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 111%;
        height: 100%
    }
}

@media (-moz-device-pixel-ratio: 1.5) {
    body {
        zoom: 0.75
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 111%;
        height: 100%
    }
}

@media (-o-device-pixel-ratio: 1.5) {
    body {
        zoom: 0.75
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 111%;
        height: 100%
    }
}

@media (-ms-device-pixel-ratio: 1.5) {
    body {
        zoom: 0.75
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 111%;
        height: 100%
    }
}

@media (-ms-device-pixel-ratio: 1.25) {
    body {
        zoom: 0.825
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 117%;
        height: 100%
    }
}

@media (-webkit-device-pixel-ratio: 1.25) {
    body {
        zoom: 0.825
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 117%;
        height: 100%
    }
}

@media (-moz-device-pixel-ratio: 1.25) {
    body {
        zoom: 0.825
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 117%;
        height: 100%
    }
}

@media (-o-device-pixel-ratio: 1.25) {
    body {
        zoom: 0.825
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 117%;
        height: 100%
    }
}

@media (-ms-device-pixel-ratio: 1.2) {
    body {
        zoom: 0.85
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 117%;
        height: 100%
    }
}

@media (-webkit-device-pixel-ratio: 1.2) {
    body {
        zoom: 0.85
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 117%;
        height: 100%
    }
}

@media (-moz-device-pixel-ratio: 1.2) {
    body {
        zoom: 0.85
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 117%;
        height: 100%
    }
}

@media (-o-device-pixel-ratio: 1.2) {
    body {
        zoom: 0.85
    }

    #g-recaptcha iframe,
    #recaptcha iframe {
        width: 117%;
        height: 100%
    }
}

#main-head #main-head-bg {
    width: 100%;
    height: 100vh;
    max-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

#main-head #main-head-bg .slide-image {
    height: 100%;
    width: 100%
}

#main-head #main-head-bg .glide__track,
#main-head #main-head-bg .glide__slides,
#main-head #main-head-bg .glide__slide {
    height: 100%;
    min-height: 100%
}

#main-head #main-head-bg .glide__track .glide__slides .glide__slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

#main-head #main-head-bg .glide__track .glide__slides .glide__slide .main-header-title {
    max-width: 556px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

#main-head #main-head-bg .glide__track .glide__slides .glide__slide .main-header-title h4 {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 5.5px rgba(0, 0, 0, 0.9)
}

#main-head #main-head-bg .glide__track .glide__slides .glide__slide .main-header-title h4 span {
    color: #f7b500
}

#main-head #main-head-bg .glide__track .glide__slides .glide__slide .main-head-shape {
    position: absolute;
    right: 0px;
    top: 0
}

#main-head #main-head-bg .glide__track .glide__slides .glide__slide>img,
#main-head #main-head-bg .glide__track .glide__slides .glide__slide>svg {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px
}

#main-head #main-head-bg .glide__track .glide__slides .glide__slide>img path,
#main-head #main-head-bg .glide__track .glide__slides .glide__slide>svg path {
    min-width: 100%;
    display: block
}

#main-head #main-head-bg .glide__track .glide__slides .glide__slide video {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center
}

#main-head #main-head-bg .glide__bullets {
    position: absolute;
    bottom: 122.5px
}

#main-head #main-head-bg .glide__bullets .glide__bullet {
    width: 18px;
    height: 17px;
    margin-left: 11px;
    border-radius: 50%;
    background-color: rgba(0, 92, 185, 0.5);
    margin-right: 0
}

#main-head #main-head-bg .glide__bullets .glide__bullet:first-of-type {
    margin-left: 0
}

#main-head #main-head-bg .glide__bullets .glide__bullet--active {
    background-color: #005cb9
}

#main-head .main-header {
    position: relative
}

#main-head .main-header .main-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%)
}

#main-head .main-header .main-header-content h1 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0px 0px 5.5px rgba(0, 0, 0, 0.9)
}

#main-head .main-header .main-header-content p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: lighter;
    line-height: 21px;
    text-shadow: 0px 0px 5.5px rgba(0, 0, 0, 0.9)
}

#main-head .main-header .main-header-content .breadcrumb-area .breadcrumb {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0
}

#main-head .main-header .main-header-content .breadcrumb-area .breadcrumb .breadcrumb-item {
    text-shadow: 0px 0px 5.5px rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-weight: lighter;
    color: #fff
}

#main-head .main-header .main-header-content .breadcrumb-area .breadcrumb .breadcrumb-item a {
    text-shadow: 0px 0px 5.5px rgba(0, 0, 0, 0.9)
}

#main-head .main-header .main-header-content .breadcrumb-area .breadcrumb .breadcrumb-item :first-of-type {
    font-size: 24px;
    font-weight: bold;
    color: #fff
}

#main-head .main-header .main-header-content .breadcrumb-area .breadcrumb .breadcrumb-item::before {
    color: #fff
}

#main-head .main-header .main-header-content .breadcrumb-area .breadcrumb .breadcrumb-item .second-page {
    font-size: 16px;
    font-weight: lighter;
    color: #fff
}

.touch-device #main-head #main-head-bg {
    max-height: 75vh !important
}

#map {
    padding: 5px 0 0 0
}

#map .map-content {
    width: 100%;
    height: 556px;
    background-image: url("../../../../dist/dev/img/map.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-top: 15px
}

#map .map-content .map-titles p {
    font-size: 90px;
    font-weight: bold
}

#map .map-content .titles {
    padding-top: 40px
}

#map .map-content .titles h1 {
    font-size: 96px;
    font-weight: bold;
    color: #005cb9;
    line-height: 80px
}

#map .map-content .titles h3 {
    font-size: 60px;
    font-weight: bold
}

#map .map-content .titles h3 span {
    font-size: 123px
}

#map .map-content .titles p {
    padding-top: 10px;
    font-weight: 300;
    font-size: 53px;
    color: #3F3F3F;
    letter-spacing: 0px
}

#map .map-content .map-data {
    padding-top: 50px
}

#map .map-content .map-data .data h4,
#map .map-content .map-data .data span {
    font-size: 104px;
    line-height: 40px;
    color: #C4C4C4;
    font-weight: bold
}

#map .map-content .map-data .data p {
    font-size: 44px;
    font-weight: normal;
    padding-top: 25px
}

#map .map-about {
    width: 100%;
    height: auto;
    background-image: url("../../../../dist/dev/img/map-bg.svg") !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    padding-top: 0 !important
}

#map .map-desc {
    max-width: 709px;
    margin: auto
}

#map .map-desc p {
    font-size: 16px;
    font-weight: lighter
}

.products-section {
    padding: 0px 47px 70px 47px
}

.products-section .titles {
    max-width: 980px;
    width: 100%;
    text-align: center;
    margin: auto
}

.products-section .titles p {
    line-height: 21px
}

.products-section .titles .product-big-title {
    z-index: -9;
    position: absolute;
    top: 60px;
    left: -117%
}

.products-section .titles .product-big-title>div {
    line-height: 340px;
    font-size: 360px;
    font-weight: bold;
    text-align: left;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(112, 112, 112, 0.38);
    text-transform: uppercase
}

.products-section .products-slider {
    margin-top: 70px
}

.products-section .products-slider .slide-image img {
    width: 100%
}

.products-section .products-slider .slide-image .slide-text {
    position: absolute;
    bottom: 0;
    padding-bottom: 85px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background: transparent
}

.products-section .products-slider .slide-image .slide-text h3 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding-top: 60px;
    text-shadow: 0px 0px 5.5px rgba(0, 0, 0, 0.9)
}

.products-section .products-slider .slide-image .slide-text span {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 12px;
    background-color: #0083C5
}

#projects {
    padding-bottom: 80px;
    padding-top: 150px
}

#projects .project-content .project-content-left {
    padding-left: 140px !important
}

#projects .project-content .content-left {
    width: 38%;
    padding-left: 178px;
    padding-right: 65px
}

#projects .project-content .content-left .title p {
    max-width: 305px;
    line-height: 20px
}

#projects .project-content .content-left .arrows {
    position: relative
}

#projects .project-content .content-left .arrows a {
    padding-left: 5px
}

#projects .project-content .content-left .arrows a:first-of-type {
    padding-right: 5px;
    padding-left: 0
}

#projects .project-content .content-left .arrows a:hover {
    text-decoration: none
}

#projects .project-content .content-left .arrows .glide__bullets .glide__bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #005CB9;
    border-radius: 50%;
    background-color: transparent
}

#projects .project-content .content-left .arrows .glide__bullets .glide__bullet.active {
    background-color: #005CB9
}

#projects .project-content .content-left .project-shape {
    z-index: -1;
    position: absolute;
    top: -150px;
    left: 0
}

#projects .project-content .content-left .project-big-title {
    z-index: -9;
    position: absolute;
    bottom: -100px;
    left: -190%
}

#projects .project-content .content-left .project-big-title>div {
    line-height: 340px;
    font-size: 360px;
    font-weight: bold;
    text-align: left;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(112, 112, 112, 0.38);
    text-transform: uppercase
}

#projects .project-content .project-slider {
    width: 62%;
    overflow: hidden !important
}

#projects .project-content .project-slider .glide__track .glide__slides .glide__slide {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat
}

#projects .project-content .project-slider .glide__track .glide__slides .glide__slide>a {
    min-width: 100%;
    min-height: 100%;
    display: inline-block;
    position: relative
}

#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .brand {
    padding: 69px 10px 0 0;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 120px
}

#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .brand img {
    width: 50%
}

#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px
}

#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info h1,
#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info h2,
#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info h3,
#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info h4,
#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info h5,
#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info p,
#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info a {
    text-shadow: 0px 0px 5.5px rgba(0, 0, 0, 0.9)
}

#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info h3 {
    color: #fff;
    font-size: 25px
}

#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info p {
    color: #fff;
    font-size: 16px;
    padding-top: 40px
}

#projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info span {
    color: #fff;
    font-size: 16px;
    text-decoration: underline
}

#elkon-ico {
    padding: 138px 0 117px 0
}

#elkon-ico .ico-area {
    padding-top: 96px
}

#elkon-ico .elkon-shadow-text {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%)
}

#founder-message {
    padding-bottom: 80px;
    margin-top: 80px
}

#founder-message .message {
    border: 2px solid rgba(0, 52, 136, 0.1);
    padding: 50px 64px 50px 64px;
    position: relative;
    border-radius: 15px
}

#founder-message .message h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    font-weight: 600;
    font-style: italic;
    color: #171717;
    text-align: center
}

#founder-message .message .job {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300 !important;
    font-style: italic;
    color: #171717;
    text-align: center;
    margin: 0
}

#founder-message .message .f-name {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    color: #171717;
    text-align: center
}

#founder-message .message .quotes {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(45%, -60%)
}

#founder-message .message .quotes-bottom {
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0%;
    transform: translate(-50%, 50%)
}

#innovation {
    padding-bottom: 98px
}

#innovation .container {
    max-width: 1080px
}

#innovation .innovation-heading {
    padding-bottom: 80px
}

#innovation .innovation-heading span {
    line-height: 96px;
    font-weight: bold;
    font-size: 96px;
    text-align: left;
    color: #3f3f3f
}

#innovation .innovation-heading span:nth-of-type(2) {
    padding-top: 55px
}

#innovation .innovation-heading span:last-of-type {
    padding-top: 105px
}

#innovation .innovation-slider .video-slider {
    overflow: hidden
}

#innovation .innovation-slider .video-slider .video-area {
    padding: 0;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    padding-right: 15px;
    background-color: transparent;
    overflow: hidden;
    transition: all 0.3s linear;
    opacity: 0;
    transform: translateX(-100%)
}

#innovation .innovation-slider .video-slider .video-area.show {
    transform: translateX(0);
    opacity: 1
}

#innovation .innovation-slider .video-slider .video-area video {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center
}

#innovation .innovation-slider .video-slider .video-area video:hover+p,
#innovation .innovation-slider .video-slider .video-area video.show-controller+p {
    bottom: 50px;
    transition: bottom .2s linear 0s
}

#innovation .innovation-slider .video-slider .video-area .text-area {
    position: absolute;
    bottom: 11px;
    padding: 0 26.2px;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
    cursor: default;
    transition: bottom .2s linear .3s
}

#innovation .innovation-slider .video-slider .video-area .close {
    top: 1rem;
    right: 2.2rem;
    position: absolute;
    color: #fff;
    color: #FFFFFF;
    opacity: 0.8;
    font-weight: 500;
    font-size: 2rem;
    cursor: pointer;
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000;
    transition: all .3s linear
}

#innovation .innovation-slider .video-slider .video-area .close:hover {
    opacity: 1
}

#innovation .innovation-slider .logo-area {
    position: relative;
    padding-bottom: 30px
}

#innovation .innovation-slider .logo-area .active-slide-index {
    position: absolute;
    left: -25px;
    top: -50%;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 551px;
    text-align: left;
    color: #000;
    opacity: 0.09
}

#innovation .innovation-slider .glide__slides {
    margin-bottom: 0;
    padding-bottom: 30px
}

#innovation .innovation-slider .glide__slides .glide__slide {
    max-width: 250px;
    height: 375.11px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#innovation .innovation-slider .glide__slides .glide__slide *:not(video) {
    pointer-events: none
}

#innovation .innovation-slider .glide__slides .glide__slide .inno-video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover
}

#innovation .innovation-slider .glide__slides .glide__slide .close-inno-video {
    z-index: 99;
    position: absolute;
    right: 15px;
    top: 10px;
    color: white;
    display: none;
    font-size: 20px;
    font-weight: bold
}

#innovation .innovation-slider .glide__slides .glide__slide .slide-top {
    position: absolute;
    top: 26.4px;
    left: 35.1px
}

#innovation .innovation-slider .glide__slides .glide__slide .slide-top.hide {
    pointer-events: none;
    opacity: 0
}

#innovation .innovation-slider .glide__slides .glide__slide .slide-bottom {
    height: 100%
}

#innovation .innovation-slider .glide__slides .glide__slide .slide-bottom p {
    z-index: 11;
    max-width: 204px;
    max-height: 180px;
    padding-left: 22.2px;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 32px
}

#innovation .innovation-slider .glide__slides .glide__slide .slide-bottom:after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%)
}

#innovation .innovation-slider .glide__slides .glide__slide .slide-mark {
    position: absolute;
    bottom: -30px
}

#innovation .innovation-slider .glide__slides .glide__slide .slide-mark span {
    display: block;
    background-color: #DAE1ED
}

#innovation .innovation-slider .glide__slides .glide__slide .slide-mark span:first-of-type {
    width: 11.37px;
    height: 11.37px;
    border-radius: 50%
}

#innovation .innovation-slider .glide__slides .glide__slide .slide-mark span:last-of-type {
    width: 2px;
    height: 37px;
    margin-left: 1px
}

#innovation .innovation-slider .glide__slides .glide__slide .slide-mark.active span {
    background-color: #005cb9
}

#innovation .line-xl {
    width: 80vw;
    height: 2px;
    background-color: #E4E9F2
}

#innovation .innovation-information {
    padding-top: 34px
}

#innovation .innovation-information p {
    max-width: 788px;
    margin: 0 auto;
    font-weight: lighter;
    font-size: 20px;
    line-height: 21px;
    text-align: center;
    color: #686868
}

#innovation .innovation-slider-control button.arrow {
    background-color: transparent;
    border: none
}

#innovation .innovation-slider-control button.arrow:focus,
#innovation .innovation-slider-control button.arrow:active {
    outline: none
}

#innovation .innovation-slider-control button.glide__bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #005CB9;
    border-radius: 50%;
    background-color: transparent
}

#innovation .innovation-slider-control button.glide__bullet.active {
    background-color: #005CB9
}

#innovation .text-background {
    z-index: -10;
    top: -30px;
    display: block;
    overflow: hidden;
    left: -62%
}

#innovation .text-background span {
    line-height: 340px;
    font-size: 360px;
    font-weight: bold;
    text-align: left;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(112, 112, 112, 0.38);
    text-transform: uppercase
}

#innovation .circle-background {
    position: absolute;
    left: -12%;
    bottom: -5%;
    opacity: .14;
    background-image: url("../images/innovation-circle-line.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    z-index: -9
}

#inno-text .glide__track,
#inno-text .glide__slides,
#inno-text .glide__slide {
    cursor: default
}

#home-video {
    padding-bottom: 200px
}

#home-video .video-title {
    padding-bottom: 70px
}

#home-video .video-title h1 {
    font-size: 117px;
    font-weight: bold;
    color: #3F3F3F;
    padding-bottom: 20px
}

#home-video .video-title p {
    font-size: 16px;
    font-weight: 300;
    color: #686868
}

#home-video .video-content {
    cursor: pointer
}

#home-video .video-content .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#how-made-it {
    padding-bottom: 113px
}

#how-made-it .made-content {
    margin: 0 30px
}

#how-made-it .made-content .ghost-text {
    position: absolute;
    top: 0;
    right: -130px
}

#how-made-it .made-content .ghost-text h4,
#how-made-it .made-content .ghost-text h3 {
    font-size: 133px;
    color: #3F3F3F;
    opacity: 10%;
    font-weight: 300;
    text-align: right;
    line-height: 108px
}

#how-made-it .made-content .ghost-text h4 span,
#how-made-it .made-content .ghost-text h3 span {
    font-weight: bold
}

#how-made-it .made-content .slider-area {
    padding-left: 130px
}

#how-made-it .made-content .slider-area .slide-text {
    max-width: 499px;
    padding-top: 52px
}

#how-made-it .made-content .slider-area .slide-text p {
    font-size: 16px;
    font-weight: 300
}

#elkon-news .title {
    padding-bottom: 40px
}

#elkon-news .title a {
    text-decoration: underline
}

#elkon-news .news-slider .glide__slide {
    position: relative;
    border: 1px solid #0083C5;
    padding: 21px 15px 52px 15px
}

#elkon-news .news-slider .glide__slide a:hover {
    text-decoration: none
}

#elkon-news .news-slider .glide__slide a .date {
    padding-bottom: 10px
}

#elkon-news .news-slider .glide__slide a .date h6,
#elkon-news .news-slider .glide__slide a .date p {
    font-size: 28px;
    color: #005cb9;
    font-weight: bold;
    margin-bottom: .5rem;
    opacity: 30%
}

#elkon-news .news-slider .glide__slide a .news-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

#elkon-news .news-slider .glide__slide a .news-image img {
    width: 100%
}

#elkon-news .news-slider .glide__slide a .news-content {
    padding-top: 21px;
    height: 208px;
    overflow: hidden
}

#elkon-news .news-slider .glide__slide a .news-content h3 {
    height: 72px;
    overflow: hidden;
    font-size: 20px;
    color: #3F3F3F
}

#elkon-news .news-slider .glide__slide a .news-content p {
    max-height: 156px;
    overflow: hidden;
    font-size: 16px;
    font-weight: lighter;
    color: #3F3F3F;
    padding-top: 10px
}

#elkon-news .news-slider .glide__slide a .news-content span {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 12px;
    background-color: #0083C5
}

#contact-form {
    padding-top: 122px
}

#contact-form .form-area .contact-left {
    padding: 54px 119px 54px 181px;
    background-color: #F5F5F5
}

#contact-form .form-area .contact-left h2 {
    font-size: 24px;
    color: #005cb9
}

#contact-form .form-area .contact-left .custom-radio-btn label {
    font-size: 16px;
    font-weight: bold;
    color: #005cb9;
    padding-left: 15px;
    padding-top: 4px
}

#contact-form .form-area .contact-left .custom-radio-btn label:before {
    width: 1.5rem;
    height: 1.5rem
}

#contact-form .form-area .contact-left .custom-radio-btn label:after {
    width: 1.5rem;
    height: 1.5rem
}

#contact-form .form-area .contact-left .custom-radio-btn label a {
    text-decoration: underline
}

#contact-form .form-area .contact-left input {
    border: none
}

#contact-form .form-area .contact-left input:-ms-input-placeholder {
    font-size: 20px;
    color: #C6C6C6
}

#contact-form .form-area .contact-left input::placeholder {
    font-size: 20px;
    color: #C6C6C6
}

#contact-form .form-area .contact-left textarea {
    border: none
}

#contact-form .form-area .contact-left textarea:-ms-input-placeholder {
    font-size: 20px;
    color: #C6C6C6
}

#contact-form .form-area .contact-left textarea::placeholder {
    font-size: 20px;
    color: #C6C6C6
}

#contact-form .form-area .contact-left .captcha p {
    font-size: 12px;
    font-weight: lighter;
    color: #afa9a9
}

#contact-form .form-area .contact-left .captcha p a {
    color: #005CB9
}

#contact-form .form-area .contact-left .captcha input:-ms-input-placeholder {
    font-size: 12px;
    font-weight: lighter
}

#contact-form .form-area .contact-left .captcha input::placeholder {
    font-size: 12px;
    font-weight: lighter
}

#contact-form .form-area .contact-left .captcha .wit {
    font-size: 12px
}

#contact-form .form-area .contact-left .contact-shape {
    position: absolute;
    left: -80px;
    top: 0
}

#contact-form .form-area .contact-right {
    width: 100%;
    height: auto;
    background-image: url("../../../../dist/dev/img/contact-right-image.png");
    background-repeat: no-repeat;
    background-color: #005cb9;
    background-size: cover;
    padding: 75px
}

#contact-form .form-area .contact-right .title h3 {
    font-size: 24px;
    color: #fff
}

#contact-form .form-area .contact-right .content p {
    color: #fff;
    margin-bottom: 42px;
    margin-top: 15px
}

#contact-form .btn-captcha {
    width: 25%;
    background: #005cb9;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all .3s ease-out
}

#contact-form .btn-captcha:hover {
    text-decoration: none;
    color: #fff;
    background: #2549ad;
    transition: all .3s ease-in
}

#company-list {
    padding: 25px 0
}

#company-list .glide .glide__track {
    max-height: 81px
}

#company-list .glide .glide__track .glide__slides {
    margin-left: -30px
}

#company-list .glide .glide__track .glide__slides .glide__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.home-video-modal .modal-dialog .modal-content .modal-close {
    position: absolute;
    top: -30px;
    right: 0px
}

.home-video-modal .modal-dialog .modal-content .modal-close .close span {
    color: #fff;
    font-size: 28px
}

#header-video-img {
    opacity: 1;
    visibility: visible;
    transition: all .3s linear
}

#header-video-img.video-active {
    opacity: 0;
    visibility: hidden
}

@media (max-width: 1366px) {
    #map .map-content .map-titles p {
        font-size: 80px
    }

    #map .map-content .titles h3 {
        font-size: 40px
    }

    #map .map-content .titles h3 span {
        font-size: 100px
    }
}

@media (max-width: 1024px) {
    .main-header-content h1 {
        font-size: 28px !important
    }

    .main-header-content p {
        font-size: 12px !important;
        line-height: 16px !important
    }
}

@media (min-width: 1024px) and (max-width: 1090px) {
    .innovation-heading span {
        font-size: 80px !important
    }

    .innovation-heading span:nth-of-type(2) {
        padding-top: 45px !important
    }

    .innovation-heading span:last-of-type {
        padding-top: 90px !important
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .innovation-heading {
        padding-bottom: 72px !important
    }

    .innovation-heading span {
        font-size: 37px !important
    }

    .innovation-heading span:nth-of-type(2) {
        padding-top: 25px !important
    }

    .innovation-heading span:last-of-type {
        padding-top: 50px !important
    }
}

@media (min-width: 768px) {
    #innovation .innovation-slider .glide__slides {
        transform: translate3d(0px, 0px, 0px) !important
    }
}

@media (max-width: 767px) {
    #innovation .container {
        padding: 0
    }

    #innovation .logo-area {
        padding-right: 10px !important;
        padding-left: 40px !important
    }

    #innovation .logo-area .active-slide-index {
        font-size: 290px !important;
        left: 20px !important
    }

    #innovation .col-9 {
        padding: 0
    }

    #innovation .innovation-heading {
        padding-bottom: 72px !important
    }

    #innovation .innovation-heading span {
        font-size: 27px !important
    }

    #innovation .innovation-heading span:nth-of-type(2) {
        padding-top: 15px !important
    }

    #innovation .innovation-heading span:last-of-type {
        padding-top: 30px !important
    }

    #innovation .glide .glide__slide {
        height: 185px !important
    }

    #innovation .glide .glide__slide p {
        padding: 0 40px;
        font-size: 11px !important;
        line-height: initial !important
    }

    #innovation .text-background {
        left: -47% !important
    }

    #innovation .text-background span {
        font-size: 136px !important;
        line-height: initial !important
    }

    #innovation .circle-background {
        left: -45% !important;
        bottom: 10% !important;
        background-size: contain !important
    }

    #company-list {
        padding: 12px 0 !important
    }

    #map .map-content .map-titles p {
        font-size: 60px
    }

    #map .map-content .titles h3 {
        font-size: 30px
    }

    #map .map-content .titles h3 span {
        font-size: 80px
    }
}

@media (max-width: 576px) {

    .products-section .container-fluid,
    .products-section .container-sm,
    .products-section .container-md,
    .products-section .container-lg,
    .products-section .container-xl {
        padding-right: 0
    }

    .products-section .container-fluid .titles,
    .products-section .container-sm .titles,
    .products-section .container-md .titles,
    .products-section .container-lg .titles,
    .products-section .container-xl .titles {
        padding-right: 15px
    }

    #map .map-content .map-titles p {
        font-size: 31px
    }

    #map .map-content .titles h3 {
        font-size: 19px
    }

    #map .map-content .titles h3 span {
        font-size: 47px
    }

    #elkon-news .news-slider .glide__slide a .news-content {
        padding: 14px 8px !important
    }

    #elkon-news .news-slider .glide__slide a .news-content h3 {
        max-height: 60px;
        font-size: 17px
    }

    #elkon-news .news-slider .glide__slide a .news-content p {
        max-height: 134px
    }
}

#main-head-about {
    background-image: url("../../../../dist/dev/img/about/about-header-image.jpg")
}

#page-link {
    padding-top: 75px
}

#page-link .page-link-area .page-links {
    padding-left: 70px;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

#page-link .page-link-area .page-links:first-of-type {
    padding-left: 0
}

#page-link .page-link-area .page-links a .image {
    height: 80px
}

#page-link .page-link-area .page-links a .text {
    padding-top: 15px;
    text-align: center
}

#page-link .page-link-area .page-links a .text p:first-of-type {
    font-size: 17px;
    font-weight: bold;
    color: #3F3F3F
}

#page-link .page-link-area .page-links a .text .active:after {
    content: '';
    width: 76px;
    height: 4px;
    background-color: #005AAA;
    border: 1px solid #005AAA;
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px auto 0 auto
}

#page-link .page-link-area .page-links a .text .text-shadow {
    position: absolute;
    top: -20px;
    left: -30px;
    font-size: 59px;
    font-weight: bold;
    opacity: 8%;
    color: #3F3F3F
}

#page-link .page-link-area .page-links a:hover {
    text-decoration: none
}

#more-than {
    padding-top: 60px;
    padding-bottom: 70px;
    overflow: hidden
}

#more-than .more-than-shape {
    z-index: -9;
    position: absolute;
    left: -100px;
    bottom: 0px
}

#more-than .more-than-shape-right {
    z-index: -9;
    position: absolute;
    right: -100px;
    bottom: 0px
}

#more-than .more-than-text .more-than-txt {
    line-height: 86px;
    font-size: 50px;
    font-weight: bold;
    color: #9D9D9D;
    white-space: nowrap
}

#more-than .more-than-text .more-than-txt:nth-of-type(2) {
    padding-top: 55px;
    padding-left: 60px
}

#more-than .more-than-text p {
    line-height: 86px;
    font-size: 50px;
    font-weight: bold;
    color: #9D9D9D;
    white-space: nowrap
}

#more-than .more-than-text p span {
    padding-left: 5px
}

#more-than .more-than-desc {
    max-width: 525px
}

#more-than .more-than-desc p {
    font-size: 16px;
    font-weight: lighter
}

#more-than .more-than-mobile {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px
}

#more-than .more-than-mobile p {
    font-size: 16px;
    font-weight: lighter
}

.about-map {
    padding-top: 0 !important
}

#thousand {
    padding: 100px 108px 100px 135px
}

#thousand .thousand-area .big-title {
    font-size: 76px;
    font-weight: bold;
    color: #9D9D9D
}

#thousand .thousand-area .top {
    font-size: 76px;
    font-weight: bold;
    line-height: 115px;
    color: #3F3F3F;
    position: absolute;
    top: 75px;
    right: -85px
}

#thousand .thousand-area .quotes .quo-left {
    font-size: 155px;
    font-weight: bold;
    color: #9D9D9D;
    position: absolute;
    left: 30px;
    top: -80px
}

#thousand .thousand-area .quotes .quo-right {
    font-size: 155px;
    font-weight: bold;
    color: #9D9D9D;
    position: absolute;
    right: 30px;
    top: -80px
}

#thousand .thousand-area .thousand-bottom p {
    width: 260px;
    position: absolute;
    left: -140px;
    bottom: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #9D9D9D
}

#thousand .thousand-area .images {
    padding-left: 130px
}

#thousand .thousand-border-text {
    z-index: -9;
    position: absolute;
    top: 60px
}

#thousand .thousand-desc {
    max-width: 709px;
    width: 100%;
    margin: auto;
    padding-top: 70px
}

#factories {
    padding-bottom: 170px
}

#factories .factories-header {
    max-width: 1080px;
    margin: auto
}

#factories .factories-header h3 {
    font-size: 107px;
    font-weight: bold;
    color: #3F3F3F;
    line-height: 88px
}

#factories .factories-header h3:nth-of-type(2) {
    font-size: 128px;
    line-height: 141px
}

#factories .factories-header h2 {
    font-size: 73px;
    font-weight: lighter;
    line-height: 88px
}

#factories .factories-header p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: lighter
}

#factories .factories-slide {
    margin-top: 40px
}

#factories .slider-shadow-logo {
    z-index: -9;
    position: absolute;
    left: 80px;
    top: 80px
}

#factories .slider-shadow-logo h1,
#factories .slider-shadow-logo h2 {
    z-index: -9;
    position: absolute;
    top: -70px;
    left: -47px;
    font-size: 511px;
    font-weight: normal;
    line-height: 574px;
    color: #000;
    opacity: 9%;
    font-family: "Gineso"
}

#technology {
    position: relative
}

#technology .tech-head {
    max-width: 70%;
    font-size: 40px;
    font-weight: bold;
    line-height: 73px
}

#technology .tech-left p {
    font-size: 73px;
    font-weight: bold;
    line-height: 73px
}

#technology .tech-left .tech-video .modal-image {
    width: 100%
}

#technology .tech-left .tech-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#technology .tech-left .tech-desc {
    padding-top: 36px
}

#technology .tech-left .tech-desc p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 21px
}

#technology .tech-right {
    position: relative;
    top: -175px
}

#elkon-family {
    padding-top: 81px
}

#elkon-family .family-header span {
    font-size: 130px;
    font-weight: bold;
    color: #000000;
    line-height: 89px
}

#elkon-family .family-header span:nth-of-type(2) {
    font-weight: lighter;
    padding-left: 10px
}

#elkon-family .family-header p {
    max-width: 907px;
    margin: auto;
    font-size: 16px;
    font-weight: lighter;
    color: #000
}

#elkon-family .family-slide {
    padding-top: 40px
}

#elkon-awards {
    padding-top: 188px;
    padding-bottom: 150px
}

#elkon-awards .awards-title {
    margin-top: 75px
}

#elkon-awards .awards-title span {
    font-size: 88px;
    font-weight: bold;
    color: #000;
    line-height: 89px
}

#elkon-awards .awards-title span:nth-of-type(2) {
    font-weight: lighter;
    padding-left: 15px
}

#elkon-awards .awards-desc {
    padding-top: 15px
}

#elkon-awards .awards-desc p {
    font-size: 16px;
    font-weight: lighter
}

#elkon-awards .awards-slider {
    padding-top: 98px
}

#elkon-awards .awards-slider .glide .glide__track .glide__slides .glide__slide {
    min-height: 100%;
    border: 1px solid #BCBCBC;
    padding: 0 15px 62px 15px;
    position: relative
}

#elkon-awards .awards-slider .glide .glide__track .glide__slides .glide__slide .slide-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2
}

#elkon-awards .awards-slider .glide .glide__track .glide__slides .glide__slide .slide-body {
    display: inline-block;
    max-width: 100%
}

#elkon-awards .awards-slider .glide .glide__track .glide__slides .glide__slide .slide-body:hover {
    text-decoration: none
}

#elkon-awards .awards-slider .glide .glide__track .glide__slides .glide__slide .slide-body .award-title p {
    height: 35px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #3F3F3F
}

#elkon-awards .awards-slider .glide .glide__track .glide__slides .glide__slide .slide-body .award-image img {
    width: 100%;
    max-width: 100%
}

#elkon-awards .awards-slider .glide .glide__track .glide__slides .glide__slide .slide-body .award-desc p {
    height: 118px;
    overflow: hidden;
    font-size: 16px;
    font-weight: lighter;
    color: #686868 !important;
    margin: 0
}

html[lang="de"] #elkon-awards .awards-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

html[lang="de"] #elkon-awards .awards-title span {
    font-size: 62px;
    padding: 0
}

html[lang="de"] #elkon-awards .awards-title span:first-child {
    padding-right: 5px
}

@media screen and (max-width: 768px) {
    html[lang="de"] #elkon-awards .awards-title span {
        font-size: 32px;
        line-height: 42px
    }
}

#quality-certificates {
    padding-top: 80px;
    padding-bottom: 77px
}

#quality-certificates .title img {
    position: relative;
    left: -75px
}

#quality-certificates .title h4 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    color: #3F3F3F;
    margin: auto;
    position: relative;
    left: -60px
}

#quality-certificates .desc {
    padding-left: 20px;
    padding-right: 20px
}

#quality-certificates .desc p {
    line-height: 21px;
    text-align: center;
    padding-top: 15px
}

#quality-certificates .partner-images {
    padding-top: 20px
}

#quality-certificates .employee-images {
    padding-top: 49px
}

.about-map-mobile {
    margin-bottom: 100px
}

.about-map-mobile .map-content .map-content-data {
    padding-bottom: 28px
}

.about-map-mobile .map-content .map-content-data p {
    font-size: 47px;
    font-weight: bold;
    line-height: 57px;
    color: #3F3F3F;
    margin: 0
}

.about-map-mobile .map-content .map-content-data span {
    font-size: 19px;
    font-weight: bold;
    line-height: 57px;
    color: #3F3F3F;
    padding: 0 8px
}

.about-map-mobile .map-content .map-content-data span:nth-of-type(2) {
    font-size: 22px
}

.fac-shadow-text {
    z-index: -9;
    position: absolute;
    bottom: -40px;
    left: 35%
}

@media only screen and (max-width: 1440px) {

    #more-than .more-than-text p,
    #more-than .more-than-text .more-than-txt {
        font-size: 40px
    }

    #factories .factories-header h3 {
        font-size: 80px;
        line-height: 80px
    }

    #factories .factories-header h3:nth-of-type(2) {
        font-size: 100px;
        line-height: 100px
    }

    #factories .factories-header h2 {
        font-size: 64px;
        line-height: 76px
    }
}

@media (min-width: 1441px) and (max-width: 2560px) {
    #thousand .thousand-area {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 1360px) {
    #thousand .thousand-area .left .big-title {
        font-size: 60px
    }

    #thousand .thousand-area .left .top {
        font-size: 60px
    }

    #thousand .thousand-area .thousand-bottom p {
        font-size: 23px;
        line-height: 24px
    }
}

@media only screen and (max-width: 1170px) {
    #thousand {
        padding-right: 10px
    }
}

@media only screen and (max-width: 1200px) {
    #elkon-awards .awards-title span {
        font-size: 70px
    }
}

@media only screen and (max-width: 1100px) {
    #thousand .thousand-area .left .big-title {
        font-size: 48px
    }

    #thousand .thousand-area .left .top {
        font-size: 48px
    }

    #thousand .thousand-area .thousand-bottom p span {
        display: none
    }
}

@media screen and (max-width: 1310px) {
    #thousand {
        padding-left: 60px
    }

    #thousand .thousand-area .images {
        padding-left: 120px
    }

    #elkon-family .family-header span {
        font-size: 155px
    }

    #map .container .map-content .map-data h4,
    #map .container .map-content .map-data span {
        font-size: 72px !important
    }

    #map .container .map-content .map-data p {
        font-size: 36px !important
    }

    #page-link .page-link-area .page-links a .text p:first-of-type {
        font-size: 13px !important;
        font-weight: bold;
        color: #3F3F3F
    }

    #page-link .page-link-area .page-links a .text .active:after {
        content: '';
        width: 76px;
        height: 4px;
        background-color: #005AAA;
        border: 1px solid #005AAA;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 10px auto 0 auto
    }

    #page-link .page-link-area .page-links a .text .text-shadow {
        position: absolute;
        top: -20px;
        left: -30px;
        font-size: 59px;
        font-weight: bold;
        opacity: 8%;
        color: #3F3F3F
    }
}

@media screen and (max-width: 1024px) {
    #more-than {
        padding-bottom: 50px
    }

    #more-than .more-than-text {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto
    }

    #more-than .more-than-text .more-than-txt {
        font-size: 31px;
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: -20px;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    #more-than .more-than-text img {
        width: 50%
    }

    #more-than .more-than-text p {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 24px;
        margin-right: 0 !important;
        position: absolute;
        bottom: -75px;
        right: 170px
    }

    #more-than .more-than-text .numb-area {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        position: relative;
        width: 50%
    }

    #more-than .more-than-shape {
        display: none
    }

    #more-than .more-than-shape-right {
        display: none
    }

    #more-than .more-than-mobile {
        padding-top: 25px
    }

    #factories {
        padding-bottom: 20px
    }

    #factories .factories-header h3 {
        font-size: 56px;
        line-height: 56px
    }

    #factories .factories-header h3:nth-of-type(2) {
        font-size: 68px;
        line-height: 68px
    }

    #factories .factories-header h2 {
        font-size: 48px;
        line-height: 54px
    }

    #factories .slider-shadow-logo {
        display: none
    }

    #factories .fac-shadow-text {
        display: none
    }

    #factories .glide__boxed {
        margin: 60px 0
    }

    #technology {
        padding-top: 50px
    }

    #technology .tech-head p {
        font-size: 29px !important;
        line-height: 29px !important
    }

    #technology .tech-desc {
        padding-top: 20px !important
    }

    #technology .tech-desc a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #technology .tech-desc p {
        line-height: 21px;
        overflow: hidden
    }

    #technology .tech-right {
        top: 30px !important
    }

    #technology .tech-right img {
        width: 100%
    }

    #elkon-family .family-header span {
        font-size: 36px
    }

    #elkon-family .family-header span:nth-of-type(2) {
        padding-left: 0 !important
    }

    #elkon-awards .awards-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #elkon-awards .awards-title span {
        font-size: 36px
    }

    #elkon-awards .awards-title span:nth-of-type(2) {
        padding-left: 5px !important
    }

    #thousand {
        padding-bottom: 10px
    }

    #thousand .thousand-area {
        -ms-flex-pack: center;
        justify-content: center
    }

    #thousand .thousand-area .left .big-title {
        font-size: 36px
    }

    #thousand .thousand-area .left .top {
        font-size: 36px;
        top: 10px;
        right: -30px
    }

    #thousand .thousand-area .images {
        width: 70%;
        padding-left: 90px
    }

    #thousand .thousand-area .quotes .quo-left {
        font-size: 72px;
        top: -35px
    }

    #thousand .thousand-area .quotes .quo-right {
        font-size: 72px;
        top: -35px
    }

    #thousand .thousand-area .thousand-bottom p {
        width: 100%;
        left: -200px;
        bottom: -50px
    }

    #thousand .thousand-border-text {
        display: none
    }

    #thousand .thousand-desc p {
        text-align: left !important
    }

    #page-link .page-link-area .page-links {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding: 0px !important
    }

    #page-link .page-link-area .page-links:nth-child(n+4) {
        padding-top: 3.5vh !important
    }
}

@media only screen and (max-width: 1023px) {
    #technology .tech-head {
        padding: 0 15px;
        max-width: inherit;
        font-size: 36px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 768px) {
    #thousand {
        padding-top: 6px;
        padding-left: 15px;
        padding-right: 15px
    }

    #thousand .thousand-area {
        -ms-flex-pack: center;
        justify-content: center
    }

    #thousand .thousand-area .left .big-title {
        font-size: 23px
    }

    #thousand .thousand-area .left .top {
        font-size: 23px;
        top: -13px;
        right: -30px
    }

    #thousand .thousand-area .images {
        width: 70%;
        padding-left: 60px
    }

    #thousand .thousand-area .quotes .quo-left {
        font-size: 48px;
        top: -30px
    }

    #thousand .thousand-area .quotes .quo-right {
        font-size: 48px;
        top: -30px
    }

    #thousand .thousand-area .thousand-bottom p {
        width: 100%;
        left: -150px;
        bottom: -50px
    }

    #thousand .thousand-desc {
        padding-right: 20px;
        padding-left: 20px
    }

    #factories-mobile .container {
        max-width: 100%
    }

    #factories-mobile .factories-mobile-text {
        padding-right: 20px;
        padding-left: 20px
    }

    #more-than .container {
        max-width: 100%
    }

    #quality-certificates .employee-images img {
        width: 100%
    }

    .about-map-mobile .map-content .map-titles p {
        font-size: 60px !important
    }

    #page-link .container {
        max-width: 100%
    }

    #page-link .container .page-links a .image {
        height: 60px
    }

    #page-link .container .page-links a .image img {
        width: 50px
    }

    #page-link .container .page-links a .text .text-shadow {
        top: -3px;
        left: -25px;
        font-size: 36px
    }

    .about-awards {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .about-awards .awards-slider .glide .glide__track {
        margin-left: 0 !important
    }

    .about-awards .awards-slider .glide .glide__track .glide__slides .glide__slide .award-desc {
        max-height: 100px;
        overflow: hidden
    }

    #thousand {
        padding-top: 50px
    }

    #technology .tech-head {
        font-size: 22px !important;
        line-height: 28px !important;
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    #more-than .more-than-text p {
        position: absolute;
        bottom: -75px;
        right: 100px
    }
}

@media screen and (max-width: 576px) {
    #factories {
        padding-bottom: 0px
    }

    #factories .factories-header h3 {
        font-size: 34px;
        line-height: 34px
    }

    #factories .factories-header h3:nth-of-type(2) {
        font-size: 38px;
        line-height: 38px
    }

    #factories .factories-header h2 {
        font-size: 24px;
        line-height: 28px
    }

    #factories .glide__boxed {
        margin: 40px 0
    }

    #factories .glide__boxed button.glide_arrow.glide__arrow--right {
        right: -20px
    }

    #factories .glide__boxed button.glide_arrow.glide__arrow--left {
        left: -20px
    }
}

@media only screen and (max-width: 576px) {
    .about-map-mobile .map-content .map-titles p {
        font-size: 31px !important
    }

    #page-link .container .page-link-area .page-links a .image {
        height: 35px
    }

    #page-link .container .page-link-area .page-links a .image img {
        width: 35px
    }

    #page-link .container .page-link-area .page-links a .text p:first-of-type {
        font-size: 8px !important
    }

    #page-link .container .page-link-area .page-links a .text .text-shadow {
        top: -3px;
        left: -17px;
        font-size: 29px
    }

    #page-link .container .page-link-area .page-links a .text .active:after {
        content: '';
        width: 38px;
        height: 2px;
        background-color: #005AAA;
        border: 1px solid #005AAA;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 2px auto 0 auto
    }

    #more-than .more-than-text.single .numb-area {
        width: 80% !important
    }

    #more-than .more-than-text.single .numb-area img {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
        max-width: 75px
    }
}

@media only screen and (max-width: 425px) {
    #thousand {
        padding-left: 15px;
        padding-right: 15px
    }

    #thousand .thousand-area {
        -ms-flex-pack: center;
        justify-content: center
    }

    #thousand .thousand-area .left .big-title {
        font-size: 23px
    }

    #thousand .thousand-area .left .top {
        font-size: 23px;
        top: -13px;
        right: -25px
    }

    #thousand .thousand-area .images {
        width: 62%;
        padding-left: 48px
    }

    #thousand .thousand-area .quotes .quo-left {
        font-size: 48px;
        top: -30px;
        left: 15px
    }

    #thousand .thousand-area .quotes .quo-right {
        font-size: 48px;
        top: -30px;
        right: 10px
    }

    #thousand .thousand-area .thousand-bottom p {
        width: 100%;
        left: -100px;
        bottom: -50px
    }

    #more-than .more-than-text {
        padding: 0 20px
    }

    #more-than .more-than-text .numb-area {
        width: 40%;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    #more-than .more-than-text .more-than-txt {
        line-height: 36px;
        margin-bottom: 0px;
        white-space: normal;
        width: 60%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    #more-than .more-than-text p {
        position: relative;
        bottom: auto;
        right: auto;
        left: 0px;
        margin-bottom: 0px;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 28px;
        white-space: normal
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    #more-than .more-than-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        width: 75%
    }

    #more-than .more-than-text .more-than-txt {
        width: 40%
    }
}

#main-head-vision {
    background-image: url("../../../../dist/dev/img/vision-mission/vision-header.jpg")
}

#vision-mission-area {
    padding-top: 66px
}

#vision-mission-area .left img {
    width: 75%
}

#vision-mission-area .right {
    padding-right: 182px
}

#vision-mission-area .right .right-content h4,
#vision-mission-area .right .right-content h2 {
    font-size: 73px;
    font-weight: bold;
    line-height: 68px;
    color: #3F3F3F
}

#vision-mission-area .right .right-content p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: lighter;
    color: #686868;
    line-height: 21px
}

#vision-mission-area .vision-left {
    padding-top: 60px;
    padding-left: 184px !important;
    padding-right: 0 !important
}

#vision-mission-area .vision-right-image img {
    transform: rotateY(180deg)
}

#vision-mission-area .vision-big-title {
    z-index: -9;
    position: absolute;
    top: -120px;
    right: -160px
}

#vision-mission-area .mission-area .left .mission-shape {
    position: absolute;
    left: -100px;
    top: 150px;
    z-index: -9
}

.project-vision .vision-big-title-bottom {
    z-index: -9;
    position: absolute;
    top: -50px;
    left: 35%
}

.project-vision .project-content .content-left .project-shape {
    position: absolute !important;
    bottom: -150px !important;
    top: 100px !important
}

@media screen and (max-width: 1024px) {
    #vision-mission-area .vision-area .vision-reverse {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0 21px
    }

    #vision-mission-area .vision-area .vision-reverse .vision-right-image {
        margin-top: 41px
    }

    #vision-mission-area .vision-area .vision-reverse .vision-left {
        padding-left: 0 !important
    }

    #vision-mission-area .vision-area .vision-big-title {
        display: none
    }

    #vision-mission-area .mission-area {
        padding: 0 21px
    }

    #vision-mission-area .mission-area .left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #vision-mission-area .mission-area .left .mission-shape {
        display: none
    }

    #vision-mission-area .mission-area .right {
        padding-right: 0;
        padding-top: 38px
    }

    #projects .vision-big-title-bottom {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #vision-mission-area .mission-area .right .right-content p {
        max-height: 186px;
        overflow: hidden
    }

    #vision-mission-area .mission-area .right .right-content p:nth-of-type(2) {
        display: none
    }

    #vision-mission-area .vision-area .vision-reverse .right .right-content p {
        max-height: 186px;
        overflow: hidden
    }

    #vision-mission-area .vision-area .vision-reverse .right .right-content p:nth-of-type(2) {
        display: none
    }

    #vision-mission-area .right .right-content h2 {
        font-size: 36px !important;
        line-height: 36px !important
    }
}

#main-head-factory {
    background-image: url("../../../../dist/dev/img/factory/factory-header.jpg")
}

#factory-slider {
    padding-top: 50px
}

#factory-slider .slider-shadow-logo {
    z-index: -9;
    position: absolute;
    left: 80px;
    top: 80px
}

#factory-slider .slider-shadow-logo h1,
#factory-slider .slider-shadow-logo h2 {
    z-index: -9;
    position: absolute;
    top: -70px;
    left: -47px;
    font-size: 511px;
    font-weight: normal;
    line-height: 574px;
    color: #000;
    opacity: 9%;
    font-family: "Gineso"
}

#integrated {
    padding-top: 81px;
    padding-bottom: 120px
}

#integrated .integrated-shadow-title {
    z-index: -9;
    position: absolute;
    top: -50px;
    left: 25%
}

#integrated .integrated-title {
    text-align: center;
    padding-bottom: 25px;
    margin-top: 80px
}

#integrated .integrated-title h1,
#integrated .integrated-title h2 {
    font-size: 80px;
    font-weight: bold;
    line-height: 73px
}

#integrated .integrated-title p {
    max-width: 709px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 21px;
    margin: 20px auto;
    color: #686868
}

#integrated .left {
    width: 40%
}

#integrated .right {
    width: 60%
}

#integrated .integrated-content-mobile {
    display: none
}

#integrated .integrated-content-mobile img {
    padding-top: 20px
}

#integrated .integrated-content-mobile h4,
#integrated .integrated-content-mobile h2 {
    font-size: 69px;
    font-weight: bold;
    color: #000;
    line-height: 40px;
    padding-top: 40px
}

#integrated .integrated-content-mobile h5 {
    font-size: 40px;
    font-weight: bold;
    color: #000
}

#integrated .integrated-content h4,
#integrated .integrated-content h2 {
    font-size: 120px;
    font-weight: bold;
    color: #CFCFCF;
    line-height: 70px
}

#integrated .integrated-content h3 {
    font-size: 69px;
    font-weight: bold;
    line-height: 70px;
    color: #000000
}

#integrated .integrated-shape {
    z-index: -9;
    position: absolute;
    left: -150px;
    bottom: -80px
}

#concrete {
    padding-top: 150px
}

#concrete .concrete-content h4,
#concrete .concrete-content h2 {
    width: 40%;
    font-size: 300px;
    font-weight: normal;
    color: #000;
    opacity: 10%;
    font-family: "Gineso"
}

#concrete .concrete-content p {
    width: 60%;
    padding-left: 30px;
    font-size: 61px;
    color: #000;
    line-height: 77px
}

#concrete-slider {
    padding-top: 128px
}

#concrete-slider .title {
    max-width: 1077px;
    margin: auto;
    padding-top: 20px
}

#concrete-slider .title h2 {
    font-size: 41px;
    font-weight: bold;
    line-height: 49px;
    color: #000;
    text-align: center
}

#concrete-slider .concrete-shadow-text {
    z-index: -9;
    position: absolute;
    top: -50px;
    left: -46%
}

#concrete-slider .concrete-shadow-text.fit {
    left: -5%
}

#industry {
    padding-top: 116px
}

#industry .titles h2 {
    font-size: 89px;
    font-weight: bold;
    line-height: 102px
}

#industry .titles h3 {
    font-size: 46px;
    font-weight: lighter;
    line-height: 48px;
    padding-top: 10px
}

#industry .titles p {
    max-width: 709px;
    font-size: 16px;
    font-weight: lighter;
    margin: auto;
    color: #686868;
    padding-top: 20px;
    padding-bottom: 15px
}

#industry .titles p span {
    font-weight: bold;
    color: #686868
}

#industry .titles a {
    padding-top: 15px
}

#industry .mobile-titles {
    display: none
}

#industry .mobile-titles h4 {
    font-size: 48px;
    font-weight: bold
}

#industry .industry-content {
    padding-top: 78px
}

#industry .industry-content .left .content-title p {
    font-size: 24px;
    font-weight: bold;
    color: #686868
}

#industry .industry-content .left .tech-video .modal-image {
    height: 420px;
    width: 100%
}

#industry .industry-content .left .tech-video .modal-images {
    width: 100%
}

#industry .industry-content .left .tech-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#industry .industry-content .big-modal {
    padding-top: 43px
}

#industry .big-modal-shape {
    z-index: -9;
    position: absolute;
    left: -150px;
    bottom: 100px
}

#industry .mobile-modal-text {
    display: none
}

#advanced {
    padding-top: 116px
}

#advanced .left {
    padding-left: 181px
}

#advanced .left h3 {
    font-size: 60px;
    font-weight: bold;
    line-height: 61px;
    color: #3F3F3F;
    padding-bottom: 31px
}

#advanced .left p {
    max-width: 460px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 21px
}

#inside-factories {
    padding-top: 116px;
    padding-bottom: 158px
}

#inside-factories .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

#inside-factories .title h4,
#inside-factories .title h2 {
    font-size: 100px;
    font-weight: bold;
    line-height: 89px;
    color: #000
}

#inside-factories .title p {
    margin: auto;
    padding-top: 10px;
    color: #000;
    max-width: 907px
}

#inside-factories .inside-factory-shadow-text {
    z-index: -9;
    position: absolute;
    bottom: -40px;
    left: -50px
}

#respect {
    padding-top: 50px;
    padding-bottom: 60px
}

#respect .left img {
    transform: rotate(350deg)
}

#respect .right {
    padding: 0 77px 0 92px
}

#respect .right h4,
#respect .right h3 {
    font-size: 88px;
    font-weight: bold;
    color: #3F3F3F;
    opacity: 49%;
    line-height: 89px
}

#respect .right h4 span,
#respect .right h3 span {
    font-weight: lighter
}

#respect .right p {
    max-width: 525px
}

html[lang="ar"] #integrated .integrated-content h4,
html[lang="ar"] #integrated .integrated-content h2 {
    font-size: 70px;
    line-height: 70px
}

html[lang="ar"] #integrated .integrated-content h3 {
    font-size: 44px;
    line-height: 44px
}

@media screen and (max-width: 1310px) and (min-width: 1024px) {

    #concrete .concrete-content h4,
    #concrete .concrete-content h2 {
        width: 45%;
        font-size: 250px
    }

    #concrete .concrete-content p {
        width: 55%
    }
}

@media screen and (max-width: 1310px) {

    #integrated .integrated-content-area .integrated-content h4,
    #integrated .integrated-content-area .integrated-content h2 {
        font-size: 100px
    }

    #integrated .integrated-content-area .integrated-content h3 {
        font-size: 48px
    }
}

@media screen and (max-width: 1024px) {
    #factory-slider .slider-shadow-logo {
        left: 5px
    }

    #factory-slider .slider-shadow-logo h1,
    #factory-slider .slider-shadow-logo h2 {
        font-size: 400px;
        line-height: 500px
    }

    #integrated {
        padding-bottom: 60px
    }

    #integrated .integrated-shadow-title {
        right: -100px;
        top: -90px
    }

    #integrated .integrated-shadow-title h1 {
        font-size: 109px
    }

    #integrated .integrated-title {
        margin-top: 10px
    }

    #integrated .integrated-title h1,
    #integrated .integrated-title h2 {
        font-size: 32px;
        line-height: 20px
    }

    #integrated .integrated-shape {
        display: none
    }

    #integrated .integrated-content-area .integrated-content h4,
    #integrated .integrated-content-area .integrated-content h2 {
        font-size: 60px
    }

    #integrated .integrated-content-area .integrated-content h3 {
        font-size: 36px
    }

    #integrated .integrated-content-mobile {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center;
        justify-content: center
    }

    #integrated .integrated-content-mobile h4,
    #integrated .integrated-content-mobile h2 {
        font-size: 48px
    }

    #concrete {
        padding-top: 100px
    }

    #concrete .concrete-content {
        position: relative
    }

    #concrete .concrete-content h4,
    #concrete .concrete-content h2 {
        width: 100%;
        font-size: 200px !important
    }

    #concrete .concrete-content p {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 31px;
        line-height: 33px;
        text-align: center
    }

    #industry {
        padding-top: 80px
    }

    #industry .mobile-titles {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #industry .mobile-titles h4 {
        text-align: center
    }

    #industry .mobile-titles h4 span {
        font-weight: normal
    }

    #industry .industry-content {
        padding-top: 0
    }

    #industry .industry-content .left {
        margin-top: 40px
    }

    #industry .industry-content .tech-video img {
        height: auto !important
    }

    #industry .industry-content .tech-video .video-play {
        width: 48px
    }

    #industry .industry-content .big-modal {
        padding-top: 0px
    }

    #industry .big-modal-shape {
        display: none
    }

    #industry .mobile-modal-text {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 18px;
        padding: 15px
    }

    #advanced .left {
        width: 100%;
        max-width: 941px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }

    #advanced .left p {
        max-width: none
    }

    #advanced .right img {
        height: auto !important;
        width: 100%;
        object-fit: contain;
        max-height: 60vh
    }

    #respect .right {
        width: 100%;
        max-width: 941px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }

    #respect .right h4,
    #respect .right h3 {
        text-align: center;
        font-size: 72px;
        line-height: 74px
    }

    #respect .right p {
        text-align: center;
        max-width: none
    }

    #factory-slider .glide__boxed {
        margin: 50px 0
    }

    #factory-slider .slider-shadow-logo {
        top: 40px
    }

    html[lang="ar"] #integrated .integrated-content h4,
    html[lang="ar"] #integrated .integrated-content h2 {
        font-size: 46px;
        line-height: 46px
    }

    html[lang="ar"] #integrated .integrated-content h3 {
        font-size: 28px;
        line-height: 28px
    }
}

@media screen and (max-width: 768px) {
    #integrated .integrated-shadow-title {
        right: -300px !important
    }

    #integrated .integrated-shadow-title h1 {
        font-size: 109px
    }

    #integrated .integrated-title h1,
    #integrated .integrated-title h2 {
        font-size: 28px
    }

    #integrated .integrated-content-area .integrated-content h4,
    #integrated .integrated-content-area .integrated-content h2 {
        font-size: 48px;
        line-height: 56px
    }

    #integrated .integrated-content-area .integrated-content h3 {
        font-size: 26px;
        line-height: 32px
    }

    #founder-message {
        margin-top: 48px !important;
        padding-bottom: 48px !important
    }

    #founder-message .message {
        padding: 20px 18px 20px 18px !important
    }

    #founder-message .message h3 {
        font-size: 18px !important
    }

    #founder-message .message p {
        font-size: 12px !important;
        margin: 0
    }

    #founder-message .message .quotes img {
        width: 42px !important
    }

    #founder-message .message .quotes-bottom img {
        width: 42px !important
    }

    #factory-slider .slider-shadow-logo {
        left: -20px
    }

    #factory-slider .slider-shadow-logo h1,
    #factory-slider .slider-shadow-logo h2 {
        font-size: 300px;
        line-height: 450px;
        left: -20px
    }

    #advanced {
        padding-top: 60px
    }

    #advanced .left {
        width: 100%;
        max-width: 720px
    }

    #advanced .left h3 {
        font-size: 30px !important;
        line-height: 30px !important;
        padding-bottom: 15px
    }

    #respect .right {
        width: 100%;
        max-width: 720px
    }

    #respect .right h4,
    #respect .right h3 {
        font-size: 56px;
        line-height: 58px
    }

    html[lang="ar"] #integrated .integrated-content h4,
    html[lang="ar"] #integrated .integrated-content h2 {
        font-size: 36px;
        line-height: 38px
    }

    html[lang="ar"] #integrated .integrated-content h3 {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (max-width: 576px) {
    #founder-message {
        margin-top: 48px !important;
        padding-bottom: 48px !important
    }

    #founder-message .message {
        padding: 21.9px 18px !important
    }

    #founder-message .message h3 {
        font-size: 16px !important
    }

    #founder-message .message p {
        font-size: 12px !important;
        margin: 0
    }

    #founder-message .message .quotes img {
        width: 42px !important
    }

    #founder-message .message .quotes-bottom img {
        width: 42px !important
    }

    #factory-slider .slider-shadow-logo {
        left: 20px
    }

    #factory-slider .slider-shadow-logo img {
        width: 50%
    }

    #factory-slider .slider-shadow-logo h1,
    #factory-slider .slider-shadow-logo h2 {
        font-size: 178px;
        line-height: 360px;
        left: 0px
    }

    #integrated .integrated-content-area .integrated-content h4,
    #integrated .integrated-content-area .integrated-content h2 {
        font-size: 32px;
        line-height: 38px
    }

    #integrated .integrated-content-area .integrated-content h3 {
        font-size: 20px;
        line-height: 24px
    }

    #concrete-slider .title h2 {
        font-size: 32px;
        line-height: 38px
    }

    #inside-factories {
        padding-top: 60px
    }

    #inside-factories .title h2,
    #inside-factories .title h4 {
        font-size: 30px !important;
        line-height: 32px !important
    }

    #respect {
        padding-bottom: 10px
    }

    #respect .right {
        width: 100%;
        max-width: 720px
    }

    #respect .right h4,
    #respect .right h3 {
        font-size: 46px;
        line-height: 48px
    }

    html[lang="ar"] #integrated .integrated-content h4,
    html[lang="ar"] #integrated .integrated-content h2 {
        font-size: 24px;
        line-height: 28px
    }

    html[lang="ar"] #integrated .integrated-content h3 {
        font-size: 16px;
        line-height: 18px
    }
}

#main-head-tech {
    background-image: url("../../../../dist/dev/img/technology/tech-header.jpg")
}

#leadership {
    padding-top: 95px
}

#leadership .title h4,
#leadership .title h2 {
    text-transform: uppercase;
    padding-bottom: 25px
}

#leadership .title p {
    max-width: 893px
}

#leadership .slider-area #boxed-slider .glide__track .glide__slides .glide__slide .glide-slide-modal a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none
}

#leadership .slider-area #boxed-slider .glide__track .glide__slides .glide__slide--active a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -ms-flexbox !important;
    display: flex !important;
    transform: translate(-50%, -50%)
}

#leading {
    padding-top: 120px
}

#leading .left {
    width: 60%;
    padding-left: 181px
}

#leading .left h4,
#leading .left h2 {
    text-transform: uppercase
}

#leading .left p {
    max-width: 617px;
    padding-top: 17px
}

#leading .right {
    z-index: -9;
    position: relative;
    top: -120px;
    right: 0
}

#leading .leading-shape {
    z-index: -9;
    position: absolute;
    top: 0;
    left: -100px
}

#meeting .left {
    width: calc(60% - 150px);
    position: relative;
    top: -100px;
    left: 0px
}

#meeting .right {
    width: 40%;
    position: relative;
    top: 50px;
    right: 0px
}

#meeting .right h4 {
    text-transform: uppercase
}

#meeting .meeting-big-title {
    z-index: -9;
    position: absolute;
    top: -300px;
    left: -1420px
}

#industry-area {
    padding-bottom: 100px
}

#industry-area .left {
    z-index: 2;
    padding-left: 181px
}

#industry-area .left h4,
#industry-area .left h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 102px
}

#industry-area .left h4 span,
#industry-area .left h2 span {
    font-size: 126px
}

#industry-area .left p {
    max-width: 525px
}

#industry-area .right {
    position: relative;
    right: -100px
}

#elkon-tech {
    padding-bottom: 94px
}

#elkon-tech .title {
    padding-bottom: 20px
}

#elkon-tech .title h4,
#elkon-tech .title h2 {
    font-size: 73px;
    font-weight: bold;
    list-style: 82px;
    color: #3F3F3F
}

#elkon-tech .tech-video .modal-image {
    width: 100%
}

#elkon-tech .tech-video .modal-images {
    width: 100%
}

#elkon-tech .tech-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 1310px) {
    #meeting .left {
        top: -50px
    }
}

@media screen and (max-width: 1024px) {
    #leadership {
        padding-top: 38px
    }

    #leadership .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #leadership .container .title {
        margin-top: 30px
    }

    #leadership .container .title h4,
    #leadership .container .title h2 {
        text-transform: capitalize
    }

    #leadership .container .slider-area #boxed-slider .glide__track .glide__slides .glide__slide--active:after {
        content: none
    }

    #leading {
        overflow: hidden;
        padding-top: 68px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #leading .left {
        padding: 0 35px !important;
        width: 100% !important
    }

    #leading .left h4,
    #leading .left h2 {
        text-transform: capitalize;
        font-size: 48px
    }

    #leading .left p {
        max-width: 100%
    }

    #leading .right {
        right: -75px;
        top: 0 !important
    }

    #leading .leading-shape {
        display: none
    }

    #meeting {
        padding-top: 30px
    }

    #meeting .meeting-content {
        -ms-flex-direction: column;
        flex-direction: column
    }

    #meeting .meeting-content .left {
        width: 100%;
        left: 0px;
        top: 0
    }

    #meeting .meeting-content .right {
        padding: 0 35px;
        width: 100%;
        right: 0
    }

    #meeting .meeting-content .right h4 {
        text-transform: capitalize;
        font-size: 48px;
        padding-bottom: 30px
    }

    #meeting .meeting-big-title {
        display: none
    }

    #industry-area {
        padding-bottom: 161px
    }

    #industry-area .row {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #industry-area .row .left {
        padding: 100px 35px 0 35px
    }

    #industry-area .row .left h4,
    #industry-area .row .left h2 {
        font-size: 48px
    }

    #industry-area .row .left h4 span,
    #industry-area .row .left h2 span {
        font-size: 60px
    }

    #industry-area .row .left p {
        max-width: 100%
    }

    #industry-area .row .right {
        top: 0
    }

    #industry-area .row .left h4,
    #industry-area .row .left h2 {
        padding-bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    #elkon-tech .title h2 {
        font-size: 30px !important;
        line-height: 32px !important
    }

    #leadership .container .title h2 {
        font-size: 30px !important;
        line-height: 32px !important
    }

    #leadership .slider-area #boxed-slider .glide__track .glide__slides .glide__slide--active a {
        -ms-flex-pack: center;
        justify-content: center
    }

    #leadership .slider-area #boxed-slider .glide__track .glide__slides .glide__slide--active a img {
        width: 50%
    }
}

@media screen and (max-width: 576px) {
    #meeting .meeting-content .right {
        top: 0px;
        margin-top: 10px
    }

    #industry-area .row .left {
        padding: 40px 35px 0 35px
    }

    #elkon-tech {
        padding-bottom: 40px
    }

    #elkon-tech .title h4 {
        font-size: 44px !important;
        line-height: 44px !important
    }

    #elkon-tech .tech-video a {
        max-width: 50px
    }
}

#quality-area {
    margin-top: 70px;
    padding-bottom: 100px
}

#quality-area .title h4,
#quality-area .title h2 {
    max-width: 552px
}

#quality-area .title p {
    max-width: 702px;
    padding-top: 10px
}

#quality-area .quality-content {
    z-index: 99;
    padding-top: 22px
}

#quality-area .quality-content .left {
    margin-top: 20px
}

#quality-area .quality-content .left h4,
#quality-area .quality-content .left h2 {
    color: #000
}

#quality-area .quality-content .left p {
    max-width: 525px;
    color: #000;
    padding-top: 10px
}

#quality-area .quality-content .left .quality-brand {
    z-index: -9
}

#quality-area .quality-content .title-mobile {
    display: none !important
}

#quality-area .line-map {
    z-index: -9;
    position: absolute;
    top: 0
}

#quality-area .quality-shape {
    z-index: -1;
    position: absolute;
    bottom: -100px;
    left: -150px
}

@media screen and (max-width: 1024px) {
    #quality-area .quality-content .title-mobile {
        display: -ms-flexbox !important;
        display: flex !important;
        margin-top: 70px
    }

    #quality-area .quality-content .title-mobile p {
        margin-top: 30px
    }

    #quality-area .quality-content .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #quality-area .quality-content .row .right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #quality-area .quality-content .row .left h4,
    #quality-area .quality-content .row .left h2 {
        text-align: center
    }

    #quality-area .quality-content .row .left p {
        max-width: none;
        text-align: center
    }

    #quality-area .line-map {
        display: none !important
    }

    #quality-area .quality-shape {
        display: none
    }
}

@media screen and (max-width: 576px) {
    #quality-area {
        padding-bottom: 20px
    }

    #quality-area .title h4,
    #quality-area .title h2 {
        font-size: 30px;
        line-height: 32px
    }

    #quality-area .title p {
        font-size: 14px;
        line-height: 18px
    }

    #quality-area .quality-content .row .left h4,
    #quality-area .quality-content .row .left h2 {
        font-size: 30px;
        line-height: 32px
    }

    #quality-area .quality-content .row .left p {
        font-size: 14px;
        line-height: 18px
    }

    #quality-area .line-map {
        display: none !important
    }

    #quality-area .quality-shape {
        display: none
    }
}

@media only screen and (max-width: 425px) {
    #quality-area {
        margin-top: 0
    }
}

#service-network {
    padding-top: 66px
}

#service-network .service-content .service-title {
    max-width: 576px;
    margin: auto
}

#service-network .service-content .service-title h3 {
    padding-top: 20px;
    padding-bottom: 15px
}

#service-network .service-content .service-slide {
    padding-top: 20px
}

#service-network .service-shadow-text {
    z-index: -9;
    position: absolute;
    right: -700px;
    bottom: 50px
}

#service-network .service-shape {
    position: absolute;
    top: 0
}

#service-network .service-shape[data-animated="true"] {
    left: -100px
}

#after-sales {
    padding-top: 114px
}

#after-sales .sales-content {
    padding-top: 20px
}

#after-sales .sales-content .sales-item {
    padding-top: 33px
}

#after-sales .sales-content .sales-item .icon-box {
    width: 100px;
    height: 80px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px;
    box-shadow: 0px 20px 30px rgba(95, 95, 95, 0.16)
}

#after-sales .sales-content .sales-item .icon-box img {
    width: 75%
}

#after-sales .sales-content .sales-item .icon-title {
    max-width: 224px;
    -ms-flex: 0 0 224px;
    flex: 0 0 224px;
    padding-left: 23px
}

#after-sales .sales-content .sales-item .icon-title p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #171717
}

#after-sales .sales-content .sales-item .icon-desc {
    max-width: 696px;
    padding-left: 48px
}

#after-sales .sales-content .sales-item .icon-desc p {
    color: #000
}

#service-contact {
    padding-top: 130px
}

#service-contact .left {
    left: -50px
}

#service-contact .right .service-text h2 {
    font-size: 32px
}

#service-contact .right .service-text h3 {
    font-size: 24px
}

#service-contact .right h4 {
    font-size: 73px;
    font-weight: bold;
    line-height: 68px;
    color: #3F3F3F;
    padding-bottom: 10px
}

#service-contact .right p {
    line-height: 21px
}

#service-contact .right h5 {
    font-size: 31px;
    font-weight: bold;
    line-height: 22px;
    color: #3F3F3F;
    padding-top: 12px
}

#service-contact .right .social {
    margin-top: 10px
}

#service-contact .right .social a {
    padding-left: 4.6px
}

#service-contact .right .social a:first-of-type {
    padding-left: 0
}

#service-contact .service-shadow-text-bottom {
    z-index: -9;
    position: absolute;
    bottom: -20px;
    right: -350px
}

.service-mobile-text {
    display: none
}

@media screen and (max-width: 1024px) {
    #service-network {
        padding-top: 0
    }

    #service-network .container .service-content .service-title h4,
    #service-network .container .service-content .service-title h2 {
        font-size: 30px;
        line-height: 32px
    }

    #service-network .service-shadow-text {
        display: none !important
    }

    #service-network .service-shape {
        display: none !important
    }

    #service-contact {
        padding-top: 38px;
        padding-bottom: 50px
    }

    #service-contact .left {
        left: 0 !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #service-contact .right .service-text h2 {
        font-size: 30px
    }

    #service-contact .right .social {
        margin-top: 24px;
        -ms-flex-pack: center;
        justify-content: center
    }

    #service-contact .service-shadow-text-bottom {
        display: none
    }

    #service-contact .service-mobile-text {
        padding-bottom: 15px
    }

    #service-contact .service-mobile-text h4 {
        font-size: 73px;
        font-weight: bold;
        color: #3F3F3F;
        padding-bottom: 15px
    }

    .service-mobile-text {
        display: block
    }
}

@media screen and (max-width: 768px) {
    #after-sales .sales-content .sales-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #after-sales .sales-content .sales-item:first-of-type {
        padding-top: 0px
    }

    #after-sales .sales-content .sales-item .icon-title {
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px)
    }

    #after-sales .sales-content .sales-item .icon-desc {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 12px;
        padding-left: 0
    }

    #after-sales .title {
        margin-bottom: 20px
    }

    #after-sales .title h2 {
        font-size: 30px !important;
        line-height: 32px
    }
}

@media screen and (max-width: 576px) {
    #after-sales {
        padding-top: 40px
    }

    #service-contact {
        padding-bottom: 30px
    }

    #service-contact .right h4 {
        font-size: 50px;
        line-height: 50px;
        padding-bottom: 0px
    }

    #service-contact .right .social {
        margin-top: 24px;
        -ms-flex-pack: center;
        justify-content: center
    }

    #boxed-slider.glide__boxed button.glide_arrow.glide__arrow--right {
        right: -20px
    }

    #boxed-slider.glide__boxed button.glide_arrow.glide__arrow--left {
        left: -20px
    }
}

@media screen and (max-width: 350px) {
    #after-sales .sales-content .sales-item .icon-box {
        -ms-flex: 0 0 75px;
        flex: 0 0 75px;
        width: 75px;
        height: 60px
    }

    #after-sales .sales-content .sales-item .icon-title {
        -ms-flex: 0 0 calc(100% - 75px);
        flex: 0 0 calc(100% - 75px);
        max-width: calc(100% - 75px)
    }
}

.awards-area {
    padding-top: 102px !important
}

.awards-area .awards-shape {
    z-index: -9;
    position: absolute;
    left: -200px;
    top: 130px
}

.awards-area .awards-middle {
    padding-top: 50px;
    padding-bottom: 100px
}

.awards-area .awards-middle .awards-shadow-text {
    z-index: -9;
    position: absolute;
    top: 0px;
    left: 33%
}

.awards-area .awards-shadow-text-bottom {
    z-index: -9;
    position: absolute;
    top: -200px;
    left: -15%
}

.awards-slider .title {
    padding-bottom: 13px
}

.awards-slider .arrows {
    padding-top: 10px
}

.awards-slider .arrows .glide__bullets .glide__bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #005CB9;
    border-radius: 50%;
    background-color: transparent
}

.awards-slider .arrows .glide__bullets .glide__bullet.active {
    background-color: #005CB9
}

@media (min-width: 425px) and (max-width: 1024px) {
    #elkon-awards .left img {
        width: 50%
    }

    #elkon-awards .awards-middle .right img {
        width: 50%
    }

    #elkon-awards .awards-list .left img {
        width: 50%
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    #elkon-awards .left img {
        width: 75%
    }

    #elkon-awards .awards-middle .left .awards-title h4,
    #elkon-awards .awards-middle .left .awards-title h2 {
        font-size: 44px
    }

    #elkon-awards .awards-middle .right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #elkon-awards .awards-middle .right img {
        width: 75%
    }

    #elkon-awards .awards-list .left img {
        width: 75%
    }
}

@media screen and (max-width: 1024px) {
    #elkon-awards {
        padding-left: 20px;
        padding-right: 20px
    }

    .awards-area .left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .awards-area .right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .awards-area .right .awards-title h4,
    .awards-area .right .awards-title h2 {
        font-size: 44px
    }

    .awards-area .awards-middle {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 36px
    }

    .awards-area .awards-shape {
        display: none
    }

    .awards-area .awards-shadow-text-bottom {
        display: none
    }

    .awards-area .awards-shadow-text {
        display: none
    }

    .awards-list .right .awards-title {
        margin-top: 11px !important
    }

    .awards-slider .title h2 {
        font-size: 30px;
        line-height: 32px
    }
}

@media screen and (max-width: 576px) {

    #elkon-awards .awards-title h2,
    #elkon-awards .awards-title h4 {
        font-size: 30px;
        line-height: 32px
    }
}

#gallery-top {
    padding: 90px 0 80px 0
}

#gallery-top #gallery-top-slider .glide__track {
    padding-bottom: 80px
}

#gallery-top #gallery-top-slider .glide__slides {
    overflow: visible
}

#gallery-top #gallery-top-slider .glide__slide {
    position: relative;
    height: auto
}

#gallery-top #gallery-top-slider .glide__slide img {
    width: 100%
}

#gallery-top #gallery-top-slider .glide__slide .btn {
    transform: translate(0, -50%)
}

#gallery-top #gallery-top-slider .glide__slide .btn * {
    pointer-events: none
}

#gallery-top #gallery-top-slider .glide__slide .btn span {
    white-space: nowrap
}

#gallery-top #gallery-top-slider .glide__arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translate(-50%, -200%);
    pointer-events: auto
}

#gallery-top #gallery-top-slider .glide__arrow.glide__arrow--right {
    left: auto;
    right: -40px;
    transform: translate(50%, -200%)
}

.empty-gallery {
    padding: 80px 0;
    background: #F7F9FC;
    color: #dee2e6;
    font-size: 22px;
    font-weight: 600;
    text-align: center
}

@media only screen and (max-width: 1440px) {
    .custom-gallery .gallery-sliders .glide .glide__slides .glide__slide a img {
        height: 280px;
        min-height: 280px
    }
}

@media screen and (max-width: 1310px) {
    .custom-gallery .gallery-sliders .glide .glide__slides .glide__slide a img {
        height: 250px;
        min-height: 250px
    }
}

@media screen and (max-width: 1024px) {
    #gallery-top #gallery-top-slider .glide__arrow {
        left: -20px
    }

    #gallery-top #gallery-top-slider .glide__arrow.glide__arrow--right {
        right: -20px
    }

    .custom-gallery .gallery-sliders .glide .glide__slides .glide__slide a img {
        height: 230px;
        min-height: 230px
    }
}

@media screen and (max-width: 768px) {
    #gallery-top h2 {
        font-size: 30px !important;
        line-height: 32px !important
    }

    #gallery-top #gallery-top-slider .glide__arrow {
        display: none !important
    }

    .custom-gallery .gallery-filter h4,
    .custom-gallery .gallery-filter h3 {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 576px) {
    .custom-gallery .gallery-filter .choose-project {
        margin-left: 0 !important;
        margin-top: 20px
    }

    .custom-gallery .gallery-slider .glide__slide .img-modal-link:nth-child(2) {
        margin-top: 20px !important
    }
}

.blue-link.after {
    text-decoration: none;
    transition: all 0.3s linear
}

.blue-link.after::after {
    content: "";
    width: 157px;
    height: 3px;
    margin: auto;
    background-color: #005cb9;
    display: block;
    transition: all 0.3s linear
}

.blue-link.after:hover {
    color: #00366d
}

.blue-link.after:hover::after {
    background-color: #00366d
}

#references {
    padding-top: 60px
}

#references img {
    max-width: 100%
}

#references .row div {
    margin-bottom: 75px
}

#contact-us-form {
    padding-bottom: 200px
}

#contact-us-form h1,
#contact-us-form h2 {
    padding: 25px 0
}

#contact-us-form form {
    font-family: "Poppins", sans-serif
}

#contact-us-form label {
    font-size: 17px
}

#contact-us-form label small {
    font-size: 11px
}

#contact-us-form .form-group {
    padding-left: 0;
    padding-right: 0
}

#contact-us-form .form-group textarea.form-control {
    padding: 1rem 1.5rem;
    resize: none
}

#contact-us-form .form-group .form-control {
    font-size: 13px;
    border-radius: 5px;
    background-color: #F7F9FC;
    padding: 1.9rem 1.5rem;
    border-color: rgba(0, 0, 0, 0.2)
}

#contact-us-form .form-group .form-control:-ms-input-placeholder {
    color: #d5d5d5
}

#contact-us-form .form-group .form-control::placeholder {
    color: #d5d5d5
}

#contact-us-form .form-group .form-control.bootstrap-select {
    padding: 0
}

#contact-us-form .form-group .form-control.bootstrap-select .btn {
    padding: 1.1rem 1.5rem;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0.2);
    background-color: #F7F9FC
}

#contact-us-form .form-group .form-control.bootstrap-select .btn:focus {
    outline: 0 !important
}

#contact-us-form .form-group .form-control.bootstrap-select .btn::after {
    right: 10px;
    border: none;
    width: 20px;
    height: 50px;
    position: absolute;
    background-image: url("../images/dropdown-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s linear
}

#contact-us-form .form-group .form-control.bootstrap-select .btn[aria-expanded="true"]::after {
    transform: rotateX(180deg)
}

#contact-us-form .form-group .boot-control {
    font-size: 13px;
    border-radius: 5px;
    background-color: #F7F9FC;
    padding: 1.9rem 1.5rem;
    border-color: rgba(0, 0, 0, 0.2);
    width: 100%
}

#contact-us-form .form-group .boot-control:-ms-input-placeholder {
    color: #d5d5d5
}

#contact-us-form .form-group .boot-control::placeholder {
    color: #d5d5d5
}

#contact-us-form .form-group .boot-control.bootstrap-select {
    padding: 0
}

#contact-us-form .form-group .boot-control.bootstrap-select .btn {
    padding: .75rem 1.5rem;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0.2);
    background-color: #F7F9FC
}

#contact-us-form .form-group .boot-control.bootstrap-select .btn:focus {
    outline: 0 !important
}

#contact-us-form .form-group .boot-control.bootstrap-select .btn::after {
    right: 10px;
    border: none;
    width: 20px;
    height: 50px;
    position: absolute;
    background-image: url("../images/dropdown-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s linear
}

#contact-us-form .form-group .boot-control.bootstrap-select .btn[aria-expanded="true"]::after {
    transform: rotateX(180deg)
}

#contact-us-form .form-group .custom-control-label {
    font-size: 9px;
    padding-left: 0.5rem
}

#contact-us-form .form-group .custom-control-label::before {
    top: -0.35rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.3rem;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4)
}

#contact-us-form .form-group .custom-control-label::after {
    top: -0.35rem;
    left: -1.5rem;
    width: 1.5rem;
    height: 1.5rem
}

#contact-us-form .form-group.is-invalid .form-control {
    border-color: #dc3545 !important;
    background-color: #f3b7bd
}

#contact-us-form .form-group.is-invalid .form-control:-ms-input-placeholder {
    color: #1a1a1d
}

#contact-us-form .form-group.is-invalid .form-control::placeholder {
    color: #1a1a1d
}

#contact-us-form .form-group.is-invalid .custom-control-label::before {
    border-color: #dc3545 !important;
    box-shadow: 0 0 5px 0px #dc3545
}

#contact-us-form .form-group.is-invalid small {
    display: -ms-flexbox;
    display: flex
}

#contact-us-form .form-group.is-invalid .dropdown-toggle {
    border: 1px solid #dc3545 !important
}

#contact-us-form .form-group.is-invalid.boot-control {
    border: 1px solid #e4606d !important
}

#contact-us-form .bootstrap-select .dropdown-menu {
    padding: 0;
    border-radius: 5px
}

#contact-us-form .bootstrap-select .dropdown-menu li a {
    padding: 0.75rem 1rem
}

#contact-us-form .custom-control small {
    margin-left: -1.5rem
}

#contact-us-form .btn[type="submit"] {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    transition: all 0.2s linear
}

#contact-us-form .btn[type="submit"]:hover {
    background-color: #1a1a1a
}

#contact-us-form .contact-us-shape img {
    width: 60%;
    top: -55px;
    left: -13%;
    max-width: 950px
}

#contact-us-form small {
    display: none
}

@media (max-width: 1024px) {
    #references {
        padding-top: 60px
    }

    #references .row {
        margin-top: 0
    }
}

@media (max-width: 420px) {
    #contact-us-form .form-group .form-control {
        padding: 1.9rem 0.5rem
    }

    #contact-us-form .form-group .form-control.bootstrap-select .btn {
        padding: 1.1rem 0.5rem
    }
}

@media (min-width: 1024px) {
    .container.wide {
        max-width: 95%
    }
}

@media (min-width: 1680px) {
    .container.wide {
        max-width: 1600px
    }
}

#main-head-project {
    background-image: url("../../../../dist/dev/img/project/project-header.jpg")
}

#project-palm {
    padding-top: 159px
}

#project-palm .title h4 {
    font-size: 80px;
    line-height: 86px;
    font-weight: bold;
    color: #3F3F3F
}

#project-palm .slide-text {
    max-width: 589px;
    margin: auto;
    padding-top: 37px
}

#project-palm .slide-text a {
    margin-top: 20px
}

#project-palm .project-shadow-text {
    position: absolute;
    top: 0;
    left: 99px
}

#project-palm .project-boxed-slider .glide__track .glide__slides .glide__slide img {
    width: 100%
}

.how-made {
    padding-top: 112px
}

.how-made .left {
    left: -90px
}

.how-made .right .slider-area {
    padding-left: 50px !important
}

.how-made .right .slider-area .tech-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.how-made .how-made-shape {
    z-index: -9;
    position: absolute;
    right: -150px;
    top: -10px
}

#project-all {
    padding: 100px 0
}

#project-all .title {
    font-size: 80px;
    font-weight: bold;
    color: #3F3F3F
}

#project-all .content-text {
    font-size: 16px;
    font-weight: lighter;
    color: #686868
}

#project-all .project-all-shadow-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%)
}

#project-all .project-all-shape {
    position: absolute;
    left: -100px;
    top: 200px
}

#project-list .list-item {
    margin-top: 40px
}

#project-list .list-item img {
    width: 100%
}

#project-list .list-item .project-info {
    padding-left: 25px;
    padding-right: 40px;
    position: absolute;
    bottom: 20px
}

#project-list .list-item .project-info h4,
#project-list .list-item .project-info h3 {
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF
}

#project-list .list-item .project-info p {
    max-height: 240px;
    overflow: hidden;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 20px
}

#project-list .list-item .project-info span {
    color: #fff;
    font-size: 16px;
    text-decoration: underline
}

@media screen and (max-width: 1310px) {
    .how-made .made-content .left img {
        max-width: 100%
    }

    .how-made .made-content .right .slider-area {
        padding-left: 0 !important
    }
}

@media screen and (max-width: 1024px) {
    #project-palm .title h4 {
        font-size: 50px
    }

    #project-palm .slide-text {
        padding-top: 0
    }

    #project-palm .project-shadow-text {
        display: none
    }

    .how-made .how-made-shape {
        display: none
    }

    #project-all {
        padding: 50px 0
    }

    #project-all .title {
        font-size: 36px;
        padding-bottom: 20px
    }

    #project-all .shadow-big-title {
        display: none
    }

    #project-all .project-all-shape {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #project-palm {
        padding-top: 100px;
        padding-bottom: 100px
    }

    #project-palm .title h4 {
        font-size: 22px;
        line-height: 30px
    }
    #projects .project-content .project-slider .glide__track .glide__slides .glide__slide .project-info h3 {
    color: #fff;
    font-size: 18px
    }
    .how-made {
        padding-bottom: 0 !important
    }

    .how-made .right .slider-area .tech-video .video-play {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .how-made .right .slider-area .tech-video .video-play img {
        width: 50%
    }
}

#top-news {
    padding-top: 93px
}

#top-news h4,
#top-news h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 68px;
    color: #3F3F3F
}

#top-news .product-title {
    padding-left: 181px
}

#top-news .top-news-slide {
    padding-left: 181px;
    padding-top: 50px
}

#top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide {
    border: 1px solid #D9D9D9;
    padding: 16px 32px 62px 30px
}

#top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide a:hover {
    text-decoration: none
}

#top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-images img {
    max-height: 230px
}

#top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-content {
    padding-top: 18px
}

#top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-content h5 {
    height: 40px;
    overflow: hidden;
    max-width: 228px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #3F3F3F
}

#top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-content p {
    height: 122px;
    overflow: hidden;
    padding-top: 16px
}

#top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-content span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65px;
    height: 55px;
    background-color: #0083C5
}

#top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-content span img {
    width: 23px
}

#top-news .top-news-shape {
    z-index: -9;
    position: absolute;
    left: -100px;
    bottom: -100px
}

#news-list {
    padding: 113px 182px 59px 181px
}
#news-list picture img{width:460px;}
#news-list .news-space {
    padding-top: 57px
}

#news-list .news-space:first-of-type {
    padding-top: 0
}

#news-list .news-space .right {
    padding-left: 27px
}

#news-list .news-space .right h4 {
    font-size: 48px;
    font-weight: bold;
    line-height: 52px;
    color: #3F3F3F
}

#news-list .news-space .right .desc {
    max-width: 588px;
    width: 100%;
    padding-top: 15px
}

#news-list .news-space .right .read-more {
    padding-top: 20px
}

#news-list .news-space .right .read-more a {
    font-size: 17px !important;
    cursor: pointer
}

#news-list .news-space .news-link:hover {
    text-decoration: none
}

#news-list .news-slider-control {
    padding-top: 61px
}

#news-list .news-slider-control button.arrow {
    background-color: transparent;
    border: none
}

#news-list .news-slider-control button.arrow:focus,
#news-list .news-slider-control button.arrow:active {
    outline: none
}

#news-list .news-slider-control button.glide__bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #005CB9;
    border-radius: 50%;
    background-color: transparent
}

#news-list .news-slider-control button.glide__bullet.active {
    background-color: #005CB9
}

#news-list .news-slider-control button.glide__bullet.disabled {
    background-color: gray;
    border-color: gray
}

@media (min-width: 1640px) and (max-width: 2561px) {
    #top-news .top-news-slider .glide .glide__track .glide__slides .glide__slide {
        height: 682px
    }

    #top-news .top-news-slider .glide .glide__track .glide__slides .glide__slide .news-images img {
        width: 100%
    }

    #top-news .top-news-slider .glide .glide__track .glide__slides .glide__slide .news-content h5 {
        max-width: 100%
    }

    #top-news .top-news-slider .glide .glide__track .glide__slides .glide__slide .news-content p {
        max-width: 100%
    }
}

@media screen and (max-width: 1310px) {
    #news-list {
        padding-left: 35px;
        padding-right: 37px
    }

    #news-list .news-space .left img {
        max-width: 100%;
        height: auto
    }

    #news-list .news-space .right {
        padding-top: 38px;
        padding-left: 0
    }

    #news-list .news-space .right .desc {
        margin: auto !important
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-images img {
        min-height: 100%
    }
}

@media screen and (max-width: 1024px) {
    #top-news .product-title {
        padding-left: 38px
    }

    #top-news .product-title h4 {
        font-size: 34px
    }

    #top-news .top-news-slide {
        padding-left: 38px;
        padding-top: 0 !important
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide {
        padding: 16px 0px 32px 0px !important;
        height: auto
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-images {
        padding: 12px 22px
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-content {
        padding: 0 20px 0px 17px;
        max-height: 100px;
        overflow: hidden;
        margin-bottom: 66px
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-content h5 {
        font-size: 16px;
        line-height: 20px
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-content .desc {
        line-height: 21px
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-content span {
        width: 49px;
        height: 41px;
        -ms-flex-align: center;
        align-items: center
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-content span img {
        width: 17px;
        height: 15px
    }

    #top-news .top-news-shape {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide {
        height: auto;
        overflow: hidden
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-images img {
        width: 100%;
        min-height: 100%
    }

    #news-list .news-space .right h4 {
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (max-width: 576px) {
    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide {
        max-height: 420px;
        overflow: hidden
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide .news-images img {
        height: 100%
    }
}

@media screen and (max-width: 426px) {
    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide {
        max-height: 350px
    }
}

@media (min-width: 576px) and (max-width: 1310px) {
    #news-list .news-space .right {
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }

    #news-list .news-space .right h4 {
        max-width: 690px
    }
}

.pb-250 {
    padding-bottom: 250px
}

.overflow-x-hidden {
    overflow-x: hidden
}

#main-head-products {
    background-image: url("../images/gallery-head.jpg")
}

#main-head+.slider-and-collapse {
    margin-top: -69px;
    padding-top: 169px;
    z-index: 1
}

.slider-and-collapse {
    padding-top: 100px;
    overflow-x: hidden
}

.slider-and-collapse p {
    max-width: 510px
}

.products-page-accordion.accordion .header {
    background-color: #e8e8e8;
    padding-left: 2.5rem;
    padding-top: 8px;
    padding-bottom: 8px
}

.products-page-accordion.accordion .header.large-list {
    min-height: 250px
}

.products-page-accordion.accordion .header li {
    list-style: none;
    padding-bottom: .5rem
}

.products-page-accordion.accordion .header a,
.products-page-accordion.accordion .header h3 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #005cb9;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.3s linear;
    margin: 0
}

.products-page-accordion.accordion .header a::before {
    content: "";
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin-right: 0.5rem;
    background-color: #005cb9;
    transition: all 0.3s linear
}

.products-page-accordion.accordion .header a:hover {
    color: #004386
}

.products-page-accordion.accordion .header a:hover::before {
    background-color: #004386
}

.products-page-accordion.accordion .header a:hover[aria-expanded="false"] {
    opacity: 0.9
}

.products-page-accordion.accordion .header a[aria-expanded="false"] {
    opacity: 0.5
}

.products-page-accordion.accordion .header.non-click a,
.products-page-accordion.accordion .header.non-click h3 {
    cursor: default;
    pointer-events: none
}

.products-page-accordion.accordion .header.non-click a:hover,
.products-page-accordion.accordion .header.non-click h3:hover {
    color: #005cb9
}

.products-page-accordion.accordion .boxes .box {
    position: relative;
    width: 100%
}

.products-page-accordion.accordion .boxes .box a {
    position: relative;
    width: 100%;
    text-decoration: none;
    border: 1px solid #005cb9;
    border-radius: 3px;
    background-color: transparent;
    transition: all 0.2s linear
}

.products-page-accordion.accordion .boxes .box a * {
    pointer-events: none
}

.products-page-accordion.accordion .boxes .box a.glide__bullet {
    width: initial;
    height: initial;
    margin: initial
}

.products-page-accordion.accordion .boxes .box a.glide__bullet.active {
    background-color: #005cb9
}

.products-page-accordion.accordion .boxes .box a.glide__bullet.active span {
    color: #fff
}

.products-page-accordion.accordion .boxes .box a.glide__bullet.active span>img:first-child {
    display: none
}

.products-page-accordion.accordion .boxes .box a.glide__bullet.active span>img:nth-child(2) {
    display: -ms-flexbox;
    display: flex
}

.products-page-accordion.accordion .boxes .box a.glide__bullet.active span small {
    color: #fff
}

.products-page-accordion.accordion .boxes .box a.glide__bullet.active::after {
    background-color: #fff;
    background-image: url("../images/products/arrow-ico-blue.svg")
}

.products-page-accordion.accordion .boxes .box a.glide__bullet span>img {
    width: 30px;
    height: auto;
    margin-left: 7px
}

.products-page-accordion.accordion .boxes .box a.glide__bullet span>img:first-child {
    display: -ms-flexbox;
    display: flex
}

.products-page-accordion.accordion .boxes .box a.glide__bullet span>img:nth-child(2) {
    display: none
}

.products-page-accordion.accordion .boxes .box a.glide__bullet span small {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline
}

.products-page-accordion.accordion .boxes .box a::after {
    content: "";
    width: 34px;
    height: 29px;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #005cb9;
    background-image: url("../images/products/arrow-ico-white.svg");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    transition: all 0.2s linear
}

.products-page-accordion.accordion .boxes .box a:hover {
    background-color: #005cb9
}

.products-page-accordion.accordion .boxes .box a:hover span {
    color: #fff
}

.products-page-accordion.accordion .boxes .box a:hover span::after {
    background-image: url("../images/products/m3-ico-white.svg")
}

.products-page-accordion.accordion .boxes .box a:hover span.square-meters::after {
    background-image: url("../images/products/m2-ico-white.svg")
}

.products-page-accordion.accordion .boxes .box a:hover::after {
    background-color: #fff;
    background-image: url("../images/products/arrow-ico-blue.svg")
}

.products-page-accordion.accordion .boxes .box span {
    padding-top: .6rem;
    padding-bottom: .6rem;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0s
}

.products-page-accordion.accordion .boxes.hexa .box {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 0.65rem
}

.products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+4),
.products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+5),
.products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+6) {
    padding: 0.65rem 0.65rem 0
}

.products-page-accordion.accordion .boxes.hexa.half .box a {
    min-height: 150px
}

.products-page-accordion.accordion .boxes.quadro .box {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.65rem 0.65rem 0 0.65rem
}

.products-page-accordion.accordion .boxes.quadro .box:nth-child(1),
.products-page-accordion.accordion .boxes.quadro .box:nth-child(2),
.products-page-accordion.accordion .boxes.quadro .box:nth-child(3),
.products-page-accordion.accordion .boxes.quadro .box:nth-child(4) {
    padding: 0 0.65rem 0 0.65rem
}

.products-page-accordion.accordion .boxes.quadro .box a {
    min-height: 150px
}

.products-page-accordion.accordion .boxes.quadro .box a span::after {
    width: 51px
}

.products-page-accordion.accordion .boxes.octa .box,
.products-page-accordion.accordion .boxes.temp .box {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.65rem 0.65rem 0 0.65rem
}

.products-page-accordion.accordion .boxes.octa .box:nth-child(1),
.products-page-accordion.accordion .boxes.octa .box:nth-child(2),
.products-page-accordion.accordion .boxes.octa .box:nth-child(3),
.products-page-accordion.accordion .boxes.octa .box:nth-child(4),
.products-page-accordion.accordion .boxes.temp .box:nth-child(1),
.products-page-accordion.accordion .boxes.temp .box:nth-child(2),
.products-page-accordion.accordion .boxes.temp .box:nth-child(3),
.products-page-accordion.accordion .boxes.temp .box:nth-child(4) {
    padding-top: 0
}

.products-page-accordion.accordion .boxes.octa .box a,
.products-page-accordion.accordion .boxes.temp .box a {
    min-height: 120px
}

.products-page-accordion.accordion .boxes.octa .box a span::after,
.products-page-accordion.accordion .boxes.temp .box a span::after {
    width: 51px
}

.products-page-accordion.accordion .boxes.quadro .box span,
.products-page-accordion.accordion .boxes.octa .box span,
.products-page-accordion.accordion .boxes.temp .box span {
    font-size: 22px
}

.products-page-accordion.accordion .boxes.quadro .box a.glide__bullet span>img,
.products-page-accordion.accordion .boxes.octa .box a.glide__bullet span>img,
.products-page-accordion.accordion .boxes.temp .box a.glide__bullet span>img {
    width: 34px
}

.products-page-accordion.accordion.product-main .boxes.quadro .box span,
.products-page-accordion.accordion.product-main .boxes.octa .box span,
.products-page-accordion.accordion.product-main .boxes.temp .box span {
    padding: .6rem;
    font-size: 22px;
    text-align: center
}

.products-page-accordion.accordion.product-main .boxes.quadro .box a.glide__bullet span>img,
.products-page-accordion.accordion.product-main .boxes.octa .box a.glide__bullet span>img,
.products-page-accordion.accordion.product-main .boxes.temp .box a.glide__bullet span>img {
    width: 30px
}

.products-page-accordion.accordion.product-main .boxes.hexa a {
    min-height: 110px
}

.products-page-accordion.accordion.non-box .header {
    margin-left: auto;
    margin-right: auto
}

.products-page-accordion.accordion.non-box .collapse-list {
    display: none
}

.products-page-accordion .collapsing {
    transition: none;
    display: none
}

.shape-left-top-md,
.shape-left-bottom-lg,
.shape-right-half-top-md,
.shape-right-top-md {
    position: absolute;
    pointer-events: none;
    z-index: -1
}

.shape-left-top-md {
    top: 0;
    left: -150px
}

.shape-left-bottom-lg {
    bottom: -85px;
    left: -197px
}

.shape-right-top-md {
    top: -50px;
    right: -190px;
    transform: scaleX(-1)
}

.shape-right-half-top-md {
    top: -300px;
    display: none;
    right: -190px;
    transform: scaleX(-1)
}

.products-page-slider {
    padding-top: 50px;
    overflow: hidden;
    margin-bottom: 15px
}

.products-page-slider.collapsing {
    transition: none
}

.products-page-slider.collapsing>div {
    opacity: 0;
    transition: all .2s ease-in-out
}

.products-page-slider>div {
    opacity: 1;
    transition: all .4s ease-in-out
}

.products-page-slider.text-glide .glide__track {
    max-height: -webkit-max-content;
    max-height: max-content
}

.products-page-slider.text-glide .glide__slide .box {
    max-height: -webkit-max-content;
    max-height: max-content;
    text-align: center
}

.products-page-slider.text-glide .glide__slide p,
.products-page-slider.text-glide .glide__slide .btn {
    display: none
}

.products-page-slider.text-glide .glide__slide .btn {
    font-size: 14px;
    color: #005cb9;
    width: -webkit-fit-content;
    width: fit-content;
    border-radius: 3px;
    border: 1px solid #005cb9;
    padding: .75rem 2.5rem;
    margin-top: 2rem;
    transition: all 0.3s ease-in-out
}

.products-page-slider.text-glide .glide__slide .btn:hover {
    background-color: #005cb9;
    color: #fff
}

.products-page-slider.text-glide .glide__slide--active p,
.products-page-slider.text-glide .glide__slide--active .btn {
    display: block
}

.products-page-slider .glide__track {
    overflow: visible;
    max-height: 80vh;
    height: 100%
}

.products-page-slider .glide__slides {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px
}

.products-page-slider .glide__slide .box {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.products-page-slider .glide__slide .box img {
    max-height: 60vh;
    max-width: 50vw;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
    opacity: 0.2;
    transition: opacity .3s ease-out
}

.products-page-slider .glide__slide--active {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.products-page-slider .glide__slide--active .box img {
    margin-right: 0;
    opacity: 1
}

.products-page-slider .glide__slide--active+.glide__slide {
    transform-origin: 0% 82%
}

.products-page-slider:not(.glide--swipeable) li {
    transform: scale(1) !important
}

.products-page-slider:not(.glide--swipeable) li img {
    opacity: 1 !important
}

.products-page-slider:not(.text-glide):not(.glide--swipeable) .glide__slides {
    -ms-flex-pack: center;
    justify-content: center
}

.products-page-slider:not(.text-glide) .glide__slide {
    width: 70vw
}

.products-page-slider:not(.text-glide).unmount .glide__slide {
    max-width: 50%
}

.products-alt-slider {
    padding-top: 100px;
    overflow-x: hidden
}

.products-alt-slider p {
    padding-top: 20px;
    max-width: 510px
}

.products-alt-slider .products-page-accordion.accordion .boxes.quadro a {
    min-height: 120px
}

#how-we-made-it {
    padding-top: 100px
}

#how-we-made-it h1,
#how-we-made-it h2 {
    font-size: 32px;
    font-weight: bold;
}

#how-we-made-it .left img {
    width: 110%;
    height: auto;
    object-fit: contain;
    margin-left: -10%
}

#how-we-made-it .left h2 {
    font-size: 110px;
    font-weight: lighter;
    position: absolute;
    right: 0;
    top: -35px;
    text-align: right;
    opacity: 10%
}

#how-we-made-it .right img {
    z-index: 5;
    margin-bottom: 2rem
}

#how-we-made-it .right p {
    margin-bottom: 1.5rem
}

#how-we-made-it .right a {
    margin-top: -2rem;
    text-align: left;
    width: -webkit-fit-content;
    width: fit-content
}

#how-we-made-it .right a::after {
    width: 55px
}

#how-we-made-it .right a:hover::after {
    background-color: #004386
}

#how-we-made-it .right .video-play {
    z-index: 5;
    position: absolute;
    top: calc(50% - 20.5px);
    right: calc(50% - 20.5px)
}

.products-detail-slider .glide__track {
    max-height: 745px;
    height: 100vh
}

.products-detail-slider .glide__slides {
    height: 100%
}

.products-detail-slider .glide__slides .glide__slide {
    height: 100%
}

.products-detail-slider .glide__slides .glide__slide .box {
    height: 100%
}

.products-detail-slider .glide__slides .glide__slide .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

#products-detail-area {
    padding-top: 100px;
    position: relative;
    z-index: 5
}

#products-detail-area p {
    padding-left: 30%
}

#products-detail-area ul:not(.glide__slides) {
    padding-left: 32%
}

#products-detail-area .product-type-line {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #E7F7FF;
    padding-left: 30%;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

#products-detail-area .product-type-line .area {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

#products-detail-area .product-type-line .area img {
    margin-right: .5rem;
    width: 47px;
    height: 47px;
    cursor: pointer
}

#products-detail-area .product-type-line .area span {
    width: 99px;
    height: 75px;
    background-image: url("../images/products/m3-ico-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left
}

#products-detail-area .product-type-line .area span::after {
    content: '/h';
    color: #000;
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
    position: relative;
    display: block;
    text-align: right
}

#products-detail-area .product-type-line h3 {
    line-height: 1;
    font-size: 40px
}

#products-detail-area .product-type-line h5 {
    font-size: 18px;
    color: #554B86
}

#products-detail-area .product-type-line::before {
    content: '';
    width: 3px;
    height: 100%;
    left: -8px;
    top: 0;
    position: absolute;
    background-color: #0096CA
}

#products-detail-area .slider-area {
    padding-left: 5%
}

#products-detail-area .slider-area .arrows {
    position: relative
}

#products-detail-area .slider-area .arrows a {
    padding-left: 5px
}

#products-detail-area .slider-area .arrows a:first-of-type {
    padding-right: 5px;
    padding-left: 0
}

#products-detail-area .slider-area .arrows a:hover {
    text-decoration: none
}

#products-detail-area .slider-area .arrows .glide__bullets .glide__bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #005CB9;
    border-radius: 50%;
    background-color: transparent
}

#products-detail-area .slider-area .arrows .glide__bullets .glide__bullet.active {
    background-color: #005CB9
}

#features {
    padding-top: 100px
}

#features h2 {
    font-size: 47px;
    color: #005cb9
}

#features .row .box {
    margin-bottom: 3rem
}

#features .row span {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-column-align: center;
    justify-items: center
}

#features .row span p {
    text-align: center;
    color: #4B4279;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: .5rem
}

#features .row span p:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end
}

#features .row span p:first-child {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start
}

#features .row span img {
    box-shadow: 0px 20px 30px rgba(95, 95, 95, 0.16);
    margin-bottom: 2rem;
    width: 25%;
    margin-bottom: 10px
}

.product-related-news {
    padding-top: 0 !important
}

@media (max-width: 1440px) {
    section#products-detail-area .product-type-line h5 {
        font-size: 18px
    }

    section#products-detail-area .product-type-line h3 {
        font-size: 36px
    }

    section#products-detail-area .product-type-line .area span {
        width: 85px;
        height: 60px
    }

    section#products-detail-area .product-type-line .area span::after {
        font-size: 20px
    }

    .products-page-accordion.accordion .boxes {
        padding: 0
    }

    .products-page-accordion.accordion .boxes.quadro .box a span {
        font-size: 22px
    }

    .products-page-accordion.accordion .boxes.quadro .box a span::after {
        margin-left: 0.1rem
    }

    .products-page-accordion.accordion.product-main .boxes.quadro .box a {
        min-height: 140px
    }

    .products-page-accordion.accordion.product-main .boxes.quadro .box span,
    .products-page-accordion.accordion.product-main .boxes.octa .box span,
    .products-page-accordion.accordion.product-main .boxes.temp .box span {
        font-size: 22px
    }

    .products-page-accordion.accordion.product-main .boxes.quadro .box a.glide__bullet span>img,
    .products-page-accordion.accordion.product-main .boxes.octa .box a.glide__bullet span>img,
    .products-page-accordion.accordion.product-main .boxes.temp .box a.glide__bullet span>img {
        width: 26px
    }

    .products-page-accordion.accordion.product-main .boxes.hexa .box span {
        font-size: 22px
    }

    .products-page-accordion.accordion.product-main .boxes.hexa .box a.glide__bullet span>img {
        width: 32px
    }
}

@media (max-width: 1200px) {

    #how-we-made-it .row h1,
    #how-we-made-it .row h2 {
        font-size: 150px
    }

    .pb-250 {
        padding-bottom: 125px
    }

    section#products-detail-area .product-type-line h3 {
        font-size: 18px
    }

    .products-page-accordion.accordion.product-main .boxes.quadro .box span,
    .products-page-accordion.accordion.product-main .boxes.octa .box span,
    .products-page-accordion.accordion.product-main .boxes.temp .box span {
        font-size: 18px
    }

    .products-page-accordion.accordion.product-main .boxes.quadro .box a.glide__bullet span>img,
    .products-page-accordion.accordion.product-main .boxes.octa .box a.glide__bullet span>img,
    .products-page-accordion.accordion.product-main .boxes.temp .box a.glide__bullet span>img {
        width: 20px
    }

    .products-page-accordion.accordion.product-main .boxes.hexa .box span {
        font-size: 18px
    }

    .products-page-accordion.accordion.product-main .boxes.hexa .box a {
        min-height: 100px
    }

    .products-page-accordion.accordion.product-main .boxes.hexa .box a.glide__bullet span>img {
        width: 28px
    }

    .products-page-accordion.accordion .boxes .box a.glide__bullet span {
        font-size: 18px
    }
}

@media (min-width: 1024px) and (max-width: 1236px) {

    .products-page-accordion.accordion .header a,
    .products-page-accordion.accordion .header h3 {
        font-size: 1.2rem
    }

    .products-page-accordion.accordion .header a::before,
    .products-page-accordion.accordion .header h3::before {
        width: 12px;
        height: 12px
    }

    section#products-detail-area .product-type-line h5 {
        font-size: 15px
    }

    section#products-detail-area .product-type-line h3 {
        font-size: 18px
    }

    section#products-detail-area .product-type-line .area span {
        width: 65px;
        height: 45px
    }

    section#products-detail-area .product-type-line .area span::after {
        font-size: 18px
    }
}

@media (max-width: 1024px) {

    .shape-left-top-md,
    .shape-left-bottom-lg,
    .shape-right-top-md,
    .shape-right-half-top-md {
        display: none
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.quadro .box span {
        font-size: 26px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.quadro .box a.glide__bullet span>img {
        width: 28px
    }

    .products-page-accordion.accordion .header {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .products-page-accordion.accordion .header a,
    .products-page-accordion.accordion .header h3 {
        font-size: 22px
    }

    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+1) {
        padding-left: 0 !important;
        padding-right: 0.875rem
    }

    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+3) {
        padding-right: 0 !important;
        padding-left: 0.875rem
    }

    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+4),
    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+5),
    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+6) {
        padding: 1rem 0.875rem 0
    }

    .products-page-accordion.accordion .boxes.quadro .box:nth-child(4n+1) {
        padding-left: 0 !important;
        padding-right: 0.875rem
    }

    .products-page-accordion.accordion .boxes.quadro .box:nth-child(4n+4) {
        padding-right: 0 !important;
        padding-left: 0.875rem
    }

    .products-page-accordion.accordion .boxes.octa .box:nth-child(1),
    .products-page-accordion.accordion .boxes.octa .box:nth-child(2),
    .products-page-accordion.accordion .boxes.octa .box:nth-child(3),
    .products-page-accordion.accordion .boxes.octa .box:nth-child(4),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(1),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(2),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(3),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(4) {
        padding-top: 0.625rem
    }

    .products-page-accordion.accordion .boxes.octa .box:nth-child(4n+1),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(4n+1) {
        padding-left: 0
    }

    .products-page-accordion.accordion .boxes.octa .box:nth-child(4n+4),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(4n+4) {
        padding-right: 0
    }

    .products-page-accordion.accordion .boxes .box a {
        min-height: 110px
    }

    .products-page-accordion.accordion .boxes .box a span {
        font-size: 36px
    }

    .products-page-accordion.accordion.product-main .boxes.quadro .box a {
        min-height: 100px
    }

    .products-page-accordion.accordion.product-main .boxes.quadro .box span,
    .products-page-accordion.accordion.product-main .boxes.octa .box span,
    .products-page-accordion.accordion.product-main .boxes.temp .box span {
        font-size: 14px
    }

    .products-page-accordion.accordion.product-main .boxes.quadro .box a.glide__bullet span>img,
    .products-page-accordion.accordion.product-main .boxes.octa .box a.glide__bullet span>img,
    .products-page-accordion.accordion.product-main .boxes.temp .box a.glide__bullet span>img {
        width: 26px
    }

    .products-page-accordion.accordion .boxes .box a.glide__bullet span {
        font-size: 14px
    }

    #products-detail-area {
        padding-top: 0px
    }

    #products-detail-area p {
        padding: 0 5%
    }

    #products-detail-area .product-type-line {
        padding-left: 5%;
        width: 95%
    }

    #products-detail-area ul:not(.glide__slides) {
        padding-left: 7%
    }
}

@media (max-width: 768px) {
    .pb-250 {
        padding-bottom: 75px
    }

    .title-large.mobil {
        font-size: 35px
    }

    #features h2 {
        font-size: 36px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.quadro .box a {
        min-height: 150px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.quadro .box span {
        font-size: 32px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.quadro .box a.glide__bullet span>img {
        width: 34px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.hexa .box a {
        min-height: 100px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.hexa .box a.glide__bullet span>img {
        width: 30px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.hexa .box span {
        font-size: 14px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.hexa.half .box a {
        min-height: 100px
    }

    .products-page-accordion.accordion .header a,
    .products-page-accordion.accordion .header h3 {
        font-size: 14px
    }

    .products-page-accordion.accordion .header a::before,
    .products-page-accordion.accordion .header h3::before {
        width: 10px;
        height: 10px;
        margin-right: 0.3rem
    }

    .products-page-accordion.accordion .boxes.hexa .box {
        padding: 0 0.275rem
    }

    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+1) {
        padding-right: 0.275rem
    }

    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+3) {
        padding-left: 0.275rem
    }

    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+4),
    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+5),
    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+6) {
        padding: 0.275rem 0.275rem 0
    }

    .products-page-accordion.accordion .boxes.hexa .box a {
        min-height: auto
    }

    .products-page-accordion.accordion .boxes.hexa.half .box a {
        min-height: 100px
    }

    .products-page-accordion.accordion .boxes.quadro .box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .products-page-accordion.accordion .boxes.quadro .box:nth-child(odd) {
        padding: 0.5rem;
        padding-left: 0rem
    }

    .products-page-accordion.accordion .boxes.quadro .box:nth-child(even) {
        padding: 0.5rem;
        padding-right: 0rem
    }

    .products-page-accordion.accordion .boxes.quadro .box a {
        min-height: 75px
    }

    .products-page-accordion.accordion .boxes.quadro .box a span small {
        font-size: 12px
    }

    .products-page-accordion.accordion .boxes.octa .box,
    .products-page-accordion.accordion .boxes.temp .box {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding: 0.275rem 0.275rem 0
    }

    .products-page-accordion.accordion .boxes.octa .box:nth-child(1),
    .products-page-accordion.accordion .boxes.octa .box:nth-child(2),
    .products-page-accordion.accordion .boxes.octa .box:nth-child(3),
    .products-page-accordion.accordion .boxes.octa .box:nth-child(4),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(1),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(2),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(3),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(4) {
        padding-top: 0.275rem
    }

    .products-page-accordion.accordion .boxes.octa .box:nth-child(4n+1),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(4n+1) {
        padding-left: 0.275rem
    }

    .products-page-accordion.accordion .boxes.octa .box:nth-child(4n+4),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(4n+4) {
        padding-right: 0.275rem
    }

    .products-page-accordion.accordion .boxes.octa .box:nth-child(3n+1),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(3n+1) {
        padding-left: 0rem
    }

    .products-page-accordion.accordion .boxes.octa .box:nth-child(3n+3),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(3n+3) {
        padding-right: 0rem
    }

    .products-page-accordion.accordion .boxes.octa .box a,
    .products-page-accordion.accordion .boxes.temp .box a {
        min-height: 95px
    }

    .products-page-accordion.accordion .boxes.octa .box a span small,
    .products-page-accordion.accordion .boxes.temp .box a span small {
        font-size: 12px
    }

    #how-we-made-it {
        padding-top: 40px
    }

    #how-we-made-it .right p {
        max-height: 124px;
        overflow: hidden
    }

    .products-detail-slider .glide__track {
        height: auto
    }
}

@media (max-width: 425px) {
    #features .row span img {
        width: 45% !important
    }
}

@media (max-width: 576px) {
    .pb-250 {
        padding-bottom: 50px
    }

    .slider-and-collapse {
        padding-top: 50px
    }

    .title-large.mobil {
        font-size: 27px
    }

    .products-page-accordion.accordion .header {
        padding-left: 1.5rem
    }

    .products-page-accordion.accordion .header.large-list {
        min-height: auto
    }

    .products-page-accordion.accordion .boxes .box a span {
        font-size: 29px
    }

    .products-page-accordion.accordion .boxes .box a span small {
        font-size: 10px
    }

    .products-page-accordion.accordion .boxes.hexa .box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0.275rem 0.275rem
    }

    .products-page-accordion.accordion .boxes.hexa .box:nth-child(1),
    .products-page-accordion.accordion .boxes.hexa .box:nth-child(2) {
        padding: 0 0.275rem 0.275rem 0.275rem
    }

    .products-page-accordion.accordion .boxes.hexa .box:nth-child(2n+1) {
        padding-right: 0.275rem !important;
        padding-left: 0 !important
    }

    .products-page-accordion.accordion .boxes.hexa .box:nth-child(2n+2) {
        padding-left: 0.275rem !important;
        padding-right: 0 !important
    }

    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+1) {
        padding-right: inherit
    }

    .products-page-accordion.accordion .boxes.hexa .box:nth-child(3n+3) {
        padding-left: inherit
    }

    .products-page-accordion.accordion .boxes.octa .box,
    .products-page-accordion.accordion .boxes.temp .box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0.275rem 0.275rem !important
    }

    .products-page-accordion.accordion .boxes.octa .box:nth-child(2n+1),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(2n+1) {
        padding-left: 0px !important
    }

    .products-page-accordion.accordion .boxes.octa .box:nth-child(2n+2),
    .products-page-accordion.accordion .boxes.temp .box:nth-child(2n+2) {
        padding-right: 0px !important
    }

    .products-page-accordion.accordion .boxes.octa .box a,
    .products-page-accordion.accordion .boxes.temp .box a {
        min-height: 75px
    }

    .products-page-accordion.accordion.product-main .boxes.hexa .box span>img {
        width: 26px
    }

    .products-page-accordion.accordion.product-main .boxes.hexa .box a {
        min-height: 80px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.quadro .box span {
        font-size: 14px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.quadro .box a .glide__bullet span>img {
        width: 28px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.hexa .box span {
        font-size: 14px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.hexa .box a {
        min-height: 80px
    }

    .products-alt-slider .products-page-accordion.accordion .boxes.hexa .box a .glide__bullet span>img {
        width: 28px
    }

    section#products-detail-area .product-type-line {
        padding-left: 5%;
        width: 95%
    }

    section#products-detail-area .product-type-line .area h3 {
        font-size: 22px
    }

    section#products-detail-area .product-type-line .area h5 {
        font-size: 13px
    }

    section#products-detail-area .product-type-line .area img {
        width: 29px;
        height: 29px
    }

    section#products-detail-area .product-type-line .area span {
        width: 55px;
        height: 40px
    }

    section#products-detail-area .product-type-line .area span::after {
        font-size: 13px
    }

    #features {
        padding-top: 100px
    }

    #features .row span p {
        font-size: 13px
    }

    #features .row span p:last-child {
        font-size: 18px
    }

    #features .row span img {
        width: 30%
    }

    .products-page-slider .glide__slide {
        padding: 0 20px
    }

    .products-page-slider .glide__slide .box {
        display: block;
        max-width: inherit;
        margin: 0;
        padding: 0px 4px
    }

    .products-page-slider .glide__slide .box img {
        width: 100%;
        max-width: 100%;
        display: block
    }

    .products-page-slider:not(.text-glide).unmount .glide__slide {
        max-width: 70%
    }

    .products-page-slider:not(.text-glide).unmount .glide__slide .box {
        width: 100%;
        max-width: 100%
    }

    .products-page-accordion.accordion .boxes .box a:after {
        width: 23px;
        height: 20px;
        background-size: 40%
    }

    .products-page-accordion.accordion .boxes .box a::after {
        content: "";
        width: 22px !important;
        height: 20px;
        position: absolute;
        background-color: #005cb9;
        background-image: url(../images/products/arrow-ico-white.svg);
        background-repeat: no-repeat;
        background-size: 40%;
        background-position: center;
        transition: all 0.2s linear
    }
}

@media (max-width: 362px) {

    .products-page-accordion.accordion .boxes.quadro .box a.glide__bullet span>img,
    .products-page-accordion.accordion .boxes.hexa .box a.glide__bullet span>img,
    .products-page-accordion.accordion .boxes.octa .box a.glide__bullet span>img {
        width: 22px !important
    }
}

@media (min-width: 1600px) {
    #how-we-made-it .row .left img {
        width: 100%;
        margin-left: 0
    }
}

#main-head-news-detail {
    background-image: url("../../../../dist/dev/img/gallery/gallery-head.jpg")
}

#news-detail {
    padding-top: 90px;
    padding-bottom: 101px;
    background-color: #F7F7F7
}

#news-detail .title h4 {
    font-size: 48px;
    font-weight: bold;
    line-height: 68px;
    color: #3F3F3F
}

#news-detail .news-detail-content {
    max-width: 893px;
    margin: auto
}

#news-detail .news-detail-content .right {
    padding-left: 26.5px
}

#news-detail .news-detail-content .right p {
    line-height: 21px
}

#news-detail .news-detail-content .first-paragh {
    padding-top: 34px
}

#news-detail .news-detail-content p {
    line-height: 21px;
    font-weight: lighter;
    color: #686868;
    line-height: 21px
}

#news-detail .news-detail-content h1,
#news-detail .news-detail-content h2,
#news-detail .news-detail-content h3,
#news-detail .news-detail-content h4,
#news-detail .news-detail-content h5,
#news-detail .news-detail-content h6 {
    color: #3F3F3F;
    font-weight: bold
}

#news-detail .news-detail-content h2 {
    font-size: 60px
}

#news-detail .news-detail-content h3 {
    font-size: 54px
}

#news-detail .news-detail-content h4 {
    font-size: 48px
}

#news-detail .news-detail-content h5 {
    font-size: 38px
}

#news-detail .news-detail-content h6 {
    font-size: 28px
}

#news-detail .news-detail-content .news-video .modal-image {
    width: 100%
}

#news-detail .news-detail-content .news-video .modal-images {
    width: 100%
}

#news-detail .news-detail-content .news-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#news-detail .news-detail-content .tags {
    max-width: 616px;
    padding-top: 15px
}

#news-detail .news-detail-content .tags h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #3F3F3F;
    padding-right: 5px
}

#news-detail .news-detail-content .tags a {
    font-size: 24px;
    font-weight: lighter;
    line-height: 30px;
    color: #0099FF
}

#news-detail .news-detail-shape {
    position: absolute;
    top: 0;
    left: -150px
}

.other-news {
    z-index: 9;
    background-color: #F7F7F7;
    padding-bottom: 115px
}

.other-news .title {
    padding-left: 181px
}

.other-news .other-news-shape {
    z-index: -1;
    position: absolute;
    top: -300px;
    left: -100px
}

.news-gallery {
    z-index: 9;
    padding: 33px 0 !important
}

#news-detail-swiper {
    position: relative
}

#news-detail-swiper .news-video a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#news-detail-swiper .glide__slide img {
    width: 100%;
    max-width: 893px
}

#news-detail-swiper .glide__arrows .glide__arrow {
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#news-detail-swiper .glide__arrows .glide__arrow.glide__arrow--right {
    left: auto;
    right: 0
}

#news-detail-swiper .glide__arrows .glide__arrow img {
    pointer-events: none
}

@media screen and (max-width: 1310px) {
    #news-detail-swiper .glide__slide img {
        max-width: calc(100% - 120px)
    }
}

@media screen and (max-width: 1024px) {
    .news-detail-contact-form {
        padding-top: 0 !important
    }

    #news-detail {
        padding-left: 21px;
        padding-right: 21px
    }

    #news-detail .news-detail-shape {
        display: none
    }

    #news-detail .news-detail-content .left {
        width: 100% !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10px
    }

    #news-detail .news-detail-content .left img {
        width: 100%
    }

    #news-detail .news-detail-content .right {
        display: none
    }

    #news-detail .news-detail-content .tags {
        padding-left: 21px;
        padding-right: 21px
    }

    .other-news .title {
        padding-left: 38px
    }

    .other-news .title h4 {
        font-size: 34px !important
    }

    .other-news .top-news-slide {
        padding-top: 0px !important
    }

    .other-news .other-news-shape {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #top-news h3 {
        font-size: 30px !important
    }

    #news-detail .title h4 {
        font-size: 22px;
        line-height: 30px
    }

    #news-detail .title .date-text {
        font-size: 18px
    }

    #news-detail-swiper .glide__slide img {
        max-width: 100%
    }
}

#detail-palm {
    padding-top: 109px
}

#detail-palm .right {
    padding-left: 50px
}

#detail-palm .right .title {
    max-width: 510px
}

#detail-palm .right .title h4 {
    font-size: 50px;
    font-weight: bold;
    line-height: 58px;
    color: #3F3F3F
}

#detail-palm .right .content .content-detail {
    padding-top: 30px
}

#detail-palm .right .content .content-detail h4 {
    font-size: 120px;
    font-weight: bold;
    line-height: 70px;
    color: #E1E1E1
}

#detail-palm .right .content .content-detail h5 {
    font-size: 69px;
    font-weight: bold;
    line-height: 70px;
    color: #E1E1E1
}

#detail-palm .detail-palm-shape {
    z-index: -9;
    position: absolute;
    left: -300px;
    bottom: 0
}

#detail-palm .project-boxed-slider .glide__track .glide__slides {
    height: 629px !important
}

#detail-palm .project-boxed-slider .glide__track .glide__slides .glide__slide img {
    width: 100%;
    height: 100%
}

#detail-palm .slide-content-area {
    padding-top: 85px
}

#mix-master {
    padding-left: 118px;
    padding-top: 270px
}

#mix-master .left {
    width: 45%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#mix-master .left h4 {
    max-width: 560px;
    font-size: 207px;
    font-weight: bold;
    line-height: 232px;
    color: #000;
    margin: 0;
    text-align: right
}

#mix-master .left h5 {
    font-size: 78px;
    font-weight: bold;
    line-height: 65px;
    color: #3F3F3F
}

#mix-master .left p {
    max-width: 580px;
    margin-top: 20px;
    padding-left: 70px;
    font-size: 16px;
    font-weight: lighter;
    color: #686868;
    line-height: 21px
}

#mix-master .right {
    width: 55%;
    position: relative;
    top: auto
}

#mix-master .right p {
    max-width: 510px;
    font-size: 16px;
    font-weight: lighter;
    color: #686868;
    line-height: 21px
}

#mix-master .shadow-gray-text {
    z-index: -9;
    position: absolute;
    top: 30px;
    left: 251px
}

#mix-master .shadow-gray-text h4 {
    font-size: 208px;
    font-weight: normal;
    line-height: 324px;
    color: #000;
    opacity: 10%
}

#mix-master .project-shadow-border-text {
    z-index: -9;
    position: absolute;
    top: 200px;
    right: 35%
}

#project-modal {
    padding-top: 135px
}

#project-modal .title .top-paragh {
    max-width: 1051px
}

#project-modal .title h3 {
    font-size: 61px;
    font-weight: bold;
    line-height: 60px;
    color: #3F3F3F;
    margin: 0;
    margin-bottom: 1.5rem
}

#project-modal .title h3+h4 {
    margin-top: -1.5rem
}

#project-modal .title h4 {
    font-size: 89px;
    font-weight: bold;
    line-height: 85px;
    color: #3F3F3F
}

#project-modal .title .tech-video {
    padding-top: 73px
}

#project-modal .title .tech-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#project-modal .title .modal-bottom-desc {
    padding-top: 62px
}

#project-modal .title .modal-bottom-desc .left {
    max-width: 510px
}

#project-modal .title .modal-bottom-desc .right {
    max-width: 510px
}

#project-modal .project-shape {
    z-index: -9;
    position: absolute;
    left: -200px;
    top: 200px
}

#project-slider-area .project-boxed-slider .glide__track .glide__slides .glide__slide img {
    width: 100%
}

#other-project {
    padding: 170px 0 100px 0
}

#other-project .title h4 {
    font-size: 80px;
    color: #3F3F3F;
    font-weight: bold
}

#other-project .title .project-other-shadow-text {
    position: absolute;
    top: 25%;
    left: 0;
    transform: translate(0%, -50%)
}

#other-project .other-project-items {
    margin-top: 60px
}

#other-project .other-project-items .other-project-item {
    padding: 0 20px
}

#other-project .other-project-items .other-project-item p {
    font-size: 28px;
    font-weight: bold;
    color: #3F3F3F;
    line-height: 42px;
    padding-top: 36px
}

#other-project .other-project-items .glide__arrows {
    position: absolute;
    width: calc(100% + 60px);
    height: 0px;
    left: -30px;
    top: 50%
}

@media only screen and (max-width: 1400px) {
    #mix-master {
        padding-left: 118px;
        padding-top: 430px
    }
}

@media screen and (max-width: 1310px) {
    #detail-palm .right .content .content-detail h4 {
        font-size: 80px !important
    }

    #detail-palm .right .content .content-detail h5 {
        font-size: 60px !important
    }

    #mix-master {
        padding-left: 0
    }

    #mix-master .left {
        width: 100%;
        padding: 0 50px;
        text-align: center
    }

    #mix-master .left h4 {
        max-width: 100%;
        text-align: center
    }

    #mix-master .left p {
        padding-left: 0;
        margin: 20px auto
    }

    #mix-master .right {
        width: 100%;
        padding: 0 50px;
        position: relative;
        margin-top: 180px
    }

    #mix-master .right .mix-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #mix-master .right p {
        margin: 15px auto
    }

    #project-modal .title h3 {
        font-size: 44px;
        line-height: 40px
    }

    #project-modal .title h4 {
        font-size: 70px;
        line-height: 60px
    }

    #project-modal .title .tech-video {
        padding-top: 0px
    }
}

@media screen and (max-width: 1024px) {
    #detail-palm {
        padding-top: 50px
    }

    #detail-palm .slide-area {
        margin: auto
    }

    #detail-palm .right {
        padding-left: 0
    }

    #detail-palm .right .title {
        max-width: 100%
    }

    #detail-palm .right .title h4 {
        font-size: 50px
    }

    #detail-palm .right .title p {
        padding-top: 10px
    }

    #detail-palm .right .content .content-image {
        padding-top: 20px
    }

    #detail-palm .right .content .content-detail {
        text-align: center
    }

    #detail-palm .right .content .content-detail h4 {
        font-size: 60px !important;
        line-height: 40px !important;
        margin: 0
    }

    #detail-palm .right .content .content-detail h5 {
        font-size: 40px !important
    }

    #detail-palm .detail-palm-shape {
        display: none
    }

    #mix-master {
        padding-top: 100px
    }

    #mix-master .mix-master-content .left {
        padding: 0
    }

    #mix-master .mix-master-content .left h2 {
        font-size: 80px !important;
        line-height: 76px !important
    }

    #mix-master .mix-master-content .left h3 {
        font-size: 50px !important
    }

    #mix-master .mix-master-content .left p {
        max-width: 100%
    }

    #mix-master .mix-master-content .right {
        padding: 0 15px
    }

    #mix-master .mix-master-content .right .mix-image img {
        max-width: 100%
    }

    #mix-master .shadow-gray-text {
        display: none
    }

    #mix-master .project-shadow-border-text {
        display: none
    }

    #project-modal {
        padding-top: 100px
    }

    #project-modal .title h5 {
        font-size: 50px;
        line-height: 36px
    }

    #project-modal .title h4 {
        font-size: 60px
    }

    #project-modal .title .modal-bottom-desc .left {
        max-width: 100%
    }

    #project-modal .title .modal-bottom-desc .right {
        max-width: 100%
    }

    #project-modal .project-shape {
        display: none
    }

    #other-project {
        padding: 170px 0 0px 0
    }

    #other-project .title .project-other-shadow-text h1 {
        font-size: 200px
    }

    #other-project .other-project-items .other-project-item {
        margin-bottom: 40px
    }

    #other-project .other-project-items .other-project-item p {
        font-size: 24px
    }
}

@media screen and (max-width: 768px) {
    #mix-master {
        padding-top: 60px
    }

    #mix-master .mix-master-content {
        margin-bottom: 0
    }

    #mix-master .mix-master-content .left h2 {
        font-size: 50px !important;
        line-height: 40px !important
    }

    #mix-master .mix-master-content .left h3 {
        font-size: 36px !important
    }

    #mix-master .mix-master-content .right {
        top: 0;
        margin-top: 0
    }

    #mix-master .mix-master-content .right .mix-image img {
        height: 100% !important;
        width: 100% !important
    }

    #project-modal .title h5 {
        font-size: 40px;
        line-height: 48px
    }

    #project-modal .title h4 {
        font-size: 48px;
        line-height: 48px
    }

    #project-modal .title .tech-video {
        padding-top: 20px
    }

    #project-modal .title .tech-video .video-play {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #project-modal .title .tech-video .video-play img {
        width: 50%
    }

    #project-modal .title .modal-bottom-desc {
        padding-top: 20px
    }

    #project-modal .project-shape {
        display: none
    }

    #other-project {
        padding: 170px 0 0px 0
    }

    #other-project .title h4 {
        font-size: 64px;
        color: #3F3F3F;
        font-weight: bold
    }

    #other-project .title .project-other-shadow-text {
        position: absolute;
        top: 35%;
        left: 0;
        transform: translate(0%, -50%)
    }

    #other-project .title .project-other-shadow-text h1 {
        font-size: 140px
    }

    #other-project .other-project-items {
        margin-top: 60px
    }

    #other-project .other-project-items .other-project-item {
        margin-bottom: 40px;
        padding: 0 20px
    }

    #other-project .other-project-items .other-project-item p {
        font-size: 24px;
        font-weight: bold;
        color: #3F3F3F;
        line-height: 30px;
        padding-top: 36px
    }

    #detail-palm .right .title h4 {
        font-size: 22px;
        line-height: 30px
    }

    #mix-master .mix-master-content .left h4 {
        font-size: 60px !important;
        line-height: 80px !important
    }

    #mix-master .mix-master-content .left h5 {
        font-size: 30px !important;
        line-height: 36px !important
    }

    #mix-master .mix-master-content .left p {
        padding: 0 16px !important;
        text-align: left !important
    }
}

@media screen and (max-width: 576px) {
    #mix-master {
        padding-top: 40px
    }

    #other-project {
        padding: 100px 0 0px 0
    }

    #other-project .title h4 {
        font-size: 48px;
        color: #3F3F3F;
        font-weight: bold
    }

    #other-project .title .project-other-shadow-text {
        position: absolute;
        top: 40%;
        left: 0;
        transform: translate(0%, -50%)
    }

    #other-project .title .project-other-shadow-text h1 {
        font-size: 100px
    }

    #other-project .other-project-items {
        margin-top: 20px
    }

    #other-project .other-project-items .other-project-item {
        margin-bottom: 40px;
        padding: 0 20px
    }

    #other-project .other-project-items .other-project-item p {
        font-size: 20px;
        font-weight: bold;
        color: #3F3F3F;
        line-height: 30px;
        padding-top: 20px
    }

    #project-modal {
        padding-top: 40px
    }

    #contact-form {
        padding-top: 50px
    }

    #detail-palm .slide-content-area {
        padding-top: 20px
    }
}

#contact-detail {
    padding-bottom: 100px;
    transition: height .3s linear, padding .3s linear, opacity .2s linear
}

#contact-detail .container {
    max-width: 80%
}

#contact-detail iframe {
    min-height: 60vh
}

#contact-detail:not(.is-active) {
    height: 0px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transition: padding .3s linear
}

#contact-detail:not(.is-active) * {
    height: 0;
    padding-top: 0;
    padding-bottom: 0
}

#contact-detail:not(.is-active) #googleMap {
    height: 0px !important;
    min-height: 0
}

#contact-detail:not(.is-active) .shape-left-bottom-lg {
    transform: translateX(-100%)
}

#contact-detail #googleMap {
    min-height: 45vh;
    transition: all .3s linear
}

#contact-detail .shape-left-bottom-lg {
    transform: translateX(0);
    transition: transform .3s linear
}

.locations-holder {
    margin-top: 6vh
}

.contact-location {
    margin-bottom: 2.5rem
}

.contact-location h5 {
    font-size: 24px;
    font-weight: bold
}

.contact-location p {
    font-size: 12px;
    margin-bottom: 0
}

#map-custom {
    position: relative
}

#map-custom #world-map {
    width: 100%
}

#map-custom #world-map::after {
    content: "";
    width: 100%;
    height: 21px;
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    pointer-events: none
}

#map-custom #world-sharp {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1
}

#map-custom #world-sharp svg {
    z-index: 0;
    width: auto;
    position: absolute;
    pointer-events: none
}

#map-custom #mouse-area {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute
}

#map-custom .ampopup-header {
    background-color: none
}

#map-custom .ampopup-header {
    display: block
}

#map-custom .ampopup-content {
    width: 30% !important
}

.map-marker-text {
    font-size: 12px;
    font-weight: bold;
    fill: #0073B2
}

#countries-select+button {
    height: 50px;
    width: 364px;
    padding: 12px;
    background-color: #fff;
    border: 0.5px rgba(65, 68, 75, 0.5) solid;
    border-width: 0.5px !important
}

#countries-select+button[aria-expanded="true"] {
    border-color: transparent
}

#countries-select+button:focus {
    outline: 0 !important;
    box-shadow: none
}

#countries-select+button::after {
    width: 20px;
    height: 30px;
    background: url("../../dev/img/search-alt.svg") no-repeat center center/16px 22px;
    border: none;
    z-index: 1001
}

#countries-select+button .filter-option-inner-inner {
    color: #41444B
}

#countries-select+button+.dropdown-menu {
    width: 364px;
    margin-top: -50px;
    padding-top: 0px;
    border: 0.5px rgba(65, 68, 75, 0.5) solid
}

#countries-select+button+.dropdown-menu .bs-searchbox,
#countries-select+button+.dropdown-menu .bs-actionsbox,
#countries-select+button+.dropdown-menu .bs-donebutton {
    padding: 5px 8px;
    border-bottom: 0.5px rgba(65, 68, 75, 0.5) solid
}

#countries-select+button+.dropdown-menu .bs-searchbox .form-control,
#countries-select+button+.dropdown-menu .bs-actionsbox .form-control,
#countries-select+button+.dropdown-menu .bs-donebutton .form-control {
    border: none;
    padding-right: 24px
}

#countries-select+button+.dropdown-menu .bs-searchbox .form-control:focus,
#countries-select+button+.dropdown-menu .bs-actionsbox .form-control:focus,
#countries-select+button+.dropdown-menu .bs-donebutton .form-control:focus {
    box-shadow: none
}

#countries-select+button+.dropdown-menu div[role="listbox"]::-webkit-scrollbar {
    width: 8px
}

#countries-select+button+.dropdown-menu div[role="listbox"]::-webkit-scrollbar-track {
    background: transparent
}

#countries-select+button+.dropdown-menu div[role="listbox"]::-webkit-scrollbar-thumb {
    background: #41444A
}

#countries-select+button+.dropdown-menu .no-results {
    background-color: #fff
}

.dealer-network.container {
    max-width: 80%
}

.dealer-network .title {
    font-size: 28px;
    font-weight: bold;
    color: #14458A
}

@media (max-width: 1024px) {
    #map-custom #world-sharp #world-sharp-svg {
        display: none
    }

    #contact-detail {
        padding-bottom: 50px
    }

    #contact-detail .container {
        max-width: 100%;
        width: 100%
    }

    #contact-detail iframe {
        min-height: calc(80vh - 81px)
    }

    #countries-select+button {
        height: 40px;
        width: 300px;
        max-width: calc(100vw - 30px);
        padding: 7px 8px
    }

    #countries-select+button::after {
        width: 16px;
        height: 24px
    }

    #countries-select+button+.dropdown-menu {
        width: 300px;
        max-width: calc(100vw - 30px);
        margin-top: -40px
    }

    #countries-select+button+.dropdown-menu .bs-searchbox,
    #countries-select+button+.dropdown-menu .bs-actionsbox,
    #countries-select+button+.dropdown-menu .bs-donebutton {
        padding: 0px 4px
    }

    #countries-select+button+.dropdown-menu .dropdown-item {
        padding: 0.15rem 16px
    }

    .dealer-network.container {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 768px) {
    #contact-detail {
        padding-bottom: 0
    }

    #contact-detail iframe {
        min-height: calc(100vh - 81px)
    }

    #contact-detail.is-active #googleMap {
        min-height: 35vh
    }

    .ampopup-content {
        width: auto !important
    }
}

@media screen and (max-width: 576px) {
    .contact-location {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media screen and (max-width: 1023px) and (min-width: 576px) {
    .contact-location:nth-child(2n+1) {
        padding-left: 0px
    }

    .contact-location:nth-child(2n+2) {
        padding-right: 0px
    }
}

@media screen and (min-width: 1024px) {
    .contact-location:nth-child(3n+1) {
        padding-left: 0px
    }

    .contact-location:nth-child(3n+3) {
        padding-right: 0px
    }
}

#search-result {
    padding: 130px 0 60px 0
}

#search-result .title h4,
#search-result .title h2 {
    font-size: 48px;
    color: #394761;
    font-weight: bold
}

#search-result .search-form {
    padding-top: 17.2px
}

#search-result .search-form form .row .col-8 .search-letter {
    height: 56px;
    padding: 5px;
    position: relative;
    border: 1px solid #176ABF;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px
}

#search-result .search-form form .row .col-4 .choose-project .filter-ico {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(0, -50%);
    z-index: 9
}

#search-result .search-form form .row .col-4 .choose-project .arrow-ico {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
    z-index: 9
}

#search-result .search-form form .row .col-4 .choose-project .arrow-ico img {
    transform: rotate(270deg)
}

#search-result .search-form form .row .col-4 .choose-project select {
    min-width: 249px;
    width: 100%;
    max-width: 100%;
    height: 56px;
    padding: 5px;
    position: relative;
    border: 1px solid #176ABF;
    border-radius: 50px;
    -webkit-appearance: none;
    appearance: none;
    padding: 17px 18px 15px 47px;
    color: #AEAEAE;
    font-size: 15px;
    opacity: 80%;
    font-weight: 600;
    background: #fff
}

#search-result .search-form form .row .col-4 .choose-project select option {
    color: #41444b;
    font-size: 15px;
    font-weight: 500
}

#search-result .search-form form .row .col-4 .choose-project select .first-ch {
    color: #AEAEAE;
    font-size: 15px;
    opacity: 76%;
    font-weight: 500
}

#search-result .search-form form .row .col-4 .choose-project select:focus {
    box-shadow: none;
    outline: none
}

#search-result .search-shape {
    position: absolute;
    top: -25px;
    left: -50px;
    pointer-events: none;
    z-index: -1
}

#search-result .search-shape img {
    width: 120%
}

#search-result-list {
    padding-bottom: 152.6px
}

#search-result-list .news-space {
    padding-top: 57px
}

#search-result-list .news-space:first-of-type {
    padding-top: 0
}

#search-result-list .news-space a:hover {
    text-decoration: none
}

#search-result-list .news-space .right {
    padding-left: 27px
}

#search-result-list .news-space .right h4,
#search-result-list .news-space .right h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #000;
    max-height: 73px;
    overflow: hidden
}

#search-result-list .news-space .right .category-text {
    font-size: 18px;
    color: #000
}

#search-result-list .news-space .right .dates-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #8b8b8b;
    padding-left: 20px;
    opacity: 0.64;
    padding-top: 3px
}

#search-result-list .news-space .right .user-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #8b8b8b;
    padding-left: 20px;
    opacity: 0.64;
    padding-top: 3px
}

#search-result-list .news-space .right .desc {
    max-width: 100%;
    width: 100%;
    color: #707070;
    font-size: 16px;
    font-weight: normal;
    opacity: .9;
    padding-top: 12px;
    max-height: 117px;
    overflow: hidden
}

#search-result-list .news-space .right .read-more {
    padding-top: 20px
}

#search-result-list .news-space .right .read-more a {
    font-size: 17px !important
}

#search-result-list .news-space .left img {
    max-width: 20vw
}

#search-result-list .news-slider-control {
    padding-top: 61px
}

#search-result-list .news-slider-control button.arrow {
    background-color: transparent;
    border: none
}

#search-result-list .news-slider-control button.arrow:focus,
#search-result-list .news-slider-control button.arrow:active {
    outline: none
}

#search-result-list .news-slider-control button.glide__bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #005CB9;
    border-radius: 50%;
    background-color: transparent
}

#search-result-list .news-slider-control button.glide__bullet.active {
    background-color: #005CB9
}

#search-result-list .news-slider-control button.glide__bullet.disabled {
    background-color: gray;
    border-color: gray
}

@media screen and (max-width: 1024px) {
    #search-result .search-shape {
        display: none
    }

    #search-result-list {
        padding-left: 35px;
        padding-right: 37px
    }

    #search-result-list .news-space .left img {
        max-width: 100%;
        height: auto
    }

    #search-result-list .news-space .right {
        padding-top: 38px;
        padding-left: 0
    }

    #search-result-list .news-space .right .category-date {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        padding-top: 10px
    }

    #search-result-list .news-space .right .category-date .dates-text {
        padding-left: 0
    }

    #search-result-list .news-space .right .category-date .category-text {
        padding-top: 15px
    }

    .search-form form .row .col-8 {
        max-width: 100%
    }

    .search-form form .row .col-4 {
        max-width: 100%;
        margin-top: 10px
    }
}

@media only screen and (max-width: 1023px) {
    #search-result-list .news-space .right {
        padding-left: 0px !important
    }
}

@media screen and (max-width: 768px) {
    #search-result-list .results a .right .desc {
        max-height: 600px
    }
}

@media screen and (max-width: 576px) {

    #search-result .title h4,
    #search-result .title h2 {
        text-align: center
    }

    #search-result .search-form form .row .col-8 .search-letter {
        height: 44px
    }

    #search-result .search-form form .row .col-4 .choose-project select {
        height: 44px;
        padding: 7px 18px 7px 47px
    }

    .search-form form .row .col-8 {
        max-width: 85%;
        margin: auto
    }

    .search-form form .row .col-4 {
        max-width: 85%;
        margin: 10px auto 0 auto
    }
}

@media screen and (max-width: 767px) {
    #search-result-list .left {
        width: 100%
    }

    #search-result-list .left img {
        width: 100%
    }
}

@media screen and (max-width: 425px) {

    #search-result .title h4,
    #search-result .title h2 {
        font-size: 38px
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    #search-result-list .news-space .right {
        max-width: 67%;
        padding-left: 20px
    }

    #search-result-list .news-space .right h4,
    #search-result-list .news-space .right h3 {
        max-width: 690px
    }
}

#wrong-page {
    padding-top: 200px;
    padding-bottom: 200px
}

#wrong-page .title p {
    padding-top: 20px;
    color: #686868;
    font-weight: lighter;
    font-size: 30px;
    opacity: .8
}

#wrong-page .title .site-links {
    padding-top: 50px
}

#wrong-page .title .site-links ul {
    padding: 0
}

#wrong-page .title .site-links ul li {
    list-style: none;
    padding-left: 45px
}

#wrong-page .title .site-links ul li:first-of-type {
    padding-left: 0
}

#wrong-page .title .site-links ul li a {
    font-weight: 600;
    color: #928d8d;
    font-size: 16px;
    opacity: .9
}

#wrong-page .awards-shape {
    z-index: -9;
    position: absolute;
    left: -100px;
    top: -50px
}

#wrong-page .awards-shadow-text {
    z-index: -9;
    position: absolute;
    top: 0px;
    left: 63%
}

@media screen and (max-width: 1024px) {
    #wrong-page {
        padding: 100px 0
    }

    #wrong-page h2 {
        font-size: 28px !important
    }

    #wrong-page p {
        font-size: 18px !important
    }

    #wrong-page .site-links {
        width: 100%;
        padding-top: 0px !important
    }

    #wrong-page .site-links ul {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #wrong-page .site-links ul li {
        padding-left: 0 !important;
        padding-top: 30px;
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    #wrong-page .site-links ul li a {
        font-size: 14px !important
    }

    #wrong-page .awards-shadow-text {
        display: none !important
    }

    #wrong-page .awards-shape {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    #wrong-page {
        padding: 50px 0
    }
}

#navigation {
    background: -o-linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%)
}

#navigation.scrolled-nav {
    background: transparent;
    background-color: #22262A
}

#navigation .custom-navbar .navbar-collapse ul li {
    padding-left: 17px
}

#navigation .custom-navbar .navbar-collapse ul li a {
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    text-decoration: none
}

#navigation .custom-navbar .navbar-collapse ul li a+a[data-toggle="dropdown"] {
    padding: 0 0 0 14px;
    -webkit-appearance: none
}

#navigation .custom-navbar .navbar-collapse ul li a:hover {
    color: #c0b9b9
}

#navigation .custom-navbar .navbar-collapse ul li .nav-link .dropdown-toggle,
#navigation .custom-navbar .navbar-collapse ul li .nav-link-lang {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none
}

#navigation .custom-navbar .navbar-collapse ul li .nav-link .dropdown-toggle:after,
#navigation .custom-navbar .navbar-collapse ul li .nav-link-lang:after {
    position: relative;
    top: 2px
}

#navigation .custom-navbar .navbar-collapse ul li .nav-link .dropdown-toggle+.dropdown-menu,
#navigation .custom-navbar .navbar-collapse ul li .nav-link-lang+.dropdown-menu {
    min-width: 0
}

#navigation .custom-navbar .navbar-collapse ul li .nav-link .dropdown-toggle+.dropdown-menu a,
#navigation .custom-navbar .navbar-collapse ul li .nav-link-lang+.dropdown-menu a {
    color: #005cb9;
    font-size: 14px;
    opacity: .65
}

#navigation .custom-navbar .navbar-collapse ul li .nav-link .dropdown-toggle+.dropdown-menu a:hover,
#navigation .custom-navbar .navbar-collapse ul li .nav-link-lang+.dropdown-menu a:hover {
    opacity: 1
}

#navigation .custom-navbar .navbar-collapse ul li .nav-link .dropdown-toggle+.dropdown-menu a:active,
#navigation .custom-navbar .navbar-collapse ul li .nav-link-lang+.dropdown-menu a:active {
    color: #fff
}

#navigation .custom-navbar .navbar-collapse ul li .nav-link-lang::after {
    margin-left: 14px
}

#navigation .custom-navbar .navbar-collapse ul li span {
    width: 1px;
    height: 20px;
    background-color: #d8d8d8
}

#navigation .custom-navbar .navbar-toggler {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    border: none !important
}

#navigation .custom-navbar .navbar-toggler:focus {
    box-shadow: none !important;
    border: none !important
}

#navigation .custom-navbar .navbar-toggler span {
    width: 20px;
    height: 2px;
    background: #fff;
    margin-top: 5px
}

#navigation .custom-navbar .navbar-toggler span:first-of-type {
    margin-top: 2px !important
}

#navigation .mobile-lang-search .lang-search a {
    color: #fff
}

#navigation .mobile-lang-search .lang-search span {
    width: 1px;
    height: 20px;
    background-color: #d8d8d8
}

#navigation .mobile-lang-search .dropdown-menu {
    min-width: 0
}

#navigation .mobile-lang-search .dropdown-menu a {
    color: #005cb9;
    font-size: 14px;
    opacity: .65
}

#navigation .mobile-lang-search .dropdown-menu a:hover {
    opacity: 1
}

#navigation .mobile-lang-search .navbar-toggler {
    margin-left: 15px
}

#navigation .dropdown .overflow-hidden {
    position: fixed;
    pointer-events: none;
    top: 128px;
    left: 0;
    width: calc(100% + 1px)
}

#navigation .dropdown .mega-menu {
    position: relative;
    opacity: 0;
    transform: translateY(-220px);
    transition: all 0.5s linear;
    display: block;
    z-index: -2;
    border: none;
    -webkit-clip-path: ellipse(88% 100% at 50% 0%);
    clip-path: ellipse(88% 100% at 50% 0%)
}

#navigation .dropdown .mega-menu.show {
    transform: translateY(0px);
    opacity: 1 !important;
    z-index: 1000
}

#navigation .dropdown .mega-menu .row {
    max-width: 80%
}

#navigation .dropdown .mega-menu .mega-menu-item {
    padding-top: 50px;
    padding-bottom: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

#navigation .dropdown .mega-menu .mega-menu-item h5,
#navigation .dropdown .mega-menu .mega-menu-item h3 {
    font-size: 18px;
    font-weight: bold;
    min-height: 42px;
    cursor: default
}

#navigation .dropdown .mega-menu .mega-menu-item h5 a,
#navigation .dropdown .mega-menu .mega-menu-item h3 a {
    color: inherit;
    font-size: 18px;
    font-weight: bold
}

#navigation .dropdown .mega-menu .mega-menu-item h5 a:hover,
#navigation .dropdown .mega-menu .mega-menu-item h3 a:hover {
    color: #1d1f22
}

#navigation .dropdown .mega-menu .mega-menu-item li {
    list-style: none
}

#navigation .dropdown .mega-menu .mega-menu-item li a {
    display: -ms-flexbox;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #005cb9;
    opacity: 0.65;
    transition: all 0.3s linear
}

#navigation .dropdown .mega-menu .mega-menu-item li a:hover {
    text-decoration: none;
    opacity: 1;
    color: #005cb9
}

#navigation .dropdown .mega-menu .mega-menu-item li a::before {
    content: "";
    display: -ms-flexbox;
    display: flex;
    width: 9px;
    min-width: 9px;
    height: 8px;
    border-radius: 3px;
    margin-right: 0.2rem;
    background-color: #005cb9;
    transition: all 0.3s linear
}

#navigation .dropdown .mega-menu-toggle[aria-expanded="true"]::after {
    border-top: 0;
    border-bottom: 0.3em solid
}

#navigation .dropdown .ellipse-bottom {
    content: "";
    height: 150px;
    width: 100%;
    position: relative;
    -webkit-clip-path: ellipse(55% 50% at 50% 0%);
    clip-path: ellipse(62% 75% at 50% 0%);
    background-color: #fff
}

#navigation .dropdown.show .overflow-hidden {
    pointer-events: initial !important
}

#navigation .navbar-brand {
    padding-top: 25px
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #22262af7;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 60px 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidenav .sideNavItems {
    margin: auto
}

.sidenav a {
    padding: 20px;
    text-decoration: none;
    font-size: 25px;
    color: #cecbcb;
    display: block;
    transition: all 0.3s linear
}

.sidenav a+a[data-toggle="collapse"] {
    padding: 20px 0;
    width: 40px
}

.sidenav a+a[data-toggle="collapse"]:after {
    margin: 0 !important
}

.sidenav a:hover {
    color: #f1f1f1
}

.sidenav a[data-toggle="collapse"]::after {
    content: "";
    display: inline-block;
    margin-left: 0.3em;
    margin-right: calc(-0.3rem + -0.8em);
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    vertical-align: middle;
    transition: all 0.2s linear
}

.sidenav a[aria-expanded="true"] {
    padding-bottom: 0
}

.sidenav a[aria-expanded="true"]::after {
    border-top: 0;
    border-bottom: 0.3em solid
}

.sidenav .mobile-menu-list {
    padding-left: 0.4rem;
    margin: 0.5rem auto;
    margin-top: 0;
    width: -webkit-fit-content;
    width: fit-content
}

.sidenav .mobile-menu-list .mobile-menu-item {
    list-style: none;
    text-align: center
}

.sidenav .mobile-menu-list a[data-toggle="collapse"],
.sidenav .mobile-menu-list .anchor-link {
    font-size: 20px;
    text-align: center
}

.sidenav .mobile-menu-list * {
    font-size: 13px
}

.sidenav ul {
    padding-left: 0.4rem;
    margin: 0.5rem auto;
    margin-top: 0;
    width: -webkit-fit-content;
    width: fit-content
}

.sidenav ul li {
    list-style: none;
    text-align: center
}

.sidenav ul a[data-toggle="collapse"] {
    font-size: 20px;
    text-align: center
}

.sidenav ul * {
    font-size: 13px
}

.sidenav .collapse .collapse a {
    font-size: 13px
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

.sidenav::-webkit-scrollbar {
    width: 5px
}

.sidenav::-webkit-scrollbar-track {
    background: transparent
}

.sidenav::-webkit-scrollbar-thumb {
    background: #888
}

.sidenav::-webkit-scrollbar-thumb:hover {
    background: #555
}

#footer {
    background-color: #22262A;
    padding: 45px 66px 59px 110px;
    color: #7C7D7F
}

#footer .footer-sct {
    border-right: 1px solid #707070
}

#footer .footer-sct .footer-logo {
    padding-top: 50px
}

#footer .footer-sct .copyright {
    padding-top: 15px
}

#footer .footer-sct .copyright p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600
}

#footer .footer-sct .copyright p a {
    font-family: 'Poppins', sans-serif;
    color: #7C7D7F;
    text-decoration: underline
}

#footer .footer-sct .footer-menu {
    padding-left: 40px
}

#footer .footer-sct .footer-menu:first-of-type {
    padding-left: 30px
}

#footer .footer-sct .footer-menu ul {
    padding: 0
}

#footer .footer-sct .footer-menu ul li {
    list-style: none;
    padding-bottom: 8px
}

#footer .footer-sct .footer-menu ul li:first-of-type {
    color: #838586;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px
}

#footer .footer-sct .footer-menu ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: lighter;
    color: #838586
}

#footer .footer-right {
    padding-left: 35px
}

#footer .footer-right .title p {
    font-family: 'Poppins', sans-serif;
    color: #787B7C;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px
}

#footer .footer-right .content span {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #7C7D7F
}

#footer .footer-right .content .address p {
    font-family: 'Poppins', sans-serif;
    color: #787B7C;
    font-size: 15px;
    font-weight: 400
}

#footer .footer-right .content .address a {
    font-family: 'Poppins', sans-serif;
    color: #787B7C;
    font-size: 16px;
    font-weight: 400
}

#footer .footer-right .content .social {
    padding-top: 35px
}

#footer .footer-right .content .social ul li {
    list-style: none;
    padding-right: 15px
}

#footer .footer-right .content .find-office a {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #A6A6A6;
    text-decoration: underline;
    font-weight: lighter
}

#side-widget {
    z-index: 100;
    display: none;
    opacity: 0;
    top: 30%;
    right: -1116px;
    transition: all 0.3s linear
}

#side-widget.active {
    opacity: 1;
    right: calc(-1116px + 52px)
}

#side-widget.contact-active {
    right: calc(-1116px / 100 * 70 + 51px)
}

#side-widget.map-active {
    right: 0
}

#side-widget .widget {
    display: contents;
    background-color: #003770;
    width: 1116px
}

#side-widget .widget .widget-menu {
    background-color: #00448a;
    display: -ms-grid;
    display: grid
}

#side-widget .widget .widget-item {
    border-bottom: 1px solid #003770;
    font-size: 12px;
    transition: all 0.3s linear;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

#side-widget .widget .widget-item img {
    pointer-events: none;
    padding: 1rem
}

#side-widget .widget .widget-item.button {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.39);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: scale(-1) scaleX(0.88);
    margin: 0 -4px;
    white-space: nowrap
}

#side-widget .widget .widget-item:last-child {
    padding: .5rem 0;
    border: none
}

#side-widget .widget .widget-item:hover {
    background-color: #0050a3
}

#side-widget .widget .widget-item#widget-map-btn img {
    position: relative;
    right: -3px
}

#side-widget .widget .widget-contact-us {
    padding: 1rem;
    color: #fff;
    background-color: #003770;
    height: 100%;
    width: 30%
}

#side-widget .widget .widget-contact-us p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px
}

#side-widget .widget .widget-contact-us a {
    color: #fff
}

#side-widget .widget .widget-contact-us a:hover {
    color: #e6e6e6
}

#side-widget .widget .widget-contact-us .social ul li {
    list-style: none;
    padding-right: 18px
}

#side-widget .widget .widget-map {
    height: 100%;
    width: calc(70% - 52px)
}

#side-widget .widget .widget-map .ellipse-clip {
    content: '';
    width: 5%;
    position: absolute;
    -webkit-clip-path: ellipse(100% 70% at 0% 50%);
    clip-path: ellipse(100% 70% at 0% 50%);
    background-color: #003770
}

#side-widget .widget .widget-map iframe {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 767px) {
    #side-widget {
        right: -160vw
    }

    #side-widget.active {
        opacity: 1;
        right: calc(-160vw + 52px)
    }

    #side-widget.contact-active {
        right: calc(-160vw + 60vw)
    }

    #side-widget.map-active {
        right: 0
    }

    #side-widget .widget {
        width: 160vw
    }

    #side-widget .widget .widget-contact-us {
        width: calc(60vw - 52px)
    }

    #side-widget .widget .widget-map {
        width: 100vw
    }

    #side-widget .widget .widget-map .ellipse-clip {
        display: none
    }
}

.glide__boxed {
    height: 464px;
    margin: 80px 0;
    pointer-events: none;
    opacity: 0
}

.glide__boxed.ready {
    opacity: 1
}

.glide__boxed .glide__track {
    overflow: visible
}

.glide__boxed .glide__track .glide__slides {
    width: 100% !important;
    transform: none !important;
    overflow: visible
}

.glide__boxed .glide__track .glide__slides li {
    width: 20% !important;
    height: auto;
    padding: 10px;
    position: absolute;
    top: 90%;
    left: -10%;
    z-index: 2;
    background: #fff;
    transition: all .3s ease-in-out
}

.glide__boxed .glide__track .glide__slides li img {
    max-width: 100%
}

.glide__boxed .glide__track .glide__slides li.glide__slide--active {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.glide__boxed .glide__track .glide__slides li.glide__slide--active~.glide__slide {
    top: -10%;
    left: 90%;
    z-index: -1
}

.glide__boxed .glide__track .glide__slides li.second-slide {
    z-index: 1 !important
}

.glide__boxed .glide__arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translate(-50%, -50%);
    pointer-events: auto
}

.glide__boxed .glide__arrow.glide__arrow--right {
    left: auto;
    right: -40px;
    transform: translate(50%, -50%)
}

.unmount .glide__boxed,
.unmount .glide__boxed-reverse {
    margin: 40px 0;
    opacity: 1
}

.unmount .glide__boxed .glide__track .glide__slides li,
.unmount .glide__boxed-reverse .glide__track .glide__slides li {
    width: 100% !important;
    position: relative;
    left: 0;
    top: 0
}

.unmount .glide__boxed .glide__arrows,
.unmount .glide__boxed-reverse .glide__arrows {
    display: none
}

.unmount+.slider-shadow-logo {
    display: none
}

.glide__boxed-reverse {
    margin: 80px 0;
    pointer-events: none;
    opacity: 0
}

.glide__boxed-reverse.ready {
    opacity: 1
}

.glide__boxed-reverse .glide__track {
    overflow: visible
}

.glide__boxed-reverse .glide__track .glide__slides {
    width: 100% !important;
    transform: none !important;
    overflow: visible
}

.glide__boxed-reverse .glide__track .glide__slides li {
    width: 20% !important;
    height: auto;
    padding: 10px;
    position: absolute;
    top: 90%;
    right: -10%;
    z-index: 2;
    background: #fff;
    transition: all .3s ease-in-out
}

.glide__boxed-reverse .glide__track .glide__slides li img {
    max-width: 100%
}

.glide__boxed-reverse .glide__track .glide__slides li.glide__slide--active {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.glide__boxed-reverse .glide__track .glide__slides li.glide__slide--active~.glide__slide {
    top: -10%;
    right: 90%;
    z-index: -1
}

.glide__boxed-reverse .glide__track .glide__slides li.second-slide {
    z-index: 0 !important
}

.glide__boxed-reverse .glide__arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translate(-50%, -50%);
    pointer-events: auto
}

.glide__boxed-reverse .glide__arrow.glide__arrow--right {
    left: auto;
    right: -40px;
    transform: translate(50%, -50%)
}

.glide__boxed-tech {
    pointer-events: auto !important
}

@media screen and (max-width: 1024px) {

    .unmount .glide__boxed,
    .unmount .glide__boxed-reverse {
        margin: 20px 0
    }
}

@media screen and (max-width: 576px) {

    .unmount .glide__boxed,
    .unmount .glide__boxed-reverse {
        margin: 10px 0
    }

    .unmount .glide__boxed .glide__track .glide__slides li,
    .unmount .glide__boxed-reverse .glide__track .glide__slides li {
        width: 100% !important;
        position: relative;
        left: 0;
        top: 0;
        padding: 0 !important
    }
}

.custom-gallery {
    width: 100%;
    padding-bottom: 65px;
    overflow: hidden
}

.custom-gallery+.custom-gallery {
    margin-top: 15vh
}

.custom-gallery .gallery-filter h4,
.custom-gallery .gallery-filter h3 {
    font-size: 48px
}

.custom-gallery .gallery-filter .toggle {
    height: 56px;
    padding: 5px;
    position: relative;
    border: 1px solid #176ABF;
    border-radius: 50px
}

.custom-gallery .gallery-filter .toggle label {
    height: 44px;
    line-height: 44px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #176ABF;
    position: relative;
    cursor: pointer
}

.custom-gallery .gallery-filter .toggle label span {
    width: 112px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-gallery .gallery-filter .toggle label:before {
    width: 112px;
    height: 44px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #B1D7FF;
    border-radius: 50px;
    transition: all .3s ease-in-out
}

.custom-gallery .gallery-filter .toggle input {
    display: none
}

.custom-gallery .gallery-filter .toggle input:checked+label:before {
    left: 112px
}

.custom-gallery .gallery-filter .toggle:hover {
    text-decoration: none
}

.custom-gallery .gallery-filter .choose-project {
    margin-left: 27px
}

.custom-gallery .gallery-filter .choose-project .filter-ico {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(0, -50%);
    z-index: 9;
    pointer-events: none
}

.custom-gallery .gallery-filter .choose-project .arrow-ico {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
    z-index: 9;
    pointer-events: none
}

.custom-gallery .gallery-filter .choose-project a {
    min-width: 249px;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    height: 56px;
    padding: 5px;
    position: relative;
    border: 1px solid #176ABF;
    border-radius: 50px;
    -webkit-appearance: none;
    appearance: none;
    padding: 17px 18px 15px 47px;
    color: #AEAEAE;
    font-size: 15px;
    opacity: 76%;
    font-weight: 500;
    text-decoration: none
}

.custom-gallery .gallery-filter .choose-project a .first-ch {
    color: #AEAEAE;
    font-size: 15px;
    opacity: 76%;
    font-weight: 500
}

.custom-gallery .gallery-filter .choose-project a:focus {
    box-shadow: none;
    outline: none
}

.custom-gallery .gallery-slider .glide__slide .video-modal-link:nth-child(2),
.custom-gallery .gallery-slider .glide__slide .img-modal-link:nth-child(2) {
    margin-top: 30px
}

.custom-gallery .gallery-slider .img-modal-link {
    max-height: 35vh;
    position: relative;
    display: block !important
}

.custom-gallery .gallery-slider .img-modal-link>* {
    pointer-events: none
}

.custom-gallery .gallery-slider .img-modal-link::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    position: absolute;
    background-color: black;
    opacity: 0;
    transition: all 0.3s linear;
    pointer-events: none
}

.custom-gallery .gallery-slider .img-modal-link::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url("../images/gallery-hover.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.3s linear;
    pointer-events: none
}

.custom-gallery .gallery-slider .img-modal-link:hover::after {
    opacity: 1
}

.custom-gallery .gallery-slider .img-modal-link:hover::before {
    opacity: 0.72
}

.custom-gallery .gallery-slider .img-modal-link img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.custom-gallery .gallery-slider .video-modal-link {
    position: relative;
    max-height: 35vh;
    padding: 0 !important;
    display: block !important
}

.custom-gallery .gallery-slider .video-modal-link>* {
    pointer-events: none
}

.custom-gallery .gallery-slider .video-modal-link::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    position: absolute;
    background-color: black;
    opacity: 0;
    transition: all 0.3s linear;
    pointer-events: none
}

.custom-gallery .gallery-slider .video-modal-link::after {
    content: '';
    top: calc(50% - 43px);
    left: calc(50% - 43px);
    width: 86px;
    height: 86px;
    border-radius: 43px;
    display: block;
    position: absolute;
    background: #fff url("../images/icon-play.png") no-repeat center center/18px;
    opacity: 0;
    transition: all 0.3s linear;
    pointer-events: none
}

.custom-gallery .gallery-slider .video-modal-link:hover::after {
    opacity: 1
}

.custom-gallery .gallery-slider .video-modal-link:hover::before {
    opacity: 0.72
}

.custom-gallery .gallery-slider .video-modal-link>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.custom-gallery .gallery-slider .video-modal-link>span {
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 5;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-shadow: 0px 0px 5.5px rgba(0, 0, 0, 0.9)
}

.custom-gallery .gallery-slider .video-modal-link>span::before {
    content: '';
    width: 100%;
    height: calc(100% + 16px);
    left: 0px;
    bottom: -16px;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5)
}

.custom-gallery .gallery-slider .cursor {
    pointer-events: none;
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.1)
}

.custom-gallery .gallery-slider .glide__arrows {
    position: absolute;
    width: 100%;
    height: 0px;
    top: calc(50% - 7.5px)
}

.custom-gallery .gallery-slider .glide__arrows .glide__arrow {
    position: relative;
    top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #fff
}

.custom-gallery .gallery-slider .glide__arrows .glide__arrow img {
    width: 15px
}

#gallery-modal .modal-dialog {
    margin-top: 15%
}

#gallery-modal .modal-content {
    border: none;
    background: none;
    max-width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto
}

#gallery-modal .modal-content a.close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -60px;
    right: -60px
}

#gallery-modal .modal-content a.close span {
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    top: 20px;
    left: 4px;
    background: #fff;
    transition: all .3s linear;
    transform: rotateZ(45deg)
}

#gallery-modal .modal-content a.close span:last-child {
    transform: rotateZ(-45deg)
}

#gallery-modal .modal-content a.modal-arrow {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translate(0, -50%)
}

#gallery-modal .modal-content a.modal-arrow.next {
    left: auto;
    right: -60px
}

#gallery-modal .modal-content a.modal-arrow * {
    pointer-events: none
}

#gallery-modal .modal-content .modal-body {
    min-height: 60vh;
    padding: 0
}

#gallery-modal .modal-content .modal-body img {
    max-width: 100%;
    max-height: 60vh
}

#gallery-filter-modal .modal-dialog {
    margin-top: 50vh;
    transform: translateY(-50%)
}

#gallery-filter-modal .modal-dialog a.close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -60px;
    right: -60px
}

#gallery-filter-modal .modal-dialog a.close span {
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    top: 20px;
    left: 4px;
    background: #fff;
    transition: all .3s linear;
    transform: rotateZ(45deg)
}

#gallery-filter-modal .modal-dialog a.close span:last-child {
    transform: rotateZ(-45deg)
}

#gallery-filter-modal .modal-dialog .modal-body {
    padding: 0;
    overflow: hidden
}

#gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

#gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12:first-child {
    padding-right: 0
}

#gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 a {
    width: 100%;
    line-height: 24px;
    display: inline-block;
    font-size: 12px;
    color: #000;
    text-decoration: none
}

#gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 a.active {
    color: #005cb9;
    font-weight: 600;
    text-decoration: underline
}

#gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 .accordion {
    min-height: 100%;
    max-height: 100%;
    padding-right: 15px;
    border-right: 1px solid #ccc
}

#gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 .accordion .category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

#gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 .accordion .category a[aria-expanded="true"] {
    font-weight: 600
}

#gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 img {
    max-width: 100%;
    position: relative;
    top: -40px;
    right: -15%
}

#gallery-filter-modal .modal-dialog .modal-body #filter-on-modal {
    display: inline-block;
    height: 56px;
    position: relative;
    border: 1px solid #176ABF;
    border-radius: 50px;
    -webkit-appearance: none;
    appearance: none;
    padding: 17px 18px 15px 18px;
    color: #AEAEAE;
    font-size: 15px;
    opacity: 76%;
    font-weight: 500;
    text-decoration: none
}

#loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 20;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    font-weight: bold
}

@media screen and (max-width: 1024px) {
    #gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .custom-gallery .gallery-slider .glide__arrows .glide__arrow {
        position: relative;
        top: -25px;
        width: 50px;
        height: 50px;
        border-radius: 25px
    }

    .custom-gallery .gallery-slider .glide__arrows .glide__arrow img {
        width: 12px
    }

    .custom-gallery .gallery-slider .glide__arrows .glide__arrow--left {
        left: 1rem
    }

    .custom-gallery .gallery-slider .glide__arrows .glide__arrow--right {
        right: 1rem
    }
}

@media screen and (max-width: 768px) {
    #gallery-modal .modal-content {
        margin-top: 35%
    }

    #gallery-modal .modal-content a.close {
        right: 0
    }

    #gallery-filter-modal .modal-dialog a.close {
        right: 0
    }

    #gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width: 576px) {
    .custom-gallery .gallery-slider .glide__arrows .glide__arrow {
        position: relative;
        top: -20px;
        width: 40px;
        height: 40px;
        border-radius: 20px
    }

    .custom-gallery .gallery-slider .glide__arrows .glide__arrow img {
        width: 10px
    }

    .custom-gallery .gallery-slider .glide__arrows .glide__arrow--left {
        left: .5rem
    }

    .custom-gallery .gallery-slider .glide__arrows .glide__arrow--right {
        right: .5rem
    }
}

@media screen and (min-width: 1024px) {
    #gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 .accordion {
        position: relative
    }

    #gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 .accordion .category-products {
        padding-top: 5%;
        width: 105% !important;
        height: 110% !important;
        display: none;
        position: absolute;
        z-index: 2;
        top: -10%;
        left: calc(100% + 1px);
        background: #fff
    }

    #gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 .accordion .category-products.show,
    #gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 .accordion .category-products.collapsing {
        display: block
    }

    #gallery-filter-modal .modal-dialog .modal-body>.d-flex .col-12 .accordion .category-products>div {
        min-height: 100%
    }
}

@media screen and (min-width: 1024px) {

    .modal-lg,
    .modal-xl {
        max-width: 1000px
    }
}

@media screen and (max-width: 1610px) {
    #elkon-news .news-slider .glide__slide a .news-content {
        height: 232px
    }
}

@media screen and (max-width: 1440px) {
    .products-page-accordion.accordion .boxes .box span {
        font-size: 22px
    }

    #founder-message .message {
        padding: 100px 64.8px 60px 64.8px
    }

    #founder-message .message .quotes {
        background: transparent;
        transform: translate(50%, -60%)
    }

    #founder-message .message .quotes img {
        width: 70%
    }

    #founder-message .message .quotes-bottom {
        background: transparent;
        transform: translate(-30%, 50%)
    }

    #founder-message .message .quotes-bottom img {
        width: 70%
    }

    #elkon-ico .icon-box {
        width: 80px;
        height: 60px
    }

    #elkon-ico .icon-box img {
        width: 60%
    }

    #how-we-made-it .col-lg-6 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #how-we-made-it .col-lg-6 img {
        width: 70%
    }

    #products-detail-area .slider-area #productDetailGlide .glide__track {
        height: 75vh
    }

    #service-network .service-content .service-slide #boxed-slider {
        margin: 40px 0
    }

    .quality-content .right #boxed-slider {
        margin: 50px 0
    }

    .quality-content .right #boxed-slider .glide__track .glide__slides {
        height: 525px !important
    }

    .quality-content .right #boxed-slider .glide__track .glide__slides .glide__slide--active img {
        height: 100%;
        width: 100%
    }

    #advanced .left h3 {
        font-size: 48px;
        line-height: 44px
    }

    #advanced .left p {
        line-height: 16px
    }

    #advanced .right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    #advanced .right img {
        height: 80vh
    }

    #industry .titles h2 {
        font-size: 80px;
        line-height: 80px
    }

    #industry .titles a {
        padding-top: 0
    }

    #industry .industry-content {
        padding-top: 25px
    }

    #contact-us-form h1,
    #contact-us-form h2 {
        padding: 10px 0;
        margin-bottom: 0;
        font-size: 48px
    }

    #contact-us-form .form-group .form-control {
        padding: 1.5rem 1.5rem
    }

    #contact-us-form .form-group .form-control.bootstrap-select .btn {
        padding: 0.75rem 1.5rem
    }

    .products-section .products-slider {
        margin-top: 20px
    }

    #projects .project-content .project-slider .glide__track .glide__slides .glide__slide {
        height: 575px
    }

    #projects .project-content .content-left .arrows {
        padding-left: 10px;
        padding-right: 10px
    }

    #innovation .innovation-heading {
        padding-bottom: 20px !important
    }

    #innovation .innovation-heading span {
        font-size: 64px;
        line-height: 48px
    }

    #innovation .innovation-slider .glide__slides .glide__slide {
        height: 300px
    }

    #innovation .innovation-slider .glide__slides .glide__slide .slide-bottom p {
        font-size: 20px;
        line-height: 24px
    }

    #elkon-news .title {
        padding-bottom: 20px
    }

    #elkon-news .title h1,
    #elkon-news .title h2 {
        font-size: 50px
    }

    #elkon-news .news-slider .glide__slide {
        padding: 21px 15px 45px 15px
    }

    #elkon-news .news-slider .glide__slide a .news-content {
        height: 205px;
        margin-bottom: 6px
    }

    #elkon-ico .ico-area {
        padding-top: 48px
    }

    #map .map-content .map-data .data h4,
    #map .map-content .map-data .data span {
        font-size: 90px
    }

    #map .map-content .map-data .data p {
        font-size: 40px
    }

    #technology .tech-head {
        font-size: 64px;
        line-height: 64px
    }

    #elkon-family .family-header span {
        font-size: 100px
    }

    #elkon-family #boxed-slider-two {
        margin: 50px 0
    }

    #elkon-awards .awards-slider .glide .glide__track .glide__slides .glide__slide {
        padding: 0 15px 30px 15px
    }

    #inside-factories .title h4,
    #inside-factories .title h2 {
        font-size: 72px;
        line-height: 64px
    }

    #inside-factories #boxed-slider-third {
        margin: 50px 0
    }

    #top-news .top-news-slide {
        padding-top: 30px
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide {
        padding: 16px 32px 32px 30px
    }

    #top-news .top-news-slide .glide .glide__track .glide__slides .glide__slide a .news-content {
        margin-bottom: 15px;
        overflow: hidden
    }

    #detail-palm .slide-area .left #boxed-slider .glide__track .glide__slides {
        height: 75% !important
    }

    #detail-palm .slide-area .left #boxed-slider .glide__track .glide__slides .glide__slide img {
        height: 100%
    }

    #mix-master .mix-master-content .left h2 {
        font-size: 140px;
        line-height: 180px
    }

    #mix-master .mix-master-content .left h3 {
        font-size: 70px
    }

    #mix-master .mix-master-content .left p {
        padding-left: 50px;
        padding-right: 30px
    }

    #mix-master .mix-master-content .right .mix-image img {
        height: auto
    }

    #project-palm #boxed-slider {
        margin: 30px 0
    }

    #how-made-it .made-content .left img {
        height: 60%
    }

    #leadership .title h4,
    #leadership .title h2 {
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 5px
    }

    #leadership #boxed-slider {
        margin: 30px 0
    }

    #leading .left h4,
    #leading .left h2 {
        font-size: 36px;
        line-height: 36px
    }

    #meeting .meeting-content .right h4,
    #meeting .meeting-content .right h2 {
        font-size: 36px;
        line-height: 36px
    }

    #elkon-tech .title h4,
    #elkon-tech .title h2 {
        font-size: 60px;
        line-height: 60px
    }

    #industry-area .left h4,
    #industry-area .left h2 {
        font-size: 36px;
        line-height: 36px
    }

    #industry-area .left h4 span,
    #industry-area .left h2 span {
        font-size: 100px
    }

    #vision-mission-area .mission-area .left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #vision-mission-area .mission-area .left img {
        width: 65%
    }

    #vision-mission-area .vision-area .vision-reverse .vision-right-image {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #vision-mission-area .vision-area .vision-reverse .vision-right-image img {
        width: 65%
    }

    #navigation .dropdown .mega-menu .row {
        max-width: 90%
    }
}

@media (min-width: 768px) and (max-width: 1440px) {
    #innovation .innovation-slider .logo-area .active-slide-index {
        top: -86%
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    #service-contact .left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        top: -50px
    }

    #service-contact .left img {
        height: 70vh
    }

    #leading .right {
        height: 70vh
    }
}

@media screen and (max-width: 1311px) {
    #founder-message .message {
        padding: 60px 64.8px 40px 64.8px
    }

    #founder-message .message h3 {
        font-size: 30px
    }

    #founder-message .message .quotes {
        background: transparent;
        transform: translate(50%, -60%)
    }

    #founder-message .message .quotes img {
        width: 70%
    }

    #founder-message .message .quotes-bottom {
        background: transparent;
        transform: translate(-30%, 50%)
    }

    #founder-message .message .quotes-bottom img {
        width: 70%
    }

    #technology .tech-head {
        font-size: 36px;
        line-height: 36px
    }

    #technology .tech-left .tech-desc {
        padding-top: 15px
    }

    #elkon-family .family-header span {
        font-size: 72px
    }

    #elkon-family .family-header p {
        padding-top: 0 !important
    }

    #elkon-family #boxed-slider-two {
        margin: 50px 0
    }

    #elkon-news .news-slider .glide__slide a .news-content {
        height: 232px
    }

    #elkon-news .news-slider .glide__slide a .news-content p {
        max-height: 154px
    }

    #concrete-slider #boxed-slider-two {
        margin: 50px 0
    }
}

@media (min-width: 1024px) and (max-width: 1310px) {
    #contact-form .form-area .contact-left .captcha .captcha-input .btn-captcha {
        width: 50%
    }

    #navigation .custom-navbar .navbar-collapse ul li {
        padding: 0
    }

    #navigation .dropdown .overflow-hidden {
        top: 106px
    }

    #how-made-it .made-content .right {
        padding-left: 55px
    }
}

@media screen and (max-width: 1200px) {
    #innovation .innovation-slider .logo-area .active-slide-index {
        top: -53% !important;
        left: 10px;
        font-size: 451px
    }

    #elkon-news .news-slider .glide__slide a .news-content {
        height: 256px
    }

    #elkon-news .news-slider .glide__slide a .news-content p {
        max-height: 178px
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    #vision-mission-area .mission-area .left img {
        width: 40%
    }

    #vision-mission-area .vision-area .vision-reverse .vision-right-image img {
        width: 40%
    }

    #navigation .navbar-brand {
        width: 50%;
        margin: 0 !important
    }

    #navigation .navbar-brand img {
        width: 50% !important
    }
}

@media screen and (max-width: 1310px) {
    #projects .project-content .content-left {
        padding-left: 90px !important
    }

    .project-slider .glide__track .glide__slides .glide__slide {
        height: 700px;
        background-size: contain;
        background-repeat: no-repeat
    }

    #elkon-ico .elkon-shadow-text img {
        max-width: 100%;
        height: auto
    }
}

@media screen and (max-width: 1024px) {
    .gallery-slider #slide-items .slide a img {
        min-width: 100%;
        min-height: 200px !important;
        height: 200px !important;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start
    }

    #projects .project-slider #project-slider-glide .glide__track .glide__slides .glide__slide .project-info {
        padding: 15px
    }

    #navigation .navbar-brand {
        width: 50%;
        margin: 0 !important
    }

    #navigation .navbar-brand img {
        width: 70%
    }

    #main-head #main-head-bg {
        height: 50vh !important
    }

    #main-head #main-head-bg .glide__track .glide__slides .glide__slide {
        height: 50vh !important
    }

    #main-head #main-head-bg .glide__track .glide__slides .glide__slide .main-header-title {
        max-width: 376px !important;
        top: 55% !important
    }

    #main-head #main-head-bg .glide__track .glide__slides .glide__slide .main-header-title h4 {
        font-size: 18px !important
    }

    #main-head #main-head-bg .glide__track .glide__slides .glide__slide .main-header-title .read-more {
        margin-top: 20px !important
    }

    #main-head #main-head-bg .glide__track .glide__slides .glide__slide .main-header-title .read-more a {
        font-size: 12px !important
    }

    #main-head #main-head-bg .glide__track .glide__slides .glide__slide .main-head-shape {
        top: 50% !important;
        left: 50%;
        transform: translate(0%, -50%) !important
    }

    #main-head #main-head-bg .glide__track .glide__slides .glide__slide .main-head-shape img {
        max-width: 100% !important
    }

    #main-head #main-head-bg .glide__bullets {
        bottom: 40px
    }

    #main-head #main-head-bg .glide__bullets .glide__bullet {
        border: 0.25px solid rgba(0, 0, 0, 0.1)
    }

    #main-head .header-content .header-title h4 {
        font-size: 30px !important
    }

    #main-head .header-content .header-shape {
        display: none !important
    }

    #main-head .btn-more {
        width: 88px;
        height: 25px;
        font-size: 8px;
        line-height: 11px
    }

    #main-head .page-arrow-next {
        display: none
    }

    #main-head .page-arrow-prev {
        display: none
    }

    #map .map-content {
        background-position: top !important;
        height: 100% !important;
        padding-top: 24px !important
    }

    #map .map-content .titles {
        padding-top: 0 !important
    }

    #map .map-content .titles img {
        width: 100px
    }

    #map .map-content .titles h1 {
        font-size: 36px !important;
        line-height: 25px !important
    }

    #map .map-content .titles p {
        font-size: 26px !important;
        letter-spacing: 5px !important;
        margin-top: 5px !important
    }

    #map .map-content .map-data {
        padding-top: 0px !important
    }

    #map .map-content .map-data .data h4,
    #map .map-content .map-data .data span {
        font-size: 48px !important;
        line-height: 48px
    }

    #map .map-content .map-data .data p {
        font-size: 20px !important;
        padding-top: 0 !important
    }

    .products-section {
        padding: 50px 0px !important
    }

    .products-section .titles span {
        font-size: 27px !important
    }

    .products-section .titles h4 {
        font-size: 20px !important
    }

    .products-section .titles p {
        font-size: 14px !important
    }

    .products-section .products-slider {
        margin-top: 25px !important
    }

    .products-section .products-slider .slide-image .slide-text h4 {
        font-size: 16px !important;
        padding: 0 10px
    }

    .products-section .products-slider .slide-image .slide-text span {
        font-size: 9px !important;
        bottom: 30px !important
    }

    .products-section .products-slider .slide-image .slide-text span img {
        width: 16px;
        height: 14px
    }

    #projects {
        padding-bottom: 0 !important;
        padding-top: 66px !important
    }

    #projects .project-content .content-left {
        margin-bottom: 100px;
        padding-left: 36px !important;
        padding-right: 11px !important
    }

    #projects .project-content .content-left .title h4,
    #projects .project-content .content-left .title span {
        font-size: 27px !important;
        line-height: 36px !important
    }

    #projects .project-content .content-left .btn-more {
        width: 88px;
        height: 25px;
        font-size: 8px;
        line-height: 11px
    }

    #elkon-ico {
        padding-top: 50px !important;
        padding-bottom: 0 !important
    }

    #elkon-ico .icons {
        padding-top: 42px
    }

    #elkon-ico .ico-area {
        padding-top: 42px !important
    }

    #elkon-ico .elkon-shadow-text {
        display: none
    }

    #founder-message .message {
        border: 5px solid rgba(0, 52, 136, 0.1) !important;
        padding: 40px 18px 20px 18px
    }

    #founder-message .message h3 {
        font-size: 20px;
        padding: 0 10px
    }

    #founder-message .message p {
        font-size: 22px
    }

    #founder-message .message .quotes {
        background-color: transparent !important
    }

    #founder-message .message .quotes img {
        width: 90px
    }

    #founder-message .message .quotes-bottom {
        background-color: transparent !important
    }

    #founder-message .message .quotes-bottom img {
        width: 90px
    }

    #innovation {
        padding-bottom: 57px !important
    }

    #innovation .title {
        right: -150px !important
    }

    #innovation .title h2 {
        font-size: 24px
    }

    #innovation .left-content {
        padding-right: 0 !important;
        left: 25px !important
    }

    #innovation .right .innovation-arrows {
        width: 75% !important;
        bottom: 20% !important;
        left: -50px !important
    }

    #innovation .right .innovation-slider-content {
        bottom: 25% !important;
        left: -100px !important
    }

    #innovation .innovation-slider .video-slider .video-area {
        padding-right: 0px
    }

    #how-made-it .made-content .left {
        display: none !important
    }

    #how-made-it .made-content .right {
        margin: 0 auto;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    #how-made-it .made-content .right .slider-area {
        padding: 0 !important
    }

    #elkon-news {
        margin-top: 50px
    }

    #elkon-news .title {
        padding-bottom: 41px !important
    }

    #elkon-news .title h1,
    #elkon-news .title h2 {
        font-size: 46px
    }

    #elkon-news .news-slider {
        padding-left: 37px !important
    }

    #elkon-news .news-slider .date {
        padding-bottom: 5px !important
    }

    #elkon-news .news-slider .date p {
        font-size: 11px !important;
        margin: 0 !important
    }

    #elkon-news .news-slider .glide__slide {
        padding: 16px 5.2px !important
    }

    #elkon-news .news-slider .glide__slide .news-content {
        padding: 14px !important;
        max-height: 250px;
        overflow: hidden;
        margin-bottom: 20px
    }

    #elkon-news .news-slider .glide__slide .news-content span {
        width: 27px;
        height: 23px;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        padding: 0 !important
    }

    #elkon-news .news-slider .glide__slide .news-content span img {
        width: 40%
    }

    #home-video .video-title {
        padding-bottom: 20px !important
    }

    #home-video .video-title h1 {
        font-size: 36px !important;
        padding-bottom: 0 !important
    }

    #home-video .video-content .video-play img {
        width: 25px;
        height: 25px
    }

    #footer {
        padding: 45px 15px 59px 15px !important
    }

    #footer .footer-logo-sct {
        border: none !important;
        padding-bottom: 20px
    }

    #footer .footer-menu-sct {
        padding: 40px 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #footer .footer-menu-sct .footer-menu {
        width: 50%;
        display: -ms-flexbox;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 20px !important;
        padding-right: 25px
    }

    #footer .footer-menu-sct .footer-menu:last-of-type {
        border: none !important
    }

    #footer .footer-menu-sct .footer-menu ul li {
        font-size: 18px !important
    }

    #contact-form .captcha {
        padding-top: 5px
    }

    #contact-form .captcha img {
        margin-top: 5px
    }

    #contact-form .captcha a {
        padding-left: 0.5rem !important
    }

    #leading .right {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        right: 0 !important
    }

    #leading .right img {
        width: 75%
    }

    #meeting .meeting-content .left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0
    }

    #meeting .meeting-content .left img {
        width: 75%
    }

    #industry-area .right {
        right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #industry-area .right img {
        width: 75%
    }
}

@media screen and (max-width: 768px) {
    .gallery-slider #slide-items .slide a img {
        min-width: 100%;
        min-height: 100% !important;
        height: 100% !important;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start
    }

    .gallery-slider #slide-items .slide a:after {
        width: 50% !important;
        height: 50% !important;
        top: 25% !important;
        left: 25% !important;
        background-size: 100%
    }

    #contact-us-form h1,
    #contact-us-form h2 {
        font-size: 36px;
        padding-bottom: 20px
    }

    #innovation .innovation-slider .video-slider .video-area .text-area {
        font-size: 18px;
        line-height: 20px;
        padding: 0 15px
    }

    #innovation .innovation-slider .glide__slides .glide__slide .slide-top {
        top: 17.4px;
        left: 17.1px
    }

    #innovation .innovation-slider .glide__slides .glide__slide .slide-top a img {
        width: 50%
    }

    #innovation .innovation-slider .glide__slides .glide__slide .slide-bottom p {
        max-width: 100% !important;
        padding-right: 10.2px;
        padding-left: 10.2px
    }

    .products-section {
        padding-bottom: 0 !important
    }

    .products-section .product-big-title {
        left: -20% !important;
        top: -130px !important
    }

    .products-section .product-big-title>div {
        font-size: 115px !important
    }

    #projects .project-content .title h1 {
        font-size: 23px !important
    }

    #projects .project-content .content-left {
        padding-right: 30px;
        margin-bottom: 0
    }

    #projects .project-content .project-slider .glide {
        margin-left: 40px
    }

    #projects .project-content .project-slider .glide .glide__track .glide__slides .glide__slide {
        height: 428px
    }

    #projects .project-content .project-slider .glide .glide__track .glide__slides .glide__slide .brand {
        display: none !important
    }

    #projects .project-content .project-slider .glide .glide__track .glide__slides .glide__slide .project-info {
        max-width: 243px;
        padding: 14px
    }

    #projects .project-content .project-slider .glide .glide__track .glide__slides .glide__slide .project-info h4 {
        font-size: 16px;
        overflow: hidden;
        margin: 0
    }

    #projects .project-content .project-slider .glide .glide__track .glide__slides .glide__slide .project-info p {
        max-height: 60px;
        overflow: hidden;
        padding-top: 8.4px
    }

    #projects .project-content .project-slider .glide .glide__track .glide__slides .glide__slide .project-info a {
        font-size: 7px
    }

    #projects .project-content .arrows {
        margin-left: 10px
    }

    #projects .project-content .arrows .arrow img {
        width: 8px;
        height: 15px
    }

    #projects .project-content .arrows .glide__bullets {
        padding-top: 4px
    }

    #projects .project-content .arrows .glide__bullets .glide__bullet {
        width: 5px !important;
        height: 5px !important
    }

    #projects .project-big-title {
        left: -168% !important;
        bottom: -150px
    }

    #projects .project-big-title>div {
        font-size: 173px !important
    }

    #projects .project-shape {
        top: -100px !important;
        left: -75px !important
    }

    #elkon-ico {
        padding-top: 0 !important
    }

    #contact-form .form-area .contact-left {
        padding: 54px 50px 54px 50px !important
    }

    #contact-form .form-area .contact-left .custom-control-label {
        font-size: 13px !important;
        padding-top: 6px !important
    }

    #contact-form .form-area .contact-left .captcha {
        padding-top: 5px !important
    }

    #contact-form .form-area .contact-right {
        padding: 40px !important
    }

    .glide__boxed .glide__track .glide__slides li {
        width: 30% !important;
        padding: 5px;
        top: 85%;
        left: -10%
    }

    .glide__boxed .glide__track .glide__slides li.glide__slide--active~.glide__slide {
        top: -15%;
        left: 85%
    }

    .glide__boxed-reverse .glide__track .glide__slides li {
        width: 30% !important;
        padding: 5px;
        top: 85%;
        right: -10%
    }

    .glide__boxed-reverse .glide__track .glide__slides li.glide__slide--active~.glide__slide {
        top: -15%;
        right: 85%
    }

    #map .map-content .titles h1 {
        font-size: 36px !important;
        line-height: 25px !important
    }

    #map .map-content .titles p {
        font-size: 13px !important;
        letter-spacing: 5px !important;
        margin-top: 5px !important
    }

    #map .map-content .map-data .data h4,
    #map .map-content .map-data .data span {
        font-size: 28px !important;
        line-height: 36px
    }

    #map .map-content .map-data .data p {
        font-size: 10px !important;
        padding-top: 0 !important
    }

    #industry {
        padding-top: 60px
    }

    #industry .titles h2 {
        font-size: 54px;
        line-height: 54px
    }

    #industry .titles h3 {
        font-size: 36px;
        line-height: 38px
    }

    #industry-area {
        padding-bottom: 50px
    }

    #industry-area .row .left h2 {
        font-size: 30px !important
    }

    #industry-area .row .left h2 span {
        font-size: 30px !important
    }

    #elkon-news .title h2 {
        font-size: 30px !important
    }

    #leading .left h2 {
        font-size: 30px !important;
        line-height: 32px !important
    }

    #meeting .meeting-content .right h2 {
        font-size: 30px !important;
        line-height: 32px
    }
}

@media screen and (max-width: 576px) {
    #navigation .navbar-brand {
        padding-top: 20px
    }

    #navigation .navbar-brand img {
        max-height: 48px;
        width: auto;
        max-width: 100%
    }

    #innovation .innovation-slider .logo-area .active-slide-index {
        top: -53% !important;
        left: -5px !important
    }

    #innovation .innovation-slider .video-slider .video-area .text-area {
        font-size: 14px;
        line-height: 18px
    }

    .main-head-global {
        height: 236px
    }

    .main-head-global .main-header-content {
        width: 80%;
        transform: translate(-50%, -25%) !important
    }

    .main-head-global .main-header-content .breadcrumb-area .breadcrumb .breadcrumb-item {
        font-size: 9px !important
    }

    .main-head-global .main-header-content .breadcrumb-area .breadcrumb .breadcrumb-item a {
        font-size: 13px !important
    }

    .main-head-global .main-header-content .breadcrumb-area .breadcrumb .breadcrumb-item .second-page {
        font-size: 9px !important
    }

    #projects {
        padding-bottom: 80px !important
    }

    #projects .project-content .content-left .project-big-title {
        left: -350% !important;
        bottom: -150px !important
    }

    #projects .project-slider #project-slider-glide {
        margin-left: 40px
    }

    #projects .project-slider #project-slider-glide .glide__track .glide__slides .glide__slide {
        height: 328px !important
    }

    #projects .project-slider #project-slider-glide .glide__track .glide__slides .glide__slide .project-info {
        max-width: 192px !important;
        padding: 14px
    }

    #industry {
        padding-top: 40px
    }

    #industry .titles h2 {
        font-size: 42px;
        line-height: 44px
    }

    #industry .titles h3 {
        font-size: 28px;
        line-height: 30px
    }

    #contact-us-form .form-group .form-control.bootstrap-select .btn {
        padding: 0.75rem 0.5rem
    }

    #contact-us-form .form-group .form-control.bootstrap-select .btn::after {
        width: 12px;
        height: 25px
    }

    #boxed-slider-two.glide__boxed button.glide_arrow {
        left: -20px
    }

    #boxed-slider-two.glide__boxed button.glide_arrow.glide__arrow--right {
        left: auto;
        right: -20px
    }

    #boxed-slider-third.glide__boxed button.glide_arrow {
        left: -20px
    }

    #boxed-slider-third.glide__boxed button.glide_arrow.glide__arrow--right {
        left: auto;
        right: -20px
    }
}

@media only screen and (max-width: 425px) {
    .main-header-content h1 {
        font-size: 20px !important
    }

    #main-head .main-header .main-header-content .breadcrumb-area .breadcrumb {
        margin: 0 !important;
        padding-bottom: 0 !important
    }

    #main-head .main-header .main-header-content .breadcrumb-area .breadcrumb .breadcrumb-item.active {
        display: none
    }

    #innovation .innovation-slider .logo-area .active-slide-index {
        top: -40% !important;
        left: -10px !important;
        font-size: 240px !important
    }

    #company-list .glide .glide__track {
        max-height: 50px
    }

    #company-list .glide .glide__track .glide__slides .glide__slide {
        margin: 0 10px !important
    }

    #company-list .glide .glide__track .glide__slides .glide__slide img {
        height: 52px
    }

    #footer .footer-menu-sct .footer-menu {
        width: auto;
        -ms-flex-pack: start;
        flex-direction: column;
        justify-content: flex-start
    }

    #footer .footer-menu-sct .footer-menu ul li {
        padding-bottom: 0
    }
}

@media (min-width: 425px) and (max-width: 1024px) {
    #footer .footer-right {
        text-align: center
    }

    #footer .footer-right .social {
        -ms-flex-pack: center;
        justify-content: center
    }

    #footer .footer-right .find-office {
        -ms-flex-pack: center;
        justify-content: center
    }

    #footer .footer-right .title h4 {
        font-size: 22px !important
    }
}

@media only screen and (max-width: 376px) {
    #contact-form .form-area .contact-left .captcha .captcha-input {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width: 0\0) {
    #side-widget .widget .widget-menu .widget-item {
        display: block
    }

    #main-head #main-head-bg .glide__track .glide__slides .glide__slide video {
        width: 100% !important;
        height: auto;
        object-fit: cover;
        object-position: center
    }

    #innovation .innovation-slider .glide__slides .glide__slide .slide-bottom:after {
        content: none
    }

    #news-detail .news-detail-content .tags {
        display: block
    }

    #news-detail .news-detail-content .tags h3 {
        display: inline-block
    }

    #news-list .right {
        max-width: 615px
    }

    #bespoke-precast-plants .products-page-accordion .header ul li a {
        max-width: 500px;
        display: inline-block !important
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #main-head .glide .glide__track .glide__slides .glide__slide svg {
        height: 64px
    }

    #main-head .main-head-global svg {
        height: 64px
    }

    .products-section .titles p {
        max-width: 700px
    }

    #side-widget .widget .widget-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #page-link .page-link-area .page-links a .text .text-shadow {
        color: rgba(64, 64, 64, 0.08)
    }

    #factories .slider-shadow-logo h1,
    #factories .slider-shadow-logo h2 {
        color: rgba(0, 0, 0, 0.09)
    }

    #factory-slider .slider-shadow-logo h1,
    #factory-slider .slider-shadow-logo h2 {
        color: rgba(0, 0, 0, 0.09)
    }

    #elkon-awards .container .award-area {
        height: 450px
    }

    .home-video-modal img {
        height: 100%
    }

    #gallery-top #gallery-top-slider .glide__track .video-btn img {
        width: auto
    }

    #top-news #top-news-slider .glide .glide__track .glide__slides .glide__slide .news-content a img {
        height: 100%
    }

    #how-we-made-it h2,
    #how-we-made-it h1 {
        color: rgba(0, 0, 0, 0.1)
    }

    #product-alt .products-page-slider .glide__track .glide__slides .glide__slide .box {
        width: 70%;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
        -ms-flex-align: center;
        align-items: center
    }

    #features .box span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }

    #features .box span p:last-child {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    #concrete-batching-plants .products-page-slider .glide__track .glide__slides .glide__slide .box {
        width: 70%;
        display: -ms-flexbox;
        display: flex;
        margin: auto
    }

    #bespoke-precast-plants .products-page-slider .glide__track .glide__slides .glide__slide .box {
        width: 70%;
        display: -ms-flexbox;
        display: flex;
        margin: auto
    }

    #otherProductsGlide .glide__track .glide__slides .glide__slide .box {
        width: 70%;
        display: -ms-flexbox;
        display: flex;
        margin: auto
    }

    #mix-master .shadow-gray-text h4 {
        color: rgba(0, 0, 0, 0.09)
    }

    #project-palm .slide-text p {
        max-width: 610px
    }

    #project-palm .project-shadow-text h1 {
        color: rgba(0, 0, 0, 0.09)
    }

    #how-made-it .made-content .ghost-text h4 {
        color: rgba(0, 0, 0, 0.1)
    }

    #contact-us-form .form-group .form-control {
        height: 62px;
        padding: 0 1.5rem
    }

    .gallery-slider #slide-items .slide .row {
        width: 100%
    }

    #inside-factories .title {
        -ms-flex-align: center;
        align-items: center
    }

    .product-alt-slider-custom {
        overflow-x: visible;
        height: 1300px
    }

    #products-detail-area .product-type-line .right-area {
        display: block
    }

    #products-detail-area .product-type-line .middle-area {
        display: block
    }

    #products-detail-area .product-type-line .middle-area h5 {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    #products-detail-area .product-type-line .left-area {
        display: block
    }

    #service-network .service-content .service-title {
        display: block !important
    }
}